<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v4.0.0a17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v4.0.0a17</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v4.0.0a17'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2022-11-30T11:04:30Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-11-30T11:04:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-30T11:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e2243c3aae21c6fc0440c7ef9517be3e9a8a20e6'/>
<id>urn:sha1:e2243c3aae21c6fc0440c7ef9517be3e9a8a20e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use gnutls_digest_get_id if supported by the GnuTLS library.</title>
<updated>2022-11-29T22:41:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-29T22:41:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d2c6858e87b92bfcffe12155f8145ab7c2db0b41'/>
<id>urn:sha1:d2c6858e87b92bfcffe12155f8145ab7c2db0b41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix asserting when building against libstdc++ in debug mode.</title>
<updated>2022-11-28T10:59:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-28T10:59:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6182ee607281b05c2107d06c51ee38365bbd4753'/>
<id>urn:sha1:6182ee607281b05c2107d06c51ee38365bbd4753</id>
<content type='text'>
This code was safe as the pointer was never actually dereferenced
but libstdc++ would assert on it anyway.
</content>
</entry>
<entry>
<title>More const correctness.</title>
<updated>2022-10-23T13:51:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=859088dac5b937208c7aff7fd3976bbc63329281'/>
<id>urn:sha1:859088dac5b937208c7aff7fd3976bbc63329281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of the &amp;* being next to the name instead of type.</title>
<updated>2022-09-29T11:36:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=89537ed2ab22fcedb25e0378bd2c18e392911c0c'/>
<id>urn:sha1:89537ed2ab22fcedb25e0378bd2c18e392911c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use auto in places where it is really obvious what the type is.</title>
<updated>2022-09-04T10:28:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-04T10:20:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7076a766db6759ac698fea880616ede9545207cc'/>
<id>urn:sha1:7076a766db6759ac698fea880616ede9545207cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings noticed by the readability-* clang-tidy checkers.</title>
<updated>2022-09-03T22:17:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-03T21:52:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9203f40f41e4a735d379d13867d277c696fb28c5'/>
<id>urn:sha1:9203f40f41e4a735d379d13867d277c696fb28c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from NULL to nullptr.</title>
<updated>2022-07-22T17:53:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-22T17:33:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=648f813f8c89e6e7d0ed5bda2c2149bee2babb09'/>
<id>urn:sha1:648f813f8c89e6e7d0ed5bda2c2149bee2babb09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop support for ancient unsupported versions of GnuTLS.</title>
<updated>2022-06-30T11:57:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-06-30T11:50:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c3cc5fc825c8d2096a5a255114cee5b8789f8125'/>
<id>urn:sha1:c3cc5fc825c8d2096a5a255114cee5b8789f8125</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite logging calls to use the new APIs.</title>
<updated>2022-05-01T21:07:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-18T03:30:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e23ee3fde17a6bb17a9e56c7105f4bbceb36391f'/>
<id>urn:sha1:e23ee3fde17a6bb17a9e56c7105f4bbceb36391f</id>
<content type='text'>
</content>
</entry>
</feed>
