<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v1.1.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src?h=v1.1.12</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src?h=v1.1.12'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-08-22T18:37:10Z</updated>
<entry>
<title>We name this release Esrom, its a danish cheese, to congratulate peavey on the new addition to the peavey household :)</title>
<updated>2007-08-22T18:37:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-22T18:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4d6d64e45d0de7298c8a128defa350dbd703ecd0'/>
<id>urn:sha1:4d6d64e45d0de7298c8a128defa350dbd703ecd0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7793 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and we dont want it</title>
<updated>2007-08-21T20:08:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-21T20:08:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fd9bcbb83e80fa68224320f4291e46508c29551a'/>
<id>urn:sha1:fd9bcbb83e80fa68224320f4291e46508c29551a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7792 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Implement feature in bug #395 reported by stealth, and tidy up a bit</title>
<updated>2007-08-21T18:52:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-21T18:52:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e641a0e75e059760375ec470f942f8c87333da1b'/>
<id>urn:sha1:e641a0e75e059760375ec470f942f8c87333da1b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7790 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Introducing major crashy bugs to annoy Stskeeps... just kidding, backport of stability fix in r7787</title>
<updated>2007-08-21T18:43:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-21T18:43:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=464f720d50b8f2390219a5fb68660bdca71ae345'/>
<id>urn:sha1:464f720d50b8f2390219a5fb68660bdca71ae345</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7788 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge comments back into stable, so that people can still understand stable!</title>
<updated>2007-08-20T18:35:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T18:35:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1c62ae29b02d134c8b4debf0e0c4c8ad04729d7f'/>
<id>urn:sha1:1c62ae29b02d134c8b4debf0e0c4c8ad04729d7f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7780 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>backport fix for bug i just introduced (oops)</title>
<updated>2007-08-20T18:29:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T18:29:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2399c2596e62ae15bd5b3b2f142c3a43f0d49b1a'/>
<id>urn:sha1:2399c2596e62ae15bd5b3b2f142c3a43f0d49b1a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7778 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>backport of fix for bug #382. When colliding a nick, we didnt have : before the kill reasons for the serverkill.</title>
<updated>2007-08-20T17:11:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T17:11:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f8c3d6d7625f8a2fee220a66040db79ab62b9516'/>
<id>urn:sha1:f8c3d6d7625f8a2fee220a66040db79ab62b9516</id>
<content type='text'>
Because of a recentish refactor of server to server kills, when killing the user, the kill handler checks for params != 2 and returns if this is true
Because 'nick collision' is two words, long, it ignores the KILL and risks a desync (basically a race condition).
Couldnt duplicate myself, but this *SHOULD* fix.


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7773 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport fix for bug #389, m_nicklock desync</title>
<updated>2007-08-20T17:04:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T17:04:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5843dae65c67d1130376a49ed3fc784d36a01c86'/>
<id>urn:sha1:5843dae65c67d1130376a49ed3fc784d36a01c86</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7771 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport fix for bug #393</title>
<updated>2007-08-20T00:15:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-20T00:15:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a440375c6e77bb93942191ae6ee1891eb9419452'/>
<id>urn:sha1:a440375c6e77bb93942191ae6ee1891eb9419452</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7766 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
