d32a2c856c
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
------------------------------------------------------------------------ Allow users with special "logtrace" priv to watch traces of server logs, useful for admin or debugging purposes. Use the /logtrace command to get/set the logging level. The special "all" and "none" levels capture all and none, respectively, while the other levels capture each different minetest standard logging level and anything higher. If a message cannot be classified (it doesn't have a valid logging level) then it will only be in the "all" feed. ------------------------------------------------------------------------