Commit Graph

22 Commits

Author SHA1 Message Date
Ash Logan
b26f33e397 chore: bump golang version
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-10-19 20:10:02 +11:00
Ash Logan
a7876fa7d6 chore: update go modules 2025-10-19 20:06:21 +11:00
Ash Logan
9e50f4cff0 feat: use secret unreleased protocols
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-08-09 22:19:07 +10:00
Ash Logan
6309f67d34 fix: small things
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run
2025-08-08 23:10:17 +10:00
Ash Logan
32b4e6ae58 chore: library updates and token validation 2025-08-07 19:30:02 +10:00
Ash Logan
9ef3e1e87e chore: update grpc bits and add local auth mode 2025-08-07 19:24:52 +10:00
shutterbug2000
92f52d8404
Merge pull request #15 from PretendoNetwork/db-fix-attempt
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Attempt fix for DB strain
2025-07-06 05:20:20 -05:00
shutterbug2000
5e28217d42 Delete the callback entirely to prevent Mutex issues 2025-07-06 05:19:23 -05:00
shutterbug2000
1341ed0b12 Attempt fix for DB strain 2025-07-06 05:12:35 -05:00
Jonathan Barrow
45f8fc85cd
chore: bump nex-go version
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-04-13 15:12:10 -04:00
William Oldham
57916eaffd
Merge pull request #14 from PretendoNetwork/library-upgrade
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Update to latest libraries
2025-02-22 12:59:26 +00:00
shutterbug2000
3c6c2ae98a Update to latest libraries
Add randomized Kerberos password
2025-02-17 15:40:11 -06:00
Andrea Toska
8e52c6714c
chore: Add the binary to .gitignore (#11)
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Forgot to add this to the main PR, whoops!
2024-11-10 20:05:55 +11:00
Daniel López Guimaraes
6d19483446
chore: Remove redundant binary
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2024-11-08 17:40:24 +00:00
Andrea Toska
238c85da9f
feat!: Implement Matchmaking Rewrite (#10)
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
* feat(secure): Mark Splatfest sessions as OpenParticipation

Bit of a hack but good enough to make things work for now

* feat(secure): Add stubbed Splatoon Ranking protocol

Fixes freezes related to Splatfest results upload

* feat: matchmaking rewrite implementation

* feat(secure): attempt to fix index bugs

* fix: merge issue

* fix(secure): forgot to change the import name

* fix(secure): remove old index ignore

* fix(secure): misspelling

* fix(secure): remove unused var

* fix(secure): revert previous fix

* fix(secure): using another function

* fix(secure): using another function

* working on it

* fix(secure): i hate these variable names

* fix(secure): misspelled again

* debug(secure): adding debugging

* fix(secure): hopefully fix the error (thanks dani)

* std(secure): standardize variable names

* fix(secure): fix string issue

* fix(secure): oops

* fix(secure): remove attribute 1

* fix(secure): final fixups

* fix(secure): final fixups

* feat(secure): try fixing fest rooms

* feat(secure): implement postgresql fix

* merge

* fix(secure): try once again to fix fests

* fix(secure): ignore first param

* fix: bump library versions and remove override

* chore: go fmt all files

* chore: Remove unused code

* chore: Explicitly ignore error in criteria cleanup

It's fine we just won't mm into this room

---------

Co-authored-by: Ash Logan <ash@heyquark.com>
2024-11-07 21:59:38 +11:00
Jonathan Barrow
e6811ca227
Merge pull request #5 from mrjvs/master 2024-07-27 12:21:11 -04:00
mrjvs
deec2d26ab Add Dockerfile & CI
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2024-07-27 12:40:37 +02:00
Ash Logan
fa20014ab7 fix(secure): Don't mix up PlayingSession and SimplePlayingSession
lmao
2024-07-15 18:13:06 +10:00
shutterbug2000
24d55e62de feat(secure): Add game-specific matchmaking overrides
Co-authored-by: Ash Logan <ash@heyquark.com>
2024-07-09 22:22:01 +10:00
Ash Logan
22b9baebd3 feat(secure): Update protocols and add GetPlayingSession stub
Splatoon uses this to check if your account is. Already in a game when you first log in. Who knows!

Just stub it for now.
2024-06-27 01:59:08 +10:00
Ash Logan
a770670b56 feat!(rewrite): Template v2 server 2024-06-26 13:51:49 +10:00
Jonathan Barrow
8e49609d2b Initial commit 2022-08-14 03:58:09 -04:00