<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git, branch v4.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-09-07T10:14:08Z</updated>
<entry>
<title>Release v4.3.0.</title>
<updated>2024-09-07T10:14:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-07T10:14:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=83e142fa2fba41a8e2f56fcfcf02de16af5d215e'/>
<id>urn:sha1:83e142fa2fba41a8e2f56fcfcf02de16af5d215e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-09-07T10:10:36Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-09-07T10:10:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8e784862f5f251154a414fa17645caa644c5e4b2'/>
<id>urn:sha1:8e784862f5f251154a414fa17645caa644c5e4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into insp4.</title>
<updated>2024-09-07T10:00:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-07T10:00:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=863f631fef765f39d2077e33a1d723bb38217177'/>
<id>urn:sha1:863f631fef765f39d2077e33a1d723bb38217177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the readme for the CentOS packages being dropped.</title>
<updated>2024-09-06T10:07:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-06T10:07:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bfa28702540bf38605f56fafa59949a05cbfcf89'/>
<id>urn:sha1:bfa28702540bf38605f56fafa59949a05cbfcf89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the deprecation of the cloak_md5 and md5 module.</title>
<updated>2024-09-05T12:25:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-05T12:25:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4dc6c98d986dfed9c92649f66c26926648d89702'/>
<id>urn:sha1:4dc6c98d986dfed9c92649f66c26926648d89702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log if the server is using a md5 cloak as their primary method.</title>
<updated>2024-09-05T12:25:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-05T12:25:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4579bc55244813b54c9a058b723267e197d322d3'/>
<id>urn:sha1:4579bc55244813b54c9a058b723267e197d322d3</id>
<content type='text'>
</content>
</entry>
<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>Make the &lt;define&gt; options in the example config actually useful.</title>
<updated>2024-09-05T11:13:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-05T11:13:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bb05d0dd469d929ad20ea3408e91311a516f236f'/>
<id>urn:sha1:bb05d0dd469d929ad20ea3408e91311a516f236f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check the connection state of a command before the parameter count.</title>
<updated>2024-09-03T18:04:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-03T18:00:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0617fdfb654454abae0fd8adf95fa9a05fbc88f4'/>
<id>urn:sha1:0617fdfb654454abae0fd8adf95fa9a05fbc88f4</id>
<content type='text'>
Works around a bug in irssi.

Closes #2103.
</content>
</entry>
<entry>
<title>Const correct the xline header.</title>
<updated>2024-09-03T10:09:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-03T10:09:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=591cb8e0b9dc49753143d35e26251ea4a24b0e8f'/>
<id>urn:sha1:591cb8e0b9dc49753143d35e26251ea4a24b0e8f</id>
<content type='text'>
</content>
</entry>
</feed>
