summaryrefslogtreecommitdiffstats
path: root/source/cWebAdmin.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-365/+0
2012-08-23Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo)faketruth1-6/+3
2012-08-22Added a documentation for block and item handlerslapayo94@gmail.com1-1/+3
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-34/+8
2012-08-22Chat history limit on the WebAdmin chatfaketruth1-2/+5
2012-08-22Now it's possible to only show the plugin's WebAdmin content without the template around it by going to /~webadmin/ instead of /webadmin/faketruth1-3/+9
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-383/+383
2012-06-05Fixed webadmin for the fixed stringsplittingmadmaxoft@gmail.com1-140/+150
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-14/+9
2012-03-10Fixed a few obsoleted functionsmadmaxoft@gmail.com1-1/+1
2012-02-16git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6faketruth1-1/+1
2012-02-13Rewritten 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.com1-7/+26
2012-02-08Added total chunk count to webadminmadmaxoft@gmail.com1-5/+9
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