Open DBotThePony opened 3 years ago
Looks like sv_rcon_log
might be enabled for you on x86-64.
Rcon is a liability, you're better off firewalling TCP [server port].
You completely miss the issue here. In TCP packet returning from server, I (the command issuer), receive the rcon from "192.168.50.1:1190": command "status"
at the end of response, which shouldn't be there, since response's useful payload should contain only output of the command executed (technically it return all console output excluding the rcon from...
message on same server tick).
I was assuming you were in a situation where you could get the server's stdout in your console or something. sv_rcon_log
is enabled by default, so something must be going wrong. Do you get other spew messages, or is it only in this specific case? I don't see anything that would obviously cause this.
Every other game and Garry's Mod on stable/dev branch
Garry's Mod on x86-64 branch
Notice the
rcon from "192.168.50.1:1190": command "status"
at the end. It applies to every command executed.Noticed this when node.js rcon daemon had it's parser going insane when server branch got bumped to x86-64.