minetest-mm/mods/techpack/sl_controller
root 7c9e9550a4 update 2020-11-20 19:20:28 +01:00
..
textures new_mods_and_update 2020-11-15 20:25:38 +01:00
battery.lua update 2020-11-20 19:20:28 +01:00
commands.lua update 2020-11-20 19:20:28 +01:00
config.lua new_mods_and_update 2020-11-15 20:25:38 +01:00
controller.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
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
server.lua update 2020-11-20 19:20:28 +01:00
terminal.lua update 2020-11-20 19:20:28 +01:00

readme.md

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