aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_msgid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Allow mutating the status message type in OnUserPre(Tag)Message.Gravatar Sadie Powell2024-05-061-2/+2
|
* Remove GetSID, rename sid to ServerId.Gravatar Sadie Powell2023-02-281-1/+1
|
* Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-1/+1
|
* Extract the logic for tags that need message-tags to its own type.Gravatar Sadie Powell2022-11-291-11/+2
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-5/+5
|
* Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-2/+2
|
* Mark all message tag provider classes as final.Gravatar Sadie Powell2021-10-011-1/+2
|
* Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+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-05-051-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-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-03-181-3/+2
|\|
| * Add a CapReference class for the message-tags capability.Gravatar Sadie Powell2020-03-121-3/+2
| |
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-3/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+0
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-1/+1
|\|
| * Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
| |
| * Revert "Add the msgid tag to all outgoing messages".Gravatar Peter Powell2019-07-021-31/+27
| | | | | | | | | | | | This causes inconsistent message ids between servers. This reverts commit 638e4bb417ebcd4f0a384ac19585620b0fde1569.
| * Add the msgid tag to all outgoing messages.Gravatar Peter Powell2019-06-071-27/+31
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-5/+5
|/
* Add support for the IRCv3 message id specification.Gravatar Peter Powell2019-05-151-0/+121