<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch masterfork</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=masterfork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=masterfork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-02-17T20:59:23Z</updated>
<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>
<entry>
<title>m_ssl_gnutls: Resolve deprecation warnings properly</title>
<updated>2012-10-14T02:03:35Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-14T02:03:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac7a52b738629769f33ae809e2aa2059f7d0dbea'/>
<id>urn:sha1:ac7a52b738629769f33ae809e2aa2059f7d0dbea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it</title>
<updated>2012-10-13T13:56:11Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-12T14:29:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=daa9f891831e53b0872f5b290ce2f009dd48de8f'/>
<id>urn:sha1:daa9f891831e53b0872f5b290ce2f009dd48de8f</id>
<content type='text'>
</content>
</entry>
</feed>
