mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
- Upgraded hashing algorithm to SHA-512, and store the raw hash instead of a string copy, which is way cheaper to compute and compare. - Only ever close sockets once in CRConServer::SetPassword(). - Made the game server & game client RCON singletons static. - Added calls to gracefully shutdown RCON server and RCON client on Engine/SDK shutdown. - Added more prints so RCON user knows when its shutdown, or when their password change is in effect, etc. - Fixed bug where we could tokenize an empty string when we dispatch a console command.