aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_invitenotify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Make clientprotocol{msg,event} and numericbuilder non-default headers.Gravatar Sadie Powell2022-06-261-0/+1
* Add a typedef for a mode rank.Gravatar Sadie Powell2022-05-171-1/+1
* Fix the case of Membership::GetRank.Gravatar Sadie Powell2022-01-311-1/+1
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-1/+1
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-4/+1
* Pascalize Cap::set and rename Cap::get to IsEnabled.Gravatar Sadie Powell2020-07-201-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-01-171-1/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-3/+3
|/
* Replace all references to IRCv3.2 with IRCv3.•••IRCv3 no longer does versioned releases. Gravatar Peter Powell2018-08-131-1/+1
* Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-3/+5
* Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionGravatar Attila Molnar2015-12-061-0/+68