aboutsummaryrefslogtreecommitdiff
path: root/tools/captcha-ng.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-12"sort -R" command not POSIX, added "shuf" and "cat" as fallbackballerburg90051-1/+2
2021-03-12Fix INTRUDER and add padding to second text lineBadlop1-7/+7
https://github.com/processone/ejabberd/commit/b41ce8828c579f06a33ca93a7af4fd5984997e16#r47461104
2021-02-22Add question/answer-based CAPTCHA script (#3533)Holger Weiß1-0/+131
* New captcha.sh question/answer based * Keep original CAPTCHA script Rather than replacing the original CAPTCHA script, keep it next to the new one, for the moment. * CAPTCHA-ng script cleanup * remove various bashisms * replace all echos with printf + add quotations to many variables Co-authored-by: Adrien Bourmault <neox@os-k.eu> Co-authored-by: nico wellpott <nico@magicbroccoli.de>