| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -35/+47 | |
| * | Implement support for IRCv3 client-to-client tags. | 2019-02-19 | 1 | -2/+45 | |
| * | m_ircv3_echomessage: only echo the tags which were actually used. | 2019-01-10 | 1 | -3/+4 | |
| * | Fix aliases that resolve to messages echoing with echo-message.•••Fixes #1459. | 2018-08-15 | 1 | -3/+3 | |
| * | Replace all references to IRCv3.2 with IRCv3.•••IRCv3 no longer does versioned releases. | 2018-08-13 | 1 | -1/+1 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -11/+13 | |
| * | Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked.•••This is necessary to allow m_ircv3_echomessage to pretend that a message was echoed successfully. This is useful as it doesn't let spammers know that their message was blocked. | 2018-04-16 | 1 | -0/+7 | |
| * | Rework message handling.•••- Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. | 2018-01-06 | 1 | -11/+11 | |
| * | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extension | 2015-12-06 | 1 | -0/+70 |
