Daniel López Guimaraes
d7f8b585c1
feat: Migrate to new nex-go types
2025-01-01 19:55:13 +00:00
Daniel López Guimaraes
8caa52cbbe
feat: Add MatchmakingManager abstraction
...
Allows removal of matchmake_extension_database dependency inside
match-making
2024-07-03 02:08:45 +01:00
Daniel López Guimaraes
9ccdfc9704
fix(match-making): Add checks for MatchmakeSession fields and messages
2024-07-01 17:17:50 +01:00
Daniel López Guimaraes
e71f872ac1
feat!: Matchmaking rewrite
2024-06-30 14:08:39 +01:00
Daniel López Guimaraes
dfe7dba66b
chore: Update module version to v2
2024-04-07 23:56:20 +01:00
Daniel López Guimaraes
469c77a247
match-making: Change the host if the owner is leaving
2024-03-26 23:33:57 +00:00
Daniel López Guimaraes
34f42e501d
chore: Use nex-go constants
2024-03-17 22:37:34 +00:00
Jonathan Barrow
2728968441
update: added OnAfter event handlers for common methods
2024-02-13 16:34:03 -05:00
Daniel López Guimaraes
b6c8028476
refactor: Remove common protocols global variables
2024-02-11 14:51:26 +00:00
Daniel López Guimaraes
410ca40c01
refactor: Update ServerInterface to EndpointInterface
...
Also update method handlers to use the new nex.Error return.
2024-02-11 00:33:30 +00:00
Daniel López Guimaraes
bbb4872e89
Fix typos and use account getters from endpoint
2024-01-25 17:39:32 +00:00
Jonathan Barrow
d15b82cc12
chore: nex.Errors -> nex.ResultCodes
2024-01-24 16:51:45 -05:00
Jonathan Barrow
ce83fe9720
chore: update to new types
2024-01-22 12:40:37 -05:00
Daniel López Guimaraes
33c6ccc225
Update RMC method creation
2023-12-16 15:46:55 +00:00
Daniel López Guimaraes
6aa24a9ccf
Rename common protocols to CommonProtocol
...
This reduces the redundancy and follows better the Go style.
2023-12-14 23:21:01 +00:00
Daniel López Guimaraes
5168b5c3d4
Update PRUDP cast comments
...
Now that the websockets server is integrated into PRUDPServer, we have
to question if we even want to remove these casts, since it doesn't make
much sense for HPP.
Also updaete SecureConnection::Register to support TCP addresses on the
client for websocket implementations.
2023-12-14 21:33:25 +00:00
Jonathan Barrow
365fe3f1e3
renamed matchmaking and matchmaking-ext to match protocol lib
2023-12-14 04:16:59 -05:00