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
/
treesocket2.cpp
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-09
More HasFd() conversions.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-09-23
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-09-20
Lower the acceptable drift for clocks on link.
Peter Powell
2019-05-14
Add an enumeration for known protocol versions.
Peter Powell
2019-05-14
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
m_spanningtree: Parse and copy message tags for all cmds
linuxdaemon
2019-04-28
m_spanningtree: Ensure tags are sent in forwarded cmds
linuxdaemon
2019-01-22
Rename OnClientProtocolProcessTag to OnProcessTag.
Peter Powell
2019-01-03
Improve the spanningtree "unknown command" error message.
Peter Powell
2019-01-02
Fix message tags not being broadcast across the network.
Peter Powell
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-10
Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2016-04-13
m_spanningtree Ignore incoming BURST command in CONNECTED state
Attila Molnar
2015-12-07
m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-10-27
Merge insp20
Attila Molnar
2014-10-13
Fix various warnings when building with LLVM 3.5.
Peter Powell
2014-07-28
m_spanningtree Move squit logic into TreeServer from TreeSocket
Attila Molnar
2014-07-28
m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown
Attila Molnar
2014-07-28
m_spanningtree Ensure that TreeSocket::Close() only runs once
Attila Molnar
2014-07-27
m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting
Attila Molnar
2014-07-27
m_spanningtree Don't send needless BURST after introducing a server
Attila Molnar
2014-07-27
m_spanningtree Remove unused parameters from the server introduction message
Attila Molnar
2014-07-27
m_spanningtree Add newly created TreeServers to the parent's list in the cons...
Attila Molnar
2014-07-27
m_spanningtree Deduplicate auth finish code
Attila Molnar
2014-07-24
m_spanningtree Always treat the remote client as the winner on nick collision...
Attila Molnar
2014-07-05
m_spanningtree Extract logic that finds the source user for an incoming comma...
Attila Molnar
2014-07-05
m_spanningtree Fix fake direction detection for commands
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-06
m_spanningtree Forward NICK messages when they cause a collision with the new...
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2014-02-06
Convert irc::stringjoiner to be a method instead of a class.
Peter Powell
2014-01-05
Introduce Server class
Attila Molnar
2013-09-10
m_spanningtree Handle ERROR when fully connected
attilamolnar
2013-09-08
Fix compile warnings as seen on g++ 4.4.7
Adam
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-22
m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()
attilamolnar
2013-08-19
m_spanningtree Minor cleanup of functions
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-18
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
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-12
m_spanningtree Move SVSMODE -> MODE translation into the appropiate place, ig...
attilamolnar
[next]