<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, 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?h=v3.0.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v3.0.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2019-01-03T22:36:42Z</updated>
<entry>
<title>Improve the spanningtree "unknown command" error message.</title>
<updated>2019-01-03T22:36:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-03T22:36:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f5de55813bce3197f5f866527c2c8b0769efcd01'/>
<id>urn:sha1:f5de55813bce3197f5f866527c2c8b0769efcd01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message.</title>
<updated>2019-01-02T20:28:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T20:21:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e433401fb883584d32b9b8159370ee57823b01bf'/>
<id>urn:sha1:e433401fb883584d32b9b8159370ee57823b01bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix message tags not being broadcast across the network.</title>
<updated>2019-01-02T20:28:46Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aafc03bdfc34c9426df44938403c92dbbbc0568e'/>
<id>urn:sha1:aafc03bdfc34c9426df44938403c92dbbbc0568e</id>
<content type='text'>
</content>
</entry>
<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 not propagating rehashes properly across the network.</title>
<updated>2018-12-17T19:26:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-17T19:08:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bf0bf05ac07a4bd0afeba5a276ef86308f0f9e54'/>
<id>urn:sha1:bf0bf05ac07a4bd0afeba5a276ef86308f0f9e54</id>
<content type='text'>
The REHASH command is not routed like a normal command. When a
rehash that needs to be forwarded is received the local server
forwards it indirectly by calling the local REHASH handler which
then calls the OnPreRehash hook. This results in the OnPreRehash
hook being called whilst loopCall is true.

The bug which this check was added to fix seems to no longer be
present so no alternate fix for that seems necessary.

Closes #1537.
</content>
</entry>
<entry>
<title>Store durations as unsigned long not long in XLine and m_filter.</title>
<updated>2018-12-13T14:20:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-13T14:01:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ee7db9bbfbb5f3bc7359d22e7021415aebddb9d2'/>
<id>urn:sha1:ee7db9bbfbb5f3bc7359d22e7021415aebddb9d2</id>
<content type='text'>
</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>Fix a crash when the core_oper module is not loaded.</title>
<updated>2018-12-12T14:43:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T13:51:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=51891f10f2a05e16e45651a669db6680a433bf9b'/>
<id>urn:sha1:51891f10f2a05e16e45651a669db6680a433bf9b</id>
<content type='text'>
</content>
</entry>
</feed>
