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