18 Commits (405a578e8c91ed43743a75ded942001c2e794566)

Author SHA1 Message Date
Up 1f95f7c042
hotfix: move save data to DB (#2)
* start reading save data from DB

* finish migration code

* remove leftover dir creation

* fix import cycle

* remove more dir creation

* update gitignore

* fix pk

* better table creation

* use REPLACE INTO

* fix typo
8 months ago
maru 512a24e5c3
Remove anti cheat 8 months ago
maru 786e947e09
Change 'banned' to 'limited 8 months ago
maru 8481626193
Relicense under AGPL 8 months ago
maru 235fb9c91c
Add copyright notice to files 8 months ago
maru e8240c9c38
Rename to rogueserver 8 months ago
maru e184e9da91
Ban if vouchers over a certain threshold 8 months ago
Flashfyre bc8084b70b Increment server version 8 months ago
Flashfyre 2f8c2d3f07 Match trainer and secret ID on update for data integrity 8 months ago
maru 96f8a74396
Unduplicate more code 8 months ago
maru 1de3ce72e4
Reuse zstandard encoder 8 months ago
maru 697c5335d7
Prevent writing empty save files 8 months ago
maru b00ed4c0b9
Use WriteFile instead of stream writing to files 8 months ago
maru 75cf6f3ab1
Use Sprintf instead of encoding UUIDs to hex 8 months ago
Flashfyre a36a8f5be9 Update schema and version for variant update 8 months ago
Flashfyre 420a4d17b3 Fix version check for outdated client 8 months ago
Flashfyre d232773ecd Add game version check to save (WiP) 8 months ago
maru 1f0f38d38e
Move endpoint categories into their own packages 8 months ago