<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v2.0.12</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.12</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v2.0.12'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-04-24T17:48:31Z</updated>
<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>
<entry>
<title>Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.</title>
<updated>2012-11-19T00:46:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-11-19T00:37:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=357a38d16000fac89ca76aa9b1e1a7a3afd3d6eb'/>
<id>urn:sha1:357a38d16000fac89ca76aa9b1e1a7a3afd3d6eb</id>
<content type='text'>
Commas at the end of enumerator lists are valid in C99 but are not
valid in C++ before C++11. This causes a build error on GCC when
using -pedantic.
</content>
</entry>
<entry>
<title>m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection closed" whenever the ssl connection is closed</title>
<updated>2012-11-09T15:41:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-08T18:35:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbd66ce407ec6d6a9106761ba9e58270ca37123f'/>
<id>urn:sha1:cbd66ce407ec6d6a9106761ba9e58270ca37123f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix m_ssl_gnutls when using non-standard include/lib paths.</title>
<updated>2012-11-08T00:13:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-11-07T11:05:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e8584b0f642afeec73990832f54ed4ba750b11f'/>
<id>urn:sha1:6e8584b0f642afeec73990832f54ed4ba750b11f</id>
<content type='text'>
This fixes #315.
</content>
</entry>
</feed>
