Commit Graph

18 Commits (2700afafdb09bbdb5a1d2e3ba4b97a9b4bfc417e)

Author SHA1 Message Date
maru b5e8094039
Don't return INVALID on seed-related function error 2024-05-10 15:44:35 -04:00
Up 3ed5f41d58
make server automatically create DB schema if not exists (#5)
* 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
2024-05-10 15:30:47 -04:00
maru 512a24e5c3
Remove anti cheat 2024-04-30 14:34:40 -04:00
maru 786e947e09
Change 'banned' to 'limited 2024-04-30 00:32:55 -04:00
maru 8481626193
Relicense under AGPL 2024-04-29 17:26:46 -04:00
maru 235fb9c91c
Add copyright notice to files 2024-04-29 15:32:58 -04:00
maru e8240c9c38
Rename to rogueserver 2024-04-29 15:22:27 -04:00
maru 522ce9f4fa
Update GitHub link 2024-04-14 19:25:36 -04:00
maru d12a008259
Various changes 2024-04-01 22:54:55 -04:00
Flashfyre fa972bab37 Don't include banned users on rankings 2024-04-01 21:08:00 -04:00
Flashfyre 2495c1ee9a Fix incorrect page count for weekly rankings 2024-03-23 16:33:26 -04:00
Flashfyre 53ccdc5921 Add weekly rankings and ranking pagination support 2024-03-23 16:26:00 -04:00
Flashfyre 48c533cb78 Fix higher score being overwritten by worse daily runs 2024-03-22 21:42:27 -04:00
Flashfyre be04408336 Update random daily seed logic 2024-03-18 19:55:02 -04:00
Flashfyre 2cb7be52eb Change daily seed generation and update schema for recording failed daily runs 2024-03-17 20:48:49 -04:00
Flashfyre 4710617f23 Add limit and pagination to rankings query 2024-03-17 13:36:32 -04:00
Flashfyre ff98047caa Add daily run rankings 2024-03-17 13:18:51 -04:00
Flashfyre 2e964b007d Add daily runs and seed completions 2024-03-16 21:51:13 -04:00