]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket2.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
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
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #74 from Robby-/insp20-statsupdates
2012-04-18 Robin BurchellFix typo.
2012-04-18 Robin BurchellMatch the logging in the rest of this module.
2012-04-18 Robin BurchellBe more helpful when processing commands from a linked...
2010-05-08 Daniel De GraafCorrect source of initial BURST line from servers sendi...
2010-04-29 Daniel De GraafDon't use an empty direction when receiving a sourceles...
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-02 danieldgWhat, I have to make this compile now?
2010-03-02 danieldgLog invalid S2S commands a bit better
2010-02-28 danieldgFix snomask sending having the final-parameter colon...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-04 danieldgAdd DYING link state, push error messages on link,...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-11-03 danieldgClean up duplicated link snomask messages on errors
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-24 danieldgFix incorrect netburst detection
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgFix recursive SENDSNO bounce
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-01 danieldgMerge remote/local MODULES output
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
next