techpack/safer_lua
2023-07-07 07:31:05 +02:00
..
data_struct.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
environ.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
init.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
mod.conf Remove all depends.txt and description.txt 2023-07-07 07:31:05 +02:00
readme.md SaferLua added 2018-06-24 22:33:00 +02:00
scanner.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00

SaferLua [safer_lua] v0.01

A subset of the language Lua for safe and secure Lua sandboxes with:

  • limited code length
  • limited execution time
  • limited memory use
  • limited posibilities to call functions

License

Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

none

History

  • 2018-06-24 v0.01 * first draft