<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v2.0.14</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=v2.0.14</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v2.0.14'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-08-13T12:10:04Z</updated>
<entry>
<title>m_ssl_gnutls Fix feature testing and cipher suite related errors on older GnuTLS versions</title>
<updated>2013-08-13T12:10:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-13T12:10:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5f223beeaee91d8827454475c4ef6f679af4385d'/>
<id>urn:sha1:5f223beeaee91d8827454475c4ef6f679af4385d</id>
<content type='text'>
Use the (old) LIBGNUTLS_VERSION_* defines as a fallback when GNUTLS_VERSION_* is unavailable

Fixes #595 reported by @rhylan
</content>
</entry>
<entry>
<title>m_ssl_gnutls Call gnutls_transport_set_errno() on Windows only</title>
<updated>2013-05-02T21:45:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-02T21:45:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dc4c8c85f383567aef9325a08515c9890bd89ab8'/>
<id>urn:sha1:dc4c8c85f383567aef9325a08515c9890bd89ab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix gnutls (again) on Windows by using gnutls_transport_set_errno()</title>
<updated>2013-05-02T21:43:33Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-05-01T09:00:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52386bed51b481f9779ef3525f7c09a10a7e49cf'/>
<id>urn:sha1:52386bed51b481f9779ef3525f7c09a10a7e49cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Add ability to load DH params from file</title>
<updated>2013-04-24T17:48:31Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-10T13:08:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40398162c326eab06d1ce6e9397c25b0a32fa368'/>
<id>urn:sha1:40398162c326eab06d1ce6e9397c25b0a32fa368</id>
<content type='text'>
This greatly decreases the load time because the DH parameters no longer have to be (re)generated each time the module is loaded
</content>
</entry>
<entry>
<title>Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAEWOULDBLOCK</title>
<updated>2013-04-16T23:19:42Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-04-16T08:34:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47332d6e9b990498dd35457090dd8983d8aae8d3'/>
<id>urn:sha1:47332d6e9b990498dd35457090dd8983d8aae8d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() returns NULL</title>
<updated>2013-02-17T20:59:23Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-17T20:59:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8e92ecc5e1cfced8bc5ed429dfb2eab5d8ae8ae'/>
<id>urn:sha1:d8e92ecc5e1cfced8bc5ed429dfb2eab5d8ae8ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Fix build with GnuTLS 1.x</title>
<updated>2013-01-28T20:10:11Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-01-28T20:10:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e3bba315de0db07e6224634ebc1fdfc55a06dd8'/>
<id>urn:sha1:6e3bba315de0db07e6224634ebc1fdfc55a06dd8</id>
<content type='text'>
Fixes #409 reported by @SaberUK
</content>
</entry>
<entry>
<title>Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined in gcrypt.h</title>
<updated>2012-12-17T11:02:09Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-12-17T11:02:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32208f45fe5cb6a309724fd645275f57b8d90fd7'/>
<id>urn:sha1:32208f45fe5cb6a309724fd645275f57b8d90fd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register all commands, modes and extensions using AddService()</title>
<updated>2012-12-02T18:40:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=349106f3f9f75d7f957fc5d1e71ca650f4807bb9'/>
<id>urn:sha1:349106f3f9f75d7f957fc5d1e71ca650f4807bb9</id>
<content type='text'>
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
</content>
</entry>
<entry>
<title>m_ssl_gnutls Dynamically detect the number of certificates in the certfile</title>
<updated>2012-11-19T17:32:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-19T16:25:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=851b9aa26b2b3d29d291e837622761dd1de0f049'/>
<id>urn:sha1:851b9aa26b2b3d29d291e837622761dd1de0f049</id>
<content type='text'>
Remove the "certcount" setting, as it's no longer needed
When finished reading the certs, resize the buffer to the actual number of certs read
</content>
</entry>
</feed>
