<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket2.cpp, branch v3.0.0a6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket2.cpp?h=v3.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket2.cpp?h=v3.0.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-04-13T10:05:48Z</updated>
<entry>
<title>m_spanningtree Ignore incoming BURST command in CONNECTED state</title>
<updated>2016-04-13T10:05:48Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-04-13T10:05:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=60e73a38327cfcdac595e694917c476060bf248a'/>
<id>urn:sha1:60e73a38327cfcdac595e694917c476060bf248a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Try FindServerID() first if the prefix looks like a sid in TreeSocket::FindSource()</title>
<updated>2015-12-07T09:07:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-07T09:07:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b138fa099e1c1557362fe72a4b146a0750dde9c'/>
<id>urn:sha1:5b138fa099e1c1557362fe72a4b146a0750dde9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce std::string::substr() usage</title>
<updated>2015-01-10T14:16:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-10T14:16:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47dda4f61512f6047f2b1dcccd1943aab74726e3'/>
<id>urn:sha1:47dda4f61512f6047f2b1dcccd1943aab74726e3</id>
<content type='text'>
substr() returns a new string while erase() and assign() modify the existing one
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-10-27T14:26:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-27T14:26:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3a3ff949670c61a4a8856e1391222e156eb1cd17'/>
<id>urn:sha1:3a3ff949670c61a4a8856e1391222e156eb1cd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various warnings when building with LLVM 3.5.</title>
<updated>2014-10-13T05:18:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-10-06T12:30:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=402a1bb010522a35600325c1a3084e092b40ca22'/>
<id>urn:sha1:402a1bb010522a35600325c1a3084e092b40ca22</id>
<content type='text'>
- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
- warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
</content>
</entry>
<entry>
<title>m_spanningtree Move squit logic into TreeServer from TreeSocket</title>
<updated>2014-07-28T12:30:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-28T12:30:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5214968e7e0e0d43e137535ac1a9369c222d79f0'/>
<id>urn:sha1:5214968e7e0e0d43e137535ac1a9369c222d79f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown</title>
<updated>2014-07-28T12:23:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-28T12:23:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91ba5c22664cae39d53f52af663a154286455e01'/>
<id>urn:sha1:91ba5c22664cae39d53f52af663a154286455e01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Ensure that TreeSocket::Close() only runs once</title>
<updated>2014-07-28T12:21:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-28T12:21:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd330c4bc5ae3e2e89a5c02a031ffd90292e94f1'/>
<id>urn:sha1:cd330c4bc5ae3e2e89a5c02a031ffd90292e94f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting</title>
<updated>2014-07-27T16:50:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-27T16:50:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=984004505b8b5eea2467b703411fccac831ee780'/>
<id>urn:sha1:984004505b8b5eea2467b703411fccac831ee780</id>
<content type='text'>
Don't mark servers as bursting in the constructor
</content>
</entry>
<entry>
<title>m_spanningtree Don't send needless BURST after introducing a server</title>
<updated>2014-07-27T16:42:46Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-27T16:42:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=465675b124a50e8cbd6a114fd277ea18adcc4d31'/>
<id>urn:sha1:465675b124a50e8cbd6a114fd277ea18adcc4d31</id>
<content type='text'>
Synthesize a BURST after SERVER for 1202 protocol servers if we are not bursting
</content>
</entry>
</feed>
