minetest-mm/mods-old/techpack/sl_controller
2021-12-05 14:17:16 +01:00
..
textures big_update 2021-12-05 14:17:16 +01:00
battery.lua big_update 2021-12-05 14:17:16 +01:00
commands.lua big_update 2021-12-05 14:17:16 +01:00
config.lua big_update 2021-12-05 14:17:16 +01:00
controller.lua big_update 2021-12-05 14:17:16 +01:00
depends.txt big_update 2021-12-05 14:17:16 +01:00
description.txt big_update 2021-12-05 14:17:16 +01:00
init.lua big_update 2021-12-05 14:17:16 +01:00
mod.conf big_update 2021-12-05 14:17:16 +01:00
readme.md big_update 2021-12-05 14:17:16 +01:00
server.lua big_update 2021-12-05 14:17:16 +01:00
terminal.lua big_update 2021-12-05 14:17:16 +01:00

SaferLua Controller [sl_controller]

A tubelib compatible controller to be programmed in LUA

The mod uses SaferLua [safer_lua] as Lua sandbox for safe and secure code execution.

License

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

Dependencies

tubelib, safer_lua

History

  • 2018-06-24 v0.01 * first draft
  • 2018-06-26 v0.02 * Battery and Server added