summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/postcommand.cpp
AgeCommit message (Expand)Author
2018-09-11Amend OnPostCommand to specify whether the command is loopcalled.Peter Powell
2018-08-10Remove the original line parameter of On{Pre,Post}Command.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-08-17Merge insp20Attila Molnar
2016-03-29m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()Attila Molnar
2016-02-28Minor spelling errors in m_spanningtree.soGuillaume Delacour
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-04-14m_spanningtree Fix routing of unicast messagesAttila Molnar
2014-01-21m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messagesAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-22m_spanningtree Remove duplicate code for sending channel messages from RouteC...attilamolnar
2013-08-22m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()attilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-15Remove $ModDep commentsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-06-13Rewrite CommandParser::TranslateUIDs()attilamolnar
2013-06-12Implement GetRouting() in core commands that require it, remove ugly workarou...attilamolnar
2013-06-12Change command name parameter of OnPostCommand to be a Command*attilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...attilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-11-19Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()attilamolnar
2012-05-31m_spanningtree Fix desync issue #37 reported by @Joah - part 2attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-19ERROR is not a valid log level, so all these messages were getting droppeddanieldg
2010-01-19Don't refuse to route internal spanningtree commands due to lack of VF_COMMONdanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-02Fix routing for normal core commands like QUITdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Remote user messaging fixesdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Allow commands to optionally route themselves using ENCAPdanieldg
2009-09-02Include explicit routing information in Command, will replace CMD_LOCALONLY r...danieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-02Verify modules providing routed commands are VF_COMMONdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special