<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch upstream/obsolete/insp21</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=upstream%2Fobsolete%2Finsp21</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=upstream%2Fobsolete%2Finsp21'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2012-06-06T05:03:17Z</updated>
<entry>
<title>Fixed Windows build.</title>
<updated>2012-06-06T05:03:17Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-06-06T05:03:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f8d7653acfcc294abcbfd439b1f26d00c0e495b8'/>
<id>urn:sha1:f8d7653acfcc294abcbfd439b1f26d00c0e495b8</id>
<content type='text'>
Squash commit of the following from 2.0:
  commit cbd0b938d1e6a24c082fd510f3f6bb45a1ba3ce0
  commit d392720f7fe4e3a85aec0f431b24d852d186d353
  commit 30477f569bbd21590ad0687b5f09012deeb2b40e
  commit 4707f65e75867e443cbab8a5dcb0379341537263
  commit e37621e04ea3b80c6f57c89873e530506f8d5587
  commit 92cac06fc2e4207614efe0292d6cdf2954ff30a9

Plus many additional 2.1 specific fixes.
</content>
</entry>
<entry>
<title>Use socketengine functions for sending and receiving data instead of plain send() and recv() so /STATS z displays correct bandwidth usage</title>
<updated>2012-05-28T20:10:42Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-28T20:10:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fa06edca540e1694105087544dcf7f7426dae92d'/>
<id>urn:sha1:fa06edca540e1694105087544dcf7f7426dae92d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright.</title>
<updated>2012-04-19T14:20:15Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-04-19T14:16:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=08bf8f405133c493b75ab75a75e78a58a15b6562'/>
<id>urn:sha1:08bf8f405133c493b75ab75a75e78a58a15b6562</id>
<content type='text'>
Fixes #61.
</content>
</entry>
<entry>
<title>Revert "m_ssl_gnutls: use recommended DH bit sizes instead of user-specified value"</title>
<updated>2012-04-14T21:37:26Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-04-14T21:36:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=38ec590bf37e95d9ea9922ff25695bd1ad87ccbf'/>
<id>urn:sha1:38ec590bf37e95d9ea9922ff25695bd1ad87ccbf</id>
<content type='text'>
This reverts commit 2b6b98bafe566874ea00abf4b0d35cd8cda5212f.

This uses API which is only available in gnutls 2.12.0, which is very new
(comparatively) - only released in march 2011 - and thus many distros will not
have had the opportunity to update yet, causing compile issues (see issue #49
for instance)

As this isn't really crucial, back it out, for the time being.
</content>
</entry>
<entry>
<title>m_ssl_gnutls: use recommended DH bit sizes instead of user-specified value</title>
<updated>2012-03-22T22:39:45Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2012-03-22T22:39:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2b6b98bafe566874ea00abf4b0d35cd8cda5212f'/>
<id>urn:sha1:2b6b98bafe566874ea00abf4b0d35cd8cda5212f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls: remove DH parameter generation</title>
<updated>2012-03-22T22:35:25Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2012-03-22T22:35:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7f433a45bf0f4178df90cb1ccfbf3a878cab2ea7'/>
<id>urn:sha1:7f433a45bf0f4178df90cb1ccfbf3a878cab2ea7</id>
<content type='text'>
While the gnutls documentation recommends that DH parameters be
regenerated, this does not actually improve security and may freeze the
ircd for a significant amount of time (50s in some reports). Remove it.
</content>
</entry>
<entry>
<title>Update copyright notices to 2011</title>
<updated>2011-05-04T22:28:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-04T22:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove inspsocket.h from inspircd.h</title>
<updated>2011-01-30T19:58:37Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-30T19:58:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=afdc768be8a93ffe1916695ff1b12256c39dc38d'/>
<id>urn:sha1:afdc768be8a93ffe1916695ff1b12256c39dc38d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some gotos</title>
<updated>2010-11-27T16:53:35Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-11-27T16:53:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=00bb150c0b0392101df05c4a223cbfc1f8273f75'/>
<id>urn:sha1:00bb150c0b0392101df05c4a223cbfc1f8273f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve GnuTLS socket error messages</title>
<updated>2010-10-03T01:59:51Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-10-03T01:59:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=298381ad57dbfb37b5ee5189d5e9eba34c53f359'/>
<id>urn:sha1:298381ad57dbfb37b5ee5189d5e9eba34c53f359</id>
<content type='text'>
</content>
</entry>
</feed>
