| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| * | Mark all event hook classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Show delayjoined users to themself in WHO. | 2021-06-20 | 1 | -2/+2 | |
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 1 | -22/+18 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -0/+21 | |
| |\| | |||||
| | * | Implement support for the delayjoin WHOX flag. | 2021-05-22 | 1 | -0/+21 | |
| * | | Refactor the population of exceptions in delayjoin. | 2021-05-22 | 1 | -21/+17 | |
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 1 | -9/+16 | |
| |\| | |||||
| | * | Only check for a join time if a user is actually in the channel. | 2021-05-22 | 1 | -1/+4 | |
| | * | Send the correct join timestamp on a delayed join message. | 2021-05-22 | 1 | -2/+9 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -7/+5 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -11/+11 | |
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -6/+7 | |
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -3/+3 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | 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 | -7/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+5 | |
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -8/+17 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace all abstract usages of his/he/her with they/their/it. | 2019-06-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+6 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | * | Remove the OnNamesListItem event out of the core. | 2019-04-19 | 1 | -2/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+16 | |
| |\| | |||||
| | * | Implement support for IRCv3 client-to-client tags. | 2019-02-19 | 1 | -2/+16 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -10/+10 | |
| |/ | |||||
| * | Get rid of DummyMessageDetails in the delayjoin module. | 2018-10-01 | 1 | -23/+14 | |
| * | Fix the delayjoin module not hiding JOIN messages properly. | 2018-10-01 | 1 | -2/+3 | |
| * | Implement proper CTCP parsing in MessageDetails. | 2018-08-26 | 1 | -1/+11 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -16/+47 | |
| * | 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 | -6/+9 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
