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