summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/rsquit.cpp
AgeCommit message (Expand)Author
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
2007-06-15Use PUSH to let remote servers advise of errors.peavey
2007-06-15Cannot WriteServ to remote users, write info to snomask instead.peavey
2007-06-15One param RSQUIT behaving like routed SQUIT.peavey
2007-06-13Make this require 2 params, just like god intended it. (no remote squit hacks)peavey
2007-06-13new rsquit command handler, this is still work in progress.peavey
2007-06-07Add command /RSQUIT to spanningtree.peavey