summaryrefslogtreecommitdiffstats
path: root/src/RCONServer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-27RCONServer: Changed variables to UInt32.Mattes D1-5/+5
2015-01-27Migrated RCON server to cNetwork API.Mattes D1-37/+24
2014-05-01Fixed crashes in the SSL HTTP connection.madmaxoft1-1/+1
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho1-1/+1
2014-03-28Fixed non-virtual destructors warnings.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-109/+109
2013-06-29Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com1-0/+3
RCON authentication is now required before executing commands. Console command handlers now return two values, bool (IsHandled) and string (CommandOutput). API change: removed cRoot:ExecuteConsoleCommand(), added cRoot:QueueExecuteConsoleCommand(). API change: removed cPluginManager:ExecuteConsoleCommand(), use cRoot:QueueExecuteConsoleCommand() instead git-svn-id: http://mc-server.googlecode.com/svn/trunk@1631 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-27Added a basic RCON protocolmadmaxoft@gmail.com1-0/+106
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1628 0a769ca7-a7f5-676a-18bf-c427514a06d6