summaryrefslogtreecommitdiff
path: root/server.py
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Make experience table to rank up steeper.Jesusaves1-1/+6
2020-12-18Limit maximum clients connected at once to 2500.Jesusaves1-3/+9
2020-12-18Try to improve how script looks for lintingJesusaves1-2/+2
2020-12-18Registrations should be working again.Jesusaves1-1/+1
2020-12-18Allow empty commands, and start printing tracebacks if something goes wrongJesusaves1-12/+20
2020-12-18Shutting down the server normally now notifies all clients about shutdownJesusaves1-2/+4
2020-12-17Fix a few typos, try to cleanupJesusaves1-3/+6
2020-12-17Add formating rules for SERVNOTICEJesusaves1-1/+1
2020-12-17Add a rudimentary command parser for server.Jesusaves1-2/+13
2020-12-17New function: security.score()Jesusaves1-0/+5
2020-12-17Move blacklist functions to security.pyJesusaves1-41/+3
2020-12-17Fix a few bugs and ignore the ban files.Jesusaves1-6/+15
2020-12-17Update README instructions, and fix the blacklist system to use dl_searchJesusaves1-1/+1
2020-12-17Add support for three blacklist filesJesusaves1-4/+37
2020-12-16Initial protocol processing systemJesusaves1-9/+21
2020-12-16Import the good ol' SQL module.Jesusaves1-0/+7
2020-12-16Add utils for improved logging.Jesusaves1-11/+16
2020-12-15Allow server to be run with SSL encryptationJesusaves1-4/+8
2020-12-15Messages should always be a reply, never a global noticeJesusaves1-5/+1
2020-12-15Always reply to clientsJesusaves1-2/+12
2020-12-09Initial websocket structureJesusaves1-0/+103