mirror of
https://github.com/NextendoNetwork/animal-crossing-new-horizons.git
synced 2026-08-25 20:52:26 +02:00
Animal Crossing: New Horizons NEX server on the NextendoNetwork core
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
resolveNSAtoPID only memoised successful lookups, so every login attempt carrying an unknown NSA id triggered a fresh outbound call to the shared account service: a flood of bogus ids on the unauthenticated auth port turned into amplification against the service every game depends on. Failures are now negative-cached with a short TTL and concurrent outbound calls are capped (fail-closed past the cap). Requires nextendo-nex v0.1.4, which stops the secure endpoint from handing a ticketless CONNECT an identity it never proved. |
||
| .gitignore | ||
| dashboard.go | ||
| example.env | ||
| friends.go | ||
| gates.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| main.go | ||
| presence.go | ||
| README.md | ||
| utility.go | ||
animal-crossing-new-horizons
NEX game server for animal-crossing-new-horizons, built on the NextendoNetwork nextendo-nex core.
See example.env for configuration. Not affiliated with Nintendo.