<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspsocket.cpp, branch v2.1a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v2.1a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v2.1a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-03T21:32:41Z</updated>
<entry>
<title>Block writes to pending-connect socket</title>
<updated>2010-08-03T21:32:41Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-27T15:31:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=972258a1c775377a8c0dcc62502908f5009d3d4c'/>
<id>urn:sha1:972258a1c775377a8c0dcc62502908f5009d3d4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some more incorrect socket use</title>
<updated>2010-08-03T21:32:38Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-02T03:23:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5401cc3c46ec9beacef2640ea10291bfa0d019cb'/>
<id>urn:sha1:5401cc3c46ec9beacef2640ea10291bfa0d019cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't try quite so hard to writev() the entire buffer in one go</title>
<updated>2010-08-03T21:32:38Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-02T02:45:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d839c7ec3eb228c104fbee6d620315e5b671fe43'/>
<id>urn:sha1:d839c7ec3eb228c104fbee6d620315e5b671fe43</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://www.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>Dump sendq before closing socket</title>
<updated>2010-02-15T23:02:24Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-15T23:02:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bf0dd0513e016abb4025748fe12e57539078c70b'/>
<id>urn:sha1:bf0dd0513e016abb4025748fe12e57539078c70b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12469 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Delink servers using an SSL module that is being reloaded</title>
<updated>2010-02-03T21:43:10Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-03T21:43:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=56c1f7d40a3b1625893c8b0406ec709926f44b1c'/>
<id>urn:sha1:56c1f7d40a3b1625893c8b0406ec709926f44b1c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12367 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correctly abort attempted socket writes on error</title>
<updated>2010-02-01T00:46:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-01T00:46:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aca3ddf2307fd69c1fe0a396084d1f8ff758af26'/>
<id>urn:sha1:aca3ddf2307fd69c1fe0a396084d1f8ff758af26</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12340 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unneeded save of errno</title>
<updated>2010-01-21T20:47:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-21T20:47:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d29ca254a4a9062ecaffe9395454f3a654d4e06a'/>
<id>urn:sha1:d29ca254a4a9062ecaffe9395454f3a654d4e06a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12309 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ERROR is not a valid log level, so all these messages were getting dropped</title>
<updated>2010-01-19T15:16:33Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-19T15:16:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2aae57ca07b3de40feb72a21b2f2dea521665d80'/>
<id>urn:sha1:2aae57ca07b3de40feb72a21b2f2dea521665d80</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12304 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix stripping of character prior to delimiter in StreamSocket::GetNextLine (not noticed because it was usually \r)</title>
<updated>2010-01-14T18:20:00Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-14T18:20:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c84271be2e581bc50aa89ba2185a219cc8154ef0'/>
<id>urn:sha1:c84271be2e581bc50aa89ba2185a219cc8154ef0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12257 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
