summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/servercommand.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2015-12-06m_spanningtree Implement ServerCommand::RegisterService()Attila Molnar
2014-04-16m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TSAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar