summaryrefslogtreecommitdiffstats
path: root/source/RCONServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-332/+332
|
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-1/+44
| | | | | | | | | 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
* Added a basic RCON protocolmadmaxoft@gmail.com2013-06-271-0/+289
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1628 0a769ca7-a7f5-676a-18bf-c427514a06d6