]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/fjoin.cpp
Rewrite invite system
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / fjoin.cpp
2015-11-02 Attila MolnarRewrite invite system
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-09 Attila Molnarm_spanningtree Forward FJOINs with correct TS, modes...
2015-01-09 Attila Molnarm_spanningtree Change name and scope of commait in...
2015-01-09 Attila Molnarm_spanningtree Add overload for add() and has_room...
2015-01-09 Attila Molnarm_spanningtree Add source server parameter to CommandFJ...
2015-01-03 Peter PowellFix a snotice in m_spanningtree incorrectly using an...
2014-10-27 Attila MolnarMerge insp20
2014-09-04 Attila Molnarm_spanningtree Simplify processing non-prefix modes...
2014-09-03 Attila Molnarm_spanningtree Remove CommandFJoin::ApplyModeStack()
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-07-27 Attila Molnarm_spanningtree Replace direct access of TreeServer...
2014-07-25 Attila MolnarMerge insp20
2014-06-14 Attila Molnarm_spanningtree Use vector back() where it makes sense
2014-06-11 Attila Molnarm_spanningtree Send and parse FJOINs with membership ids
2014-06-11 Attila Molnarm_spanningtree Add CmdBuilder specialization for FJOIN
2014-04-26 Attila Molnarm_spanningtree Set the bursting flag in the FJOIN handl...
2014-04-16 Attila Molnarm_spanningtree Add ServerCommand::ExtractTS() to conver...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-07 Attila MolnarMerge insp20
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-01-21 Attila MolnarMerge insp20
2014-01-06 Attila MolnarUnset all extensions and the topic when lowering TS...
2014-01-05 Attila MolnarIntroduce Server class
2013-08-30 attilamolnarMerge insp20
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarm_spanningtree FJOIN handler: Merge and take maxmodes...
2013-06-05 attilamolnarMerge insp20
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-12 attilamolnarm_spanningtree FJOIN handler: Refactor, update doc
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-03-20 attilamolnarm_spanningtree Fix incoming channel modes being lost...
2012-11-28 attilamolnarm_spanningtree Remove redundant params.size() checks
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-05-27 Robin BurchellMerge pull request #142 from attilamolnar/insp20+sestatsfix
2012-05-27 Robin BurchellMerge pull request #145 from SaberUK/insp20-typo-fixes
2012-05-25 Peter PowellDebian typo fixes.
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...
2012-04-18 Robin BurchellMerge pull request #74 from Robby-/insp20-statsupdates
2012-04-18 Robin BurchellLog mode errors when processing FJOIN.
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #53 from SaberUK/clang-analyze
2012-04-14 Peter PowellFix unused variables reported by the clang static analyzer.
2010-08-04 Daniel De GraafUse the remote channel's capitalization on a losing...
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-23 danieldgMake User::uuid and User::server const
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-04-20 danieldgActually use irc::modestacker correctly
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-09 danieldgAn FJOIN is not bursting unless the source server is...
2009-03-07 danieldgRemove some unneeded debug messages on the common case...
2009-03-02 danieldgRevert "Don't apply channel modes received in an non...
2009-03-02 danieldgDon't apply channel modes received in an non-burst...
2009-02-09 danieldgFix merge FJOIN debug message
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-02 w00tFire every debug.
2008-11-01 w00tFix a result of Tired Coding (tm)
2008-10-31 w00tIt is not my %$"*&%" day. This never happened.
2008-10-31 w00tTidy up FJOIN processing somewhat - don't bother faking...
2008-10-14 brainRemove outdated TODO
2008-10-10 brainUpdate comment that says we dont send simplemodes in...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainGive modestacker a serverinstance
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-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConvert a few missing
2008-04-05 w00tError message tweaking
next