Commit Graph

4 Commits

Author SHA1 Message Date
Manuel dc8c7bd2b6
Support for multiple games and keys per game, refactor, tweaks
* Update editorconfig for Dockerfile formatting
* Update Dockerfile to strip debug symbols
* Support pushing multiple highscores and use of Options to support traditional API mode
* Support sending and retrieving different highscore lists for a game based on a key
* Support retrieving partial highscore lists for client side pagination
* Use of vweb_global attribute for better performance (No mutex/shared variable) and immutability
* Support for a verification key that is used for checksumming score data with a private key to raise the difficulty for potential cheaters
* Add Logger for nicer console output and severity distinction
* Use of transactions in database for higher reliability
* Additional error checking for improved error recovery and reliability
2023-10-02 14:05:46 +02:00
Manuel e6f94b8e3b
Update editorconfig & formatting 2023-02-02 14:15:17 +01:00
Manuel d38cb1f9db
Handle CORS, Additional error cases, Simplified database 2023-01-12 19:34:28 +01:00
Manuel ba7938dcf4
Initial commit 2023-01-07 13:00:00 +01:00