summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/servercommand.cpp
AgeCommit message (Collapse)Author
2014-04-16m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TSAttila Molnar
Throws a ProtocolException if the input is invalid
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
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.