Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-07 | Webadmin: Added default ports to auto-generated ini file. | Mattes D | 1 | -2/+6 | |
Fixes #1382. | |||||
2014-09-02 | [WebAdmin] Code improvements. | Howaner | 1 | -59/+91 | |
2014-08-31 | WebAdmin: Stop webadmin if template can't load. | Howaner | 1 | -1/+3 | |
2014-08-31 | WebAdmin: Added "files" folder and load the login template from login_template.html | Howaner | 1 | -10/+96 | |
2014-08-13 | Fixed shadowing variable | Tycho | 1 | -5/+5 | |
2014-08-13 | Removed unused method | Tycho | 1 | -22/+0 | |
2014-08-09 | WebAdmin: Added GetURLEncodedString(). | madmaxoft | 1 | -0/+32 | |
2014-08-09 | WebAdmin: Added GetURLEncodedString(). | madmaxoft | 1 | -0/+32 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -3/+3 | |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -1/+1 | |
There should be at least two spaces in front and one space after //-style comments. | |||||
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 | |
2014-04-30 | If webadmin.ini doesn't exist, example one is written immediately. | madmaxoft | 1 | -0/+1 | |
2014-04-27 | Removed old unused code | Tycho | 1 | -5/+0 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -3/+3 | |
2014-04-01 | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 1 | -2/+2 | |
2014-03-12 | Moved Lua API registering into a separate function. | madmaxoft | 1 | -0/+1 | |
This will allow us to use Lua as lite-config files as well, should we want to. | |||||
2014-02-07 | WebAdmin is stopped properly on server shutdown / restart. | madmaxoft | 1 | -11/+27 | |
Fixes #272. | |||||
2013-12-31 | fixed warnings in webadmin.cpp | Tycho Bickerstaff | 1 | -0/+3 | |
2013-12-24 | Fixed getting configure button going to port 0. | STRWarrior | 1 | -3/+3 | |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -3/+3 | |
Ref.: #407 | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-09 | Removed cStringMap. | madmaxoft | 1 | -2/+0 | |
It wasn't used for anything anymore. | |||||
2013-11-05 | Implemented suggestions | Tiger Wang | 1 | -1/+1 | |
- Reverted changes to WebAdmin.cpp IPv6 ports and Server.cpp server description + Added default value explicitly for HardCore value * Split PluginManager plugin defaults write to new function - Removed a commented block from BlockTorch and... + Added g_BlockIsTorchPlaceable to Defines.h | |||||
2013-11-04 | Autogeneration of settings.ini and webadmin.ini | Tiger Wang | 1 | -5/+10 | |
Fixes issue #75 | |||||
2013-10-25 | cIniFile doesn't store filename internally anymore. | madmaxoft | 1 | -5/+4 | |
2013-10-21 | Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API. | madmaxoft | 1 | -11/+1 | |
2013-10-19 | Added a string reserve. | Alexander Harkness | 1 | -0/+1 | |
2013-10-19 | Fixed compile error. silly parentheses creeping in. | Alexander Harkness | 1 | -1/+1 | |
2013-10-19 | Changed the code according to xoft's suggestions. | Alexander Harkness | 1 | -10/+10 | |
2013-10-19 | Fixed general failings with everything. Fixes #211. | Alexander Harkness | 1 | -3/+3 | |
My editor fixed some extra tabs in globals. | |||||
2013-10-19 | Added a HTML escaping function to cWebAdmin. | Alexander Harkness | 1 | -15/+54 | |
Apparently my editor fixed some failed tabs too. | |||||
2013-10-18 | Fixed webadmin logging. | madmaxoft | 1 | -0/+16 | |
This fixes #262. | |||||
2013-10-13 | WebAdmin honors the [WebAdmin].Enable setting. | madmaxoft | 1 | -2/+8 | |
This fixes #234. | |||||
2013-10-13 | Fixed WebAdmin's request parameters. | madmaxoft | 1 | -1/+12 | |
Also added doxycomments on what they really contain. | |||||
2013-10-08 | Implemented the two memory-statistics functions in cRoot. | madmaxoft | 1 | -52/+2 | |
This fixes #185. cWebAdmin::GetMemoryUsage() is accessible but deprecated (with a warning output to the screen). | |||||
2013-10-06 | Fixed memory leaks in the HTTP framework | madmaxoft | 1 | -4/+9 | |
2013-10-06 | Removed remnants of the old webserver. | madmaxoft | 1 | -23/+2 | |
2013-10-05 | WebAdmin uses the new HTTP functionality. | madmaxoft | 1 | -216/+277 | |
This is a partial implementation of #183. | |||||
2013-09-30 | Removed unneeded statement | Tiger Wang | 1 | -1/+1 | |
Also LOGINFO'd "Starting WebAdmin" | |||||
2013-09-28 | Minor startup streamlining | Tiger Wang | 1 | -1/+1 | |
* LOGD'd unneeded debugging messages, streamlining startup + Added a basic timer for how long in seconds it took to start up + Added two checks for plural (plugin/s, second/s) | |||||
2013-09-22 | Updated coding style to match ours. | madmaxoft | 1 | -4/+8 | |
2013-09-22 | Implemented Apple-specific GetMemoryUsage. | Samuel Barney | 1 | -2/+11 | |
2013-09-21 | Prepared cWebAdmin for Apple-specific GetMmeoryUsage() | madmaxoft | 1 | -0/+8 | |
2013-09-21 | Implemented cWebAdmin:GetMemoryUsage() on Linux proper. | madmaxoft | 1 | -25/+43 | |
Also the function now returns an int, number of KiB used, or -1 on failure. | |||||
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -1/+1 | |
2013-08-08 | Removed LuaScript. | madmaxoft | 1 | -12/+11 | |
The WebAdmin now uses LuaState directly to call the one function it needs. | |||||
2013-08-06 | cLuaScript now uses cLuaState | madmaxoft | 1 | -4/+4 | |
2013-07-29 | WebAdmin: Removed the duplicate memory usage querying | madmaxoft | 1 | -31/+8 | |
2013-07-29 | WebAdmin templates can use Lua | FakeTruth | 1 | -107/+195 | |
New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities. | |||||
2013-02-05 | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 1 | -5/+12 | |
http://forum.mc-server.org/showthread.php?tid=464&pid=6312#pid6312 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1193 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -8/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-16 | Fixed boolean comparison. | madmaxoft@gmail.com | 1 | -2/+2 | |
Don't compare booleans to false / true, use them directly. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1048 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-14 | Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) | faketruth | 1 | -3/+4 | |
Removed cPlugin_Lua, obviously cPluginManager stores plugins by their (folder)name cPluginManager now scans the Plugins folder for potential plugins and adds them as non-loaded plugins Added a DisablePlugin and LoadPlugin to disable and load plugins on a per-plugin basis instead of all at once cPluginManager::FindPlugins refreshes the plugin list by removing non-existing plugins and adding new plugins Made it incredibly easy to use new plugins from the WebAdmin Exposed some food/hunger related functions in cPlayer to Lua git-svn-id: http://mc-server.googlecode.com/svn/trunk@959 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -9/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-23 | Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo) | faketruth | 1 | -6/+3 | |
Changed some std::string to AString git-svn-id: http://mc-server.googlecode.com/svn/trunk@780 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-22 | Added a documentation for block and item handlers | lapayo94@gmail.com | 1 | -1/+3 | |
Probably fixed dependencies on cWebPlugin_Lua Fixed VC2010 Project file git-svn-id: http://mc-server.googlecode.com/svn/trunk@778 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-22 | WebAdmin should not cause crashes anymore | faketruth | 1 | -34/+8 | |
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-08-22 | Chat history limit on the WebAdmin chat | faketruth | 1 | -2/+5 | |
Did some refactoring on the JavaScript side of the WebAdmin chat Got rid of cRoot::sRootState Fixed a crash on the WebAdmin when a page is loaded before a world exists git-svn-id: http://mc-server.googlecode.com/svn/trunk@775 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-22 | Now it's possible to only show the plugin's WebAdmin content without the template around it by going to /~webadmin/ instead of /webadmin/ | faketruth | 1 | -3/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@772 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -383/+383 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-05 | Fixed webadmin for the fixed stringsplitting | madmaxoft@gmail.com | 1 | -140/+150 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@559 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -14/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@504 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-03-10 | Fixed a few obsoleted functions | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@397 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-16 | git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6 | faketruth | 1 | -1/+1 | |
2012-02-13 | 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.com | 1 | -7/+26 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@251 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-08 | Added total chunk count to webadmin | madmaxoft@gmail.com | 1 | -5/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@248 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients; | madmaxoft@gmail.com | 1 | -6/+0 | |
Global player-kicking function (cServer, cRoot); More char * -> AString conversion git-svn-id: http://mc-server.googlecode.com/svn/trunk@221 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | AString logging fix 2 | madmaxoft@gmail.com | 1 | -4/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@218 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -6/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@216 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()! | madmaxoft@gmail.com | 1 | -4/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@209 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | Plugins can now be enabled and disabled through WebAdmin | faketruth | 1 | -4/+4 | |
WebPlugins can now have spaces in their tab names git-svn-id: http://mc-server.googlecode.com/svn/trunk@204 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-31 | Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin | faketruth | 1 | -5/+14 | |
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 | 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.com | 1 | -0/+1 | |
Please look into this. Also, am I the only one compiling/using Linux? git-svn-id: http://mc-server.googlecode.com/svn/trunk@198 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-31 | Can now receive POST data in WebPlugins! | faketruth | 1 | -0/+2 | |
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-30 | Replaced most FILE operations with a cFile object | madmaxoft@gmail.com | 1 | -24/+27 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@196 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 | -8/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-28 | Now also compiles in Linux | faketruth | 1 | -0/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@184 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-28 | Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. | faketruth | 1 | -13/+37 | |
Made some changes to WebAdmin to make the new plugins work Old plugins still work like they're supposed to Not all hooks have been programmed for the new plugins yet, this still needs to be done git-svn-id: http://mc-server.googlecode.com/svn/trunk@182 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-22 | Improved Core's WebAmin interface a bit. | faketruth | 1 | -26/+34 | |
Can now kick players through WebAdmin Can now enable/disable whitelist through WebAdmin Tick speed is limited in a better way now, instead of always sleeping 50ms before each tick, it now add only sleeps additional time when the tick time was faster than 50ms. Server should run slightly faster because of this (and use more cpu%) git-svn-id: http://mc-server.googlecode.com/svn/trunk@167 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-08 | It's a Squirrel!! | faketruth | 1 | -1/+1 | |
In SquirrelBindings.h use #define USE_SQUIRREL 1 to enable squirrel git-svn-id: http://mc-server.googlecode.com/svn/trunk@76 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-31 | Prepared some parts of the code for multi world support, I created lots of TODO's | faketruth | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@29 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+309 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |