aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_security.h
AgeCommit message (Collapse)Author
2016-03-07Use LuaErrors in security check macrosShadowNinja
Throwing a LuaError calls destructors as it propagates up the stack, wheres lua_error just executes a longjmp.
2015-05-16Add mod securityShadowNinja
Due to compatibility concerns, this is temporarily disabled.