Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 2020-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Removed unused forward declarations (#3888) | Lukas Pioch | 2017-08-03 | 1 | -8/+0 |
| | |||||
* | Remove smart pointer macros | peterbell10 | 2017-07-21 | 1 | -4/+4 |
| | |||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Don't return const ref params and removed functions from | Lukas Pioch | 2017-05-01 | 1 | -13/+10 |
| | | | | ManualBindings.cpp | ||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-06-27 | 1 | -41/+117 |
| | |||||
* | Revert "Lua callback" | Mattes D | 2016-03-21 | 1 | -117/+41 |
| | |||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-03-17 | 1 | -41/+117 |
| | |||||
* | WebAdmin uses the new HTTP parser framework. | Mattes D | 2016-03-01 | 1 | -47/+7 |
| | |||||
* | Renamed HTTPServer folder to HTTP. | Mattes D | 2016-03-01 | 1 | -2/+2 |
| | | | | It contains client code as well. | ||||
* | Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser. | Mattes D | 2016-03-01 | 1 | -7/+7 |
| | |||||
* | Renamed the HTTP classes to indicate they're for server. | Mattes D | 2016-03-01 | 1 | -6/+6 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | Added URL member to the HTTPRequest API class. | Mattes D | 2015-04-21 | 1 | -0/+9 |
| | |||||
* | Removed unwanted base classes from Lua API. | Mattes D | 2015-03-19 | 1 | -0/+2 |
| | |||||
* | WebAdmin uses the new cNetwork API. | Mattes D | 2015-01-27 | 1 | -5/+12 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Xoft fixes. | Alexander Harkness | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | [WebAdmin] Code improvements. | Howaner | 2014-09-02 | 1 | -2/+8 |
| | |||||
* | WebAdmin: Added "files" folder and load the login template from login_template.html | Howaner | 2014-08-31 | 1 | -0/+6 |
| | |||||
* | Removed unused method | Tycho | 2014-08-13 | 1 | -3/+0 |
| | |||||
* | WebAdmin: Manually exported string conversion functions. | madmaxoft | 2014-08-09 | 1 | -5/+5 |
| | | | | ToLua generated an extra return value for GetHTMLEscapedString() and GetURLEncodedString(), making them difficult to use. | ||||
* | WebAdmin: Added GetURLEncodedString(). | madmaxoft | 2014-08-09 | 1 | -1/+4 |
| | |||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -5/+5 |
| | |||||
* | WebAdmin is stopped properly on server shutdown / restart. | madmaxoft | 2014-02-07 | 1 | -20/+26 |
| | | | | Fixes #272. | ||||
* | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 1 | -2/+9 |
| | |||||
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho Bickerstaff | 2013-12-22 | 1 | -0/+6 |
|\ | |||||
| * | Fixed getting configure button going to port 0. | STRWarrior | 2013-12-24 | 1 | -0/+6 |
| | | |||||
* | | Root is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -4/+4 |
|/ | |||||
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -1/+1 |
| | | | | Ref.: #407 | ||||
* | Fixed another. | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | Fixed a mis-include | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+215 |