| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -3/+1 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| | | |||||
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -3/+6 | |
| | | |||||
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+4 | |
| | | |||||
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -5/+2 | |
| | | |||||
| * | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 1 | -2/+2 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 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 | -6/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix logic calling OnList when sending a cap notification. | 2020-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | It is possible for the cap to be null when a DEL for an unloaded module is sent out so we should not blindly call it. | ||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -0/+4 | |
| |\| | |||||
| | * | Fix sending DEL for caps which have not been advertised yet. | 2019-07-31 | 1 | -0/+4 | |
| | | | | | | | | | Closes #1687. | ||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -7/+7 | |
| |/ | |||||
| * | Replace all references to IRCv3.2 with IRCv3. | 2018-08-13 | 1 | -1/+1 | |
| | | | | | IRCv3 no longer does versioned releases. | ||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -9/+45 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Fix cap-notify sending ADD instead of NEW. | 2016-02-19 | 1 | -1/+1 | |
| | | |||||
| * | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension | 2015-12-05 | 1 | -0/+149 | |
