12 Commits

Author SHA1 Message Date
Opaque02
430496941c
Admin panel upgrade server updates (#54)
* Changes for testing

* Updating server code to allow unlinking discord IDs as needed

* Fixed some debug issues commented out code

* Updating server to allow updated admin panel functionality

* Updated some commentted out code

* Updated missed /

* Updated to allow for a single query to the db with multiple columns, and a conversion to allow string outputs instead of sql.NullStrings

* Deleted .bak files and .vs folder as per Walker's discord message

* Added logic to check server to make sure usename exists for discord linking and unlinking

* Changes to allow linking and unlinking of google Id from DB

* Removed .vs folder

* Reverted dev code

* PR comments

* Updates from Pancake's comments
2024-10-16 20:36:44 -04:00
Flashfyre
2704e64e38 Add newclear endpoint 2024-05-10 18:07:14 -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
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
2024-05-07 17:10:33 -04:00
maru
e8240c9c38
Rename to rogueserver 2024-04-29 15:22:27 -04:00
maru
0fec7cb4c3
Revert "Serve game content and API"
This reverts commit 6bd7deb3de7b26a2e40b020da82235adcaa42b7d.
2024-04-19 12:41:05 -04:00
maru
6bd7deb3de
Serve game content and API 2024-04-19 03:27:47 -04:00
Matthew Olker
6a0a130b1d Nil check battle and classic session count 2024-04-11 18:40:37 -04:00
Flashfyre
be04408336 Update random daily seed logic 2024-03-18 19:55:02 -04:00
Flashfyre
2e964b007d Add daily runs and seed completions 2024-03-16 21:51:13 -04:00
Flashfyre
b64007a5f2 Fix minor issues with session data handling 2023-12-31 17:39:11 -05:00
Flashfyre
e05f6f752b Add last logged in date to accounts table 2023-12-30 22:05:56 -05:00