101 Commits (5480c2ee720865fac4b945c3e5fd73ff81db5935)

Author SHA1 Message Date
Pancakes 5480c2ee72
Remove isInLocalDb flag, start dumping saves into S3 2 weeks ago
Pancakes ad8fa03503
Migrate all local accounts 2 weeks ago
Pancakes e432d64acb
Emergency fix, read/write saves to S3 from now on 2 weeks ago
Opaque02 c2af4a07e9
Made changes to server to allow admin panel to retrieve last activity instead of last logged in date (#58)
* Made changes to server to allow admin panel to retrieve last activity instead of last logged in date

* Added TODO comment for lastLoggedIn json result

* Updated variable names as per Pancake's comments
3 weeks ago
Pancakes ea4ba75c93
Use AND in SQL query instead of && 3 weeks ago
Pancakes a1263e66c6
Clean up RetrieveSystemSaveFromS3 3 weeks ago
Pancakes c09d277678
Change more stuff 3 weeks ago
Pancakes 00e783ff8a
Styling fixes 3 weeks ago
Frederico Santos ac360ccb1c
Cold storage (#57)
* feat: Implement S3 integration for system save data migration and retrieval

* feat: Refactor system save data handling to use JSON and improve error logging

* feat: Update S3 migration schedule to hourly and limit old account retrieval to 3000 records

* fix: Clean up S3 migration code by removing unnecessary blank lines and improving logging messages
4 weeks ago
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
4 weeks ago
Frederico Santos 8e20875453
feat: Add admin Discord link endpoint (#49)
* feat: Add admin Discord link endpoint

* feat: Add Discord Guild ID flag to server configuration

* feat: Add logging for Discord ID addition in admin Discord link endpoint

* chore: Update variable name for Discord guild ID in account package

* chore: Add logging for Discord ID addition in admin Discord link endpoint

* chore: Add admin Discord link endpoint

* chore: Add logging for Discord ID addition in admin Discord link endpoint

* chore: Remove unnecessary code in handleAdminDiscordLink function

* chore: Update logging format in handleAdminDiscordLink function

* chore: Refactor handleAdminDiscordLink function for improved logging

* chore: Update Discord Bot Token and Discord Guild ID flags in server configuration

* chore: Refactor handleAccountInfo function for improved readability and error handling

* chore: Update server configuration flags for Discord Bot Token and Guild ID

* Refactor handleAdminDiscordLink function for improved error handling and logging

* feat: Add "Helper" role to Discord admin check for enhanced access control
2 months ago
Pancakes 8ac507d2d5
Don't use best compression encoder level for zstandard 3 months ago
Pancakes a7d5f60d5f
Add new compression code 3 months ago
Frederico Santos fa57f5997f
Added support for Discord OAuth2 (#25)
* Need a login check

* chore: Add Discord OAuth2 authentication endpoint

chore: Update dependencies and clean up code

chore: Update dependencies, add Discord OAuth2 authentication endpoint, and clean up code

chore: Update dependencies, add Google OAuth2 authentication endpoint, and clean up code

Code clean up

uniqueness on external account id

chore: Add Discord and Google OAuth2 authentication endpoints, and update dependencies

code review fixes

* chore: Update prodHandler to use clienturl flag for Access-Control-Allow-Origin

* chore: Refactor FetchDiscordIdByUsername and FetchGoogleIdByUsername to handle null values

* chore: Set secure and same-site attributes for session cookie

* chore: Set session cookie expiration to 3 months

* Update callback URL for Oauth2 client in docker-compose and rogueserver.go

* Update callback URL for Oauth2 client in docker-compose and rogueserver.go

---------

Co-authored-by: Matthew Olker <matthew.olker@gmail.com>
4 months ago
Frederico Santos 4cac6b6ce8
Update SaveData to handle session and system out of date overwrites (#43)
* chore: Update savedata API to handle session out of date errors

* chore: Handle session out of date errors in savedata API

* chore: Handle session out of date errors in savedata API

* chore: Update savedata API to handle session out of date errors
5 months ago
Pancakes dd00d90211
Remove voucher compensation code 5 months ago
Pancakes 048db67609
Remove timestamp guard 5 months ago
Pancakes 9efd1b751a
Update StoreSystemSaveData 5 months ago
Frederico Santos 52c5c9ee6c
Reject saves with 2 days difference (#29)
* Reject saves with 2 days difference

* improved timestamp checks

* chore: Refactor timestamp checks for saving system data

* Refactor timestamp checks for saving system data
5 months ago
Frederico Santos 87e8f00cd6
Refactor saving session and system data to prevent saving older saves on previous waves (#26)
* chore: Refactor saving session data to prevent saving older sessions

* chore: Refactor saving system data to prevent saving older sessions

* Refactor saving session and system data to prevent saving older versions
6 months ago
maru 476e667572
More cleanup 6 months ago
maru c76746ad35
Replace REPLACE INTO usage 6 months ago
maru 3489ae91bf
Change max connections code again 6 months ago
maru 15a32c0e23
Various cleanup 6 months ago
maru 4cc2d3431c
Set conns value to 128 6 months ago
maru 1441d47694
Remove legacy save migration code 6 months ago
maru 7bfd9dfba7
Fix code 6 months ago
maru fc458fad73
Revert "Remove anti cheat"
This reverts commit 512a24e5c3.
6 months ago
Flashfyre df92ff8b6f Add last activity update on verify 6 months ago
Up f31f130c14
also check for empty 6 months ago
Up c17c583321
update active session if none is found 6 months ago
Up a063b1740c
add missing foreign key declarations 6 months ago
Up e2efcd550c
fix faulty sql query 6 months ago
Up 834d1e62a0
add foreign key constraint on client session table 6 months ago
Up c0aade2e65
simplify ID handling 6 months ago
Up 436fce8759
add client session ID tokens 6 months ago
Up 5d6bfe0c22
add accounts activity index 6 months ago
Krystian Chmura 03865f9b94
run golangci-lint in CI 6 months ago
maru 36f353b8a6
Clean up db.go 6 months ago
maru 5656fb96d1
Use log.Fatal isntead of panic 6 months ago
Flashfyre 2704e64e38 Add newclear endpoint 6 months ago
maru 693663103b
Run formatter on files 6 months ago
maru b5e8094039
Don't return INVALID on seed-related function error 6 months ago
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
6 months ago
maru e4de7c2391
Update database limiting code more 6 months ago
maru de0bd74dc2
Update database limits 6 months ago
maru 59ea469fb6
Don't import legacy saves if system exists in database 6 months ago
maru 4971ad9d42
Add new database limits 6 months ago
maru 7dbcb18ebf
Use INSERT instead of REPLACE for savedata storage functions 6 months ago
maru 6cb179b553
Clean up savedata.go 6 months ago