<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/win/inspircd_win32wrapper.cpp, branch v1.2.3</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.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/win/inspircd_win32wrapper.cpp?h=v1.2.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-10-21T22:36:46Z</updated>
<entry>
<title>Patch from GreenReaper to fix gradual memory leak while gui is attached through bad use of vtProp etc. Thanks tons! :-)</title>
<updated>2009-10-21T22:36:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-10-21T22:36:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25fc37d9010492dd61dc8afc9769d90c79552e5f'/>
<id>urn:sha1:25fc37d9010492dd61dc8afc9769d90c79552e5f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11937 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for config reader</title>
<updated>2009-08-12T18:03:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T18:03:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0036e3a70cabea02e9ec2103ed1dfdf5c799289f'/>
<id>urn:sha1:0036e3a70cabea02e9ec2103ed1dfdf5c799289f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix our getops implementation on windows. Have optind available, and make sure it always points to the next entry in the argv list as described by POSIX.</title>
<updated>2009-08-02T22:36:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-08-02T22:36:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9b35fab3495a816a0d8fe48a0d7a22f2217f040d'/>
<id>urn:sha1:9b35fab3495a816a0d8fe48a0d7a22f2217f040d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11466 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Forget to remove a #endif</title>
<updated>2009-08-02T18:13:08Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-08-02T18:13:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fdcdf7c1c0d608aa80e9d0c90c7a6df29bf64a8b'/>
<id>urn:sha1:fdcdf7c1c0d608aa80e9d0c90c7a6df29bf64a8b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11461 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>No forget using windows' broken inet_pton and inet_ntop, they are not POSIX compliant and just causes more compile errors. We use our own, period.</title>
<updated>2009-08-02T18:08:49Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-08-02T18:08:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a9b84820cd4eb009ba4b73421619e573f702241'/>
<id>urn:sha1:1a9b84820cd4eb009ba4b73421619e573f702241</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11460 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION &gt;= NTDDI_LONGHORN). I found a similar fix in pythons socketcode and thus think this is fine.</title>
<updated>2009-08-02T17:42:31Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-08-02T17:42:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f1466ee943f870c157bb065edd92037c79e4b22'/>
<id>urn:sha1:2f1466ee943f870c157bb065edd92037c79e4b22</id>
<content type='text'>
Fixes the breakage Brain mentions in r11407.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11459 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>usleep() is no longer needed, and should not be needed in the future</title>
<updated>2009-03-23T18:48:58Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=85a787b92b6de419fab2cd4fe118c0c7d47066d6'/>
<id>urn:sha1:85a787b92b6de419fab2cd4fe118c0c7d47066d6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11252 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This is a nicer fix, and we are seen to be explicitly freeing the BSTR values, which explicitly shows any reader of the code that this is a leak prevention measure</title>
<updated>2009-03-20T00:40:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-20T00:40:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=87a4eb739f94bc4a1f2976911338effe5caa0c0f'/>
<id>urn:sha1:87a4eb739f94bc4a1f2976911338effe5caa0c0f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11239 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove an old class member here that is no longer used and has been commented out for months</title>
<updated>2009-03-20T00:30:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-20T00:30:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e0856f12218ac78fe798b9b76cc1b0fb1bafe62e'/>
<id>urn:sha1:e0856f12218ac78fe798b9b76cc1b0fb1bafe62e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11238 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This needs a test compile, i do not have my laptop to hand to do this. May break win32 build.</title>
<updated>2009-03-20T00:06:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-20T00:06:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c70c31c7b78a8c0d4a097b0f87e506b6a5fa2b2c'/>
<id>urn:sha1:c70c31c7b78a8c0d4a097b0f87e506b6a5fa2b2c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11237 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
