6 Commits

Author SHA1 Message Date
Peter Powell
e2fcf7b3b1 Add an event for adding tags to S2S messages. 2019-07-19 14:17:10 +01:00
Peter Powell
06e2961a86 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
2019-07-15 12:55:48 +01:00
Peter Powell
961109ae4f Remove trailing whitespace from various source files. 2019-01-24 22:18:22 +00:00
Peter Powell
75e144b55e Fix the chanhistory module being inconsistent across servers.
Closes #331.
2018-10-01 12:34:47 +01:00
Peter Powell
70be9c79d2 Move OnSync{Channel,Network,User} to ServerEventListener. 2017-12-03 13:58:10 +00:00
Peter Powell
4aa27e75af Rename the spanningtree module header to server.
In the future we will have server linking modules that are not the
spanningtree module.
2017-12-03 13:54:11 +00:00