<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/win/inspircd_win32wrapper.cpp, branch v1.2.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/win/inspircd_win32wrapper.cpp?h=v1.2.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/win/inspircd_win32wrapper.cpp?h=v1.2.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-01-10T13:27:07Z</updated>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Just to be fucking akward, windows vista seperates multiple nameservers with spaces whilst other versions of windows use commas.</title>
<updated>2007-10-14T22:16:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-14T22:16:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8bfb41c3cd70a2316a6671df21d7160de6683a06'/>
<id>urn:sha1:8bfb41c3cd70a2316a6671df21d7160de6683a06</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8198 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove crashdump stuff</title>
<updated>2007-10-14T20:13:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-14T20:13:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4aa8c95131f8b7bb3b6ff5460809ab3a6b7f588'/>
<id>urn:sha1:e4aa8c95131f8b7bb3b6ff5460809ab3a6b7f588</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8192 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>* include/caller.h will now compile correctly on Windows platforms.</title>
<updated>2007-08-15T20:41:30Z</updated>
<author>
<name>burlex</name>
</author>
<published>2007-08-15T20:41:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8cebdce0933438c32fc5821dd16d090ea06fd8cc'/>
<id>urn:sha1:8cebdce0933438c32fc5821dd16d090ea06fd8cc</id>
<content type='text'>
+ Implemented gettimeofday in win32 wrapper, link rtt's will now display in milliseconds.
* SocketEngine::BoundsCheckFd will now handle Windows event handler cases correctly. (fixing writing to sockets not working)
* Fixed VC71 project.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7723 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>make sure that the pointers are set up correctly for win32</title>
<updated>2007-07-27T19:50:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-27T19:50:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=afcf8ad536781b07bdabc1c8f4bc4c2f4ba6c3de'/>
<id>urn:sha1:afcf8ad536781b07bdabc1c8f4bc4c2f4ba6c3de</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7600 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And more to fix</title>
<updated>2007-07-27T17:40:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-27T17:40:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dffae50cae231f51b551304cb8df033e52d65fc4'/>
<id>urn:sha1:dffae50cae231f51b551304cb8df033e52d65fc4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7593 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix compile errors in windows</title>
<updated>2007-07-27T17:39:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-27T17:39:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f40811fd6e82d62010b395d2897b46e58dfebf6c'/>
<id>urn:sha1:f40811fd6e82d62010b395d2897b46e58dfebf6c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7592 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Needs testbuilding in windows. I will probably do this in a minute.</title>
<updated>2007-07-27T17:02:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-27T17:02:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f3624af468d769f0cb05cf17cd18111f5faa9ec3'/>
<id>urn:sha1:f3624af468d769f0cb05cf17cd18111f5faa9ec3</id>
<content type='text'>
More clever tricks to eliminate ifdefs. With a bit of function pointer and functor magic we may be able to eliminate all ifdefs


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7590 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move a bunch of stuff around for tidyness, win32 functions keep creeping into #ifdef'ed chunks in non-win32 files</title>
<updated>2007-07-27T16:45:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-07-27T16:45:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=27d4ea0d970ed95cf21acedf72a08611ea082d72'/>
<id>urn:sha1:27d4ea0d970ed95cf21acedf72a08611ea082d72</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7588 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
