summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Update instructions about Update ServerJesusaves2-8/+9
2020-12-18Kill the fake positives in an... elegantly lame... way.Jesusaves3-0/+17
2020-12-18Combat is almost working nowJesusaves5-6/+11
2020-12-18Initial battle version imported from Python2 and with pyflakes3 applied.Jesusaves7-0/+971
2020-12-18Seems like Battle is not used by Player o.oJesusaves1-1/+1
2020-12-18Enable protocols for logout, login, and download inventory dataJesusaves1-3/+14
2020-12-18Import the variables which will be needed by player.rpyJesusaves1-1/+1
2020-12-18Create tokens (unfinished, needs IP checking). Document max length experiments.Jesusaves4-3/+14
2020-12-18Make experience table to rank up steeper.Jesusaves3-103/+107
2020-12-18Add a reference fileJesusaves1-0/+100
2020-12-18Limit maximum clients connected at once to 2500.Jesusaves2-3/+10
2020-12-18Update slightly the documentation.Jesusaves1-4/+6
2020-12-18Try to improve linting in sql, now, and one I missedJesusaves2-2/+4
2020-12-18Try to improve how script looks for lintingJesusaves3-6/+11
2020-12-18Registrations should be working again.Jesusaves4-5/+863
2020-12-18Ehm, compress() needs to re-convert it to asciiJesusaves1-1/+2
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-18Update compress to Python3Jesusaves1-0/+1
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-17Remove some clutter print messagesJesusaves1-5/+2
2020-12-17New function: security.score()Jesusaves4-5/+52
2020-12-17Move blacklist functions to security.pyJesusaves3-41/+85
2020-12-17Fix a few bugs and ignore the ban files.Jesusaves2-6/+18
2020-12-17Update README instructions, and fix the blacklist system to use dl_searchJesusaves2-1/+14
2020-12-17Add support for three blacklist filesJesusaves3-5/+41
2020-12-16Initial protocol processing systemJesusaves2-9/+62
2020-12-16Add back the autotools from the old versionJesusaves8-0/+336
2020-12-16Import the good ol' SQL module.Jesusaves4-1/+534
2020-12-16Not sure, but pyflakes might want pass.json?Jesusaves1-0/+1
2020-12-16pass.json may contain secrets, so make a .example out of it.Jesusaves2-3/+4
2020-12-16Remove unused dependencyJesusaves1-1/+1
2020-12-16Add utils for improved logging.Jesusaves10-11/+1553
2020-12-16Add pipelinesJesusaves1-0/+36
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 structureJesusaves2-0/+775
2020-12-09Initial commitJesusaves1-0/+23