<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspsocket.cpp, branch v1.1.0b3</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=v1.1.0b3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v1.1.0b3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-10-07T11:23:40Z</updated>
<entry>
<title>Fix (we hope!) for the 'internal error processing connection' bug. Thanks to jamie and shadow for enduring this one while we hunted it down.</title>
<updated>2006-10-07T11:23:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-07T11:23:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23eb8eb48153c908d560e325259c939ad4096a73'/>
<id>urn:sha1:23eb8eb48153c908d560e325259c939ad4096a73</id>
<content type='text'>
Its complicated, bug one of us for more info if youre really interested.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5446 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>1) Make earlier fix to inspsocket actually compile without error</title>
<updated>2006-09-07T20:20:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-07T20:20:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=be28c7f3c74f5f856be74ebef88316bc69c583b9'/>
<id>urn:sha1:be28c7f3c74f5f856be74ebef88316bc69c583b9</id>
<content type='text'>
2) Make sure that query string is sent back in the reply


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5155 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Delete the file descriptor upon write error to an inspsocket, preventing it eating cpu with endless read events</title>
<updated>2006-09-07T16:56:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-07T16:56:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74e622fbfa004b3c3363fc7bc83ae322c4eb3c5c'/>
<id>urn:sha1:74e622fbfa004b3c3363fc7bc83ae322c4eb3c5c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5154 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists</title>
<updated>2006-08-30T09:03:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-30T09:03:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0'/>
<id>urn:sha1:d54fd9b1e6b31f69332a9241b5f17330c0ad61e0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Connect timeouts now work again, using InspSocket</title>
<updated>2006-08-28T13:32:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-28T13:32:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=82e7e21e155c7b42767ab167baac874efde5c22d'/>
<id>urn:sha1:82e7e21e155c7b42767ab167baac874efde5c22d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5041 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Note: connect() cant time out for inspsockets in this commit. They'll sit in memory forever -- if you want something actually working properly wait for the next commit</title>
<updated>2006-08-28T13:01:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-28T13:01:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=104cf9cbee8ae0c6994060b565fe410e8f140ed7'/>
<id>urn:sha1:104cf9cbee8ae0c6994060b565fe410e8f140ed7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5040 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>EventHandler class, an abstraction for raw i/o</title>
<updated>2006-08-18T01:08:14Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T01:08:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e381b06561228aaea752deda20a62c6dc99a560e'/>
<id>urn:sha1:e381b06561228aaea752deda20a62c6dc99a560e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4941 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Just to mess with om's head, remove helperfuncs.h from everywhere</title>
<updated>2006-08-11T23:31:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T23:31:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6050df73f498d05597fb37c6157868df1f6f4db2'/>
<id>urn:sha1:6050df73f498d05597fb37c6157868df1f6f4db2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change to using Instance-&gt;Log (InspIRCd::Log) rather than log() macro</title>
<updated>2006-08-11T12:26:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T12:26:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e84bf9f3ec5a60078c32b272d3d7885c0708c544'/>
<id>urn:sha1:e84bf9f3ec5a60078c32b272d3d7885c0708c544</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4880 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Now two types of log macro, log() and ilog(). log() assumes an InspIRCd object  called ServerInstance, ilog() takes an InspIRCd object as first param.</title>
<updated>2006-08-11T12:15:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T12:15:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d17465716790010b6e3221f9ce49272110276ccf'/>
<id>urn:sha1:d17465716790010b6e3221f9ce49272110276ccf</id>
<content type='text'>
TODO: Run a regexp over these, using perl, to translate them into InspIRCd::Log calls and then eliminate the macro :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4879 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
