aboutsummaryrefslogtreecommitdiff
path: root/include/modules/ircv3_batch.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.Gravatar Peter Powell2019-06-121-0/+10
| | | | This is essentially identical to the one for the start event.
* Add support for the IRCv3 batch specification.Gravatar Peter Powell2018-08-131-0/+185
Co-authored-by: Attila Molnar <attilamolnar@hush.com>