<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/netburst.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/netburst.cpp?h=v1.2.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/netburst.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>m_spanningtree Use iterators in loops instead of subscript operator</title>
<updated>2012-05-19T10:14:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-19T10:14:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ec30a92a934d982d0f35635c528e749a25753b40'/>
<id>urn:sha1:ec30a92a934d982d0f35635c528e749a25753b40</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>Fix MaxModes check when bursting bans for a channel to compare the number of bans not the length of the parameters it queued for sending.</title>
<updated>2012-04-18T10:47:35Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-18T10:47:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3946aa2c9bc5b9d6e0de2d4c77f8dafa387f062f'/>
<id>urn:sha1:3946aa2c9bc5b9d6e0de2d4c77f8dafa387f062f</id>
<content type='text'>
This has caused nearly every ban to be sent in a seperate FMODE.
</content>
</entry>
<entry>
<title>Allow SSL fingerprint-based server authentication</title>
<updated>2009-06-07T02:57:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-07T02:57:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=885d37630ef4b5b69c26c6eb3fc97e9cd2e35eae'/>
<id>urn:sha1:885d37630ef4b5b69c26c6eb3fc97e9cd2e35eae</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11404 e03df62e-2008-0410-955e-edbf42e46eb7
</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>Remove space before first user in FJOIN; also call c-&gt;ChanModes less for large channels</title>
<updated>2009-02-09T22:12:27Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-02-09T22:12:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=98d8252abdd0cad70d90e0cdcf50629b6e02b464'/>
<id>urn:sha1:98d8252abdd0cad70d90e0cdcf50629b6e02b464</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11079 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix: always have a colon marking the last FJOIN parameter, otherwise servers are going to try to add users to servers on perm channels with modes, etc.</title>
<updated>2009-02-08T22:56:08Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-08T22:56:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5c9eb1434178669dad371660d321cef61a1807e'/>
<id>urn:sha1:f5c9eb1434178669dad371660d321cef61a1807e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11066 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>Don't burst expired X:, should help stop bounce wars..</title>
<updated>2008-11-16T15:50:42Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-16T15:50:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4abc2ff167877be048707a8482015b0ffc88d345'/>
<id>urn:sha1:4abc2ff167877be048707a8482015b0ffc88d345</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10808 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
