index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
fjoin.cpp
Age
Commit message (
Expand
)
Author
2012-06-17
Fix pending invites not being removed when a channel was deleted or had its T...
attilamolnar
2012-05-25
Debian typo fixes.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-18
Log mode errors when processing FJOIN.
Robin Burchell
2012-04-14
Fix unused variables reported by the clang static analyzer.
Peter Powell
2010-08-03
Use the remote channel's capitalization on a losing TS merge
Daniel De Graaf
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-23
Make User::uuid and User::server const
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-05-13
Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree
danieldg
2009-04-20
Actually use irc::modestacker correctly
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-09
An FJOIN is not bursting unless the source server is bursting
danieldg
2009-03-07
Remove some unneeded debug messages on the common case of FJOIN
danieldg
2009-03-02
Revert "Don't apply channel modes received in an non-burst, non-creation FJOI...
danieldg
2009-03-02
Don't apply channel modes received in an non-burst, non-creation FJOIN, becau...
danieldg
2009-02-09
Fix merge FJOIN debug message
danieldg
2009-01-02
Update copyrights for 2009.
w00t
2008-11-02
Fire every debug.
w00t
2008-11-01
Fix a result of Tired Coding (tm)
w00t
2008-10-31
It is not my %$"*&%" day. This never happened.
w00t
2008-10-31
Tidy up FJOIN processing somewhat - don't bother faking a TS to get modes acc...
w00t
2008-10-14
Remove outdated TODO
brain
2008-10-10
Update comment that says we dont send simplemodes in FJOIN, we do now.
brain
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-25
Give modestacker a serverinstance
brain
2008-05-25
First phase of conversion to dynamic limits on all the lengths, configured vi...
brain
2008-05-19
Convert channel::name to std::string, this was a beastie!
brain
2008-05-05
fix some unitialised vectors and tidy up a bit.
peavey
2008-05-05
Convert a few missing
peavey
2008-04-05
Error message tweaking
w00t
2008-04-04
Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...
w00t
2008-04-02
Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...
brain
2008-04-02
DOH! Fix my muppetry of a segfault, and fix some warnings
brain
2008-04-01
Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...
w00t
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-22
Nuke TIMESYNC from orbit \o/
w00t
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-04
Clean up some FJOIN stuff
w00t
2008-02-03
Split treesocket1 into a number of smaller files
w00t