summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.cpp
Commit message (Expand)AuthorAge
* Use a settings object for the main settingsShadowNinja2017-05-06
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-08
* Fix warning reported by clang (possible bug in Settings lua api)sfan52016-12-21
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-20
* Add mod securityShadowNinja2015-05-16
* Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr2014-12-12
* Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr2014-12-09
* LuaSettings: Sanitize setting name stringskwolekr2014-11-30
* Add Settings interface for LuaPilzAdam2013-09-10