<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v3.0.0a5</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?h=v3.0.0a5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v3.0.0a5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-12-22T16:49:01Z</updated>
<entry>
<title>Improve and modernize the SQL system API.</title>
<updated>2017-12-22T16:49:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-22T02:47:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6f57c0f06f4905b04de6ec2069522d2263626c4'/>
<id>urn:sha1:b6f57c0f06f4905b04de6ec2069522d2263626c4</id>
<content type='text'>
- Move everything into the SQL namespace and drop the SQL prefix.
- Move SQLProvider::PopulateUserInfo to SQL::PopulateUserInfo.
- Rename SQLEntry to SQL::Field and clean up.
- Rename SQLEntries to SQL::Row.
- Rename SQLerror to SQL::Error and clean up.
- Rename SQLerrorNum to SQL::ErrorCode and drop the SQL_ prefix.
- Rename ParamL to SQL::ParamList.
- Rename ParamM to SQL::ParamMap;
- Make implementing SQLQuery::OnError mandatory.
- Redo most of the documentation in the sql header.
</content>
</entry>
<entry>
<title>Merge pull request #1370 from clinew/insp30+openssl-crl</title>
<updated>2017-12-21T12:32:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-21T12:32:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a98ae6f6716597572a2797b00f4e3a4a5d7e52d7'/>
<id>urn:sha1:a98ae6f6716597572a2797b00f4e3a4a5d7e52d7</id>
<content type='text'>
Add OpenSSL CRLs.</content>
</entry>
<entry>
<title>Remove usage of deprecated API members in m_ssl_openssl.</title>
<updated>2017-12-16T12:26:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-15T10:48:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2afc1af4639ae2bbef397f4f6acc834950017d91'/>
<id>urn:sha1:2afc1af4639ae2bbef397f4f6acc834950017d91</id>
<content type='text'>
Closes #1440.
</content>
</entry>
<entry>
<title>Add OpenSSL CRLs.</title>
<updated>2017-12-15T04:45:24Z</updated>
<author>
<name>Wade Cline</name>
</author>
<published>2017-09-16T22:11:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=978084d96ff6ad38f155c9befd61c7c43677d763'/>
<id>urn:sha1:978084d96ff6ad38f155c9befd61c7c43677d763</id>
<content type='text'>
The 'crlfile' argument can point to a file that contains valid CRLs.
The 'crlpath' argument can point to a directory which contains CRLs,
albeit in OpenSSL's special hashed/symlink format.  The 'crlmode' option
'chain' checks all certificates in the chain while the option 'leaf'
checks only the leaf certificate in a chain.
</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>Improve TLS security configuration in m_ssl_openssl.</title>
<updated>2017-11-30T13:42:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-30T12:23:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9201b69a13b81ca5cfa97a49ecdd035e463883f7'/>
<id>urn:sha1:9201b69a13b81ca5cfa97a49ecdd035e463883f7</id>
<content type='text'>
- Always disable SSLv3. Unreal has already done this so clients
  will have to upgrade anyway.

- Disable TLSv1.0 by default. Various security standards (e.g.
  PCI DSS) are already planning on sunsetting this so we should
  too.
</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>Merge tag 'v2.0.25' into master.</title>
<updated>2017-11-12T17:33:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T17:33:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d23c030c9a8fd58807438245a004e4aa5b7288ba'/>
<id>urn:sha1:d23c030c9a8fd58807438245a004e4aa5b7288ba</id>
<content type='text'>
</content>
</entry>
</feed>
