Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -4/+4 | |
There should be at least two spaces in front and one space after //-style comments. | |||||
2014-04-01 | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 1 | -5/+5 | |
2014-02-07 | WebAdmin is stopped properly on server shutdown / restart. | madmaxoft | 1 | -20/+26 | |
Fixes #272. | |||||
2013-12-24 | Fixed getting configure button going to port 0. | STRWarrior | 1 | -0/+6 | |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -4/+11 | |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -2/+9 | |
2013-12-21 | Root is now warnings clean | Tycho Bickerstaff | 1 | -4/+4 | |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 | |
Ref.: #407 | |||||
2013-11-26 | Fixed another. | Alexander Harkness | 1 | -1/+1 | |
2013-11-26 | Fixed a mis-include | Alexander Harkness | 1 | -1/+1 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-09 | Removed cStringMap. | madmaxoft | 1 | -1/+0 | |
It wasn't used for anything anymore. | |||||
2013-10-21 | Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API. | madmaxoft | 1 | -9/+8 | |
2013-10-19 | Added a HTML escaping function to cWebAdmin. | Alexander Harkness | 1 | -23/+26 | |
Apparently my editor fixed some failed tabs too. | |||||
2013-10-18 | Fixed webadmin logging. | madmaxoft | 1 | -0/+1 | |
This fixes #262. | |||||
2013-10-13 | Fixed WebAdmin's request parameters. | madmaxoft | 1 | -0/+6 | |
Also added doxycomments on what they really contain. | |||||
2013-10-06 | Fixed memory leaks in the HTTP framework | madmaxoft | 1 | -0/+2 | |
2013-10-06 | Removed remnants of the old webserver. | madmaxoft | 1 | -9/+0 | |
2013-10-05 | WebAdmin uses the new HTTP functionality. | madmaxoft | 1 | -21/+95 | |
This is a partial implementation of #183. | |||||
2013-09-21 | Implemented cWebAdmin:GetMemoryUsage() on Linux proper. | madmaxoft | 1 | -1/+3 | |
Also the function now returns an int, number of KiB used, or -1 on failure. | |||||
2013-08-08 | Removed LuaScript. | madmaxoft | 1 | -45/+87 | |
The WebAdmin now uses LuaState directly to call the one function it needs. | |||||
2013-07-29 | WebAdmin: Removed the duplicate memory usage querying | madmaxoft | 1 | -4/+4 | |
2013-07-29 | WebAdmin templates can use Lua | FakeTruth | 1 | -32/+59 | |
New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities. | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -13/+13 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-30 | Added falling block entities. Sand and gravel now properly fall down | faketruth | 1 | -0/+2 | |
Implemented the PACKET_SPAWN_OBJECT packet Made some things use BLOCKTYPE instead of char Android: Requests WebAdmin port when pressing the configure button git-svn-id: http://mc-server.googlecode.com/svn/trunk@915 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-22 | WebAdmin should not cause crashes anymore | faketruth | 1 | -2/+0 | |
Got rid of cWebPlugin_Lua cPlugin_Lua is also a cWebPlugin now, so plugins don't need a separate cWebPlugin object Changed some stuff to use AString instead of char* git-svn-id: http://mc-server.googlecode.com/svn/trunk@777 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -68/+68 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-31 | Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin | faketruth | 1 | -10/+19 | |
It should now be theoretically possible to upload files through WebAdmin git-svn-id: http://mc-server.googlecode.com/svn/trunk@203 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-31 | Can now receive POST data in WebPlugins! | faketruth | 1 | -0/+1 | |
Fixed Debug With optimized Noise in VS2010 by having it run the correct MCServer_debug.exe instead of MCServer.exe Changed winsock.h to Winsock2.h in Globals.h so sockets can be graciously closed (See webserver Socket::Close() ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@197 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -1/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+60 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |