Age | Commit message (Expand) | Author | Files | Lines |
2020-12-18 | Update instructions about Update Server | Jesusaves | 2 | -8/+9 |
2020-12-18 | Kill the fake positives in an... elegantly lame... way. | Jesusaves | 3 | -0/+17 |
2020-12-18 | Combat is almost working now | Jesusaves | 5 | -6/+11 |
2020-12-18 | Initial battle version imported from Python2 and with pyflakes3 applied. | Jesusaves | 7 | -0/+971 |
2020-12-18 | Seems like Battle is not used by Player o.o | Jesusaves | 1 | -1/+1 |
2020-12-18 | Enable protocols for logout, login, and download inventory data | Jesusaves | 1 | -3/+14 |
2020-12-18 | Import the variables which will be needed by player.rpy | Jesusaves | 1 | -1/+1 |
2020-12-18 | Create tokens (unfinished, needs IP checking). Document max length experiments. | Jesusaves | 4 | -3/+14 |
2020-12-18 | Make experience table to rank up steeper. | Jesusaves | 3 | -103/+107 |
2020-12-18 | Add a reference file | Jesusaves | 1 | -0/+100 |
2020-12-18 | Limit maximum clients connected at once to 2500. | Jesusaves | 2 | -3/+10 |
2020-12-18 | Update slightly the documentation. | Jesusaves | 1 | -4/+6 |
2020-12-18 | Try to improve linting in sql, now, and one I missed | Jesusaves | 2 | -2/+4 |
2020-12-18 | Try to improve how script looks for linting | Jesusaves | 3 | -6/+11 |
2020-12-18 | Registrations should be working again. | Jesusaves | 4 | -5/+863 |
2020-12-18 | Ehm, compress() needs to re-convert it to ascii | Jesusaves | 1 | -1/+2 |
2020-12-18 | Allow empty commands, and start printing tracebacks if something goes wrong | Jesusaves | 1 | -12/+20 |
2020-12-18 | Shutting down the server normally now notifies all clients about shutdown | Jesusaves | 1 | -2/+4 |
2020-12-18 | Update compress to Python3 | Jesusaves | 1 | -0/+1 |
2020-12-17 | Fix a few typos, try to cleanup | Jesusaves | 1 | -3/+6 |
2020-12-17 | Add formating rules for SERVNOTICE | Jesusaves | 1 | -1/+1 |
2020-12-17 | Add a rudimentary command parser for server. | Jesusaves | 1 | -2/+13 |
2020-12-17 | Remove some clutter print messages | Jesusaves | 1 | -5/+2 |
2020-12-17 | New function: security.score() | Jesusaves | 4 | -5/+52 |
2020-12-17 | Move blacklist functions to security.py | Jesusaves | 3 | -41/+85 |
2020-12-17 | Fix a few bugs and ignore the ban files. | Jesusaves | 2 | -6/+18 |
2020-12-17 | Update README instructions, and fix the blacklist system to use dl_search | Jesusaves | 2 | -1/+14 |
2020-12-17 | Add support for three blacklist files | Jesusaves | 3 | -5/+41 |
2020-12-16 | Initial protocol processing system | Jesusaves | 2 | -9/+62 |
2020-12-16 | Add back the autotools from the old version | Jesusaves | 8 | -0/+336 |
2020-12-16 | Import the good ol' SQL module. | Jesusaves | 4 | -1/+534 |
2020-12-16 | Not sure, but pyflakes might want pass.json? | Jesusaves | 1 | -0/+1 |
2020-12-16 | pass.json may contain secrets, so make a .example out of it. | Jesusaves | 2 | -3/+4 |
2020-12-16 | Remove unused dependency | Jesusaves | 1 | -1/+1 |
2020-12-16 | Add utils for improved logging. | Jesusaves | 10 | -11/+1553 |
2020-12-16 | Add pipelines | Jesusaves | 1 | -0/+36 |
2020-12-15 | Allow server to be run with SSL encryptation | Jesusaves | 1 | -4/+8 |
2020-12-15 | Messages should always be a reply, never a global notice | Jesusaves | 1 | -5/+1 |
2020-12-15 | Always reply to clients | Jesusaves | 1 | -2/+12 |
2020-12-09 | Initial websocket structure | Jesusaves | 2 | -0/+775 |
2020-12-09 | Initial commit | Jesusaves | 1 | -0/+23 |