]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/rsquit.cpp
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / rsquit.cpp
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-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
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-18 aquanightConvert m_spanningtree
2008-05-05 aquanightConvert m_spanningtree
2008-04-08 w00tUpdate syntax
2008-04-08 w00tFinally apply my patch simplifying RSQUIT. Fixes bug...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tBack out rsquit: wasn't meant to be committed yet.
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 brainFirst round of servername->sid stuffs
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-11 brainFix for bug #347.
2007-06-16 peaveyRSQUIT/SQUIT is one target only for 1.1. The multi...
2007-06-15 peaveyAnd truly fix rsquit 1 parm crash.
2007-06-15 peaveyFix crash on propogation after routed squit has reached...
2007-06-15 peaveyOops forgot to tidy up comments.
2007-06-15 peaveyUse PUSH to let remote servers advise of errors.
2007-06-15 peaveyCannot WriteServ to remote users, write info to snomask...
2007-06-15 peaveyOne param RSQUIT behaving like routed SQUIT.
2007-06-13 peaveyMake this require 2 params, just like god intended...
2007-06-13 peaveynew rsquit command handler, this is still work in progress.
2007-06-07 peaveyAdd command /RSQUIT to spanningtree.