aboutsummaryrefslogtreecommitdiff
path: root/include/event.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* Fix a bunch of really obvious unnecessary includes.Gravatar Sadie Powell2021-03-051-0/+2
* Fix core message events not being fired.•••Third time lucky eh? Gravatar Sadie Powell2020-12-231-2/+2
* Fix an inverted condition in the previous commit.Gravatar Sadie Powell2020-12-201-2/+2
* Don't call events provided by dying or dead modules.Gravatar Sadie Powell2020-12-181-14/+23
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
* Fix the ordering of custom event handlers.•••Closes #1742. Gravatar Sadie Powell2020-01-171-5/+20
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* Allow event providers to know when a listener subs or unsubs.Gravatar Peter Powell2019-10-211-3/+29
* Only call events on modules which aren't dying.Gravatar Peter Powell2019-06-061-1/+9
* Fix erasing event subscribers erasing all with the same priority.Gravatar Peter Powell2019-02-191-1/+1
* Fix warnings from Doxygen.Gravatar Peter Powell2018-10-211-0/+1
* Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-8/+25
* Add new cross-module event systemGravatar Attila Molnar2015-02-111-0/+146