aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_security.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move `setlocale` from Lua to C++.red-0012018-02-081-2/+1
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-6/+8
* Create a filesystem abstraction layer for CSM and only allow accessing files ...red-0012017-06-301-33/+70
* Plug two minor Leaks (#5603)Auke Kok2017-04-171-1/+8
* Block access to the `io` libraryred-0012017-03-191-26/+4
* [CSM] Improve security for client-sided mods (#5100)red-0012017-03-131-25/+160
* [CSM] Client side moddingLoic Blot2017-03-131-6/+6
* Remove os.exit from the Lua secure sandbox (#5090)Loïc Blot2017-01-211-1/+0
* Security: Fix resolving of some relative pathsShadowNinja2016-12-201-8/+18
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-201-24/+58
* Fix secure io.linesShadowNinja2016-11-241-2/+2
* Fix secure io.open without modeShadowNinja2016-11-241-2/+7
* Fix memory leak in ::safeLoadFile (#4730)Zeno-2016-11-051-0/+3
* couple of memory leaks fixes.David Carlier2016-08-101-1/+17
* Remove unused code in s_security.cpp (#4172)Zeno-2016-05-301-11/+3
* Remove debug.getupvalue from the Lua sandbox whitelistShadowNinja2016-03-031-1/+0
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-271-6/+6
* dofile error reporting for syntax errorsest312015-06-121-1/+2
* Fix Windows build, clean up included headersSmallJoker2015-05-221-1/+1
* Add mod securityShadowNinja2015-05-161-0/+603