summaryrefslogtreecommitdiff
path: root/utils.py
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Update password generation to cover whole alphabet and have 16 instead of 12 ...Jesusaves1-1/+5
2021-08-04Add another verbosity level, otherwise debug.txt will be a monsterJesusaves1-5/+8
2021-08-04Remove previously deprecated `dbgprint` function.Jesusaves1-7/+4
2020-12-31Relicense the game to GPLv3.Jesusaves1-2/+2
2020-12-23stdout() - always print to consoleJesusaves1-1/+1
2020-12-21Improve token logic internally.Jesusaves1-2/+7
2020-12-21Make clients a global arrayJesusaves1-0/+1
2020-12-20Exp Table is now part of server data (no more a JSON file).Jesusaves1-5/+1
2020-12-19Bump experience - again.Jesusaves1-0/+4
2020-12-18Create tokens (unfinished, needs IP checking). Document max length experiments.Jesusaves1-1/+5
2020-12-18Ehm, compress() needs to re-convert it to asciiJesusaves1-1/+2
2020-12-18Update compress to Python3Jesusaves1-0/+1
2020-12-17New function: security.score()Jesusaves1-0/+6
2020-12-16Remove unused dependencyJesusaves1-1/+1
2020-12-16Add utils for improved logging.Jesusaves1-0/+145