Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-12 | "sort -R" command not POSIX, added "shuf" and "cat" as fallback | ballerburg9005 | 1 | -1/+2 | |
2021-03-12 | Fix INTRUDER and add padding to second text line | Badlop | 1 | -7/+7 | |
https://github.com/processone/ejabberd/commit/b41ce8828c579f06a33ca93a7af4fd5984997e16#r47461104 | |||||
2021-02-22 | Add 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> |