246 Commits

Author SHA1 Message Date
Frederico Santos
81b316f4c9
Refactor savedata struct to include EggPity and UnlockPity (#27) 2024-06-03 18:09:47 -04:00
maru
68caa148f6
Clean up clientSessionId checks 2024-06-02 18:23:51 -04:00
maru
3269e30a25
Remove _, _ = stuff 2024-06-02 18:15:24 -04:00
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
2024-06-02 17:13:54 -04:00
maru
0526c7a0f1
Remove vouchers limit 2024-05-29 16:25:29 -04:00
maru
b113ffceee
Clean up api Init 2024-05-24 16:17:03 -04:00
maru
cd13fe3cff
Use errors.Is everywhere 2024-05-24 01:49:35 -04:00
maru
476e667572
More cleanup 2024-05-24 01:47:36 -04:00
maru
c76746ad35
Replace REPLACE INTO usage 2024-05-24 01:41:50 -04:00
maru
3489ae91bf
Change max connections code again 2024-05-24 01:32:33 -04:00
maru
15a32c0e23
Various cleanup 2024-05-23 14:15:44 -04:00
maru
4cc2d3431c
Set conns value to 128 2024-05-23 13:18:37 -04:00
maru
568697bc1f
Remove unused dependencies 2024-05-21 17:59:11 -04:00
maru
1441d47694
Remove legacy save migration code 2024-05-21 17:53:28 -04:00
maru
805ac408e8
Don't use := false 2024-05-21 17:49:20 -04:00
maru
7bfd9dfba7
Fix code 2024-05-21 01:48:07 -04:00
maru
f8f5aefff9
Better logging 2024-05-21 01:45:03 -04:00
maru
fc458fad73
Revert "Remove anti cheat"
This reverts commit 512a24e5c3b1a51045a91acd9049c64266cc6d64.
2024-05-21 01:39:07 -04:00
Flashfyre
df92ff8b6f Add last activity update on verify 2024-05-15 13:37:36 -04:00
Up
509ca8df12
better errors 2024-05-15 07:28:49 +02:00
Up
f31f130c14
also check for empty 2024-05-15 06:47:06 +02:00
Up
c17c583321
update active session if none is found 2024-05-15 06:46:08 +02:00
Up
76e7ba02ad
always delete claimed vouchers 2024-05-15 04:27:53 +02:00
Up
a063b1740c
add missing foreign key declarations 2024-05-15 04:12:20 +02:00
Up
e4713e6ea3
fall back to legacy save ID 2024-05-15 04:08:42 +02:00
Up
2aab022ce3
properly use client session ID 2024-05-15 04:07:47 +02:00
Up
e7cff35d69
delete vouchers when claiming them 2024-05-15 00:50:50 +02:00
Up
174b962f19
update verify endpoint 2024-05-15 00:00:38 +02:00
Up
e2efcd550c
fix faulty sql query 2024-05-14 23:17:14 +02:00
Up
834d1e62a0
add foreign key constraint on client session table 2024-05-14 14:33:53 +02:00
Up
c0aade2e65
simplify ID handling 2024-05-14 14:30:04 +02:00
Up
983e17c894
continue if linting fails 2024-05-14 13:23:22 +02:00
Up
b88b3f6fab
explicitly define linter config 2024-05-14 13:18:39 +02:00
Up
c24d006f88
move linter args to config file 2024-05-14 13:07:07 +02:00
Up
12b0a0df0b
try make linter ignore unused stuff 2024-05-14 13:01:29 +02:00
Up
436fce8759
add client session ID tokens 2024-05-14 12:54:06 +02:00
Up
8439519d8e
start on splitting api call handler function 2024-05-12 20:42:07 +02:00
Up
d70c082aa9
simplify json response writing 2024-05-12 20:05:46 +02:00
Up
f0c283af42
merge token and uuid lookups to reduce roundtrips 2024-05-12 19:44:04 +02:00
Up
81853b1863
forgot to update stats column 2024-05-12 08:38:57 +02:00
Up
a44a6c382f
save data when applying vouchers 2024-05-12 08:30:46 +02:00
Up
c06b1496a3
add watchtower in example compose file 2024-05-12 08:11:36 +02:00
Up
4430a18dae
update example compose file 2024-05-12 08:05:40 +02:00
Up
5d6bfe0c22
add accounts activity index 2024-05-12 05:12:46 +02:00
Up
2700afafdb
cleanup 2024-05-12 04:41:56 +02:00
Up
94df201bf7
update endpoint name 2024-05-12 03:42:35 +02:00
Up
884bb88cd3
add combined update endpoint 2024-05-12 03:34:08 +02:00
Up
ab69d940e6
update action step name 2024-05-12 01:23:29 +02:00
Up
43f2f5a163
Merge pull request #11 from slsyy/run-golangci-lint-in-CI 2024-05-12 00:28:46 +02:00
Krystian Chmura
03865f9b94
run golangci-lint in CI 2024-05-11 14:41:25 +02:00