techpack/safer_lua
2019-01-30 20:56:55 +01:00
..
data_struct.lua Optional parameters to Store() addded 2019-01-15 20:25:13 +01:00
depends.txt New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
description.txt SaferLua added 2018-06-24 22:33:00 +02:00
environ.lua unpack, string.split, and string.trim added 2019-01-30 20:56:55 +01:00
init.lua SaferLua Controller revised (events, loop control, data structures,...) 2018-06-30 00:23:18 +02:00
mod.conf New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
readme.md SaferLua added 2018-06-24 22:33:00 +02:00
scanner.lua range(from, to) added, standard string functions added 2019-01-20 17:39:34 +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