<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/fjoin.cpp, branch v3.7.0</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/fjoin.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/fjoin.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-31T12:48:25Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-31T12:48:25Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-31T12:48:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f62016f16cf2419817738904153cb3711b20d7e'/>
<id>urn:sha1:8f62016f16cf2419817738904153cb3711b20d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Channel::WriteRemoteNotice and revert WriteNotice changes.</title>
<updated>2020-01-29T12:00:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-29T11:44:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6597fe5d4fd2c1cc474fa35a0db21fec480ff47f'/>
<id>urn:sha1:6597fe5d4fd2c1cc474fa35a0db21fec480ff47f</id>
<content type='text'>
This is a partial reversion of 687778b72e.

See also: #1749.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow Channel::WriteNotice send to other servers and status ranks.</title>
<updated>2019-11-17T22:17:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-17T22:06:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=687778b72e31322a73b2e2e17af6bd0f2a2561bc'/>
<id>urn:sha1:687778b72e31322a73b2e2e17af6bd0f2a2561bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spanningtree: Never send a message to a raw UUID in CmdBuilder.</title>
<updated>2019-07-19T11:13:18Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-19T11:11:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=875aa2d98d1eb25f4932fbd2ac5c2086d16ff6ea'/>
<id>urn:sha1:875aa2d98d1eb25f4932fbd2ac5c2086d16ff6ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-10T06:00:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36899e44eec416f5cd74cfe2d61baa984963dbe0'/>
<id>urn:sha1:36899e44eec416f5cd74cfe2d61baa984963dbe0</id>
<content type='text'>
Special tokenisation rules are not necessary here.
</content>
</entry>
<entry>
<title>Remove the 'debug' snotice character.</title>
<updated>2018-08-07T15:45:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-07T15:45:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c51d80d9d4f2a0a38686e7dd358de0b554746331'/>
<id>urn:sha1:c51d80d9d4f2a0a38686e7dd358de0b554746331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the FJOIN timestamp message easier for users to understand.</title>
<updated>2018-08-05T16:18:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-05T16:18:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54a15b0185fc53d741bc519f125aa531643dbae2'/>
<id>urn:sha1:54a15b0185fc53d741bc519f125aa531643dbae2</id>
<content type='text'>
</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>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://www.cgit.space/~steering/inspircd++.git/commit/?id=458ea2029cf36e9e8d3c7b7d0176e365234c018a'/>
<id>urn:sha1:458ea2029cf36e9e8d3c7b7d0176e365234c018a</id>
<content type='text'>
</content>
</entry>
</feed>
