Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-09-23 | Add the OnServerBurst hook and fix the docs for OnServerLink. | Peter Powell | |
2019-09-23 | Add whether the server split with an error to OnServerSplit. | Peter Powell | |
2019-07-19 | Add an event for adding tags to S2S messages. | Peter Powell | |
2019-07-15 | Split ServerEventListener into {Broadcast,Link,Sync}EventListener. | Peter Powell | |
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 | |||
2019-01-24 | Remove trailing whitespace from various source files. | Peter Powell | |
2018-10-01 | Fix the chanhistory module being inconsistent across servers. | Peter Powell | |
Closes #331. | |||
2017-12-03 | Move OnSync{Channel,Network,User} to ServerEventListener. | Peter Powell | |
2017-12-03 | Rename the spanningtree module header to server. | Peter Powell | |
In the future we will have server linking modules that are not the spanningtree module. |