<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/win/configure.cpp, branch v2.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/win/configure.cpp?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/win/configure.cpp?h=v2.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-10-24T20:04:24Z</updated>
<entry>
<title>Remove IOCP socket engine</title>
<updated>2009-10-24T20:04:24Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-24T20:04:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a4b3dc92003178088fa31bc6df9dfbe1cd1c18d1'/>
<id>urn:sha1:a4b3dc92003178088fa31bc6df9dfbe1cd1c18d1</id>
<content type='text'>
IOCP has been experimental since its introduction, and has not worked
correctly for some time. Since we have no windows developer, remove the
dead code.

Most of the advantages of IOCP are not used by an ircd process regardless:
we do not use threads for our client processing, and we add an extra copy
operation that eliminates any gain from OS-level buffer reuse.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11970 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>change vc70.pdb to vc90.pdb.. just cosmetic..</title>
<updated>2009-10-12T22:59:08Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-12T22:59:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d9a2dc982d379b5b16382b9e44329414521aeba'/>
<id>urn:sha1:0d9a2dc982d379b5b16382b9e44329414521aeba</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11862 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clean up the compile flags a little. BTW windows now builds again.</title>
<updated>2009-10-12T22:48:12Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-12T22:48:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72da918ac57590981b2ed1c2c16edc7a39ad31e6'/>
<id>urn:sha1:72da918ac57590981b2ed1c2c16edc7a39ad31e6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11860 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Re-enable removal of a tmp file that was left out for debug.</title>
<updated>2009-10-11T22:07:24Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-11T22:07:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=db3d6ae62dd235b484b02ad787fe3d38c9e50675'/>
<id>urn:sha1:db3d6ae62dd235b484b02ad787fe3d38c9e50675</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11844 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove the -Dssize_t declaration now its typedeffed.</title>
<updated>2009-10-11T17:10:54Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-11T17:10:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74066e0f563ef630e432d3bbb10544318b70ade3'/>
<id>urn:sha1:74066e0f563ef630e432d3bbb10544318b70ade3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11836 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>uhm, remove my debug output :)</title>
<updated>2009-10-10T14:13:49Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-10T14:13:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=892b3fde2fa974e339f049283d8d3e5f75a49107'/>
<id>urn:sha1:892b3fde2fa974e339f049283d8d3e5f75a49107</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11819 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add building of inspircd_version.h to windows port and remove the overlapping values from inspircd_config.h. Use a similar uname-ish build of SYSTEM info string as well as using the same exact info for VERSION and REVISION as the *nixes.</title>
<updated>2009-10-10T14:06:35Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-10T14:06:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72f1e30cb3983bc0c50cea6e87f589091e07dd23'/>
<id>urn:sha1:72f1e30cb3983bc0c50cea6e87f589091e07dd23</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11818 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Strip SUPPORT_IP6LINKS #define</title>
<updated>2009-09-01T15:06:47Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-01T15:06:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=819147178db00008a215670992d0f532dd57f9e5'/>
<id>urn:sha1:819147178db00008a215670992d0f532dd57f9e5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
