<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengine_iocp.cpp, branch v4.6.0</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=v4.6.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine_iocp.cpp?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-10-23T22:30:25Z</updated>
<entry>
<title>Move socketengines into their own dir. This was all w00t's idea, but i told him no because i didnt think it would work. Now ive done it myself :P ner ner ne ner ner :)</title>
<updated>2007-10-23T22:30:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-23T22:30:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbb8fda4a7e763738e9675ec9f96286c87879176'/>
<id>urn:sha1:cbb8fda4a7e763738e9675ec9f96286c87879176</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8332 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Set these back to sane operation</title>
<updated>2007-10-21T19:24:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-21T19:24:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c04ea89dbb1516423535b2f5fdadbdab9fe8e58'/>
<id>urn:sha1:0c04ea89dbb1516423535b2f5fdadbdab9fe8e58</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8271 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:09:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-21T19:09:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32bffd861fd1c8b723ae63f4ea66720fd47e7d0a'/>
<id>urn:sha1:32bffd861fd1c8b723ae63f4ea66720fd47e7d0a</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/trunk/inspircd@8269 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Socket engine tweaks to fix a glitch, and improvements to new m_ident</title>
<updated>2007-10-18T18:16:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-18T18:16:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b41eadd920668bc17f543e39bb40f9ee96c098b'/>
<id>urn:sha1:8b41eadd920668bc17f543e39bb40f9ee96c098b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8225 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #407, set ref[fd] AFTER some checks that may return false and leave the socket engine in an undefined state</title>
<updated>2007-09-25T00:29:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-25T00:29:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd5f65b6f5c1848c7922c3820a90f6020abbabb1'/>
<id>urn:sha1:fd5f65b6f5c1848c7922c3820a90f6020abbabb1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8077 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Test from vista laptop</title>
<updated>2007-09-23T15:19:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-23T15:19:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=076d79d491d4c468c578a8a2ae0d5cf528f524ec'/>
<id>urn:sha1:076d79d491d4c468c578a8a2ae0d5cf528f524ec</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8052 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>* Fixed some incorrect declarations in IOCPEngine</title>
<updated>2007-09-04T12:36:05Z</updated>
<author>
<name>burlex</name>
</author>
<published>2007-09-04T12:36:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e51c8a5cf66d1d3eb475b967f99587b5a59ca442'/>
<id>urn:sha1:e51c8a5cf66d1d3eb475b967f99587b5a59ca442</id>
<content type='text'>
* Fixed the virtual socket wrapper functions in IOCPEngine {these should really be inlined on unix}
* Fixed several compilation issues under Win32
* Fixed calls to close() which should've been changed to SE-&gt;Close()
+ Added a crashdump saving system to Win32 builds. Dumps are saved in the format of dump-&lt;exename&gt;-&lt;year&gt;-&lt;month&gt;-&lt;day&gt;-&lt;hour&gt;-&lt;minute&gt;-&lt;second&gt;.dmp in the working directory. Enabled by default, undefine ENABLE_CRASHDUMPS to disable.
+ Added m_operflood, this is a module I've had lying around for some time but some users may like it as it allows unreal-like behaviour without increasing flood limits for non-opers.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8015 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move the close() wrapper out of the win32wrapper.h, and into its new proper place at SocketEngine::Close()</title>
<updated>2007-08-23T22:30:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-23T22:30:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a91fd0ddfd7599001370fe6fe089d9ee33069ef'/>
<id>urn:sha1:4a91fd0ddfd7599001370fe6fe089d9ee33069ef</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7812 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Craquity craq De-craq!</title>
<updated>2007-08-23T22:06:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-23T22:06:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d0d36795e807cf72295c6e73813e0c2daa0a71e7'/>
<id>urn:sha1:d0d36795e807cf72295c6e73813e0c2daa0a71e7</id>
<content type='text'>
This is probably broken on windows, do not attempt to use there yet unless you like broken stuff. Cant say for sure as i havent even tried to build yet and most likely wont tonight.
--- Abstract most of the berkely socket API out into SocketEngine derived classes. SocketEngine base class implements standard berkely sockets that 'real mens systems' like linux
and freebsd have. For socketengine_iocp we implement the windows specific nonesense like the special things needed for udp and accept (ick).
All this to eliminate a bunch of ifdefs.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7810 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move WSACleanup() into IOCPEngine destructor, eliminating an "#ifdef WIN32" from inspircd.cpp</title>
<updated>2007-08-23T20:05:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-23T20:05:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=39ebb06a6ab604d8aa491e8dd218d383cd4968d6'/>
<id>urn:sha1:39ebb06a6ab604d8aa491e8dd218d383cd4968d6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7807 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
