<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/rsquit.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/rsquit.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/rsquit.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-11T22:14:43Z</updated>
<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>Various text improvements: consistency, syntax, help and doc updates/fixes.</title>
<updated>2019-02-18T09:15:56Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-02-17T14:58:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=21e7efdadfa685ac1ddcb0a0a515502bc873302b'/>
<id>urn:sha1:21e7efdadfa685ac1ddcb0a0a515502bc873302b</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>Send NOTICEs that can go to both local and remote users with User::WriteRemoteNotice()</title>
<updated>2016-03-01T15:17:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-01T15:17:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d6eb4a1fc5b86bfb5467108d89923c7b64f27aed'/>
<id>urn:sha1:d6eb4a1fc5b86bfb5467108d89923c7b64f27aed</id>
<content type='text'>
</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 Move c2s commands out of SpanningTreeCommands to auto register them</title>
<updated>2013-09-10T11:54:01Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-10T11:54:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f753f7864bf847af26f7a1aedc727927c163738'/>
<id>urn:sha1:2f753f7864bf847af26f7a1aedc727927c163738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Change TreeServer::GetSocket() to always return the socket that can be used to talk to the server</title>
<updated>2013-08-22T11:42:20Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-07-19T11:10:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5cc9614e73a783dec7a8e0887a0435cf577eaad4'/>
<id>urn:sha1:5cc9614e73a783dec7a8e0887a0435cf577eaad4</id>
<content type='text'>
The only exception is the tree root (us) which has no associated socket (NULL)

Add TreeServer::IsRoot() and IsLocal() helpers
</content>
</entry>
<entry>
<title>m_spanningtree Remove SpanningTreeUtilities* fields and parameters</title>
<updated>2013-08-17T16:27:14Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-15T14:15:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e950f568d0f571e9475aa38177486468714de4d3'/>
<id>urn:sha1:e950f568d0f571e9475aa38177486468714de4d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Remove unneeded #includes</title>
<updated>2013-04-12T19:03:05Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-16T22:21:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=551d687ec6d7ce44be35fae0dd7345fe73c4f63a'/>
<id>urn:sha1:551d687ec6d7ce44be35fae0dd7345fe73c4f63a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree RSQUIT handler: Don't reimplement sending messages to remote users</title>
<updated>2013-04-12T19:03:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-04T19:24:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9c2e2ef9d24c348f42261d32f424ad04865b19ef'/>
<id>urn:sha1:9c2e2ef9d24c348f42261d32f424ad04865b19ef</id>
<content type='text'>
Use ModuleSpanningTree::RemoteMessage instead
</content>
</entry>
</feed>
