aboutsummaryrefslogtreecommitdiff
path: root/include/modules/server.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+4
* Add the OnServerBurst hook and fix the docs for OnServerLink.Gravatar Peter Powell2019-09-231-2/+7
* Add whether the server split with an error to OnServerSplit.Gravatar Peter Powell2019-09-231-4/+20
* Add an event for adding tags to S2S messages.Gravatar Peter Powell2019-07-191-0/+25
* Split ServerEventListener into {Broadcast,Link,Sync}EventListener.•••There is no reason to have these events in one big handler and it causes unnecessary event hooks to be created by having them like this. The ServerEventListener class still exists for compatibility Gravatar Peter Powell2019-07-151-3/+46
* Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-241-1/+0
* Fix the chanhistory module being inconsistent across servers.•••Closes #331. Gravatar Peter Powell2018-10-011-0/+8
* Move OnSync{Channel,Network,User} to ServerEventListener.Gravatar Peter Powell2017-12-031-0/+20
* Rename the spanningtree module header to server.•••In the future we will have server linking modules that are not the spanningtree module. Gravatar Peter Powell2017-12-031-0/+41