summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentstycho2015-05-281-2/+2
|
* Made -Weverything an error.tycho2015-05-241-3/+3
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-1/+1
|
* Added URL member to the HTTPRequest API class.Mattes D2015-04-211-1/+2
|
* Refactored cWebPlugin for C++11 style and proper WebTab clearing.Mattes D2015-04-191-2/+2
|
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-191-8/+20
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1877
* WebAdmin uses the new cNetwork API.Mattes D2015-01-271-32/+43
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-5/+5
|
* Webadmin: Added default ports to auto-generated ini file.Mattes D2014-09-071-2/+6
| | | | Fixes #1382.
* [WebAdmin] Code improvements.Howaner2014-09-021-59/+91
|
* WebAdmin: Stop webadmin if template can't load.Howaner2014-08-311-1/+3
|
* WebAdmin: Added "files" folder and load the login template from login_template.htmlHowaner2014-08-311-10/+96
|
* Fixed shadowing variableTycho2014-08-131-5/+5
|
* Removed unused methodTycho2014-08-131-22/+0
|
* WebAdmin: Added GetURLEncodedString().madmaxoft2014-08-091-0/+32
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-3/+3
|
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-1/+1
|
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | 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.
* Fixed spaces around single-line comments.madmaxoft2014-07-171-1/+1
| | | | There should be at least two spaces in front and one space after //-style comments.
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* If webadmin.ini doesn't exist, example one is written immediately.madmaxoft2014-04-301-0/+1
|
* Removed old unused codeTycho2014-04-271-5/+0
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-3/+3
|
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-2/+2
|
* Moved Lua API registering into a separate function.madmaxoft2014-03-121-0/+1
| | | | This will allow us to use Lua as lite-config files as well, should we want to.
* WebAdmin is stopped properly on server shutdown / restart.madmaxoft2014-02-071-11/+27
| | | | Fixes #272.
* fixed warnings in webadmin.cppTycho Bickerstaff2013-12-311-0/+3
|
* Fixed getting configure button going to port 0.STRWarrior2013-12-241-3/+3
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-3/+3
| | | | Ref.: #407
* Moved source to srcAlexander Harkness2013-11-241-0/+527