summaryrefslogtreecommitdiffstats
path: root/src/RCONServer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-05Streamline startup sequenceTiger Wang1-1/+1
* Clean up cRoot & main * Move some OS-specifics into OSSupport
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-2/+2
* Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate
2016-02-05Bulk clearing of whitespaceLogicParrot1-14/+14
2015-07-31Unified the doxy-comment format.Mattes D1-1/+0
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-1/+1
2015-05-16Initial implementation of IniFile overloadingtycho1-4/+4
2015-01-27Fix clang compile errorworktycho1-1/+1
2015-01-27RCONServer: Changed variables to UInt32.Mattes D1-27/+24
2015-01-27Replaced atoi() with StringToInteger().Mattes D1-2/+2
2015-01-27RCON server: fixed compilation.Mattes D1-1/+1
2015-01-27Migrated RCON server to cNetwork API.Mattes D1-63/+92
2014-10-23Merged IniFile into main MCS sources.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-07-18Removed duplicate IPvX labels.madmaxoft1-2/+2
2014-07-17Normalized comments.madmaxoft1-3/+3
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-01Added a missing return statement.madmaxoft1-0/+1
2014-05-01Fixed crashes in the SSL HTTP connection.madmaxoft1-4/+4
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho1-1/+1
2013-11-26Fixed loads more of them.Alexander Harkness1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-24RCON server: Login failure gets sent to the client.madmaxoft1-0/+1
2013-09-21Fixed Linux threading issues.madmaxoft1-2/+2
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-332/+332
2013-06-29Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com1-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
2013-06-27Added a basic RCON protocolmadmaxoft@gmail.com1-0/+289
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1628 0a769ca7-a7f5-676a-18bf-c427514a06d6