<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v1.1.2</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=v1.1.2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v1.1.2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-02-27T17:00:49Z</updated>
<entry>
<title>Fix for small display issue, when both ssl modules are loaded, both output a 'is ssl' numeric for ssl users in whois.</title>
<updated>2007-02-27T17:00:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-27T17:00:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=943b3bd703bc081e3fe37a126b59732a35293d99'/>
<id>urn:sha1:943b3bd703bc081e3fe37a126b59732a35293d99</id>
<content type='text'>
This fix ensures that only an ssl module thats listening on client ports will output the whois. Theres no need to bind openssl and gnutls both to client ports, however
some people use openssl for server ports and gnutls for client ports, or vice versa.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6615 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And change this to gnutls in the debug message.</title>
<updated>2007-02-08T20:40:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-08T20:40:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b7165c5f9323c18925f5d9518e6f134ffc8eee2'/>
<id>urn:sha1:4b7165c5f9323c18925f5d9518e6f134ffc8eee2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6552 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Catch the ModuleException thrown when AddIOHook fails, so that we can make a port hook failure nonfatal.</title>
<updated>2007-02-08T20:40:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-08T20:40:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3d69896daab526d1001b271884ddbb0d49a860b9'/>
<id>urn:sha1:3d69896daab526d1001b271884ddbb0d49a860b9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6551 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Extra safety checks while exchanging certs, just in case</title>
<updated>2007-02-06T21:17:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-06T21:17:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb233b72f5d14993dc3fc8fea3dae246c2454c1e'/>
<id>urn:sha1:cb233b72f5d14993dc3fc8fea3dae246c2454c1e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6531 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move quitting of clients to a central Cull List, and do quitting outside userrec and in main loop.</title>
<updated>2007-02-05T20:08:51Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-02-05T20:08:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9a52a667163a6abc5b83fd268b55c9062b55131f'/>
<id>urn:sha1:9a52a667163a6abc5b83fd268b55c9062b55131f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6497 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Better error reporting of failures to read certs in gnutls by calling gnutls_strerror(). Man this api is so much nicer than the ugly one in ssl :)</title>
<updated>2007-02-03T23:44:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-03T23:44:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0373c41ebd98c29ccaf71564c6ad23000189230d'/>
<id>urn:sha1:0373c41ebd98c29ccaf71564c6ad23000189230d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6487 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix this so that it works with outbound connects again.</title>
<updated>2007-01-28T16:42:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-28T16:42:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8703e1b36af0167a8141e7071e386e4bbbfd0331'/>
<id>urn:sha1:8703e1b36af0167a8141e7071e386e4bbbfd0331</id>
<content type='text'>
Also fix it to cope with EAGAIN properly in handshake negotiation without returning 1 from Write() (when nothing was actually written at the upper layer of the transport!)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6451 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove/fix unused variable warning</title>
<updated>2007-01-17T19:06:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-17T19:06:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=94eb9af0abd8636a8edd99fc23a3fc937417e962'/>
<id>urn:sha1:94eb9af0abd8636a8edd99fc23a3fc937417e962</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6366 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>It says something about how excessive our debug output is when the ssl modules have 'cascades' of 'if-then-else' whos job is ONLY to output debug!</title>
<updated>2007-01-17T18:13:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-17T18:13:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5763d79dc615faaf0e17d3349bdd36d593d3584'/>
<id>urn:sha1:b5763d79dc615faaf0e17d3349bdd36d593d3584</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6365 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>I forgot to exec("gnutls-config --libs") in the configure macros</title>
<updated>2007-01-14T21:02:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T21:02:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f8309d2624e9019ec9889976c3d2cdc1ee350517'/>
<id>urn:sha1:f8309d2624e9019ec9889976c3d2cdc1ee350517</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6337 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
