aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_labeledresponse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying a module name in SetPriority.Gravatar Sadie Powell2025-12-311-2/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Use User::IsFullyConnected instead of checking for REG_ALL.Gravatar Sadie Powell2022-10-291-1/+1
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-1/+1
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
* Mark all message tag provider classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-1/+1
* Pascalize Cap::set and rename Cap::get to IsEnabled.Gravatar Sadie Powell2020-07-201-2/+2
* 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
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-5/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-02-041-10/+10
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-2/+1
* The labeled response spec is no longer a draft.Gravatar Sadie Powell2020-01-311-1/+1
* Implement support for the IRCv3 labeled-response specification.Gravatar Sadie Powell2020-01-281-0/+242