summaryrefslogtreecommitdiff
path: root/consts.py
AgeCommit message (Expand)AuthorFilesLines
2020-12-31Fix typos and a bug of a swapped max and min functionJesusaves1-2/+2
2020-12-31Registration failure now only gives 2 lame points.Jesusaves1-0/+1
2020-12-31Relicense the game to GPLv3.Jesusaves1-10/+9
2020-12-27Disclose about automatic bans, and make score rule read from consts.pyJesusaves1-0/+2
2020-12-24Server really does not cares with job, as they only affect base stats,Jesusaves1-7/+0
2020-12-20Exp Table is now part of server data (no more a JSON file).Jesusaves1-0/+3
2020-12-19Add token field to connection. Send connection to protocol parser.Jesusaves1-0/+4
2020-12-18Limit maximum clients connected at once to 2500.Jesusaves1-0/+1
2020-12-18Registrations should be working again.Jesusaves1-1/+1
2020-12-17New function: security.score()Jesusaves1-0/+1
2020-12-17Move blacklist functions to security.pyJesusaves1-0/+1
2020-12-17Add support for three blacklist filesJesusaves1-0/+2
2020-12-16Import the good ol' SQL module.Jesusaves1-0/+160