summaryrefslogtreecommitdiffstats
path: root/source/cWebAdmin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-6/+0
* AString logging fix 2madmaxoft@gmail.com2012-02-011-4/+2
* sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com2012-02-011-6/+6
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-4/+9
* Plugins can now be enabled and disabled through WebAdminfaketruth2012-02-011-4/+4
* Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth2012-01-311-5/+14
* Linux 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.com2012-01-311-0/+1
* Can now receive POST data in WebPlugins!faketruth2012-01-311-0/+2
* Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com2012-01-301-24/+27
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-8/+9
* Now also compiles in Linuxfaketruth2012-01-281-0/+1
* Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth2012-01-281-13/+37
* Improved Core's WebAmin interface a bit.faketruth2012-01-221-26/+34
* It's a Squirrel!!faketruth2011-11-081-1/+1
* Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth2011-10-311-1/+1
* MCServer c++ source filesfaketruth2011-10-031-0/+309