summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/delline.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-01-24Add the reason to xline removal notices. (#1545)Matt Schatz
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-15Remove $ModDep commentsattilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
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-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-04-05Remove debug, fix DELLINE: args were the wrong way aroundw00t
2008-04-05debugw00t
2008-04-05Same herebrain
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-04Split treesocket2 into various smaller filesw00t