<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, 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/modules/m_spanningtree?h=v1.1.12</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v1.1.12'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-08-21T18:43:06Z</updated>
<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>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>Remove a whole load of #ifdef as we can now use gettimeofday.</title>
<updated>2007-08-15T21:43:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-15T21:43:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=34b2a66c7283ca1b7210c98611af992ecd207b88'/>
<id>urn:sha1:34b2a66c7283ca1b7210c98611af992ecd207b88</id>
<content type='text'>
If we add a wrapper for getrusage, then we can remove a ton more


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7726 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>bp 7717: Fix new millisec /map to compile on windows, by ifndef gettimeofday out reverting back to seconds for latency.</title>
<updated>2007-08-13T22:19:01Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-08-13T22:19:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fa03880e73447da15173d956e73d56befb45ef80'/>
<id>urn:sha1:fa03880e73447da15173d956e73d56befb45ef80</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7718 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport display glitch fix found by djGrrr, fixed by w00t</title>
<updated>2007-08-09T16:41:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-09T16:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a21ddaa0d931d231ded44e16deac4180d7b71314'/>
<id>urn:sha1:a21ddaa0d931d231ded44e16deac4180d7b71314</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7692 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Feature request from djGrr, allow changing of server to server ping frequency: Backport to 1.1 for deployment on certain nets</title>
<updated>2007-08-07T21:45:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-07T21:45:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d6555a10f70909cf44c4c69a5b0a0084955d06d1'/>
<id>urn:sha1:d6555a10f70909cf44c4c69a5b0a0084955d06d1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7687 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Backport as fix, as old way was somewhat useless:</title>
<updated>2007-08-05T19:23:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-08-05T19:23:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9c730fabe99f711da472eea92e912a8d33323c7f'/>
<id>urn:sha1:9c730fabe99f711da472eea92e912a8d33323c7f</id>
<content type='text'>
Change latency figures in /map to milliseconds, much more useful for lag measurement than seconds


git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7668 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Manual backport of r7637 - svnmerge is still being a prick</title>
<updated>2007-08-03T20:22:11Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-08-03T20:22:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e74b97c054492d45aae27386a182e2fc9ce6aa68'/>
<id>urn:sha1:e74b97c054492d45aae27386a182e2fc9ce6aa68</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7638 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge r7528-7529 from trunk</title>
<updated>2007-07-23T23:12:48Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-07-23T23:12:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fd9e6325872c7a4a658d54bf2116604ae0a4e443'/>
<id>urn:sha1:fd9e6325872c7a4a658d54bf2116604ae0a4e443</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7530 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
