Kawe Mazidjatari ff484c3f52 Engine: fix RCON bugs and improve security
- 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.
2024-04-05 18:07:38 +02:00
..
2024-04-05 18:02:39 +02:00
2023-07-01 01:20:47 +02:00
2023-05-10 00:05:38 +02:00
2024-04-05 16:34:29 +02:00
2023-03-18 16:46:15 +01:00
2024-04-05 18:02:39 +02:00
2023-07-01 01:20:47 +02:00
2023-07-01 01:20:47 +02:00