Pretendo Splatoon server implementation
Go to file
Ash Logan ef521aea15 feat: Save pia connection reports to database
I would have liked to save the gathering info too but I couldn't work out how to extract that from MatchmakingManager
you can kinda reverse-engineer it from the tracking logs anyway
2024-12-06 16:04:52 +11:00
.github/workflows Add Dockerfile & CI 2024-07-27 12:40:37 +02:00
globals feat!: Implement Matchmaking Rewrite (#10) 2024-11-07 21:59:38 +11:00
nex feat: Save pia connection reports to database 2024-12-06 16:04:52 +11:00
.gitignore chore: Add the binary to .gitignore (#11) 2024-11-10 20:05:55 +11:00
.gitmodules feat!(rewrite): Template v2 server 2024-06-26 13:51:49 +10:00
Dockerfile Add Dockerfile & CI 2024-07-27 12:40:37 +02:00
go.mod feat!: Implement Matchmaking Rewrite (#10) 2024-11-07 21:59:38 +11:00
go.sum feat!: Implement Matchmaking Rewrite (#10) 2024-11-07 21:59:38 +11:00
init.go feat: Save pia connection reports to database 2024-12-06 16:04:52 +11:00
LICENSE feat!(rewrite): Template v2 server 2024-06-26 13:51:49 +10:00
main.go feat!(rewrite): Template v2 server 2024-06-26 13:51:49 +10:00
Makefile feat!(rewrite): Template v2 server 2024-06-26 13:51:49 +10:00