aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_capnotify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-031-3/+1
|
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-2/+2
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
|
* Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-3/+6
|
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+4
|
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-5/+2
|
* Pascalize Cap::set and rename Cap::get to IsEnabled.Gravatar Sadie Powell2020-07-201-2/+2
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| |
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-191-1/+1
|\|
| * Fix logic calling OnList when sending a cap notification.Gravatar Sadie Powell2020-02-151-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.Gravatar Sadie Powell2020-01-171-1/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-08-091-0/+4
|\|
| * Fix sending DEL for caps which have not been advertised yet.Gravatar Peter Powell2019-07-311-0/+4
| | | | | | | | Closes #1687.
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-7/+7
|/
* Replace all references to IRCv3.2 with IRCv3.Gravatar Peter Powell2018-08-131-1/+1
| | | | IRCv3 no longer does versioned releases.
* Implement IRCv3 message tag support.Gravatar Peter Powell2018-08-131-9/+45
| | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* Fix cap-notify sending ADD instead of NEW.Gravatar Peter Powell2016-02-191-1/+1
|
* Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionGravatar Attila Molnar2015-12-051-0/+149