]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
added qw compatible "rcon" support (allows a client who knows the server's rcon_passw...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 23 Feb 2006 14:50:41 +0000 (14:50 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 23 Feb 2006 14:50:41 +0000 (14:50 +0000)
commit3e69400aac1842c4ed7f9131c1cd67cafc3d1084
treecfd89ee5b56a9d61c4d8cae018fa8a5819564401
parent862c4f3c80e0c8fe22a95e020ec3e8fbb68b754e
added qw compatible "rcon" support (allows a client who knows the server's rcon_password to run a command on the server), had to move NetConn_ServerFrame outside of the SV_VM_Begin block in Host_ServerFrame, and add relevant SV_VM_Begin blocks to various parts of host_cmd.c
added qw print command packet to client packet processing (needed for remote rcon when not connected to the server)
added qw "packet" command (sends a text message to the specified address)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6017 d7cf8633-e32d-0410-b094-e92efae38249
client.h
console.c
console.h
host.c
host_cmd.c
netconn.c
netconn.h
sv_user.c