<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengines, branch v1.2.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengines?h=v1.2.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengines?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-11T13:49:22Z</updated>
<entry>
<title>cleanup an old unused var</title>
<updated>2008-05-11T13:49:22Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-11T13:49:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b887f45a0a483c21e3bdff5d59cf9a242e64210b'/>
<id>urn:sha1:b887f45a0a483c21e3bdff5d59cf9a242e64210b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9703 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lots of thanks!</title>
<updated>2008-04-18T18:25:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-18T18:25:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=955dfd805df45f63aba037bcb506e1071afd54ef'/>
<id>urn:sha1:955dfd805df45f63aba037bcb506e1071afd54ef</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9533 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix obvious compile error (whoops)</title>
<updated>2008-04-15T22:51:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-15T22:51:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51b96abc0e5be16c3988d726afb25d0e7b5b7cae'/>
<id>urn:sha1:51b96abc0e5be16c3988d726afb25d0e7b5b7cae</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9513 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>the select socket engine went on the assumption that a socket may remove itself from the socket engine in the middle of the loop. Cull lists did away with this late 1.0, early 1.1, so there is now no need to keep this archaic system in here and we can halve the number of loops per cycle down to half what they used to be.</title>
<updated>2008-04-15T22:38:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-15T22:38:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49a185bf9798e56336a2df8aa3da49a0d6238b1a'/>
<id>urn:sha1:49a185bf9798e56336a2df8aa3da49a0d6238b1a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9512 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Patch from Brain: set MAX_DESCRIPTORS for all socket engines (I missed this)</title>
<updated>2008-04-07T12:29:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-07T12:29:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b233d0c582a3c6f8d85b681074e4f1ac4678276d'/>
<id>urn:sha1:b233d0c582a3c6f8d85b681074e4f1ac4678276d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9394 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Initialise this (valgrind warning)</title>
<updated>2008-04-06T20:09:06Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-06T20:09:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=19bcd43f256258b90c1788e899ea5fe0dc044b4b'/>
<id>urn:sha1:19bcd43f256258b90c1788e899ea5fe0dc044b4b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9384 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix socketengine select to work with arsey compilers that think we're using ISO C++</title>
<updated>2008-04-03T16:03:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-03T16:03:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3079075ad62820fd6661c0368970178d71bbfe98'/>
<id>urn:sha1:3079075ad62820fd6661c0368970178d71bbfe98</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9287 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix peavey and w00ts bug they found by removing the nonblocking part of the logger. This stuff was hackish and isnt required. If your hard disk locks up, then you have bigger worries.</title>
<updated>2008-04-02T19:52:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-02T19:52:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7dadb07a19280936147b91144f27d8528ba35c7c'/>
<id>urn:sha1:7dadb07a19280936147b91144f27d8528ba35c7c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9276 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>DOH! Fix my muppetry of a segfault, and fix some warnings</title>
<updated>2008-04-02T18:45:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-02T18:45:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52671661f8fdca0b61aec8009b4bc7de9bc00166'/>
<id>urn:sha1:52671661f8fdca0b61aec8009b4bc7de9bc00166</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9273 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>make sure we include the right headers and fix a warning in cmode_b</title>
<updated>2008-04-02T18:05:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-02T18:05:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1290b11508cb44d74e248860f3bfddf32efd878b'/>
<id>urn:sha1:1290b11508cb44d74e248860f3bfddf32efd878b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9269 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
