<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_ident.cpp, branch v1.1.13</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_ident.cpp?h=v1.1.13</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_ident.cpp?h=v1.1.13'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-09-13T15:46:41Z</updated>
<entry>
<title>Fixed a compile error in m_ident on ipv6</title>
<updated>2007-09-13T15:46:41Z</updated>
<author>
<name>special</name>
</author>
<published>2007-09-13T15:46:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b153b5d0b319082257b821272b82d42d99c10831'/>
<id>urn:sha1:b153b5d0b319082257b821272b82d42d99c10831</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8038 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Made m_ident bind ident requests to the same IP the user is connected on, which is much more sane and should fix IPv6. Bug #406. MUST BE TESTED ON IPV6.</title>
<updated>2007-09-13T15:39:09Z</updated>
<author>
<name>special</name>
</author>
<published>2007-09-13T15:39:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86a9d47b5d1d22d79a6b9e0afd8b04ed7b0b0587'/>
<id>urn:sha1:86a9d47b5d1d22d79a6b9e0afd8b04ed7b0b0587</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8036 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>* Backported crash dumping system for Win32 - see 1.2 log for a full description</title>
<updated>2007-09-04T12:58:38Z</updated>
<author>
<name>burlex</name>
</author>
<published>2007-09-04T12:58:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b00836df6e54adf8c0d81eb8ab268c14ebd004fd'/>
<id>urn:sha1:b00836df6e54adf8c0d81eb8ab268c14ebd004fd</id>
<content type='text'>
* Fixed new m_ident compile under Win32

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8016 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>backport: Completely rewrote m_ident; the old one was written long ago and had a history of being very buggy (and still had quite a few bugs). Needs QA.</title>
<updated>2007-09-02T05:19:39Z</updated>
<author>
<name>special</name>
</author>
<published>2007-09-02T05:19:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bddb84f1acaaed277f1c743a052fa0ebddbbdcc8'/>
<id>urn:sha1:bddb84f1acaaed277f1c743a052fa0ebddbbdcc8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8010 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>backport: Fixed a double free in m_ident. Found by AnMaster</title>
<updated>2007-08-31T07:43:17Z</updated>
<author>
<name>special</name>
</author>
<published>2007-08-31T07:43:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6982a0964f1d7bbecf9dfb112032ef3d0289ede'/>
<id>urn:sha1:f6982a0964f1d7bbecf9dfb112032ef3d0289ede</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8006 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://www.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://www.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://www.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://www.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:33:44Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-06-17T13:33:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d523f0d4995548ad6d0a21a978c320dab047eb62'/>
<id>urn:sha1:d523f0d4995548ad6d0a21a978c320dab047eb62</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7355 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
