summaryrefslogtreecommitdiff
path: root/builtin/game/chat.lua
Commit message (Collapse)AuthorAge
* Use a safer implementation of gsub in core.chat_format_message (#9133)ANAND2019-12-31
| | | This search-and-replace implementation does not use Lua pattern-matching
* Allow grep-ing for on_grant and on_revoke (#8958)DS2019-09-29
| | | Just two code comments are added.
* Rename "private messages" to "direct messages" (#8971)Hugo Locurcio2019-09-22
| | | | These messages can be read by server administrators, which makes them not actually private.
* Allow customizing chat message format (#8529)ANAND2019-08-08