]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/fjoin.cpp
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicate local...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / fjoin.cpp
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
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
2008-04-04 w00tAdd simple modes to FJOIN instead of sending a seperate...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-11 w00tRemove many unneeded headers from spanningtree files
2008-02-04 w00tClean up some FJOIN stuff
2008-02-03 w00tSplit treesocket1 into a number of smaller files