aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/misccommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* m_spanningtree Remove post-handshake BURST handlerGravatar Attila Molnar2014-07-271-6/+0
* m_spanningtree Allow server-to-server command handlers to specify whether the...•••To make life easier for handlers accepting servers only as source, pass them a TreeServer* so they don't have to call FindServer() Gravatar attilamolnar2013-08-251-10/+2
* m_spanningtree Move all server-to-server command handlers into handler classes•••These commands are not registered in or called by the core. When looking for the handler of a command a new command table is searched first which contains all server-to-server commands. If a handler cannot be found in there, the core command table is consulted. Gravatar attilamolnar2013-08-181-0/+56