<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/hashcomp.h, branch v3.8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/hashcomp.h?h=v3.8.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/hashcomp.h?h=v3.8.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-21T06:52:12Z</updated>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GetNumericToken to sepstream.</title>
<updated>2019-09-03T11:28:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-03T11:17:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d6a4a31d848201a1309ec7a9606cb10187a6374'/>
<id>urn:sha1:0d6a4a31d848201a1309ec7a9606cb10187a6374</id>
<content type='text'>
This removes some boilerplate when retrieving numeric types.
</content>
</entry>
<entry>
<title>Allow multiple fingerprints in an oper block (#1564)</title>
<updated>2019-02-01T09:47:20Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-02-01T09:47:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ee2e8b60d707d7a1bb644a16060654cb86c7b9f'/>
<id>urn:sha1:2ee2e8b60d707d7a1bb644a16060654cb86c7b9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for the extended tag space for client tags.</title>
<updated>2019-01-24T14:28:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-23T21:45:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbef0241a04eafe5250b75ebb3f7ef8c32ecb260'/>
<id>urn:sha1:cbef0241a04eafe5250b75ebb3f7ef8c32ecb260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings from Doxygen.</title>
<updated>2018-10-21T18:18:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-21T18:18:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e6b18ff9180fc7794cea53d0566411b9afb0d7e'/>
<id>urn:sha1:0e6b18ff9180fc7794cea53d0566411b9afb0d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-10T06:46:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b418f081f7ecbfdd51c84fae2298f927155fac0'/>
<id>urn:sha1:8b418f081f7ecbfdd51c84fae2298f927155fac0</id>
<content type='text'>
This simplifies the logic of irc::tokenparser considerably and
removes all of the magic index guessing that was used previously.
</content>
</entry>
<entry>
<title>Remove the integer overloads of irc::tokenparser::GetToken().</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-09T15:33:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa6912f1c9845386180df91b20b6ecd3b78ba4b9'/>
<id>urn:sha1:aa6912f1c9845386180df91b20b6ecd3b78ba4b9</id>
<content type='text'>
The int overload was never used and the long overload was used in
one place.
</content>
</entry>
<entry>
<title>Replace irc::stringjoiner with a generic stdalgo::string::join.</title>
<updated>2018-07-26T20:41:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T20:23:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9cf448a332799a138dad0acb5b2878535770571d'/>
<id>urn:sha1:9cf448a332799a138dad0acb5b2878535770571d</id>
<content type='text'>
This can also be used with different types of collection containing
values which are not a string.
</content>
</entry>
<entry>
<title>Replace the remaining use of irc::string with irc::find.</title>
<updated>2018-04-16T08:47:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T23:20:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d3b128ca2a63d7c04b51f58c0e9c390255a9365'/>
<id>urn:sha1:5d3b128ca2a63d7c04b51f58c0e9c390255a9365</id>
<content type='text'>
</content>
</entry>
</feed>
