]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/netburst.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / netburst.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgMetaData rework
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-09 danieldgRemove space before first user in FJOIN; also call...
2009-02-08 w00tFix: always have a colon marking the last FJOIN paramet...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-16 w00tDon't burst expired X:, should help stop bounce wars..
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-05-19 brainConvert connection::host
2008-05-18 aquanightConvert m_spanningtree
2008-04-04 w00tSee this brain
2008-04-04 w00tAdd simple modes to FJOIN instead of sending a seperate...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-30 brainWhack format warning, do these differ between gcc versi...
2008-03-08 brainFix multiple (useless) linefeeds on the end of ADDLINE...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-17 brainI gots a better fix :p
2008-02-16 w00tBackport SendXLines() fix on netburst (don't buffer...
2008-02-11 w00tRemove many unneeded headers from spanningtree files
2008-02-05 w00tWe have two perfectly good macros, use them
2008-02-04 w00tRename burst.cpp to netburst.cpp - it does not just...