summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-03Removed unused forward declarations (#3888)Lukas Pioch1-8/+0
2017-07-21Remove smart pointer macrospeterbell101-4/+4
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2017-05-01Don't return const ref params and removed functions fromLukas Pioch1-13/+10
2016-06-27Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D1-41/+117
2016-03-21Revert "Lua callback"Mattes D1-117/+41
2016-03-17Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D1-41/+117
2016-03-01WebAdmin uses the new HTTP parser framework.Mattes D1-47/+7
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D1-2/+2
2016-03-01Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D1-7/+7
2016-03-01Renamed the HTTP classes to indicate they're for server.Mattes D1-6/+6
2016-02-05Bulk clearing of whitespaceLogicParrot1-3/+3
2015-04-21Added URL member to the HTTPRequest API class.Mattes D1-0/+9
2015-03-19Removed unwanted base classes from Lua API.Mattes D1-0/+2
2015-01-27WebAdmin uses the new cNetwork API.Mattes D1-5/+12
2014-10-23Merged IniFile into main MCS sources.Mattes D1-1/+1
2014-09-06Xoft fixes.Alexander Harkness1-1/+1
2014-09-02[WebAdmin] Code improvements.Howaner1-2/+8
2014-08-31WebAdmin: Added "files" folder and load the login template from login_template.htmlHowaner1-0/+6
2014-08-13Removed unused methodTycho1-3/+0
2014-08-09WebAdmin: Manually exported string conversion functions.madmaxoft1-5/+5
2014-08-09WebAdmin: Added GetURLEncodedString().madmaxoft1-1/+4
2014-08-09WebAdmin: Manually exported string conversion functions.madmaxoft1-5/+5
2014-08-09WebAdmin: Added GetURLEncodedString().madmaxoft1-1/+4
2014-07-17Fixed spaces around single-line comments.madmaxoft1-4/+4
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft1-5/+5
2014-02-07WebAdmin is stopped properly on server shutdown / restart.madmaxoft1-20/+26
2013-12-24Fixed getting configure button going to port 0.STRWarrior1-0/+6
2013-12-22merged in warnings changesTycho Bickerstaff1-4/+11
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-2/+9
2013-12-21Root is now warnings cleanTycho Bickerstaff1-4/+4
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-1/+1
2013-11-26Fixed another.Alexander Harkness1-1/+1
2013-11-26Fixed a mis-includeAlexander Harkness1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-09Removed cStringMap.madmaxoft1-1/+0
2013-10-21Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API.madmaxoft1-9/+8
2013-10-19Added a HTML escaping function to cWebAdmin.Alexander Harkness1-23/+26
2013-10-18Fixed webadmin logging.madmaxoft1-0/+1
2013-10-13Fixed WebAdmin's request parameters.madmaxoft1-0/+6
2013-10-06Fixed memory leaks in the HTTP frameworkmadmaxoft1-0/+2
2013-10-06Removed remnants of the old webserver.madmaxoft1-9/+0
2013-10-05WebAdmin uses the new HTTP functionality.madmaxoft1-21/+95
2013-09-21Implemented cWebAdmin:GetMemoryUsage() on Linux proper.madmaxoft1-1/+3
2013-08-08Removed LuaScript.madmaxoft1-45/+87
2013-07-29WebAdmin: Removed the duplicate memory usage queryingmadmaxoft1-4/+4
2013-07-29WebAdmin templates can use LuaFakeTruth1-32/+59
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-13/+13
2012-09-30Added falling block entities. Sand and gravel now properly fall downfaketruth1-0/+2
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-0/+0
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-2/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-68/+68
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth1-10/+19
2012-01-31Can now receive POST data in WebPlugins!faketruth1-0/+1
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-1/+0
2011-10-03MCServer c++ source filesfaketruth1-0/+60