Kawe Mazidjatari 40566235e0 Server authentication code improvements
* Added validity checks for player names, they must be UTF-8 encoded, else game clients will crash attempting to set non-UTF-8 player names in RUI.
* CServer::RejectConnection now takes a 'v_netadr_t*', previously it was 'user_creds_s*', which worked as 'v_netadr_t' is the first member in 'user_creds_s'.
* Programmer must now manually pass a character buffer to 'v_net_adr::GetAddress(...)'.
2022-11-03 02:30:57 +01:00
..
2022-09-25 13:36:55 +02:00
2022-08-13 19:41:45 +02:00
2022-08-09 11:53:33 +02:00
2022-09-09 19:47:31 +02:00
2022-09-09 02:28:03 +02:00
2022-09-25 13:36:55 +02:00
2022-10-13 02:22:50 +02:00
2022-09-09 19:47:31 +02:00
2022-08-30 01:22:53 +02:00
2022-08-30 01:22:53 +02:00
2022-11-03 00:06:11 +01:00