<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/hashcomp.cpp, branch v2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/hashcomp.cpp?h=v2.0.7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/hashcomp.cpp?h=v2.0.7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-07-01T19:35:32Z</updated>
<entry>
<title>Don't throw an exception if passed bad parameters to stringjoiner.</title>
<updated>2012-07-01T19:35:32Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-07-01T19:34:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=972af12415addb1b5d72708af5d98bd4bd1bd47a'/>
<id>urn:sha1:972af12415addb1b5d72708af5d98bd4bd1bd47a</id>
<content type='text'>
It's far too common to "misuse" this API by accidentally trying to use
stringjoiner with an empty container, and fixing that is more or less adding
boilerplate in every place we fix it.

Instead, let's just return and not touch the string, and not throw.

Done-with: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Windows build on VS 2010</title>
<updated>2011-04-10T21:54:20Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-04-08T07:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b56565eac2d7207c88c53054cb1096519ec7fba9'/>
<id>urn:sha1:b56565eac2d7207c88c53054cb1096519ec7fba9</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:18Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-04-01T14:09:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f8588b112fe6ef1095e40fcd64f85e670d96bc92'/>
<id>urn:sha1:f8588b112fe6ef1095e40fcd64f85e670d96bc92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sepstream logic when multiple consecutive separators are encountered</title>
<updated>2011-03-28T20:20:48Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-03-28T20:20:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2a5339ddf5c64da08c0f26383281ef2385a1d11'/>
<id>urn:sha1:d2a5339ddf5c64da08c0f26383281ef2385a1d11</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:12:44Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-22T19:12:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f2ca5f1ebc1a086724528a5ac95c7c8a7c6f35f'/>
<id>urn:sha1:0f2ca5f1ebc1a086724528a5ac95c7c8a7c6f35f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move forward declarations to typedefs.h</title>
<updated>2009-10-24T20:03:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-24T20:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6b2ea833674bb3bfedb0f2e2af06efa25655e5f5'/>
<id>urn:sha1:6b2ea833674bb3bfedb0f2e2af06efa25655e5f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove InspIRCd* parameters and fields</title>
<updated>2009-09-26T14:13:13Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-26T14:13:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d03943426dcce76ba66567a9b18425a5ebb4c0c'/>
<id>urn:sha1:6d03943426dcce76ba66567a9b18425a5ebb4c0c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Replace std::deque with std::vector in spanningtree and related modules</title>
<updated>2009-09-02T00:43:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:43:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=219993bc9018d9f0d9568330d7a972b68b785d27'/>
<id>urn:sha1:219993bc9018d9f0d9568330d7a972b68b785d27</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11593 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
