Commit Graph

21 Commits (1448b6f14d0be729c4ff64ba102e314d1b54d463)

Author SHA1 Message Date
maru 15a32c0e23
Various cleanup
maru 7bfd9dfba7
Fix code
maru fc458fad73
Revert "Remove anti cheat"
This reverts commit 512a24e5c3.
maru b5e8094039
Don't return INVALID on seed-related function error
Up 3ed5f41d58
make server automatically create DB schema if not exists ()
* add default values for CLI args

* add development docker compose file

* prevent crash if userdata dir does not exist

* accounts, acccountStats

* account stats and create db indices

* compensations and daily runs

* ensure uniqueness of daily seed

* start on port 8001 by default for client parity

* make generated schema match production

* sort imports
maru 512a24e5c3
Remove anti cheat
maru 786e947e09
Change 'banned' to 'limited
maru 8481626193
Relicense under AGPL
maru 235fb9c91c
Add copyright notice to files
maru e8240c9c38
Rename to rogueserver
maru 522ce9f4fa
Update GitHub link
maru d12a008259
Various changes
Flashfyre fa972bab37 Don't include banned users on rankings
Flashfyre 2495c1ee9a Fix incorrect page count for weekly rankings
Flashfyre 53ccdc5921 Add weekly rankings and ranking pagination support
Flashfyre 48c533cb78 Fix higher score being overwritten by worse daily runs
Flashfyre be04408336 Update random daily seed logic
Flashfyre 2cb7be52eb Change daily seed generation and update schema for recording failed daily runs
Flashfyre 4710617f23 Add limit and pagination to rankings query
Flashfyre ff98047caa Add daily run rankings
Flashfyre 2e964b007d Add daily runs and seed completions