<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/utils.h, 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/utils.h?h=v1.2.7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/utils.h?h=v1.2.7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-15T11:32:49Z</updated>
<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>Use a FakeUser source for server-sourced commands in spanningtree</title>
<updated>2009-05-13T05:27:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-13T05:27:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23a98c8fe1f255fe5f20c26c726da817d2796c9a'/>
<id>urn:sha1:23a98c8fe1f255fe5f20c26c726da817d2796c9a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11376 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>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>Implement timeout on outgoing server connections as per our docs &lt;link:timeout&gt;</title>
<updated>2008-09-19T02:00:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-09-19T02:00:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7a20454ce09b3e8f81ca76d86b45993e3be0a86'/>
<id>urn:sha1:b7a20454ce09b3e8f81ca76d86b45993e3be0a86</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10558 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove old listening stuff from spanningtree, use a new derived listener class.</title>
<updated>2008-09-08T19:23:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-08T19:23:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2175e1b1a215010be1c3b960610c849c6090718'/>
<id>urn:sha1:e2175e1b1a215010be1c3b960610c849c6090718</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10472 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, why couldnt you just use TR1 from the start???</title>
<updated>2008-06-12T19:29:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-06-12T19:29:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3e3b1f14e12b4b0a395ef8e2a4848f132e2c22b'/>
<id>urn:sha1:b3e3b1f14e12b4b0a395ef8e2a4848f132e2c22b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9894 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A load of classes dont inherit from classbase, and they should. fix.</title>
<updated>2008-03-24T16:53:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-24T16:53:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f946291b7fd022b50fe5aacb9b851cebfbb2278'/>
<id>urn:sha1:4f946291b7fd022b50fe5aacb9b851cebfbb2278</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Nuke TIMESYNC from orbit \o/</title>
<updated>2008-02-22T16:40:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-22T16:40:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=29b51086b95c86f812ac35ed7d3333f060ba5a8c'/>
<id>urn:sha1:29b51086b95c86f812ac35ed7d3333f060ba5a8c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fixed more std:: stuff</title>
<updated>2008-02-05T03:02:05Z</updated>
<author>
<name>fez</name>
</author>
<published>2008-02-05T03:02:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9e757557726a143e6aeb3979eb1386c23aba38fb'/>
<id>urn:sha1:9e757557726a143e6aeb3979eb1386c23aba38fb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8831 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
