]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/game/chat.lua
Add relative numbers for commands by prepending ~ (#9588)
[dragonfireclient.git] / builtin / game / chat.lua
2022-05-22 WuzzyAdd relative numbers for commands by prepending ~ ...
2022-04-24 SmallJokerBuiltin: Allow to revoke unknown privileges
2022-04-16 oliveSend chat error when attemping to /set a secure setting...
2022-04-01 Dmitry KostenkoAvoid negation of comparison operator (luacheck warning)
2022-01-30 sfan5Raise max mapgen limit constant to align with mapblock...
2022-01-27 SmallJokerBuiltin: Sanity-check /time inputs (#11993)
2021-06-30 AFCMSRun on_grant and on_revoke callbacks after privs change...
2021-06-12 WuzzyMessage for empty list output in /haspriv & /mods ...
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-05-29 WuzzyFix misleading /shutdown command syntax
2021-03-29 WuzzyClean up various misleading and/or confusing messages...
2021-03-26 HybridDogTranslate chatcommand delay message and replace minetes...
2021-03-13 HybridDogChatcommands: Show the execution time if the command...
2021-03-08 WuzzyFix misleading chat messages of /clearobjects (#10690)
2021-03-05 WuzzyTranslate builtin (#10693)
2021-02-24 HybridDogRestructure teleport command code (#9706)
2020-10-03 Elijah DuffyLua API: Add register_on_chatcommand to SSM and CSM...
2020-10-03 HybridDogChatcommand: Show help message if func returns false...
2020-08-06 EmojigitChange `last-login` command to show player name in...
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-05-16 WuzzyError msg if trying to teleport attached player (#9824)
2020-05-13 ZughyDocument inf value in rollback commands (#9789)
2020-04-27 sfan5builtin: Correctly indicate failure in /spawnentity
2020-04-26 David LealAdd new command /revokeme <priv> (#9584)
2020-03-14 WuzzyFix some chatcommands not returning a value (#9503)
2019-12-20 ANAND/privs: Delimit output list of privs with commas (...
2019-11-25 ANANDUse a safer implementation of gsub in core.chat_format_...
2019-11-05 sfan5Improve documentation around banning (#9088)
2019-11-02 Alistair FindlayBuiltin: Improve /clearobjects message (#9084)
2019-09-29 DSAllow grep-ing for on_grant and on_revoke (#8958)
2019-09-22 Hugo LocurcioRename "private messages" to "direct messages" (#8971)
2019-08-08 ANANDAllow customizing chat message format (#8529)