]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/postcommand.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / postcommand.cpp
2016-08-17 Attila MolnarMerge insp20
2016-03-29 Attila MolnarMerge branch 'master+stroute'
2016-03-29 Attila Molnarm_spanningtree Use SpanningTreeUtilities::FindRouteTarg...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-28 Guillaume DelacourMinor spelling errors in m_spanningtree.so
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-14 Attila Molnarm_spanningtree Fix routing of unicast messages
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila Molnarm_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages
2014-01-05 Attila MolnarIntroduce Server class
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-22 attilamolnarm_spanningtree Remove duplicate code for sending channe...
2013-08-22 attilamolnarm_spanningtree Implement DoOneToMany() using DoOneToAll...
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-08-15 attilamolnarRemove $ModDep comments
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-12 attilamolnarImplement GetRouting() in core commands that require...
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-11-19 attilamolnarRemove usage of deprecated CallCommandHandler() and...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-31 attilamolnarm_spanningtree Fix desync issue #37 reported by @Joah...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-19 danieldgDon't refuse to route internal spanningtree commands...
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgVerify modules providing routed commands are VF_COMMON
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-05 aquanightConvert m_spanningtree
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainFix indentation
2007-10-14 brainSplit up spanningtree some more, the filenames should...