summaryrefslogtreecommitdiffstats
path: root/source/cWebPlugin_Lua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-3/+12
* Plugins can now be enabled and disabled through WebAdminfaketruth2012-02-011-11/+30
* Can now receive POST data in WebPlugins!faketruth2012-01-311-4/+4
* Added a WebAdmin interface to view users their groups, and the permissions of groups.faketruth2012-01-301-4/+7
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-2/+7
* Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth2012-01-281-0/+149