<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_argon2.cpp, branch insp2</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/m_argon2.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_argon2.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-09-05T11:47:03Z</updated>
<entry>
<title>Fix needlessly separating threads and lanes in the argon2 module.</title>
<updated>2024-09-05T11:47:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-05T11:47:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f65eb8efc7583b399df3ebed9288eb72f41b4c4'/>
<id>urn:sha1:1f65eb8efc7583b399df3ebed9288eb72f41b4c4</id>
<content type='text'>
We were not using these correctly and Argon2 uses the thread count
as the lane count anyway so its pointless to even have a setting
for this.
</content>
</entry>
<entry>
<title>Deprecate the raw overload of GenRandomStr in favour of GenRandom.</title>
<updated>2024-08-27T15:31:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T15:20:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3f7a7df7409e177f158bdd677321e4a61eb6a440'/>
<id>urn:sha1:3f7a7df7409e177f158bdd677321e4a61eb6a440</id>
<content type='text'>
The raw overload was almost always misused where GenRandom would
be better.

While we're making changes to this code switch the printable mode
to use a static array like Anope does.
</content>
</entry>
<entry>
<title>Modernise PackageInfo directives.</title>
<updated>2024-07-13T21:16:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T20:41:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8a0f6f38150c23d6da7c563dc4f7ca3760e4b1d7'/>
<id>urn:sha1:8a0f6f38150c23d6da7c563dc4f7ca3760e4b1d7</id>
<content type='text'>
- Add Alpine packages.
- Add missing directives to log_json.
- Drop obsolete version constraints.
- Use system-like for debian and rhel.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't allow users to opt-in to older versions of Argon2.</title>
<updated>2024-05-10T13:04:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-10T13:04:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5ac051a9990c93e1d4707060f8d988375511f57d'/>
<id>urn:sha1:5ac051a9990c93e1d4707060f8d988375511f57d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-04-28T18:30:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-04-28T18:30:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8900f172311fa6876e40789d6f9ab4127ccb5163'/>
<id>urn:sha1:8900f172311fa6876e40789d6f9ab4127ccb5163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2023-04-28T09:21:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2023-04-28T09:21:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2c74267ac8778dc1ff4594789b454f41bacdc4d'/>
<id>urn:sha1:f2c74267ac8778dc1ff4594789b454f41bacdc4d</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>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>
</feed>
