summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/fjoin.cpp
AgeCommit message (Expand)Author
2012-05-25Debian typo fixes.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-18Log mode errors when processing FJOIN.Robin Burchell
2012-04-14Fix unused variables reported by the clang static analyzer.Peter Powell
2010-08-03Use the remote channel's capitalization on a losing TS mergeDaniel De Graaf
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-23Make User::uuid and User::server constdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-05-13Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtreedanieldg
2009-04-20Actually use irc::modestacker correctlydanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-09An FJOIN is not bursting unless the source server is burstingdanieldg
2009-03-07Remove some unneeded debug messages on the common case of FJOINdanieldg
2009-03-02Revert "Don't apply channel modes received in an non-burst, non-creation FJOI...danieldg
2009-03-02Don't apply channel modes received in an non-burst, non-creation FJOIN, becau...danieldg
2009-02-09Fix merge FJOIN debug messagedanieldg
2009-01-02Update copyrights for 2009.w00t
2008-11-02Fire every debug.w00t
2008-11-01Fix a result of Tired Coding (tm)w00t
2008-10-31It is not my %$"*&%" day. This never happened.w00t
2008-10-31Tidy up FJOIN processing somewhat - don't bother faking a TS to get modes acc...w00t
2008-10-14Remove outdated TODObrain
2008-10-10Update comment that says we dont send simplemodes in FJOIN, we do now.brain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-25Give modestacker a serverinstancebrain
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-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-05Convert a few missingpeavey
2008-04-05Error message tweakingw00t
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-04Clean up some FJOIN stuffw00t
2008-02-03Split treesocket1 into a number of smaller filesw00t