aboutsummaryrefslogtreecommitdiff
path: root/include/modules/ircv3_batch.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-191-1/+1
|\|
| * Fix a compiler warning on Windows.Gravatar Sadie Powell2022-03-191-1/+1
* | Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-251-1/+0
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
* | Add constexpr to the initialisation of various const static fields.Gravatar Sadie Powell2022-01-181-1/+1
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-4/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| * Initialise batchendmsg to NULL.Gravatar Sadie Powell2020-02-061-0/+1
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-8/+5
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* Add an API for accessing a batch end event.•••This is essentially identical to the one for the start event. Gravatar Peter Powell2019-06-121-0/+10
* Add support for the IRCv3 batch specification.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-0/+185