<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_http_client.cpp, branch v1.1.13</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_http_client.cpp?h=v1.1.13</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_http_client.cpp?h=v1.1.13'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-08-23T18:06:50Z</updated>
<entry>
<title>Add some stuff to change how we process a token sepeperated stream</title>
<updated>2007-08-23T18:06:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-23T18:06:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b72653db1a75223699050145be060e5481ecead9'/>
<id>urn:sha1:b72653db1a75223699050145be060e5481ecead9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7801 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport, phew, glad this one applied cleanly.</title>
<updated>2007-08-20T18:03:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T18:03:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d6c83f1d09706c674312bce2a66b011cb07c206'/>
<id>urn:sha1:6d6c83f1d09706c674312bce2a66b011cb07c206</id>
<content type='text'>
The only possibility for the issue sts found is that a socket is deleted but also ends up in the socket cull list somehow.
To ensure that the socket does not get deleted, remove the delete and replace with an explicit call to insert into the socket cull list.
We were grappling with these issues in early 1.1 with the userrec cull list, too.
NOTE for later 1.2's consider making CullList a base class which we can derive from to delete lists of other items than userrecs.


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7776 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.</title>
<updated>2007-07-16T17:30:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:30:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f'/>
<id>urn:sha1:f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipped by svn.</title>
<updated>2007-07-16T17:14:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-16T17:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bab14f0dd2345c9d7dcbc47c918563709e1ac094'/>
<id>urn:sha1:bab14f0dd2345c9d7dcbc47c918563709e1ac094</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Removed superfluous semicolons</title>
<updated>2007-07-03T16:40:09Z</updated>
<author>
<name>pippijn</name>
</author>
<published>2007-07-03T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2b8ce39c6ea5e7a22fe39b21756f82051465f143'/>
<id>urn:sha1:2b8ce39c6ea5e7a22fe39b21756f82051465f143</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7423 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Conversions</title>
<updated>2007-06-17T13:31:40Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-06-17T13:31:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5ab6dbb65ea86edca348ca5b679308e0a9924c97'/>
<id>urn:sha1:5ab6dbb65ea86edca348ca5b679308e0a9924c97</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7354 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A ton more clear() and empty() stuff thats been lingering on the long term todo for too long a term :p</title>
<updated>2007-06-09T12:32:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-09T12:32:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=52acbb466b84a1cd161b1c111f855d6f0419fff3'/>
<id>urn:sha1:52acbb466b84a1cd161b1c111f855d6f0419fff3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7264 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Windows support. Tested and working to compile on freebsd and linux. Next step is to make sure it actually works in windows too. ;p. Add Burlex to contributors.</title>
<updated>2007-05-19T15:56:42Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-19T15:56:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9cf56d917d92959701694477f7944d45ad2c38ed'/>
<id>urn:sha1:9cf56d917d92959701694477f7944d45ad2c38ed</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7043 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove pointless debug</title>
<updated>2007-05-10T13:24:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-10T13:24:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=876f5d3cab1e8ad29d37ec0cf25b804a6d59e5c4'/>
<id>urn:sha1:876f5d3cab1e8ad29d37ec0cf25b804a6d59e5c4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6951 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove a large portion of commented craq, and make this fit in better with the rest of the source (braces on individual lines etc)</title>
<updated>2007-05-10T12:10:30Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-10T12:10:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3975734e9c7f6679b3ff52605e3ccda103a5658a'/>
<id>urn:sha1:3975734e9c7f6679b3ff52605e3ccda103a5658a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6950 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
