<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket2.cpp, branch v3.0.0a9</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.0a9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket2.cpp?h=v3.0.0a9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-08-13T20:51:11Z</updated>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-10T06:46:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b418f081f7ecbfdd51c84fae2298f927155fac0'/>
<id>urn:sha1:8b418f081f7ecbfdd51c84fae2298f927155fac0</id>
<content type='text'>
This simplifies the logic of irc::tokenparser considerably and
removes all of the magic index guessing that was used previously.
</content>
</entry>
<entry>
<title>Use CommandBase::Params instead of std::vector&lt;std::string&gt;.</title>
<updated>2018-07-26T19:12:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T18:43:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=384ef31bc01e4a1a2e59d082c9066002410ba54a'/>
<id>urn:sha1:384ef31bc01e4a1a2e59d082c9066002410ba54a</id>
<content type='text'>
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
</content>
</entry>
<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>
</feed>
