<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v1.2.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v1.2.4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v1.2.4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-01-28T20:28:15Z</updated>
<entry>
<title>Fix empty FMODE being sent if SendMode denies mode changes</title>
<updated>2010-01-28T20:28:15Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-28T20:28:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=414c05694a6a24f8ca71639eb546face9df33c20'/>
<id>urn:sha1:414c05694a6a24f8ca71639eb546face9df33c20</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12324 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make parameter unsigned so that passing -1 for "none" actually works, rather than crashing</title>
<updated>2010-01-16T19:32:31Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-16T19:32:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4d23fddb163d71b5f61db85050268c2dbb6d91b'/>
<id>urn:sha1:f4d23fddb163d71b5f61db85050268c2dbb6d91b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12266 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow maxtargets to be bypassed in LoopCall for JOIN</title>
<updated>2010-01-14T15:20:16Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-14T15:20:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b332890b6b6cd5c850d53fbc529e0e3702c6fce5'/>
<id>urn:sha1:b332890b6b6cd5c850d53fbc529e0e3702c6fce5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12254 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Other half of r11694, that I forgot to commit the first time</title>
<updated>2009-09-13T19:34:08Z</updated>
<author>
<name>special</name>
</author>
<published>2009-09-13T19:34:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79cdb384cac3f9fd0c2eb9948f1386ae6d3c8ab7'/>
<id>urn:sha1:79cdb384cac3f9fd0c2eb9948f1386ae6d3c8ab7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11695 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix invalid iterator in select socketengine</title>
<updated>2009-09-09T19:51:37Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-09T19:51:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=33fe3c35f873332cb268e8bebfff4074361ae652'/>
<id>urn:sha1:33fe3c35f873332cb268e8bebfff4074361ae652</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11688 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Of course, in adding yet more header madness to this for VS2010, I forgot to keep the old hash_map include for windows.</title>
<updated>2009-08-26T17:57:44Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-26T17:57:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c4e1d10d0ead671f138b36d98574ddff1baa12f'/>
<id>urn:sha1:1c4e1d10d0ead671f138b36d98574ddff1baa12f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11539 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>Merge patch from dKingston for missing TOPIC numeric, also replace the literal 331 with an RPL_* enum value, thanks!</title>
<updated>2009-08-13T22:44:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-08-13T22:44:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1fb8a3f1b120db764375911be9ad8019a807a8ad'/>
<id>urn:sha1:1fb8a3f1b120db764375911be9ad8019a807a8ad</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11510 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for config reader</title>
<updated>2009-08-12T18:03:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T18:03:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0036e3a70cabea02e9ec2103ed1dfdf5c799289f'/>
<id>urn:sha1:0036e3a70cabea02e9ec2103ed1dfdf5c799289f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix module prioritization when a module asks to be after spanningtree, which asks to be last</title>
<updated>2009-08-11T20:41:04Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-11T20:41:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=283563287be02e32ef8a4cad526855faf327f24e'/>
<id>urn:sha1:283563287be02e32ef8a4cad526855faf327f24e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11502 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
