summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/netburst.cpp
AgeCommit message (Expand)Author
2010-02-04Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ...danieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13Add SerializeFormat for easier metadata formattingdanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02Add away timestamp to the AWAY message sent server-serverdanieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-09Remove space before first user in FJOIN; also call c->ChanModes less for larg...danieldg
2009-02-08Fix: always have a colon marking the last FJOIN parameter, otherwise servers ...w00t
2009-01-02Update copyrights for 2009.w00t
2008-11-16Don't burst expired X:, should help stop bounce wars..w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert channel banlist members to std::stringbrain
2008-05-19Convert connection::hostbrain
2008-05-18Convert m_spanningtreeaquanight
2008-04-04See this brainw00t
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-01Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...w00t
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-03-30Whack format warning, do these differ between gcc versions or something?!brain
2008-03-08Fix multiple (useless) linefeeds on the end of ADDLINE in burstbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-17I gots a better fix :pbrain
2008-02-16Backport SendXLines() fix on netburst (don't buffer loads of lines at once), ...w00t
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-05We have two perfectly good macros, use themw00t
2008-02-04Rename burst.cpp to netburst.cpp - it does not just contain burst handling.w00t