Age | Commit message (Expand) | Author | Files | Lines |
2020-12-31 | In case of a successful DDoS, prevent wasting resources evaluating blacklist | Jesusaves | 1 | -9/+9 |
2020-12-31 | Fail silently if when closing a socket the client is not in the list. | Jesusaves | 1 | -1/+8 |
2020-12-31 | Fix typos and a bug of a swapped max and min function | Jesusaves | 1 | -2/+2 |
2020-12-31 | Add support for custom battle backgrounds. | Jesusaves | 1 | -0/+1 |
2020-12-31 | Registration failure now only gives 2 lame points. | Jesusaves | 1 | -2/+1 |
2020-12-31 | Relicense the game to GPLv3. | Jesusaves | 1 | -0/+17 |
2020-12-27 | Add command to kick users (no ban) | Jesusaves | 1 | -4/+6 |
2020-12-27 | Manually casting ban or kline will now disconnect sessions as well | Jesusaves | 1 | -0/+16 |
2020-12-27 | Disclose about automatic bans, and make score rule read from consts.py | Jesusaves | 1 | -1/+0 |
2020-12-27 | Update instructions, attempt to generate a Z-Line file at make time. | Jesusaves | 1 | -2/+3 |
2020-12-23 | Update README with the command list, add aliases, add unban, and cleanup. | Jesusaves | 1 | -2/+11 |
2020-12-23 | Explain in README the difference between K-Line and the other lines. | Jesusaves | 1 | -1/+1 |
2020-12-23 | Add a command to perma-ban (or block) an IP. | Jesusaves | 1 | -2/+7 |
2020-12-23 | Update notes | Jesusaves | 1 | -2/+1 |
2020-12-23 | Add status commands so you can see how many connections are open | Jesusaves | 1 | -0/+2 |
2020-12-23 | Commands to DC or DC-and-Ban all unauthed clients. | Jesusaves | 1 | -1/+19 |
2020-12-21 | Allow arbitrary command execution as well. | Jesusaves | 1 | -1/+7 |
2020-12-21 | Fix the bug on duplicate login detection | Jesusaves | 1 | -2/+0 |
2020-12-21 | Abrupt loss of connection will now save the player data and destroy the old t... | Jesusaves | 1 | -2/+7 |
2020-12-21 | Allow high and totally unsafe wizardry if debug mode is ON. | Jesusaves | 1 | -1/+10 |
2020-12-21 | Anti-dupe is not working... | Jesusaves | 1 | -0/+1 |
2020-12-21 | Improve token logic internally. | Jesusaves | 1 | -0/+1 |
2020-12-21 | Make clients a global array | Jesusaves | 1 | -2/+1 |
2020-12-19 | Add token field to connection. Send connection to protocol parser. | Jesusaves | 1 | -3/+4 |
2020-12-19 | Send max_exp to clients so they can render the exp bar without needing to dow... | Jesusaves | 1 | -0/+1 |
2020-12-18 | Make experience table to rank up steeper. | Jesusaves | 1 | -1/+6 |
2020-12-18 | Limit maximum clients connected at once to 2500. | Jesusaves | 1 | -3/+9 |
2020-12-18 | Try to improve how script looks for linting | Jesusaves | 1 | -2/+2 |
2020-12-18 | Registrations should be working again. | Jesusaves | 1 | -1/+1 |
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-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 | New function: security.score() | Jesusaves | 1 | -0/+5 |
2020-12-17 | Move blacklist functions to security.py | Jesusaves | 1 | -41/+3 |
2020-12-17 | Fix a few bugs and ignore the ban files. | Jesusaves | 1 | -6/+15 |
2020-12-17 | Update README instructions, and fix the blacklist system to use dl_search | Jesusaves | 1 | -1/+1 |
2020-12-17 | Add support for three blacklist files | Jesusaves | 1 | -4/+37 |
2020-12-16 | Initial protocol processing system | Jesusaves | 1 | -9/+21 |
2020-12-16 | Import the good ol' SQL module. | Jesusaves | 1 | -0/+7 |
2020-12-16 | Add utils for improved logging. | Jesusaves | 1 | -11/+16 |
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 | 1 | -0/+103 |