| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | Fix a bunch of cases where module types were not marked as final. | 2021-11-28 | 1 | -1/+1 | |
| * | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+4 | |
| |\| | |||||
| | * | Fix STATUSMSG tag messages not including the status in the target. | 2020-01-16 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -35/+47 | |
| |\| | |||||
| | * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -35/+47 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+45 | |
| |\| | |||||
| | * | Implement support for IRCv3 client-to-client tags. | 2019-02-19 | 1 | -2/+45 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | 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 | |
