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-07-08 00:55:01 +02:00
2022-10-24 00:50:07 +02:00
2022-10-21 22:02:23 +02:00
2022-11-02 00:28:41 +01:00
2022-09-09 19:47:31 +02:00
2022-10-23 01:28:10 +02:00
2022-11-03 02:23:00 +01:00
2022-10-22 21:59:57 +02:00
2022-10-30 10:08:14 +01:00
2022-09-14 01:14:51 +02:00
2022-10-30 10:08:14 +01:00
2022-10-21 22:02:23 +02:00
2022-11-03 00:06:11 +01:00
2022-10-21 22:02:23 +02:00
2022-10-21 22:02:23 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00