summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a warning if the webadmin is enabled without any users. (#5499)NiLSPACE2023-05-251-0/+3
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-8/+0
* Remove smart pointer macrospeterbell102017-07-211-4/+4
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
* Don't return const ref params and removed functions fromLukas Pioch2017-05-011-13/+10
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-271-41/+117
* Revert "Lua callback"Mattes D2016-03-211-117/+41
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-171-41/+117
* WebAdmin uses the new HTTP parser framework.Mattes D2016-03-011-47/+7
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-2/+2
* Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D2016-03-011-7/+7
* Renamed the HTTP classes to indicate they're for server.Mattes D2016-03-011-6/+6
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
* Added URL member to the HTTPRequest API class.Mattes D2015-04-211-0/+9
* Removed unwanted base classes from Lua API.Mattes D2015-03-191-0/+2
* WebAdmin uses the new cNetwork API.Mattes D2015-01-271-5/+12
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
* Xoft fixes.Alexander Harkness2014-09-061-1/+1
* [WebAdmin] Code improvements.Howaner2014-09-021-2/+8
* WebAdmin: Added "files" folder and load the login template from login_template.htmlHowaner2014-08-311-0/+6
* Removed unused methodTycho2014-08-131-3/+0
* WebAdmin: Manually exported string conversion functions.madmaxoft2014-08-091-5/+5
* WebAdmin: Added GetURLEncodedString().madmaxoft2014-08-091-1/+4
* Fixed spaces around single-line comments.madmaxoft2014-07-171-4/+4
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-5/+5
* WebAdmin is stopped properly on server shutdown / restart.madmaxoft2014-02-071-20/+26
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-2/+9
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-221-0/+6
|\
| * Fixed getting configure button going to port 0.STRWarrior2013-12-241-0/+6
* | Root is now warnings cleanTycho Bickerstaff2013-12-211-4/+4
|/
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* Fixed another.Alexander Harkness2013-11-261-1/+1
* Fixed a mis-includeAlexander Harkness2013-11-261-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+215