summaryrefslogtreecommitdiffstats
path: root/source/cWebAdmin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo)faketruth2012-08-231-6/+3
* Added a documentation for block and item handlerslapayo94@gmail.com2012-08-221-1/+3
* WebAdmin should not cause crashes anymorefaketruth2012-08-221-34/+8
* Chat history limit on the WebAdmin chatfaketruth2012-08-221-2/+5
* Now it's possible to only show the plugin's WebAdmin content without the template around it by going to /~webadmin/ instead of /webadmin/faketruth2012-08-221-3/+9
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-383/+383
* Fixed webadmin for the fixed stringsplittingmadmaxoft@gmail.com2012-06-051-140/+150
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-14/+9
* Fixed a few obsoleted functionsmadmaxoft@gmail.com2012-03-101-1/+1
* git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6faketruth2012-02-161-1/+1
* Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com2012-02-131-7/+26
* Added total chunk count to webadminmadmaxoft@gmail.com2012-02-081-5/+9
* 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