<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/server.cpp, branch v1.2.7</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/server.cpp?h=v1.2.7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/server.cpp?h=v1.2.7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-04-17T02:45:09Z</updated>
<entry>
<title>Fix crash when a remote server has the same name as we do</title>
<updated>2010-04-17T02:45:09Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-17T02:45:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40e4d578128c0a645b10590bcd5b722e23c91a1b'/>
<id>urn:sha1:40e4d578128c0a645b10590bcd5b722e23c91a1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix race where two servers with the same name can enter WAIT_AUTH_2 and cause a double-free crash</title>
<updated>2010-02-15T03:02:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-15T03:02:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ace6e82aa9ad64fb77c01272c553667360ffda4e'/>
<id>urn:sha1:ace6e82aa9ad64fb77c01272c553667360ffda4e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12461 e03df62e-2008-0410-955e-edbf42e46eb7
</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>Fix PingFlag not being set correctly for servers whose burst takes longer than PingFreq</title>
<updated>2009-04-22T02:26:03Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-22T02:26:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c15f083ba338d3df7b31dbd33083ef23ab7dd12d'/>
<id>urn:sha1:c15f083ba338d3df7b31dbd33083ef23ab7dd12d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11324 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>Mark children of remote servers as bursting while their parent is bursting</title>
<updated>2009-03-14T14:31:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-14T14:31:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1bfdcb61347264fbef6656de88ab6e30d9fc617'/>
<id>urn:sha1:d1bfdcb61347264fbef6656de88ab6e30d9fc617</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11217 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Push password comparison logic into ComparePass, fixes authentication bug noticed by HiroP</title>
<updated>2009-03-10T16:15:29Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-10T16:15:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=63041954b1cfda4aaf1e89d4b16fb6d1411caa3e'/>
<id>urn:sha1:63041954b1cfda4aaf1e89d4b16fb6d1411caa3e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11195 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix crash when services (or a misbehaving remote server) introduces a server with duplicate SID</title>
<updated>2009-03-05T01:27:19Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-05T01:27:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=75f147a25e8ecd30ada36c4b0a60c1b8c0e0717f'/>
<id>urn:sha1:75f147a25e8ecd30ada36c4b0a60c1b8c0e0717f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11171 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>We already have an error for not enough params to the SERVER command, but the error is 'missing SID'. This error can be seen in snomask +l and is sent as ERROR to the connection. Changed to 'Not enough parameters for SERVER command', fixes bug #661</title>
<updated>2009-01-31T15:46:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-31T15:46:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f84bff3aa60af440c059cd564a324cc7a6a9258d'/>
<id>urn:sha1:f84bff3aa60af440c059cd564a324cc7a6a9258d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11014 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>
</feed>
