<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git, branch v3.17.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/?h=v3.17.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/?h=v3.17.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-28T00:14:14Z</updated>
<entry>
<title>Release v3.17.1.</title>
<updated>2024-06-28T00:14:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-28T00:14:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e45a92e16df92c2ab7e435e7b8cd0b47ca028488'/>
<id>urn:sha1:e45a92e16df92c2ab7e435e7b8cd0b47ca028488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the Windows dependencies.</title>
<updated>2024-06-19T22:15:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-19T22:15:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fe89a4a2e172c6d520f5b800688084e9c94ac3ae'/>
<id>urn:sha1:fe89a4a2e172c6d520f5b800688084e9c94ac3ae</id>
<content type='text'>
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
</content>
</entry>
<entry>
<title>Update the security policy in preparation of the v4 release.</title>
<updated>2024-06-13T17:22:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-13T17:22:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e226f87e276afb0e066e30cf2e0c82f41dfe3464'/>
<id>urn:sha1:e226f87e276afb0e066e30cf2e0c82f41dfe3464</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:30:30Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:30:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=855c1f6ab4927e219220ac2a9a14f0d896c18c6f'/>
<id>urn:sha1:855c1f6ab4927e219220ac2a9a14f0d896c18c6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send an error when a user tries to give a status rank to a non-member.</title>
<updated>2024-06-03T18:50:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-03T18:50:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c014f7283429a604b180b893b496ad3be53ba61'/>
<id>urn:sha1:1c014f7283429a604b180b893b496ad3be53ba61</id>
<content type='text'>
Closes #2097.
</content>
</entry>
<entry>
<title>Update irctest.</title>
<updated>2024-05-28T21:49:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-28T21:49:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=742b11dbe409b71d6f00662b567afe68770d5ee5'/>
<id>urn:sha1:742b11dbe409b71d6f00662b567afe68770d5ee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync the Windows NSIS installer with the latest code from CMake.</title>
<updated>2024-05-27T20:48:43Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-27T20:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=112f4fbb1c1e8bacb94329c075b7502b2ae6b853'/>
<id>urn:sha1:112f4fbb1c1e8bacb94329c075b7502b2ae6b853</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the indentation of the contributors list.</title>
<updated>2024-05-20T23:27:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-20T23:25:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49d2c4391a6bc4d8e6ebd04b1bb34e8cd52e002b'/>
<id>urn:sha1:49d2c4391a6bc4d8e6ebd04b1bb34e8cd52e002b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building on macOS.</title>
<updated>2024-05-16T19:36:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-16T19:02:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dac4b23df7f81864b53dec0debf284534b9274a9'/>
<id>urn:sha1:dac4b23df7f81864b53dec0debf284534b9274a9</id>
<content type='text'>
It seems like Apple have killed the remaining bits of TR1. Thankfully,
all Apple systems we support now have a C++11 compiler so we can just
force that on macOS.

[skip alpine ci]
[skip irctest ci]
[skip ubuntu ci]
[skip windows ci]
</content>
</entry>
<entry>
<title>Deallocate the old MySQL connection on connect if one exists.</title>
<updated>2024-05-03T08:28:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-05-02T15:19:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7ae694b50d1a1d7ed2b30967a1736633311e1a2'/>
<id>urn:sha1:c7ae694b50d1a1d7ed2b30967a1736633311e1a2</id>
<content type='text'>
</content>
</entry>
</feed>
