<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch v1.1.0</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=v1.1.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-28T16:42:30Z</updated>
<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://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://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://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://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>
<entry>
<title>Add eval() and exec() macros, that evaluate perl and execute commands at configure time, rather than delaying them with backticks till compile time. This picks up any errors sooner.</title>
<updated>2007-01-14T00:39:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T00:39:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f9d43fcd9f82d2316f91548acd99c794f7de4071'/>
<id>urn:sha1:f9d43fcd9f82d2316f91548acd99c794f7de4071</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6311 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Extra stuff to improve buildsystem, calculate lib and include dirs at configure time rather than at build time. This means that we can also throw errors at configure time if we cant find the libraries, </title>
<updated>2007-01-13T23:53:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-13T23:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4f0e6377e80d61ba633588568640881f6ddca9ec'/>
<id>urn:sha1:4f0e6377e80d61ba633588568640881f6ddca9ec</id>
<content type='text'>
rather than erroring at buildtime like we used to.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6306 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix crash when unloading ssl module on shutdown -- there are no port objects to set the description back to 'plaintext' on, here.</title>
<updated>2007-01-06T15:35:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-06T15:35:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8bde55fbd4a0061706c49726f8608d180ae36dec'/>
<id>urn:sha1:8bde55fbd4a0061706c49726f8608d180ae36dec</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6230 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix to allow for OnRehash to know what user initiated the rehash</title>
<updated>2007-01-01T20:53:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T20:53:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=42d5b9571eff06b0c33093dc9118c29f9603fd2b'/>
<id>urn:sha1:42d5b9571eff06b0c33093dc9118c29f9603fd2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix this so it works properly, and removes the descriptions on unload (when the sockets revert back to plaintext)</title>
<updated>2007-01-01T00:25:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T00:25:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8fe441db7cfddb90bc6fca2e33dfffd2ae68dca7'/>
<id>urn:sha1:8fe441db7cfddb90bc6fca2e33dfffd2ae68dca7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6197 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add port type identifiers</title>
<updated>2007-01-01T00:16:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T00:16:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ba339f8b1c55dd32211e8cffbc5bea02371d7668'/>
<id>urn:sha1:ba339f8b1c55dd32211e8cffbc5bea02371d7668</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6196 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
