index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
rsquit.cpp
Age
Commit message (
Expand
)
Author
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-12-15
Fix naming convention to be consistant. (cmd_ -> Command)
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-07-19
Fix total mess of makefile dependency macros (all depending on stuff they don...
brain
2008-05-18
Convert m_spanningtree
aquanight
2008-05-05
Convert m_spanningtree
aquanight
2008-04-08
Update syntax
w00t
2008-04-08
Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. ...
w00t
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-02-13
Slight API tweak. Change Command to take char * instead of char in it's const...
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-06
Back out rsquit: wasn't meant to be committed yet.
w00t
2008-01-06
Add removal of BanCache entries on XLINE add/del, so we avoid out of date res...
w00t
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-10-15
class command_t -> class Command. Whey :D
w00t
2007-08-28
First round of servername->sid stuffs
brain
2007-08-28
Remove unneeded headers from spanningtree. This was done to the rest of the s...
w00t
2007-07-16
OOPS! 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-11
Fix for bug #347.
brain
2007-06-16
RSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1...
peavey
2007-06-15
And truly fix rsquit 1 parm crash.
peavey
2007-06-15
Fix crash on propogation after routed squit has reached it's destination. Thx...
peavey
2007-06-15
Oops forgot to tidy up comments.
peavey
2007-06-15
Use PUSH to let remote servers advise of errors.
peavey
2007-06-15
Cannot WriteServ to remote users, write info to snomask instead.
peavey
2007-06-15
One param RSQUIT behaving like routed SQUIT.
peavey
2007-06-13
Make this require 2 params, just like god intended it. (no remote squit hacks)
peavey
2007-06-13
new rsquit command handler, this is still work in progress.
peavey
2007-06-07
Add command /RSQUIT to spanningtree.
peavey