<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, 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/src?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src?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>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>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>Fix a regression in ProcessColors.</title>
<updated>2024-09-02T09:40:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-02T09:40:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=faa96b795628bf2d37fee308c05569e1be79b3ae'/>
<id>urn:sha1:faa96b795628bf2d37fee308c05569e1be79b3ae</id>
<content type='text'>
We should wait until v5 to be this aggressive with MOTD parsing so
we dont break existing users in a minor release.
</content>
</entry>
<entry>
<title>Normalise the case of MOD_RESULT variables.</title>
<updated>2024-08-31T15:21:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-31T15:21:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6da60b3f4e4bd05671cc3ad03200458a426b8e9'/>
<id>urn:sha1:f6da60b3f4e4bd05671cc3ad03200458a426b8e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor performance improvement to ProcessColors.</title>
<updated>2024-08-31T14:41:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-31T14:41:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e603bab1d953c947f7c5c39e9d441eaeaaebcfe'/>
<id>urn:sha1:0e603bab1d953c947f7c5c39e9d441eaeaaebcfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the case of the override module settings.</title>
<updated>2024-08-30T23:29:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-30T23:29:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7d7b78f3d0df894ca5f191bf8c26ab3e8065f41c'/>
<id>urn:sha1:7d7b78f3d0df894ca5f191bf8c26ab3e8065f41c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make blockcolor only block known formatting codes.</title>
<updated>2024-08-30T16:08:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-30T16:00:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca0ea6e3d088103a8283fc266b31c9223480a1ca'/>
<id>urn:sha1:ca0ea6e3d088103a8283fc266b31c9223480a1ca</id>
<content type='text'>
</content>
</entry>
</feed>
