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
/
kill.cpp
Age
Commit message (
Expand
)
Author
2009-09-21
Create StreamSocket for IO hooking implementation
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-02-27
Fix SID-sourced KILL being displayed to killee as from SID not from server name
danieldg
2009-01-02
Update copyrights for 2009.
w00t
2008-11-30
Remove unused variable (thanks to everyone who noticed it)
w00t
2008-11-27
Don't append server name to kill reasons.
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-08-31
Two fixes: First, change the error message for too few params for UID to now ...
brain
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-18
Convert m_spanningtree
aquanight
2008-04-09
Move QuitUser into UserManager class, and unstaticize it. This prepares for s...
w00t
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-04
Split treesocket2 into various smaller files
w00t