<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v4.0.0a20</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v4.0.0a20</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v4.0.0a20'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-02-05T09:35:23Z</updated>
<entry>
<title>Remove unnecessary mysql include file.</title>
<updated>2023-02-05T09:35:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-05T09:35:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5fa5d820cf60523b95e573a0a6d9993659371037'/>
<id>urn:sha1:5fa5d820cf60523b95e573a0a6d9993659371037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix using std::max instead of std::min when clamping NetBufferSize.</title>
<updated>2023-01-25T02:14:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-25T02:14:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d252e8d4a3ea17aab5322d559e8b3dfafec1eb8c'/>
<id>urn:sha1:d252e8d4a3ea17aab5322d559e8b3dfafec1eb8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-01-25T01:04:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-25T00:59:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ec02f2a47d5523230188cafb09cb50faa255ede1'/>
<id>urn:sha1:ec02f2a47d5523230188cafb09cb50faa255ede1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around a bug in reading the config for the Argon2 module.</title>
<updated>2023-01-25T00:55:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-25T00:08:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dede5e9bf14e14cbcc5c6916a3eb6941813fe051'/>
<id>urn:sha1:dede5e9bf14e14cbcc5c6916a3eb6941813fe051</id>
<content type='text'>
ProviderConfig::version is set to an argon2 version not a base 10
version so using it as a default for the config may result in the
default being ignored.

Luckily 0x10 and 0x12 are 16 and 18 respectively so we can just
allow them as valid values until v4 where we can eradicate the
SanitiseArgon2Version function and use getEnum instead.
</content>
</entry>
<entry>
<title>Replace getInt/getUInt/getFloat with type safe templated functions.</title>
<updated>2023-01-25T00:39:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:41:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af8effe4f0876d6fa934806745712f679bd36278'/>
<id>urn:sha1:af8effe4f0876d6fa934806745712f679bd36278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix using (unsigned) long instead of (s)size_t.</title>
<updated>2023-01-24T23:02:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:02:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=babc733d2d51b77bf201a9147503b096a829b02f'/>
<id>urn:sha1:babc733d2d51b77bf201a9147503b096a829b02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert log calls to use fmtlib format strings</title>
<updated>2023-01-24T00:12:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T23:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=206d31de85192353d03c74766e80513a87dc49b4'/>
<id>urn:sha1:206d31de85192353d03c74766e80513a87dc49b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace InspIRCd::Format with fmt::format.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T07:42:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c4badf8ea3ba775854f0d26d3f2e0e119584faa'/>
<id>urn:sha1:5c4badf8ea3ba775854f0d26d3f2e0e119584faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PackageInfo directives in extra modules.</title>
<updated>2023-01-19T15:01:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-19T15:01:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f6f478772668ecbff964f7dc746198fed0d94a2'/>
<id>urn:sha1:1f6f478772668ecbff964f7dc746198fed0d94a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log the versions of third-party libraries used by modules.</title>
<updated>2023-01-19T14:46:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-19T13:55:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e36c077346020f7a4313534f5b91bec7cff1684b'/>
<id>urn:sha1:e36c077346020f7a4313534f5b91bec7cff1684b</id>
<content type='text'>
</content>
</entry>
</feed>
