<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/compat.cpp, branch v3.0.0rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/compat.cpp?h=v3.0.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/compat.cpp?h=v3.0.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2019-01-02T16:56:25Z</updated>
<entry>
<title>Strip message tags when talking with 1202 protocol servers.</title>
<updated>2019-01-02T16:56:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T16:55:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=93390f6ccbeeb5198217ef31a205c57e51d2dc18'/>
<id>urn:sha1:93390f6ccbeeb5198217ef31a205c57e51d2dc18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove spanningtree check for lines sent without a source.</title>
<updated>2019-01-02T16:56:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T16:42:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8fd5f78f834e332aafd9959f2bbe23a4ff36b349'/>
<id>urn:sha1:8fd5f78f834e332aafd9959f2bbe23a4ff36b349</id>
<content type='text'>
We don't send any of these anymore.
</content>
</entry>
<entry>
<title>Fix thinking that 1202 protocol servers have not finished bursting.</title>
<updated>2018-12-20T14:08:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-20T13:48:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=60ae49b62a371791ebbd9e4b131e33b857873f06'/>
<id>urn:sha1:60ae49b62a371791ebbd9e4b131e33b857873f06</id>
<content type='text'>
A server introduction is only a burst if all of the parent servers
of it are not bursting.

Fixes #1527.
</content>
</entry>
<entry>
<title>Fix conversion issues by replacing ConvToInt with ConvToNum&lt;T&gt;.</title>
<updated>2018-12-12T21:43:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T20:34:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0f7cfd46ef2d277f5f82e34a2852c75212d75261'/>
<id>urn:sha1:0f7cfd46ef2d277f5f82e34a2852c75212d75261</id>
<content type='text'>
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
</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://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://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>Change ServerInfo::gecos to description</title>
<updated>2018-04-11T17:59:17Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2018-04-10T16:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e6db1df5a657ea0603e1ec0b1ea9b056264d470f'/>
<id>urn:sha1:e6db1df5a657ea0603e1ec0b1ea9b056264d470f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 3.0 in comments and messages</title>
<updated>2016-09-02T19:51:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-09-02T19:51:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=458ea2029cf36e9e8d3c7b7d0176e365234c018a'/>
<id>urn:sha1:458ea2029cf36e9e8d3c7b7d0176e365234c018a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1202 protocol servers</title>
<updated>2016-03-29T14:36:22Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-29T14:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ab115e4fe39c8aeb74482462dd6a473341fa7608'/>
<id>urn:sha1:ab115e4fe39c8aeb74482462dd6a473341fa7608</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Ignore SVSWATCH from 2.0 servers</title>
<updated>2016-01-06T17:58:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-01-06T17:58:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4ea6d61e61d876e00e5e4a23f7261c118f071ffe'/>
<id>urn:sha1:4ea6d61e61d876e00e5e4a23f7261c118f071ffe</id>
<content type='text'>
</content>
</entry>
</feed>
