Kawe Mazidjatari acbe43a210 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-02-22 01:55:08 +01:00
..
2024-02-21 01:10:14 +01:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00
2023-11-01 02:08:08 +01:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00
2024-02-21 01:10:14 +01:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00