summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/commands.h
AgeCommit message (Expand)Author
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-01-11Update copyright headers.InspIRCd Robot
2019-07-04Fix building on Windows.Peter Powell
2019-06-07CoreExport for CommandSave. fixes #1635Ben Harris
2018-08-12Convert AWAY to use cross-module events and clean up slightly.Peter Powell
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
2016-08-19m_spanningtree Put command handlers with class names that collide with core c...Attila Molnar
2016-03-30m_spanningtree Remove PUSH handlerAttila Molnar
2016-03-29m_spanningtree Add CommandNum::BuilderAttila Molnar
2016-03-29m_spanningtree Add NUM command handlerAttila Molnar
2015-01-09m_spanningtree Increase maximum generated FJOIN line size to 510Attila Molnar
2015-01-09m_spanningtree Forward FJOINs with correct TS, modes and userlistAttila Molnar
2015-01-09m_spanningtree Add overload for add() and has_room(), giving more flexibility...Attila Molnar
2015-01-09m_spanningtree Add source server parameter to CommandFJOIN::Builder constructorAttila Molnar
2014-09-03m_spanningtree Remove CommandFJoin::ApplyModeStack()Attila Molnar
2014-09-03Replace irc::modestacker usage with the new ModeParser::Process()Attila Molnar
2014-07-27m_spanningtree Parse additional information present in SERVER messagesAttila Molnar
2014-07-27m_spanningtree Remove post-handshake BURST handlerAttila Molnar
2014-07-27m_spanningtree Remove unused parameters from the server introduction messageAttila Molnar
2014-07-26m_spanningtree Set the TS of the uuid nick to the same value on collisionAttila Molnar
2014-07-25Merge insp20Attila Molnar
2014-06-17m_spanningtree Remove server-to-server VERSION handlerAttila Molnar
2014-06-17m_spanningtree Add server-to-server SINFO command handler and builderAttila Molnar
2014-06-12m_spanningtree Explicitly specify the routing for RESYNC as the one inherited...Attila Molnar
2014-06-11m_spanningtree Send and parse FJOINs with membership idsAttila Molnar
2014-06-11m_spanningtree Add CmdBuilder specialization for FJOINAttila Molnar
2014-06-11m_spanningtree Send, parse and translate IJOINs with membership idsAttila Molnar
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2014-01-28m_spanningtree Rewrite /mapAdam
2014-01-06Unset all extensions and the topic when lowering TS on a channelAttila Molnar
2013-09-10m_spanningtree Move c2s commands out of SpanningTreeCommands to auto register...attilamolnar
2013-08-28m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...attilamolnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-27Fix Windows build and a few more problemsattilamolnar
2013-08-27Fix indentationattilamolnar
2013-08-25m_spanningtree Allow server-to-server command handlers to specify whether the...attilamolnar
2013-08-19Remove cmd_map from the coreattilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-04-13m_spanningtree Add channel timestamp to FTOPICattilamolnar
2013-04-13m_spanningtree Introduce IJOIN and RESYNCattilamolnar
2013-04-12m_spanningtree FJOIN handler: Refactor, update docattilamolnar
2013-04-12m_spanningtree RSQUIT handler: Don't reimplement sending messages to remote u...attilamolnar
2013-04-12Tidy up source files:Peter Powell
2012-11-09m_spanningtree SVSNICK needs 3 parametersattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-01-18Specify routing for those commandsdanieldg