<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengine_iocp.cpp, branch v1.1.22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine_iocp.cpp?h=v1.1.22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine_iocp.cpp?h=v1.1.22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-01-10T13:45:53Z</updated>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:45:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:45:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7194690fc8a8c6c07e60c2491f9d8165d8eb3459'/>
<id>urn:sha1:7194690fc8a8c6c07e60c2491f9d8165d8eb3459</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Roll back to 1.1.12 socket engine as a test</title>
<updated>2007-10-21T19:32:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-21T19:32:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ed63300b85aff38b49ff7bbfbcff22891a389026'/>
<id>urn:sha1:ed63300b85aff38b49ff7bbfbcff22891a389026</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8274 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change how the socket engines work when you addfd on an fd that already exists.</title>
<updated>2007-10-21T19:11:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-21T19:11:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf7986271b75de04b926ca8ff467305099408a68'/>
<id>urn:sha1:cf7986271b75de04b926ca8ff467305099408a68</id>
<content type='text'>
the only SANE outcome is that youve forgotten to DelFd, so it does this for you.


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8270 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, error from an svnmerge</title>
<updated>2007-09-29T13:30:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-29T13:30:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbd76132a79eec10684bc3bc107f366006639371'/>
<id>urn:sha1:cbd76132a79eec10684bc3bc107f366006639371</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8095 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport fix for bug #407</title>
<updated>2007-09-25T00:30:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-25T00:30:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40acb5caeef05eb9c36f80186c97aef35daa54ac'/>
<id>urn:sha1:40acb5caeef05eb9c36f80186c97aef35daa54ac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8078 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A couple of tweaks that i did earlier as diffs. ISON didnt always respect invisibility state of users. socketengine iocp didnt range check fd's before passing them for array lookup</title>
<updated>2007-07-23T17:42:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-23T17:42:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f86d7e3982a9fa0cfe6fde81e7abf9403ed193f1'/>
<id>urn:sha1:f86d7e3982a9fa0cfe6fde81e7abf9403ed193f1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7502 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>* Sockets will now always be nonblocking on win32 version of InspIRCd. There were some cases (mainly in TreeSockets) where a socket would not get restored to nonblocking mode after a connect() call, resulting in the server getting stuck on a blocking send() call causing freezeups.</title>
<updated>2007-07-23T00:37:03Z</updated>
<author>
<name>burlex</name>
</author>
<published>2007-07-23T00:37:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=480e1e9e1ff6c39a154f3efc6e83b0ffc94a6c8d'/>
<id>urn:sha1:480e1e9e1ff6c39a154f3efc6e83b0ffc94a6c8d</id>
<content type='text'>
* configure will now compile under VC7 again. 

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7500 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>I broke socketengine_iocp with some fixes. Fixed again.</title>
<updated>2007-07-21T16:23:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-21T16:23:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=92d179769cc3da365f56944e9dad203ab084532f'/>
<id>urn:sha1:92d179769cc3da365f56944e9dad203ab084532f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7488 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, someone forgot to check the return value when initializing windows IOCP</title>
<updated>2007-07-19T21:48:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-19T21:48:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fe8bdb5a47b0258bae9d7893bef50b2f50afc5c'/>
<id>urn:sha1:2fe8bdb5a47b0258bae9d7893bef50b2f50afc5c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7476 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Validation checks that seem to have been omitted here.</title>
<updated>2007-07-17T19:04:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-17T19:04:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7c412df4fdb322bed6cea72f3e2631527ae99011'/>
<id>urn:sha1:7c412df4fdb322bed6cea72f3e2631527ae99011</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7469 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
