summaryrefslogtreecommitdiffstats
path: root/WebServer (unfollow)
Commit message (Expand)AuthorFilesLines
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.com2-5/+15
2012-02-02WebServer: socket fix (force-terminated socket would cause the server to loop indefinitely)madmaxoft@gmail.com1-1/+1
2012-02-01Missing auto_ptr headermadmaxoft@gmail.com1-0/+1
2012-02-01Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2-22/+3
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth2-13/+226
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!faketruth5-100/+167
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com10-98/+197
2011-10-21Compiles for linuxfaketruth1-3/+3
2011-10-03Source for additional projectsfaketruth13-0/+1383