<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/hashcomp.cpp, branch v1.2.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/hashcomp.cpp?h=v1.2.9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/hashcomp.cpp?h=v1.2.9'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2012-04-20T01:32:07Z</updated>
<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://cgit.space/~steering/inspircd++.git/commit/?id=201f91fe61672feb2aebe0893362fb39350925d2'/>
<id>urn:sha1:201f91fe61672feb2aebe0893362fb39350925d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert to old sepstream logic until a proper fix is finished</title>
<updated>2011-04-01T14:09:39Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-04-01T14:09:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=928cef42b878f3a372ae5c17821e96ce2ebec2fe'/>
<id>urn:sha1:928cef42b878f3a372ae5c17821e96ce2ebec2fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sepstream logic when multiple consecutive separators are encountered</title>
<updated>2011-03-28T20:22:28Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-03-28T20:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ede642b0f7c4a5716df7291d51444961b82845a2'/>
<id>urn:sha1:ede642b0f7c4a5716df7291d51444961b82845a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where an empty parameter is generated when input to a tokenstream ends in a colon</title>
<updated>2011-01-22T19:13:03Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-22T19:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=72da192afe64d83eeb57b2ae753d86d590655c4f'/>
<id>urn:sha1:72da192afe64d83eeb57b2ae753d86d590655c4f</id>
<content type='text'>
</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://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>Fix irc_char_traits::find to behave correctly when the character is not found. Bug #823, patch by Phoenix Fledgeling</title>
<updated>2009-04-07T08:34:34Z</updated>
<author>
<name>special</name>
</author>
<published>2009-04-07T08:34:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=29ee8ab0ad390e4a1f1cf2c86aea9d1b5d3411a0'/>
<id>urn:sha1:29ee8ab0ad390e4a1f1cf2c86aea9d1b5d3411a0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11291 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://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>Nuke trailing spaces</title>
<updated>2009-02-14T21:14:36Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-02-14T21:14:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f209cce90b394acd26e22eacef0bff61e8f5b4e1'/>
<id>urn:sha1:f209cce90b394acd26e22eacef0bff61e8f5b4e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Templateise this</title>
<updated>2009-01-23T13:40:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-23T13:40:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0b44d28a3143c7f6925a5d3956d9e982974a46de'/>
<id>urn:sha1:0b44d28a3143c7f6925a5d3956d9e982974a46de</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10991 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_nationalchars using a copy and paste of my unsafe copy and paste algorithm, that will lock up if the string to replace contains the string to search for.</title>
<updated>2009-01-23T13:20:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-23T13:20:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a3fb932831ca09b2a931616f1701ea39429356c2'/>
<id>urn:sha1:a3fb932831ca09b2a931616f1701ea39429356c2</id>
<content type='text'>
Finally make this function a core utility function and remove the copies from 3 modules m_alias m_nationalchars and m_sqlauth


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10990 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
