aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_security.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use LuaErrors in security check macrosShadowNinja2016-03-071-3/+2
| | | | | Throwing a LuaError calls destructors as it propagates up the stack, wheres lua_error just executes a longjmp.
* Add mod securityShadowNinja2015-05-161-0/+70
Due to compatibility concerns, this is temporarily disabled.