Does anyone know why the "cmdline" cvar is marked as "server" and is sent to the client upon CCREQ_RULE_INFO (e.g. upon the "test2" command)? Does anything out there really relies on this cvar's value's presence in the queries?
I think sending the command line with which the server is launched is evil and the client shouldn't have any right to know it. If there isn't anything that rely on that (I myself don't), I plan on removing its server flag.