aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/chat.lua
AgeCommit message (Expand)Author
2023-02-18Say /setpassword is insecureVitra Suchovich
2022-05-29Don't allow banning in singleplayersfan5
2022-05-22Add relative numbers for commands by prepending ~ (#9588)Wuzzy
2022-04-24Builtin: Allow to revoke unknown privilegesSmallJoker
2022-04-16Send chat error when attemping to /set a secure setting (#12193)olive
2022-04-01Avoid negation of comparison operator (luacheck warning)Dmitry Kostenko
2022-01-30Raise max mapgen limit constant to align with mapblock sizesfan5
2022-01-27Builtin: Sanity-check /time inputs (#11993)SmallJoker
2021-06-30Run on_grant and on_revoke callbacks after privs change (#11387)AFCMS
2021-06-12Message for empty list output in /haspriv & /mods (#11149)Wuzzy
2021-06-04Add metatables to lua vectors (#11039)DS
2021-05-29Fix misleading /shutdown command syntaxWuzzy
2021-03-29Clean up various misleading and/or confusing messages and texts related to pr...Wuzzy
2021-03-26Translate chatcommand delay message and replace minetest with core (#11113)HybridDog
2021-03-13Chatcommands: Show the execution time if the command takes a long time (#10472)HybridDog
2021-03-08Fix misleading chat messages of /clearobjects (#10690)Wuzzy
2021-03-05Translate builtin (#10693)Wuzzy
2021-02-24Restructure teleport command code (#9706)HybridDog
2020-10-03Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy
2020-10-03Chatcommand: Show help message if func returns false without messageHybridDog
2020-08-06Change `last-login` command to show player name in output (#10263)Emojigit
2020-05-23Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid
2020-05-16Error msg if trying to teleport attached player (#9824)Wuzzy
2020-05-13Document inf value in rollback commands (#9789)Zughy
2020-04-27builtin: Correctly indicate failure in /spawnentitysfan5
2020-04-26Add new command /revokeme <priv> (#9584)David Leal
2020-03-14Fix some chatcommands not returning a value (#9503)Wuzzy
2019-12-20/privs: Delimit output list of privs with commas (#9224)ANAND
2019-11-25Use a safer implementation of gsub in core.chat_format_message (#9133)ANAND
2019-11-05Improve documentation around banning (#9088)sfan5
2019-11-02Builtin: Improve /clearobjects message (#9084)Alistair Findlay
2019-09-29Allow grep-ing for on_grant and on_revoke (#8958)DS
2019-09-22Rename "private messages" to "direct messages" (#8971)Hugo Locurcio
2019-08-08Allow customizing chat message format (#8529)ANAND