summaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_security.h
Commit message (Collapse)AuthorAge
* [CSM] Improve security for client-sided mods (#5100)red-0012017-03-13
|
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-20
|
* Use LuaErrors in security check macrosShadowNinja2016-03-07
| | | | | Throwing a LuaError calls destructors as it propagates up the stack, wheres lua_error just executes a longjmp.
* Add mod securityShadowNinja2015-05-16
Due to compatibility concerns, this is temporarily disabled.