]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/svsjoin.cpp
m_spanningtree Replace manual string building of outgoing commands with CmdBuilder...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / svsjoin.cpp
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-06-05 attilamolnarMerge insp20
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-04-27 attilamolnarMerge insp20
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2012-10-02 attilamolnarm_spanningtree Only allow uuids in SVSJOIN, METADATA...
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-11 brain...because every now and again, i have to do a massive...
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-12-31 w00tCheck channel name in SVSJOIN to avoid propegating...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
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-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-02-04 w00tSplit treesocket2 into various smaller files