aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/chat.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't allow banning in singleplayersfan52022-05-291-0/+3
* Add relative numbers for commands by prepending ~ (#9588)Wuzzy2022-05-221-18/+69
* Builtin: Allow to revoke unknown privilegesSmallJoker2022-04-241-12/+13
* Send chat error when attemping to /set a secure setting (#12193)olive2022-04-161-0/+4
* Avoid negation of comparison operator (luacheck warning)Dmitry Kostenko2022-04-011-1/+1
* Raise max mapgen limit constant to align with mapblock sizesfan52022-01-301-1/+1
* Builtin: Sanity-check /time inputs (#11993)SmallJoker2022-01-271-5/+4
* Run on_grant and on_revoke callbacks after privs change (#11387)AFCMS2021-06-301-3/+3
* Message for empty list output in /haspriv & /mods (#11149)Wuzzy2021-06-121-4/+14
* Add metatables to lua vectors (#11039)DS2021-06-041-4/+4
* Fix misleading /shutdown command syntaxWuzzy2021-05-291-8/+42
* Clean up various misleading and/or confusing messages and texts related to pr...Wuzzy2021-03-291-24/+78
* Translate chatcommand delay message and replace minetest with core (#11113)HybridDog2021-03-261-6/+7
* Chatcommands: Show the execution time if the command takes a long time (#10472)HybridDog2021-03-131-2/+18
* Fix misleading chat messages of /clearobjects (#10690)Wuzzy2021-03-081-3/+5
* Translate builtin (#10693)Wuzzy2021-03-051-252/+295
* Restructure teleport command code (#9706)HybridDog2021-02-241-92/+82
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-031-0/+5
* Chatcommand: Show help message if func returns false without messageHybridDog2020-10-031-2/+11
* Change `last-login` command to show player name in output (#10263)Emojigit2020-08-061-2/+2
* Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid2020-05-231-1/+1
* Error msg if trying to teleport attached player (#9824)Wuzzy2020-05-161-0/+12
* Document inf value in rollback commands (#9789)Zughy2020-05-131-2/+2
* builtin: Correctly indicate failure in /spawnentitysfan52020-04-271-2/+3
* Add new command /revokeme <priv> (#9584)David Leal2020-04-261-42/+61
* Fix some chatcommands not returning a value (#9503)Wuzzy2020-03-141-0/+3
* /privs: Delimit output list of privs with commas (#9224)ANAND2019-12-201-1/+1
* Use a safer implementation of gsub in core.chat_format_message (#9133)ANAND2019-11-251-8/+22
* Improve documentation around banning (#9088)sfan52019-11-051-4/+4
* Builtin: Improve /clearobjects message (#9084)Alistair Findlay2019-11-021-2/+2
* Allow grep-ing for on_grant and on_revoke (#8958)DS2019-09-291-0/+2
* Rename "private messages" to "direct messages" (#8971)Hugo Locurcio2019-09-221-3/+3
* Allow customizing chat message format (#8529)ANAND2019-08-081-0/+1086