<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, branch v3.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.18.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.18.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-05-16T08:51:14Z</updated>
<entry>
<title>Fix some minor Doxygen issues.</title>
<updated>2023-05-16T08:51:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-16T08:51:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e64d14f4f7314c6bb4671559bba5c2bca7e2117e'/>
<id>urn:sha1:e64d14f4f7314c6bb4671559bba5c2bca7e2117e</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>Add client cert activation/expiration times to the ssl_cert class.</title>
<updated>2023-03-01T20:45:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-03-01T20:07:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a24fb0f61dec76b7a022d8da37fc1c222d63d95'/>
<id>urn:sha1:5a24fb0f61dec76b7a022d8da37fc1c222d63d95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to the IRCv3 standard-replies cap.</title>
<updated>2023-02-13T14:27:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-30T15:45:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=297212ca4d928b18a3b620cd637d995df90465d7'/>
<id>urn:sha1:297212ca4d928b18a3b620cd637d995df90465d7</id>
<content type='text'>
Nothing is using this so far so I'm not counting it as a breaking
change.
</content>
</entry>
<entry>
<title>Silence a Valgrind warning in SSLIOHook.</title>
<updated>2023-01-05T17:23:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-05T17:23:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=756ed58b77e0bd9d5dc210830bada540d7943497'/>
<id>urn:sha1:756ed58b77e0bd9d5dc210830bada540d7943497</id>
<content type='text'>
Closes #2011.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building with the Intel C++ compiler.</title>
<updated>2022-12-10T06:58:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-10T06:46:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=513309fc68e873d20c111808bdb7c95431359720'/>
<id>urn:sha1:513309fc68e873d20c111808bdb7c95431359720</id>
<content type='text'>
- Fix adding -Wshadow in the compiler flags twice.
- Detect the new Clang-based Intel compiler as well as the old one.
- Silence some deprecation warnings using Intel syntax.
</content>
</entry>
<entry>
<title>Add a workaround for the replies API not working with a cap reference.</title>
<updated>2022-11-24T19:01:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-24T19:01:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a30466990e02d2533976061247d6c6ae097e0bd'/>
<id>urn:sha1:5a30466990e02d2533976061247d6c6ae097e0bd</id>
<content type='text'>
A Cap::Reference can not be cast to a Cap::Capability&amp; because it may
not be available and that would create a null reference. In v4 we can
change the API to take a Cap::Capability* but for now this is the best
we can do.
</content>
</entry>
<entry>
<title>Add support for the IRCv3 extended-monitor specification.</title>
<updated>2022-11-02T12:18:37Z</updated>
<author>
<name>delthas</name>
</author>
<published>2022-11-02T12:18:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6939a79a67d863ee9585b40b6c4af3bcaacf6a17'/>
<id>urn:sha1:6939a79a67d863ee9585b40b6c4af3bcaacf6a17</id>
<content type='text'>
Co-authored-by: Sadie Powell &lt;sadie@witchery.services&gt;</content>
</entry>
<entry>
<title>Fix an unintentional string copy in the geolocation API.</title>
<updated>2022-10-18T11:30:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-18T11:30:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad244540845adf09b425783b5757dc6911d9e072'/>
<id>urn:sha1:ad244540845adf09b425783b5757dc6911d9e072</id>
<content type='text'>
</content>
</entry>
</feed>
