<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v3.0.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v3.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v3.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-10-26T00:20:35Z</updated>
<entry>
<title>Fix a bunch of harmless compiler warnings on recent GCC releases.</title>
<updated>2018-10-26T00:20:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-26T00:18:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d50984185c7902d37783a98f19637c86694a452'/>
<id>urn:sha1:2d50984185c7902d37783a98f19637c86694a452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings about using std::auto_ptr on C++11 or newer.</title>
<updated>2018-08-21T14:47:46Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-21T14:24:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc4751a3279b3c058b2f0c5af5fdebbab10474d3'/>
<id>urn:sha1:bc4751a3279b3c058b2f0c5af5fdebbab10474d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make more config stuff case insensitive.</title>
<updated>2018-07-24T20:55:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-24T17:29:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97a1d6429a735eb279496df010d04e3f42aa4e22'/>
<id>urn:sha1:97a1d6429a735eb279496df010d04e3f42aa4e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ConfigTag::getUInt for reading unsigned config values.</title>
<updated>2018-04-16T14:29:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T14:43:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=780dda83ba3857bc3c330d4b5d38bb251a9d879b'/>
<id>urn:sha1:780dda83ba3857bc3c330d4b5d38bb251a9d879b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0.</title>
<updated>2017-11-30T14:40:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-30T14:17:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ce780492ba9e471deee337d10e55e6b737cabafa'/>
<id>urn:sha1:ce780492ba9e471deee337d10e55e6b737cabafa</id>
<content type='text'>
Old TLS libraries should not be used anymore due to security risks.
</content>
</entry>
<entry>
<title>Convert GenRandom to std::function.</title>
<updated>2017-11-25T13:38:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-25T12:50:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6abc789577a86ffcdce8fae81b37f825d9ca4226'/>
<id>urn:sha1:6abc789577a86ffcdce8fae81b37f825d9ca4226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
<entry>
<title>Unite SSL service providers and SSL profile classes</title>
<updated>2017-11-13T16:38:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2017-01-10T19:21:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=451e687f681ccab5c02a8de1a7d59b324efbfe08'/>
<id>urn:sha1:451e687f681ccab5c02a8de1a7d59b324efbfe08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support to IOHook for retrieving the hostname sent via SNI.</title>
<updated>2017-10-29T11:15:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-29T11:15:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b047c903da20862783b50af73594cce1592cbbfe'/>
<id>urn:sha1:b047c903da20862783b50af73594cce1592cbbfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PackageInfo directives for Debian.</title>
<updated>2017-10-21T20:24:29Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-11T16:24:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b0654ef6abd8d976fcbadce24ea350f7c420fe08'/>
<id>urn:sha1:b0654ef6abd8d976fcbadce24ea350f7c420fe08</id>
<content type='text'>
</content>
</entry>
</feed>
