Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | couple of memory leaks fixes. | David Carlier | |
2016-05-30 | Remove unused code in s_security.cpp (#4172) | Zeno- | |
Note that the macro CHECK_FILE_ERR implements the code removed | |||
2016-03-03 | Remove debug.getupvalue from the Lua sandbox whitelist | ShadowNinja | |
This function could be used to steal insecure environments from trusted mods. | |||
2015-08-27 | Use numeric indices and raw table access with LUA_REGISTRYINDEX | Kahrl | |
2015-06-12 | dofile error reporting for syntax errors | est31 | |
According to doc, dofile() raises an error when parsing failed due to syntax errors. Fixes #2775 | |||
2015-05-22 | Fix Windows build, clean up included headers | SmallJoker | |
Also fix a startup error caused by s_security.cpp | |||
2015-05-16 | Add mod security | ShadowNinja | |
Due to compatibility concerns, this is temporarily disabled. |