minetest-mm/mods/techpack/safer_lua
root 7c9e9550a4 update 2020-11-20 19:20:28 +01:00
..
data_struct.lua update 2020-11-20 19:20:28 +01:00
depends.txt new_mods_and_update 2020-11-15 20:25:38 +01:00
description.txt new_mods_and_update 2020-11-15 20:25:38 +01:00
environ.lua update 2020-11-20 19:20:28 +01:00
init.lua update 2020-11-20 19:20:28 +01:00
mod.conf new_mods_and_update 2020-11-15 20:25:38 +01:00
readme.md new_mods_and_update 2020-11-15 20:25:38 +01:00
scanner.lua update 2020-11-20 19:20:28 +01:00

readme.md

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