friends/nex
Daniel López Guimaraes 120776e197
fix: Better initialization of NEX server accounts
Initializing the server accounts in their own thread (e.g. the
authentication and secure servers) can cause a race condition where the
secure account hasn't been set up yet when authentication configures
`ticket-granting`, causing sometimes crashes on startup.

This has happened on production causing unnecesary restarts. To fix
this, initialize the accounts on the `init` function to ensure they will
always be accessible when needed.
2024-10-29 23:01:59 +00:00
..
account-management rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
friends-3ds fix(3ds): Send friendship notification to proper target 2024-05-20 21:48:10 +01:00
friends-wiiu fix: use Copy() on presence data to get around race condition 2024-05-16 07:43:26 -04:00
secure-connection chore: migrate ConnectedUser map to MutexMap 2024-04-09 12:21:50 -04:00
authentication.go fix: Better initialization of NEX server accounts 2024-10-29 23:01:59 +00:00
register_common_authentication_server_protocols.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
register_common_secure_server_protocols.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
register_secure_server_protocols.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
secure.go fix: Better initialization of NEX server accounts 2024-10-29 23:01:59 +00:00