aboutsummaryrefslogtreecommitdiff
path: root/NetConsole
AgeCommit message (Collapse)Author
2022-06-16Rename NetConsole output to 'netcon'Kawe Mazidjatari
2022-06-16Add 'chrono' to PCHKawe Mazidjatari
Included in more recent commits from upstream, but these should be in the PCH.
2022-05-31Light RCON cleanupKawe Mazidjatari
Use const qualifiers for CNetAdr2 methods. Removed redundant code in CNetAdr2. Add proper destructor for CRConServer, CRConClient and CNetCon.
2022-05-07RCON system improvementsKawe Mazidjatari
* Buffers are now send properly from the game client and netconsole client (running scripts and executing command's/convar's now work properly). * Removed 'PASS' string check on server and only rely on 'SERVERDATA_REQUEST_AUTH' enum for auth queries (should make heavy abuse even harder).
2022-03-04Fix formattingAmos
2022-03-04Add proto compiler source filesAmos
2022-03-04Remove extraneous build platformAmos
2022-03-04Add non-game netconsole client for RCONAmos
Allows users to connect to their dedicated servers without having the game installed. Its also a base for example for anyone that wants to create their own RCON client.