szutilpack-cd2025/szutil_consocket
Aaron Suen d32a2c856c Build mod summary list automatically
Instead of maintaining the short description of each sub-mod
manually in a giant README file, distribute the short descriptions
into each relevant mod, and then build the README listings
automatically at deploy time.

This should:
- Make it harder to forget to add/remove mods in the list
- Prevent them from being out of alphabetical order
- Ensure each mod has a description for in-menu use
2023-06-20 07:30:35 -04:00
..
2023-06-12 20:40:14 -04:00
2023-06-20 07:30:35 -04:00

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

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.

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