]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket2.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-09-23 Peter PowellAdd whether the server split with an error to OnServerS...
2019-09-20 Peter PowellLower the acceptable drift for clocks on link.
2019-05-14 Peter PowellAdd an enumeration for known protocol versions.
2019-05-13 Peter PowellReplace ModuleSpanningTree::TimeToStr with InspIRCd...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-27 linuxdaemonm_spanningtree: Parse and copy message tags for all...
2019-04-27 linuxdaemonm_spanningtree: Ensure tags are sent in forwarded cmds
2019-01-22 Peter PowellRename OnClientProtocolProcessTag to OnProcessTag.
2019-01-03 Peter PowellImprove the spanningtree "unknown command" error message.
2019-01-02 Peter PowellFix message tags not being broadcast across the network.
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-04-13 Attila Molnarm_spanningtree Ignore incoming BURST command in CONNECT...
2016-02-22 Attila MolnarMerge insp20
2015-12-07 Attila Molnarm_spanningtree Try FindServerID() first if the prefix...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellFix various warnings when building with LLVM 3.5.
2014-07-28 Attila Molnarm_spanningtree Move squit logic into TreeServer from...
2014-07-28 Attila Molnarm_spanningtree Remove now needless TreeSocket::Connecti...
2014-07-28 Attila Molnarm_spanningtree Ensure that TreeSocket::Close() only...
2014-07-27 Attila Molnarm_spanningtree Add TreeServer::BeginBurst() that marks...
2014-07-27 Attila Molnarm_spanningtree Don't send needless BURST after introduc...
2014-07-27 Attila Molnarm_spanningtree Remove unused parameters from the server...
2014-07-27 Attila Molnarm_spanningtree Add newly created TreeServers to the...
2014-07-27 Attila Molnarm_spanningtree Deduplicate auth finish code
2014-07-25 Attila MolnarMerge insp20
2014-07-24 Attila Molnarm_spanningtree Always treat the remote client as the...
2014-07-05 Attila Molnarm_spanningtree Extract logic that finds the source...
2014-07-05 Attila Molnarm_spanningtree Fix fake direction detection for commands
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-06 Attila Molnarm_spanningtree Forward NICK messages when they cause...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-07 Attila MolnarMerge insp20
2014-02-06 Peter PowellConvert irc::stringjoiner to be a method instead of...
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2013-09-10 attilamolnarm_spanningtree Handle ERROR when fully connected
2013-09-08 AdamFix compile warnings as seen on g++ 4.4.7
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-22 attilamolnarm_spanningtree Implement DoOneToMany() using DoOneToAll...
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-08-18 attilamolnarm_spanningtree Propagate oper-only quit reason using...
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-06-12 attilamolnarm_spanningtree Move SVSMODE -> MODE translation into...
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-12 attilamolnarSimplify stringjoiner: take 1 parameter, join from...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
2013-04-27 attilamolnarMerge insp20
2013-04-14 attilamolnarUse std::string internally in UIDGenerator, move UUID_L...
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to channel METADATA
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
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-10 attilamolnarm_spanningtree Create new TreeServers for incoming...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-01-14 attilamolnarm_spanningtree Fix rare desync when a KILL crosses...
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-11-09 attilamolnarm_spanningtree Refuse bogus NICK messages
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-10 ChrisTXm_spanningtree: Resolve issue #250
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-01 attilamolnarm_spanningtree Return when ecountering an invalid comma...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarm_spanningtree Burst to a new server before introducing...
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
next