<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, branch v2.0fork</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?h=v2.0fork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v2.0fork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-19T15:09:27Z</updated>
<entry>
<title>Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid collision on spanningtree reload") caused by access-after-free.</title>
<updated>2009-08-19T15:09:27Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-19T15:09:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=01dbd2658f357b4978f6ac7494704a24548228db'/>
<id>urn:sha1:01dbd2658f357b4978f6ac7494704a24548228db</id>
<content type='text'>
Thanks to transnet for the report.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11533 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow forward linking compatability by accepting higher protocol version numbers (other server should fail the link if it becomes link-incompatable)</title>
<updated>2009-08-17T15:09:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-17T15:09:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36cb60f872712e8e5a59df74b5b36177addc4248'/>
<id>urn:sha1:36cb60f872712e8e5a59df74b5b36177addc4248</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11531 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>win: Last part of support required for VS2010:</title>
<updated>2009-08-15T11:32:49Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-15T11:32:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=01ce98f2746be837a64f5f9ed2c36eeaabae7462'/>
<id>urn:sha1:01ce98f2746be837a64f5f9ed2c36eeaabae7462</id>
<content type='text'>
NEEDS COMPILE TESTING ON: gcc3 (if possible), gcc4, vs2008.
 - Check for vs2010 in hash_map.h
   - use unordered_map if it exists
 - change all map creations to:
    #if defined(WINDOWS) &amp;&amp; !defined(HASHMAP_DEPRECATED)
       // old windows crap
    #else
       #if HASHMAP_DEPRECATED
           // tr1/gcc crap
       #endif
    #endif

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11524 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Print line on empty prefix errors to track down a bug</title>
<updated>2009-08-14T20:10:36Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-14T20:10:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ff02ab2e930c25755d211d25ad809ff234363214'/>
<id>urn:sha1:ff02ab2e930c25755d211d25ad809ff234363214</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11517 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use server name for source of remote TIME rather than SID</title>
<updated>2009-07-03T22:09:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-03T22:09:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c9d5f4123e3cd9f85483cee391909e69601b949'/>
<id>urn:sha1:1c9d5f4123e3cd9f85483cee391909e69601b949</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11438 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Roll back mysterious DNS change from 2007 which broke multiple-answer</title>
<updated>2009-06-30T13:59:27Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-06-30T13:59:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7c2334ddd64be97d13f1add53aa05f185d9450d2'/>
<id>urn:sha1:7c2334ddd64be97d13f1add53aa05f185d9450d2</id>
<content type='text'>
DNS requests (CNAME, A). It looks like this was to be related to bitmask
dnsbl support, but it would never have worked anyway (resultnum was always 0..).

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11419 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix ENCAP forwarding with multiword final parameter, noticed by Namegduf</title>
<updated>2009-06-15T23:57:31Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-15T23:57:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f12c298e8d932f0f7eba320db71f15ece9b4ae9'/>
<id>urn:sha1:2f12c298e8d932f0f7eba320db71f15ece9b4ae9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11413 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>OnRehash changes: split to multiple hooks to clarify use and prevent explosion of rehashes on a /REHASH *</title>
<updated>2009-05-24T02:53:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-24T02:53:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0da6b3a13def40e8fd002b9fc60f955467f6372d'/>
<id>urn:sha1:0da6b3a13def40e8fd002b9fc60f955467f6372d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix UID collision on reload of m_spanningtree.so</title>
<updated>2009-05-14T23:27:47Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-14T23:27:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fcb51634669e6ed588e42f2072c6f910e267126f'/>
<id>urn:sha1:fcb51634669e6ed588e42f2072c6f910e267126f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11386 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
