Commit graph

10 commits

Author SHA1 Message Date
Jill bfb62f3e47 stricter requirements for accounts 2023-01-03 16:20:31 +03:00
Jill e455a304b9 refactor endpoint system
context is now passed in instead of just the body

will allow for ip bans and similar in the future :slugclose:
2023-01-03 10:02:50 +03:00
Jill d4e930e424 switch all auto-incrementing ids to a single tracking system
this is to prevent ids from overlapping after a level is deleted

this WILL cause issues on older databases. i will not be responsible
2023-01-02 16:32:31 +03:00
Jill c6b7fe3dfb pretty logs :) 2023-01-02 13:59:37 +03:00
Jill c83975ddfa refactor string cleaning 2022-12-31 22:05:39 +03:00
Jill 2b3f36f6ea config system 2022-12-31 11:16:43 +03:00
Jill f6b757e5c3 tiny note about caps sensitivity in registerAccount 2022-12-31 05:16:46 +03:00
Jill 7bfb73f636 make account usernames a unique key 2022-12-31 05:13:29 +03:00
Jill a7faa055f9 basic input sanitization w/ todos sprinkled everywhere 2022-12-31 05:08:02 +03:00
Jill 4ca2ba06ab some minor refactoring 2022-12-30 19:04:27 +03:00