szutilpack/szutil_consocket
Aaron Suen f86b39a83d Strip remaining escapes 2021-07-10 19:51:02 -04:00
..
README Revive szutilpack from updates from sztest and nodecore. 2019-03-27 06:23:19 -04:00
init.lua Strip remaining escapes 2021-07-10 19:51:02 -04:00
mod.conf Add all required mod.conf files 2021-03-01 20:04:16 -05:00

README

------------------------------------------------------------------------

This mod exposes a console for running administrative commands on a
UNIX-domain socket.  Multiple clients can connect and issue commands
independently.  You can use OpenBSD's netcat (nc -U) to connect to
the console from a regular command line.

Commands issued will be run as the CONSOLE "virtual player," who is
granted ALL permissions.  Ordinary clients cannot connect as the
CONSOLE player name.

Only immediate responses to command input are output to the socket.
Delayed responses, other gameplay action, and chat are not sent to
the client, and can only be seen in server logs or in-game.

 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *

WARNING: For this mod to work, LuaSockets must be installed, and this
mod must be listed in the "secure.trusted_mods" setting.

------------------------------------------------------------------------