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
2018-08-10
Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.
Peter Powell
2018-08-07
Remove the 'debug' snotice character.
Peter Powell
2018-08-05
Make the FJOIN timestamp message easier for users to understand.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2016-09-02
Bump version to 3.0 in comments and messages
Attila Molnar
2016-04-13
m_spanningtree Fix FJOIN forwarding
Attila Molnar
2016-04-13
m_spanningtree Resync servers when they recreate a channel outside of burst
Attila Molnar
2016-04-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
2016-03-05
Send NOTICEs to local channel members with Channel::WriteNotice()
Attila Molnar
2015-11-02
Rewrite invite system
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-01-09
m_spanningtree Forward FJOINs with correct TS, modes and userlist
Attila Molnar
2015-01-09
m_spanningtree Change name and scope of commait in FJOIN handler
Attila Molnar
2015-01-09
m_spanningtree Add overload for add() and has_room(), giving more flexibility...
Attila Molnar
2015-01-09
m_spanningtree Add source server parameter to CommandFJOIN::Builder constructor
Attila Molnar
2015-01-03
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
Peter Powell
2014-09-04
m_spanningtree Simplify processing non-prefix modes in FJOINs
Attila Molnar
2014-09-03
m_spanningtree Remove CommandFJoin::ApplyModeStack()
Attila Molnar
2014-09-03
Use Modes::ChangeList in ModeHandler::RemoveMode()
Attila Molnar
2014-09-03
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
2014-07-27
m_spanningtree Replace direct access of TreeServer::bursting with IsBursting()
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-06-14
m_spanningtree Use vector back() where it makes sense
Attila Molnar
2014-06-11
m_spanningtree Send and parse FJOINs with membership ids
Attila Molnar
2014-06-11
m_spanningtree Add CmdBuilder specialization for FJOIN
Attila Molnar
2014-04-26
m_spanningtree Set the bursting flag in the FJOIN handler based on whether th...
Attila Molnar
2014-04-16
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2014-02-22
Add ModeParser::GetModes(), returns all user/chanmodes
Attila Molnar
2014-01-06
Unset all extensions and the topic when lowering TS on a channel
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-08-30
Merge insp20
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-12
m_spanningtree FJOIN handler: Merge and take maxmodes into consideration when...
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-13
Channel::JoinUser() and Channel::ForceChan() changes
attilamolnar
2013-04-12
m_spanningtree FJOIN handler: Refactor, update doc
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...
attilamolnar
2013-03-20
m_spanningtree Fix incoming channel modes being lost for 0-user permanent cha...
attilamolnar
2012-11-28
m_spanningtree Remove redundant params.size() checks
attilamolnar
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-
[next]