summaryrefslogtreecommitdiffstats
path: root/source/cWebAdmin.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-01Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com1-6/+0
2012-02-01AString logging fix 2madmaxoft@gmail.com1-4/+2
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-6/+6
2012-02-01Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com1-4/+9
2012-02-01Plugins can now be enabled and disabled through WebAdminfaketruth1-4/+4
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth1-5/+14
2012-01-31Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***"mtilden@gmail.com1-0/+1
2012-01-31Can now receive POST data in WebPlugins!faketruth1-0/+2
2012-01-30Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com1-24/+27
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-8/+9
2012-01-28Now also compiles in Linuxfaketruth1-0/+1
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth1-13/+37
2012-01-22Improved Core's WebAmin interface a bit.faketruth1-26/+34
2011-11-08It's a Squirrel!!faketruth1-1/+1
2011-10-31Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth1-1/+1
2011-10-03MCServer c++ source filesfaketruth1-0/+309