summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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
It contains client code as well.
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
ToLua generated an extra return value for GetHTMLEscapedString() and GetURLEncodedString(), making them difficult to use.
2014-08-09WebAdmin: Added GetURLEncodedString().madmaxoft1-1/+4
2014-08-09WebAdmin: Manually exported string conversion functions.madmaxoft1-5/+5
ToLua generated an extra return value for GetHTMLEscapedString() and GetURLEncodedString(), making them difficult to use.
2014-08-09WebAdmin: Added GetURLEncodedString().madmaxoft1-1/+4
2014-07-17Fixed spaces around single-line comments.madmaxoft1-4/+4
There should be at least two spaces in front and one space after //-style comments.
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
Fixes #272.
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
Ref.: #407
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
It wasn't used for anything anymore.
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
Apparently my editor fixed some failed tabs too.
2013-10-18Fixed webadmin logging.madmaxoft1-0/+1
This fixes #262.
2013-10-13Fixed WebAdmin's request parameters.madmaxoft1-0/+6
Also added doxycomments on what they really contain.
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
This is a partial implementation of #183.
2013-09-21Implemented cWebAdmin:GetMemoryUsage() on Linux proper.madmaxoft1-1/+3
Also the function now returns an int, number of KiB used, or -1 on failure.
2013-08-08Removed LuaScript.madmaxoft1-45/+87
The WebAdmin now uses LuaState directly to call the one function it needs.
2013-07-29WebAdmin: Removed the duplicate memory usage queryingmadmaxoft1-4/+4
2013-07-29WebAdmin templates can use LuaFakeTruth1-32/+59
New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities.
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-13/+13
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-30Added falling block entities. Sand and gravel now properly fall downfaketruth1-0/+2
Implemented the PACKET_SPAWN_OBJECT packet Made some things use BLOCKTYPE instead of char Android: Requests WebAdmin port when pressing the configure button git-svn-id: http://mc-server.googlecode.com/svn/trunk@915 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-0/+0
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-2/+0
Got rid of cWebPlugin_Lua cPlugin_Lua is also a cWebPlugin now, so plugins don't need a separate cWebPlugin object Changed some stuff to use AString instead of char* git-svn-id: http://mc-server.googlecode.com/svn/trunk@777 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-68/+68
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth1-10/+19
It should now be theoretically possible to upload files through WebAdmin git-svn-id: http://mc-server.googlecode.com/svn/trunk@203 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-01-31Can now receive POST data in WebPlugins!faketruth1-0/+1
Fixed Debug With optimized Noise in VS2010 by having it run the correct MCServer_debug.exe instead of MCServer.exe Changed winsock.h to Winsock2.h in Globals.h so sockets can be graciously closed (See webserver Socket::Close() ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@197 0a769ca7-a7f5-676a-18bf-c427514a06d6
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
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03MCServer c++ source filesfaketruth1-0/+60
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6