<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_openssl.cpp, branch v1.1.0b6.1</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_openssl.cpp?h=v1.1.0b6.1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_openssl.cpp?h=v1.1.0b6.1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-15T22:03:27Z</updated>
<entry>
<title>Still more massive commit fun. Headers in include/ still to be done, else that's it.</title>
<updated>2006-12-15T22:03:27Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T22:03:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a7cbd51d457a5e3b435396092bc7e2fcf79168e1'/>
<id>urn:sha1:a7cbd51d457a5e3b435396092bc7e2fcf79168e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5997 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Someone forgot to add the copyright headers here :p</title>
<updated>2006-12-11T21:40:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-11T21:40:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6529381dde6382993d041ae8511117e205b0ebc7'/>
<id>urn:sha1:6529381dde6382993d041ae8511117e205b0ebc7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5943 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Debug stuff, and some minor fixes</title>
<updated>2006-12-11T19:06:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-11T19:06:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ed61aa1ed4b7418126bd99c62aa84d44e78b95ba'/>
<id>urn:sha1:ed61aa1ed4b7418126bd99c62aa84d44e78b95ba</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5927 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_conn_waitpong not to use base64 uneccessarily.</title>
<updated>2006-12-10T15:58:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-10T15:58:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=819d09d0d0914152d481d404e0466d3768f6d80b'/>
<id>urn:sha1:819d09d0d0914152d481d404e0466d3768f6d80b</id>
<content type='text'>
Fix a typo introduced into openssl by a search and replace


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5916 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rename ssl.h -&gt; transport.h, as its now used for ziplinks</title>
<updated>2006-12-10T14:31:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-10T14:31:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c015aa4c0e1cfc031109c18af497cca9a72c844c'/>
<id>urn:sha1:c015aa4c0e1cfc031109c18af497cca9a72c844c</id>
<content type='text'>
Document the data format used by our ziplinks (its not just deflated data, there has to be a length header on the start)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5912 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make it all work properly. Have it wait for handshake to complete before sending anything down the line</title>
<updated>2006-12-09T22:06:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-09T22:06:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3af9d9b0605a503ed16a8b8314587451979103d7'/>
<id>urn:sha1:3af9d9b0605a503ed16a8b8314587451979103d7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5898 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this on a production net atm)</title>
<updated>2006-12-09T21:15:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-09T21:15:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d2bf07374515c88734a19ffaac179b7357059ea'/>
<id>urn:sha1:6d2bf07374515c88734a19ffaac179b7357059ea</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5897 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add the stuff required for the InspSocketHook interface</title>
<updated>2006-12-09T19:25:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-09T19:25:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f559b94fa33063e02b67fe589af04fddc20325ef'/>
<id>urn:sha1:f559b94fa33063e02b67fe589af04fddc20325ef</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5890 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops</title>
<updated>2006-12-09T18:59:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-09T18:59:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=86563492c758f6428ee6d40ef23323686dab5278'/>
<id>urn:sha1:86563492c758f6428ee6d40ef23323686dab5278</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5889 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsockets</title>
<updated>2006-12-09T18:52:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-09T18:52:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4f20c13f6fcc038e5312a3548164a104f3a64c94'/>
<id>urn:sha1:4f20c13f6fcc038e5312a3548164a104f3a64c94</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5888 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
