<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/helperfuncs.cpp, branch v1.1.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v1.1.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v1.1.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-06T15:39:05Z</updated>
<entry>
<title>*slaps self* for not test compiling</title>
<updated>2007-01-06T15:39:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-06T15:39:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e9d08ec1cb2e01eaca8793eda1d06e05a38fa24'/>
<id>urn:sha1:7e9d08ec1cb2e01eaca8793eda1d06e05a38fa24</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6231 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix oper count, we cant decrement ModeCount('o') from the userrec destructor as its already been removed earlier</title>
<updated>2007-01-06T15:24:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-06T15:24:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd73452f53c331f42c97861546197285b7c3010e'/>
<id>urn:sha1:cd73452f53c331f42c97861546197285b7c3010e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6228 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add unregistered user counter, this may also fix the (minor) m_conn_lusers shows current connection as unregged</title>
<updated>2006-12-30T14:34:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-30T14:34:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fce2d243c023660a9afbf01143cde6eda2ec7a88'/>
<id>urn:sha1:fce2d243c023660a9afbf01143cde6eda2ec7a88</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6170 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for w00t</title>
<updated>2006-12-29T23:57:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-29T23:57:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=35c93cd6a5ab9813087da3f63b67b908e65ae73a'/>
<id>urn:sha1:35c93cd6a5ab9813087da3f63b67b908e65ae73a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6166 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add counter system for umodes to get rid of some O(n)</title>
<updated>2006-12-29T23:34:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-29T23:34:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497'/>
<id>urn:sha1:5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6163 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this is BAD BAD BAD.)</title>
<updated>2006-12-23T23:18:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T23:18:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72da54c1c2a4f4b59d852e79adaee3348c4874ad'/>
<id>urn:sha1:72da54c1c2a4f4b59d852e79adaee3348c4874ad</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6081 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Hash rehashing change</title>
<updated>2006-12-23T23:06:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T23:06:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74c8913f72e6d48c88a01155ef5fe5ca20cc2bb1'/>
<id>urn:sha1:74c8913f72e6d48c88a01155ef5fe5ca20cc2bb1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6080 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug in m_dnsbl, a condition is always matched because someone was using unsigned int to check a return val that can be -1 *slap w00t*</title>
<updated>2006-12-23T16:40:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de3978c580edabe667d0845ed6027c9ff25e461b'/>
<id>urn:sha1:de3978c580edabe667d0845ed6027c9ff25e461b</id>
<content type='text'>
Change around the way exit codes are formed so that we can return a sensible exit code that reflects why inspircd exited


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6076 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Refactored /RESTART (and added InspIRCd::Restart(reason))</title>
<updated>2006-12-23T14:06:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T14:06:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=371daf9928def23164b49b39ced1d3cdeb9225b8'/>
<id>urn:sha1:371daf9928def23164b49b39ced1d3cdeb9225b8</id>
<content type='text'>
Fixed bug in m_ziplinks, assigning instead of testing a var (gcc 4.1.1 picked up on this, 3.4 didnt)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6067 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>std::string something = "";</title>
<updated>2006-12-18T18:42:17Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-18T18:42:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=59427ca7f163c39acab3853f22ab23cc11b92606'/>
<id>urn:sha1:59427ca7f163c39acab3853f22ab23cc11b92606</id>
<content type='text'>
is the most redundant and wasteful thing in the world, apart from unrealircd. BE GONE WITH IT!


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