summaryrefslogtreecommitdiffstats
path: root/src/RCONServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Streamline startup sequenceTiger Wang2020-09-051-1/+1
| | | | | * Clean up cRoot & main * Move some OS-specifics into OSSupport
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-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
* Bulk clearing of whitespaceLogicParrot2016-02-051-14/+14
|
* Unified the doxy-comment format.Mattes D2015-07-311-1/+0
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Initial implementation of IniFile overloadingtycho2015-05-161-4/+4
|
* Fix clang compile errorworktycho2015-01-271-1/+1
|
* RCONServer: Changed variables to UInt32.Mattes D2015-01-271-27/+24
|
* Replaced atoi() with StringToInteger().Mattes D2015-01-271-2/+2
|
* RCON server: fixed compilation.Mattes D2015-01-271-1/+1
|
* Migrated RCON server to cNetwork API.Mattes D2015-01-271-63/+92
|
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* Removed duplicate IPvX labels.madmaxoft2014-07-181-2/+2
|
* Normalized comments.madmaxoft2014-07-171-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.
* Merge branch 'master' into SslWebAdminMattes D2014-05-101-1/+1
|\
| * Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
| |
* | Added a missing return statement.madmaxoft2014-05-011-0/+1
| |
* | Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-4/+4
|/
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
|
* Fixed loads more of them.Alexander Harkness2013-11-261-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+1
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+332