summaryrefslogtreecommitdiffstats
path: root/source/WebAdmin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-527/+0
|
* Removed cStringMap.madmaxoft2013-11-091-2/+0
| | | | It wasn't used for anything anymore.
* Implemented suggestionsTiger Wang2013-11-051-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
* Autogeneration of settings.ini and webadmin.iniTiger Wang2013-11-041-5/+10
| | | | Fixes issue #75
* cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-5/+4
|
* Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API.madmaxoft2013-10-211-11/+1
|
* Merge branch 'htmlescape'.madmaxoft2013-10-201-16/+47
|\
| * Added a string reserve.Alexander Harkness2013-10-191-0/+1
| |
| * Fixed compile error. silly parentheses creeping in.Alexander Harkness2013-10-191-1/+1
| |
| * Changed the code according to xoft's suggestions.Alexander Harkness2013-10-191-10/+10
| |
| * Fixed general failings with everything. Fixes #211.Alexander Harkness2013-10-191-3/+3
| | | | | | | | My editor fixed some extra tabs in globals.
| * Added a HTML escaping function to cWebAdmin.Alexander Harkness2013-10-191-15/+54
|/ | | | Apparently my editor fixed some failed tabs too.
* Fixed webadmin logging.madmaxoft2013-10-181-0/+16
| | | | This fixes #262.
* WebAdmin honors the [WebAdmin].Enable setting.madmaxoft2013-10-131-2/+8
| | | | This fixes #234.
* Fixed WebAdmin's request parameters.madmaxoft2013-10-131-1/+12
| | | | Also added doxycomments on what they really contain.
* Implemented the two memory-statistics functions in cRoot.madmaxoft2013-10-081-52/+2
| | | | This fixes #185. cWebAdmin::GetMemoryUsage() is accessible but deprecated (with a warning output to the screen).
* Fixed memory leaks in the HTTP frameworkmadmaxoft2013-10-061-4/+9
|
* Removed remnants of the old webserver.madmaxoft2013-10-061-23/+2
|
* WebAdmin uses the new HTTP functionality.madmaxoft2013-10-051-216/+277
| | | | This is a partial implementation of #183.
* Updated coding style to match ours.madmaxoft2013-09-221-4/+8
|
* Implemented Apple-specific GetMemoryUsage.Samuel Barney2013-09-221-2/+11
|
* Prepared cWebAdmin for Apple-specific GetMmeoryUsage()madmaxoft2013-09-211-0/+8
|
* Implemented cWebAdmin:GetMemoryUsage() on Linux proper.madmaxoft2013-09-211-25/+43
| | | | Also the function now returns an int, number of KiB used, or -1 on failure.
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
|
* Removed LuaScript.madmaxoft2013-08-081-12/+11
| | | | The WebAdmin now uses LuaState directly to call the one function it needs.
* cLuaScript now uses cLuaStatemadmaxoft2013-08-061-4/+4
|
* WebAdmin: Removed the duplicate memory usage queryingmadmaxoft2013-07-291-31/+8
|
* WebAdmin templates can use LuaFakeTruth2013-07-291-107/+195
| | | | | New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities.
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-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
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-8/+8
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Fixed boolean comparison.madmaxoft@gmail.com2012-11-161-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
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-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
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+365
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6