]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/netburst.cpp
Add InspIRCd::GetChans(), remove ChannelCount()
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / netburst.cpp
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-21 Attila MolnarMerge insp20
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-08-30 attilamolnarMerge insp20
2013-08-28 attilamolnarm_spanningtree Propagate topic changes via FTOPIC in...
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-22 Attila MolnarMerge pull request #522 from SaberUK/master+xline-displ...
2013-05-21 Peter PowellConvert XLine::Displayable to return a std::string.
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-04-27 attilamolnarMerge insp20
2013-04-14 attilamolnarUse std::string internally in UIDGenerator, move UUID_L...
2013-04-13 attilamolnarm_spanningtree Ignore hopcount in incoming SERVER comma...
2013-04-13 attilamolnarm_spanningtree Netburst: If a topic was ever set, send...
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to FTOPIC
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Netburst: Refactor SendChannelModes()
2013-04-12 attilamolnarm_spanningtree Netburst: Rework SendFJoins()
2013-04-12 attilamolnarm_spanningtree Netburst: Remove expiration check from...
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2012-10-06 attilamolnarm_spanningtree Fix undefined behavior caused by referen...
2012-10-02 attilamolnarm_spanningtree Netburst: Remove unused parameters and...
2012-10-02 attilamolnarm_spanningtree Netburst: Prefix SERVER and VERSION...
2012-10-02 attilamolnarm_spanningtree Netburst: Remove unnecessary variables...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-04 danieldgFix wrapping check so we waste slightly fewer lines...
2010-01-16 danieldgMake CHANMODES/USERMODES split by spaces
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-10-24 danieldgGet rid of ModePair
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
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...