summaryrefslogtreecommitdiff
path: root/security.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Fix pyflakes3 warningsJesusaves1-1/+2
2020-12-31Fix typos and a bug of a swapped max and min functionJesusaves1-2/+2
2020-12-31Add support for custom battle backgrounds.Jesusaves1-1/+1
2020-12-31Registration failure now only gives 2 lame points.Jesusaves1-0/+11
2020-12-31Relicense the game to GPLv3.Jesusaves1-10/+9
2020-12-27Manually casting ban or kline will now disconnect sessions as wellJesusaves1-1/+1
2020-12-27Disclose about automatic bans, and make score rule read from consts.pyJesusaves1-2/+3
2020-12-23Update README with the command list, add aliases, add unban, and cleanup.Jesusaves1-0/+9
2020-12-18Create tokens (unfinished, needs IP checking). Document max length experiments.Jesusaves1-1/+1
2020-12-17Remove some clutter print messagesJesusaves1-5/+2
2020-12-17New function: security.score()Jesusaves1-5/+40
2020-12-17Move blacklist functions to security.pyJesusaves1-0/+81