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
/
netburst.cpp
Age
Commit message (
Expand
)
Author
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-25
First phase of conversion to dynamic limits on all the lengths, configured vi...
brain
2008-05-19
Convert channel::name to std::string, this was a beastie!
brain
2008-05-19
Convert channel banlist members to std::string
brain
2008-05-19
Convert connection::host
brain
2008-05-18
Convert m_spanningtree
aquanight
2008-04-04
See this brain
w00t
2008-04-04
Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...
w00t
2008-04-01
Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...
w00t
2008-04-01
Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...
w00t
2008-03-30
Whack format warning, do these differ between gcc versions or something?!
brain
2008-03-08
Fix multiple (useless) linefeeds on the end of ADDLINE in burst
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-22
Nuke TIMESYNC from orbit \o/
w00t
2008-02-17
I gots a better fix :p
brain
2008-02-16
Backport SendXLines() fix on netburst (don't buffer loads of lines at once), ...
w00t
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-05
We have two perfectly good macros, use them
w00t
2008-02-04
Rename burst.cpp to netburst.cpp - it does not just contain burst handling.
w00t