You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
4 months ago
..
account.go Replace usernameFromRequest 5 months ago
daily.go make server automatically create DB schema if not exists (#5) 4 months ago
db.go make server automatically create DB schema if not exists (#5) 4 months ago
game.go Relicense under AGPL 5 months ago
legacy.go hotfix: move save data to DB (#2) 5 months ago
savedata.go Use INSERT instead of REPLACE for savedata storage functions 4 months ago