55 Commits (0da0283fb96661f19e2518435d8f76bd50069c6d)

Author SHA1 Message Date
Mumble 0da0283fb9
[Feature] Two Separate Counters for Endless and Classic Starter Choice (#2)
* Revert "Remove Daily from starter tracking"

This reverts commit ce4aea88de78696c76046c862cdcae2f5d6d871f.

* Added separate starter counter for Endless/Endless Spliced

* Added daily conditional

* Changed starterCounter to also hold information about the game mode.

---------

Co-authored-by: frutescens <info@laptop>
3 weeks ago
Frederico Santos e6d55617df fix: Update session metrics processing to exclude GameMode 3 for WaveIndex 1 3 weeks ago
Frederico Santos a88f8c2dc5 fix: Correct formIndex formatting in session metrics processing 3 weeks ago
Frederico Santos b7c9d6e6f1 fix: Update party member species handling to support float64 and improve logging 3 weeks ago
Frederico Santos 400cb28ee3 fix: Enhance session metrics logging to include party member species and username 3 weeks ago
Frederico Santos 28c279c36d fix: Update metrics processing to use username instead of UUID and improve party member type handling 3 weeks ago
f-fsantos eefa54fe48 added username 3 weeks ago
f-fsantos dd818e42c6 Merge branch 'metrics' of https://github.com/XGSleepWalker/rogueserver into metrics 3 weeks ago
f-fsantos b57eae4f0c fixed metrics call 3 weeks ago
Mumble 2f9ed3a0a7
Starter Tracking (#1)
* starterCounter?

* Update api/savedata/update.go

---------

Co-authored-by: frutescens <info@laptop>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
3 weeks ago
Frederico Santos 3048e22787 chore: Add Prometheus metrics for account registration and concurrent requests
feat: Implement Prometheus metrics and caching for game sessions

fix: Rename Prometheus metric for game modes to include namespace
3 weeks ago
Pancakes 00e783ff8a
Styling fixes 1 month ago
Amani H. b2aa37b2ef
[Dev] Remove Version Checking (#55) 1 month ago
Pancakes dd00d90211
Remove voucher compensation code 5 months ago
Pancakes 6b1b80b61e
Remove savedata backwards compatibility code 5 months ago
Pancakes f6743743fa
Clean up session handlers 6 months ago
Pancakes 16340858bb
Add new save endpoints 6 months ago
Pancakes 9d8c6b88bf
Consistent styling on TODO comments 6 months ago
Pancakes 674ed2aa51
Run go fmt on everything
Signed-off-by: Pancakes <patapancakes@pagefault.games>
6 months ago
Pancakes 023b8aaed4
Remove /savedata/get 6 months ago
Pancakes 50d93a737f
Checking slot id in System get doesn't make sense 6 months ago
maru 0526c7a0f1
Remove vouchers limit 6 months ago
maru 15a32c0e23
Various cleanup 6 months ago
maru 805ac408e8
Don't use := false 6 months ago
maru 7bfd9dfba7
Fix code 6 months ago
maru fc458fad73
Revert "Remove anti cheat"
This reverts commit 512a24e5c3.
6 months ago
Up 76e7ba02ad
always delete claimed vouchers 6 months ago
Up e7cff35d69
delete vouchers when claiming them 6 months ago
Up 81853b1863
forgot to update stats column 7 months ago
Up a44a6c382f
save data when applying vouchers 7 months ago
Krystian Chmura 03865f9b94
run golangci-lint in CI 7 months ago
Flashfyre 2704e64e38 Add newclear endpoint 7 months ago
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
7 months ago
maru 512a24e5c3
Remove anti cheat 7 months ago
maru 786e947e09
Change 'banned' to 'limited 7 months ago
maru 8481626193
Relicense under AGPL 7 months ago
maru 235fb9c91c
Add copyright notice to files 7 months ago
maru e8240c9c38
Rename to rogueserver 7 months ago
maru b52abbf7fe
Ban if daily score over 20000 7 months ago
maru e184e9da91
Ban if vouchers over a certain threshold 7 months ago
Flashfyre bc8084b70b Increment server version 7 months ago
Flashfyre 2f8c2d3f07 Match trainer and secret ID on update for data integrity 7 months ago
maru 768900d885
Change seedCompletions to dailyRunCompletions 7 months ago
maru 96f8a74396
Unduplicate more code 7 months ago
maru 1de3ce72e4
Reuse zstandard encoder 7 months ago
maru 697c5335d7
Prevent writing empty save files 7 months ago
maru b00ed4c0b9
Use WriteFile instead of stream writing to files 7 months ago
Flashfyre 6acbb6448a Protect against cross-session overwrites 7 months ago
maru 75cf6f3ab1
Use Sprintf instead of encoding UUIDs to hex 7 months ago
Flashfyre a36a8f5be9 Update schema and version for variant update 7 months ago