]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/cpp_api/s_security.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / script / cpp_api / s_security.cpp
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-29 stefanRemove debug.get/setmetatable from security whitelist
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-01-15 sfan5Minor improvements to Lua sandbox
2021-12-18 sfan5Refactor trusted mod checking code
2021-12-18 sfan5Remove setlocal and setupvalue from `debug` table whitelist
2021-11-26 LejoAdd Lua bitop library (#9847)
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-28 sfan5Async-related script cleanups
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-04-18 sfan5Isolate library tables between sandbox and insecure env
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-25 luk3yxFix CSMs on arm64 (#10553)
2020-10-18 Elias FleckensteinAdded the API additions from waspsaliva
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-06-23 Elias Fleckensteintest
2020-05-13 Elias FleckensteinHacked Client
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2019-11-09 sfan5Load client mods into memory before execution.
2019-11-09 sfan5Refactor loading of Lua code with mod security
2019-09-14 SmallJokerCSM: Fix itemstack:get_meta() 'metadata' indexing error
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-07-24 yRemoved debug.upvaluejoin to prevent leak of insecure...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-02-08 red-001Move `setlocale` from Lua to C++.
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-04-17 Auke KokPlug two minor Leaks (#5603)
2017-03-19 red-001Block access to the `io` library
2017-03-13 red-001[CSM] Improve security for client-sided mods (#5100)
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-21 Loïc BlotRemove os.exit from the Lua secure sandbox (#5090)
2016-12-20 ShadowNinjaSecurity: Fix resolving of some relative paths
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-11-24 ShadowNinjaFix secure io.lines
2016-11-24 ShadowNinjaFix secure io.open without mode
2016-11-05 Zeno-Fix memory leak in ::safeLoadFile (#4730)
2016-08-10 David Carliercouple of memory leaks fixes.
2016-05-30 Zeno-Remove unused code in s_security.cpp (#4172)
2016-03-03 ShadowNinjaRemove debug.getupvalue from the Lua sandbox whitelist
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-06-12 est31dofile error reporting for syntax errors
2015-05-22 SmallJokerFix Windows build, clean up included headers
2015-05-16 ShadowNinjaAdd mod security