<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, branch v1.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v1.1.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-30T21:09:47Z</updated>
<entry>
<title>Fix w00ts compile error :p (if you do an if without braces, vars declared within that if are in fact local :p)</title>
<updated>2007-01-30T21:09:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T21:09:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e734675c7292a6cfe43dbc6cdde1a23b6043d7f5'/>
<id>urn:sha1:e734675c7292a6cfe43dbc6cdde1a23b6043d7f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6464 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add strerror(errno) to port bind failure on TreeSocket</title>
<updated>2007-01-30T20:23:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T20:23:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5c983ca55f9a46863904db0afd8f6add63d1a45'/>
<id>urn:sha1:b5c983ca55f9a46863904db0afd8f6add63d1a45</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6461 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>If no topic specified, give index help, thanks Robby</title>
<updated>2007-01-30T19:50:35Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-01-30T19:50:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fad4a47bc6e17df10b04dad6066d971e936dcc55'/>
<id>urn:sha1:fad4a47bc6e17df10b04dad6066d971e936dcc55</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6460 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Opertype in /check is now properly spacified</title>
<updated>2007-01-29T03:46:19Z</updated>
<author>
<name>special</name>
</author>
<published>2007-01-29T03:46:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7a08a2f0cb8260c30bf45d28222956f7df6d250'/>
<id>urn:sha1:c7a08a2f0cb8260c30bf45d28222956f7df6d250</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6455 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 debug, add a few comments</title>
<updated>2007-01-28T16:17:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-28T16:17:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b9de69b2dfff8796614e0ff9a2b49612989f73a3'/>
<id>urn:sha1:b9de69b2dfff8796614e0ff9a2b49612989f73a3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6450 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix broken openssl outbound connects.</title>
<updated>2007-01-28T16:12:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-28T16:12:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9da5c6610fffc9677646ef1d55c0e41fca8778a9'/>
<id>urn:sha1:9da5c6610fffc9677646ef1d55c0e41fca8778a9</id>
<content type='text'>
A record needs to be kept of if this session was initially outbound or inbound, so we know if we need to re-call SSL_connect or SSL_accept on handshake failure,
we also need to have two SSL_CTX's, one initialized as a client context and one as a server context (this is EW, but i guess its just how openssl does stuff)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6449 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Potential desync on "nick collision at same time as fjoin" fix</title>
<updated>2007-01-27T18:13:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-27T18:13:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f90d786db11d3b920719102709b89d4961f488b'/>
<id>urn:sha1:1f90d786db11d3b920719102709b89d4961f488b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6445 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fix so that OnWhois is triggered for remote whois, and remove smelly bold chars from m_botmode's numeric output.</title>
<updated>2007-01-27T16:19:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-27T16:19:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=279e9acfaca41fe03e9d835a559e79844baadf3c'/>
<id>urn:sha1:279e9acfaca41fe03e9d835a559e79844baadf3c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6444 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correctly allow all supporting versions of PostgreSQL to use secure string escaping.</title>
<updated>2007-01-27T15:59:52Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-27T15:59:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49ce55f7a38fc9b6beb972442c828429456797a0'/>
<id>urn:sha1:49ce55f7a38fc9b6beb972442c828429456797a0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6443 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
