Rev Author Branch Log Message Date SHA
r24087
Avatar Dutchman101
1.7 Reliability fixes for nickname valid-checks on client and server
Fix 1: Backtick validation gap (client)
Added strchr(szNick, '') != nullptrcheck to the client's CheckNickProvided, matching the server's version in Shared/Utils.cpp. Previously, a nickname containing a backtick passed all client-side checks, was serialized correctly, and then got rejected server-side with INVALID_NICKNAME.
...
9 May, 2026