Merge notes

This commit is contained in:
Aaron Suen 2023-04-04 06:32:59 -04:00
parent b1e05064c1
commit 49320176e6

23
TODO
View File

@ -1,14 +1,25 @@
------------------------------------------------------------------------
- Need to change how con/chat socket mods access luasockets
https://github.com/minetest/minetest/issues/10877
- Apparently worked in GreenXenith's testing
- Allows socket mods to use ordinary trusted_mods setting
- szutil_cinecam
- optional sprite visual for camera position to show other players?
- use entity attachments instead of relying on fly priv
- clear darken/vignette HUDs if player is removed from cycling
- configurability via settings w/ live updates
- remote control of FOV?
- Check for camera being too close to any solid node (~0.3m)
to avoid near clipping plane issues.
- settingtypes.txt for all mods
- Chat rate limiting mod that only affects open chat and not DM or cmd.
- Cooldown time HUD
- Burst tolerance options
- Delayed privileges mod
- Countdown modes:
- Always-running countdown
@ -35,6 +46,8 @@
- Require another priv to be able to register (allow use of delayed
privs mod)
- Limit time player is allowed to be eligible before kick
- Ability to take away some default_privs on agree (e.g. fly,noclip for initial spectation)
- Option to teleport player somewhere upon agreeing (return to spawn)
- Command alias mod
- Allow players to register short command aliases
@ -48,6 +61,11 @@
- Make sure we can't create infinite alias loops
- Allow meta-aliases but only up to a certain depth?
- Run-command-as-user command
- /runas <user> <password> <command>
- spaces in password can be escaped with \
- can use to build a web moderator console
- Basic player stats
- Time since join
- Last time online
@ -73,10 +91,7 @@
- Reintroduce position tracking HUDs to offlinepos?
- Need to change how con/chat socket mods access luasockets?
https://github.com/minetest/minetest/pull/9943
https://discordapp.com/channels/369122544273588224/369122544273588226/725058830249230388
https://discordapp.com/channels/369122544273588224/369122544273588226/725056249917603990
- Persist watchshare across restarts? Maybe a watchsharesave command to set defaults?
- BUG? szutil_watch needs to save player inventory, watch for race
conditions.