aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_batch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
|
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-1/+1
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
|
* Add an API for accessing a batch end event.Gravatar Peter Powell2019-06-121-3/+6
| | | | This is essentially identical to the one for the start event.
* Add support for the IRCv3 batch specification.Gravatar Peter Powell2018-08-131-0/+216
Co-authored-by: Attila Molnar <attilamolnar@hush.com>