Age | Commit message (Expand) | Author | Files | Lines |
2022-09-03 | Minor... bugfix? I'm not sure | Jesusaves | 1 | -1/+1 |
2021-08-18 | Sanitize packet (so it can send numbers) and send special code for outdated c...v2.1.8.18 | Jesusaves | 1 | -0/+2 |
2021-08-17 | Inform devs they need TWO repositories for local servers. | Jesusaves | 1 | -1/+1 |
2021-08-11 | Summoning protocol, alpha version (working) | Jesusaves | 1 | -1/+2 |
2021-08-11 | Alpha version of summoning | Jesusaves | 1 | -2/+2 |
2021-01-05 | Fix pyflakes3 warnings | Jesusaves | 1 | -1/+1 |
2020-12-31 | Fix typos and a bug of a swapped max and min function | Jesusaves | 1 | -2/+2 |
2020-12-31 | Registration failure now only gives 2 lame points. | Jesusaves | 1 | -1/+1 |
2020-12-31 | Relicense the game to GPLv3. | Jesusaves | 1 | -10/+9 |
2020-12-25 | Properly authenticate player, extending max amount of ERR_BAD they can send | Jesusaves | 1 | -0/+1 |
2020-12-21 | Add Tavern protocols back (in theory, at least, completely untested) | Jesusaves | 1 | -2/+3 |
2020-12-21 | Improve token logic internally. | Jesusaves | 1 | -0/+2 |
2020-12-21 | Protocol to update AP Data. Do not reset AP Timers on logout. | Jesusaves | 1 | -0/+2 |
2020-12-20 | Register all the old protocols (set party, upgrade, evolve, sell). | Jesusaves | 1 | -0/+12 |
2020-12-19 | [skip ci] update notes | Jesusaves | 1 | -1/+1 |
2020-12-19 | Each connection may only have one token. | Jesusaves | 1 | -1/+2 |
2020-12-19 | Token validation - ensure each connection can only handle its own token | Jesusaves | 1 | -2/+9 |
2020-12-19 | Add token field to connection. Send connection to protocol parser. | Jesusaves | 1 | -12/+13 |
2020-12-18 | Combat is almost working now | Jesusaves | 1 | -1/+4 |
2020-12-18 | Initial battle version imported from Python2 and with pyflakes3 applied. | Jesusaves | 1 | -0/+9 |
2020-12-18 | Enable protocols for logout, login, and download inventory data | Jesusaves | 1 | -3/+14 |
2020-12-18 | Create tokens (unfinished, needs IP checking). Document max length experiments. | Jesusaves | 1 | -1/+3 |
2020-12-18 | Try to improve how script looks for linting | Jesusaves | 1 | -1/+1 |
2020-12-18 | Registrations should be working again. | Jesusaves | 1 | -3/+28 |
2020-12-16 | Initial protocol processing system | Jesusaves | 1 | -0/+41 |