Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-08-04 | Add another verbosity level, otherwise debug.txt will be a monster | Jesusaves | 1 | -5/+8 |
2021-08-04 | Remove previously deprecated `dbgprint` function. | Jesusaves | 1 | -7/+4 |
2020-12-31 | Relicense the game to GPLv3. | Jesusaves | 1 | -2/+2 |
2020-12-23 | stdout() - always print to console | Jesusaves | 1 | -1/+1 |
2020-12-21 | Improve token logic internally. | Jesusaves | 1 | -2/+7 |
2020-12-21 | Make clients a global array | Jesusaves | 1 | -0/+1 |
2020-12-20 | Exp Table is now part of server data (no more a JSON file). | Jesusaves | 1 | -5/+1 |
2020-12-19 | Bump experience - again. | Jesusaves | 1 | -0/+4 |
2020-12-18 | Create tokens (unfinished, needs IP checking). Document max length experiments. | Jesusaves | 1 | -1/+5 |
2020-12-18 | Ehm, compress() needs to re-convert it to ascii | Jesusaves | 1 | -1/+2 |
2020-12-18 | Update compress to Python3 | Jesusaves | 1 | -0/+1 |
2020-12-17 | New function: security.score() | Jesusaves | 1 | -0/+6 |
2020-12-16 | Remove unused dependency | Jesusaves | 1 | -1/+1 |
2020-12-16 | Add utils for improved logging. | Jesusaves | 1 | -0/+145 |