<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v2.1a2</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=v2.1a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v2.1a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-21T21:53:04Z</updated>
<entry>
<title>Replace remaining Request users with dynamic_reference</title>
<updated>2010-08-21T21:53:04Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T21:53:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f11346b8f65a1b662236d598023ba4c8fce2001e'/>
<id>urn:sha1:f11346b8f65a1b662236d598023ba4c8fce2001e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change config reading hook for better error reporting</title>
<updated>2010-08-21T15:13:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e95a4358c193ddd3e60da28ae55b44986c73c4d0'/>
<id>urn:sha1:e95a4358c193ddd3e60da28ae55b44986c73c4d0</id>
<content type='text'>
This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
</content>
</entry>
<entry>
<title>Get rid of more useless assign() invocations</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-16T21:03:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bd722def02fa27e69939d71d00b0af12adaea1ca'/>
<id>urn:sha1:bd722def02fa27e69939d71d00b0af12adaea1ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't run gnutls_dh_params_generate so often</title>
<updated>2010-08-03T21:32:38Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-01T17:01:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=631a8afbc73311dc3c33d2ecde84e508503132d3'/>
<id>urn:sha1:631a8afbc73311dc3c33d2ecde84e508503132d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GnuTLS cleanup</title>
<updated>2010-08-03T21:32:36Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-02-18T19:39:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=04aadc43c595d830bced71b74a33148a71c901d8'/>
<id>urn:sha1:04aadc43c595d830bced71b74a33148a71c901d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New I/O hook API</title>
<updated>2010-08-03T21:32:36Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-02-17T23:22:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0584675861f05321b89fff44fda38ebd49006e54'/>
<id>urn:sha1:0584675861f05321b89fff44fda38ebd49006e54</id>
<content type='text'>
This removes some pointless Module:: entries, uses the ServiceProvider
lookup API for bind tags, and allows GnuTLS to use custom certificates
per bind or link block using:

&lt;bind ssl="gnutls" ssl_cert="signed" ...&gt;
&lt;ssl_cert name="signed" certfile="my.cert.pem" keyfile="my.key.pem"&gt;
</content>
</entry>
<entry>
<title>Support multiple certificates in GnuTLS certificate chain</title>
<updated>2010-02-18T16:45:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-18T16:45:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=802856ce443314cbce80ceaf2a31ec0b28c39e53'/>
<id>urn:sha1:802856ce443314cbce80ceaf2a31ec0b28c39e53</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12491 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow STARTTLS to be disabled via &lt;gnutls starttls="no"&gt;</title>
<updated>2010-02-17T02:14:50Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-17T02:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2d3684dee52216e539405caca85f05423e0bce43'/>
<id>urn:sha1:2d3684dee52216e539405caca85f05423e0bce43</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12485 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Hide SSL= line of 005 if &lt;gnutls:showports&gt;/&lt;openssl:showports&gt; is false</title>
<updated>2010-02-17T02:02:10Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-17T02:02:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e0de3da4100eb3f2bccc6ac27a46733b5b2be3dc'/>
<id>urn:sha1:e0de3da4100eb3f2bccc6ac27a46733b5b2be3dc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12484 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard was broken</title>
<updated>2010-02-16T21:38:38Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-16T21:38:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0472cc5dd46c1877b9a8802d6ac7659fa3246c33'/>
<id>urn:sha1:0472cc5dd46c1877b9a8802d6ac7659fa3246c33</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12480 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
