<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/svspart.cpp, branch v3.0.0a3</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/svspart.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/svspart.cpp?h=v3.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-03-29T10:54:02Z</updated>
<entry>
<title>Simplify GetRouting() methods doing unicast</title>
<updated>2016-03-29T10:54:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-29T10:54:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4aed5846f17b15939aaf620ee4c4ca95a10609fc'/>
<id>urn:sha1:4aed5846f17b15939aaf620ee4c4ca95a10609fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Move all server-to-server command handlers into handler classes</title>
<updated>2013-08-18T13:11:02Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-07-15T11:40:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b14ebbccf08ec34a73e1ba271e67da80d9fe805c'/>
<id>urn:sha1:b14ebbccf08ec34a73e1ba271e67da80d9fe805c</id>
<content type='text'>
These commands are not registered in or called by the core. When looking for the handler of a command a new command table is searched first which contains all server-to-server commands. If a handler cannot be found in there, the core command table is consulted.
</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 Only allow uuids in SVSJOIN, METADATA and OPERQUIT</title>
<updated>2012-10-02T21:44:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-04T18:25:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3313987f31a074a4f5f1d455df1ee15a81362b4'/>
<id>urn:sha1:a3313987f31a074a4f5f1d455df1ee15a81362b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist</title>
<updated>2012-07-04T17:42:20Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-04T17:42:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c6bb6f536eecf1f06fb020b2e9ad7ba67d0ede5'/>
<id>urn:sha1:0c6bb6f536eecf1f06fb020b2e9ad7ba67d0ede5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligent routing</title>
<updated>2010-01-02T21:05:56Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-02T21:05:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2289d4cf4f9a9c587c1956c089bb3a32a48b54d'/>
<id>urn:sha1:e2289d4cf4f9a9c587c1956c089bb3a32a48b54d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12238 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Cull channels, warn when Extensible objects are not culled as they must be</title>
<updated>2009-10-18T02:57:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-18T02:57:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e50d016aa23083f81dcf181f68edb81c5b23c78d'/>
<id>urn:sha1:e50d016aa23083f81dcf181f68edb81c5b23c78d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11901 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update Event and Request APIs</title>
<updated>2009-10-08T23:29:21Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-08T23:29:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e843c22e16c81054bad18073d24fe1a07026431'/>
<id>urn:sha1:7e843c22e16c81054bad18073d24fe1a07026431</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
