<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/uid.cpp, branch v1.2.10</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/uid.cpp?h=v1.2.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/uid.cpp?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-05-19T10:26:40Z</updated>
<entry>
<title>m_spanningtree Remove no-op instructions and simplify code</title>
<updated>2012-05-19T10:26:40Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-19T10:26:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5d87ca4c51a847e9eeb2df047e2edc77d2c7bbd'/>
<id>urn:sha1:b5d87ca4c51a847e9eeb2df047e2edc77d2c7bbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-20T01:32:07Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-20T01:32:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=201f91fe61672feb2aebe0893362fb39350925d2'/>
<id>urn:sha1:201f91fe61672feb2aebe0893362fb39350925d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!"</title>
<updated>2009-03-14T14:31:48Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-14T14:31:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2c3f10316c1fcfd137d83ecfe302d3ffeaad3e6f'/>
<id>urn:sha1:2c3f10316c1fcfd137d83ecfe302d3ffeaad3e6f</id>
<content type='text'>
This check on uplink was not sufficient. It has been replaced by marking
children of a bursting server as bursting, so the uplink is no longer needed.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11218 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Quiet bursts for uplinks, suggested by HiroP, thanks!</title>
<updated>2009-03-10T14:50:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-10T14:50:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a5a061c48af830ca90b699993cac079a9311b08'/>
<id>urn:sha1:5a5a061c48af830ca90b699993cac079a9311b08</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11194 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Send SVSNICKs during nick collision to prevent servers that do not fully implement collisions from killing users</title>
<updated>2009-03-06T20:39:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-06T20:39:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eacd707421be4f2612df9bde4517649061bb062e'/>
<id>urn:sha1:eacd707421be4f2612df9bde4517649061bb062e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11179 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Revert "Check nickname validity on introduction, closes bug #682 reported by danieldg (thanks)."</title>
<updated>2009-01-22T13:51:35Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-22T13:51:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee80c158465a01e7d9840de418b652090aaac36b'/>
<id>urn:sha1:ee80c158465a01e7d9840de418b652090aaac36b</id>
<content type='text'>
This broke stuff.

This reverts commit 4d29ae6cc6c4f5ba410b58cc0807f018484f6447.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10975 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Check nickname validity on introduction, closes bug #682 reported by danieldg (thanks).</title>
<updated>2009-01-21T17:19:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-21T17:19:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02cdc2adcd3d47250cf232ce54f88f03226a1daf'/>
<id>urn:sha1:02cdc2adcd3d47250cf232ce54f88f03226a1daf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10974 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix malformed UID errors so that w00t can troubleshoot! :)</title>
<updated>2008-11-04T12:31:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-11-04T12:31:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ff68bc95c32227f3e50cd8f5d32f1d8afd9ffb98'/>
<id>urn:sha1:ff68bc95c32227f3e50cd8f5d32f1d8afd9ffb98</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10796 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
