summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/servercommand.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.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
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-08-27Fix indentationattilamolnar
2013-08-25m_spanningtree Allow server-to-server command handlers to specify whether the...attilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar