userRusscancel
branchrust_reboot/main/analytics_rcon_improvementscancel

10 Commits over 92 Days - 0.00cph!

6 Months Ago
Fix lock typo
6 Months Ago
Fix compile errors on client
6 Months Ago
merge from main
6 Months Ago
Save/load permanent RCON IP bans
6 Months Ago
More RCON security - Seperate out manual bans and failed login autobans - Allow manual bans with rcon.ban_ip to include CIDR formatted network addresses (e.g. 55.55.55.0/24 to include the entire subnet) - rcon.unban_ip will remove any permanent bans, or any failed attempts New convars: - rcon.logfailedattempts - Debug.Log all the various failed password / ban connects. Defaults to true, but large servers may want to disable due to spam - rcon.permanentbanfailedips - Permanently ban IPs that exceed the failed password theshold (default false) - rcon.print_rcon_bans - List the permanent IP/network bans
7 Months Ago
Improved some webrcon security - Normalized some of the RCON help language to be consistent - Added deprecated warnings for the old source engine rcon - Improved security around RCON passwords - Added automatic RCON IP bans for repeated incorrect password attempts Added a number of new convars - rcon.ban_ip <ip> - rcon.unban_ip <ip> - rcon.print_rcon_failed_logins - rcon.banduration - rcon.maxpasswordfailures - rcon.clear_rcon_failed_logins
7 Months Ago
merge from main
9 Months Ago
Track rcon disconnects during a frame Changed rcon.ssl and rcon.sslpwd to be consistent with other command line option switches (can use - or +) Set a default rcon password while in the editor
9 Months Ago
merge from main
10 Months Ago
Add rcon errors in profiling analytics Improve rcon error exception logging Reuse blob options and http headers instead of recreating them every uploader lifecycle