summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/rsquit.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-03-01Send NOTICEs that can go to both local and remote users with User::WriteRemot...Attila Molnar
2014-07-28m_spanningtree Move squit logic into TreeServer from TreeSocketAttila Molnar
2013-09-10m_spanningtree Move c2s commands out of SpanningTreeCommands to auto register...attilamolnar
2013-08-22m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...attilamolnar
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree RSQUIT handler: Don't reimplement sending messages to remote u...attilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-02Fix some more incorrect socket usedanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-21Fix RSQUIT/RCONNECT routingdanieldg
2009-09-13Clean up Command constructordanieldg
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-02Add Module* creator to Command and ModeHandlerdanieldg
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-12-15Fix naming convention to be consistant. (cmd_ -> Command)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
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-05-18Convert m_spanningtreeaquanight
2008-05-05Convert m_spanningtreeaquanight
2008-04-08Update syntaxw00t
2008-04-08Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. ...w00t
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Slight API tweak. Change Command to take char * instead of char in it's const...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-06Back out rsquit: wasn't meant to be committed yet.w00t
2008-01-06Add removal of BanCache entries on XLINE add/del, so we avoid out of date res...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-08-28First round of servername->sid stuffsbrain
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-11Fix for bug #347.brain
2007-06-16RSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1...peavey
2007-06-15And truly fix rsquit 1 parm crash.peavey
2007-06-15Fix crash on propogation after routed squit has reached it's destination. Thx...peavey
2007-06-15Oops forgot to tidy up comments.peavey