<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, branch v1.1.6</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_spanningtree?h=v1.1.6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v1.1.6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-04-20T00:28:28Z</updated>
<entry>
<title>Fix bug #259 proper by doing what I should have done back in r6618 when I first fixed logout issue.</title>
<updated>2007-04-20T00:28:28Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-04-20T00:28:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6248c525600c56cbf689359404f973d629322d86'/>
<id>urn:sha1:6248c525600c56cbf689359404f973d629322d86</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6817 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Revert this back to previous.</title>
<updated>2007-04-20T00:27:21Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-04-20T00:27:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d46b25331c68c0cf1b636581d35b27f6a860518a'/>
<id>urn:sha1:d46b25331c68c0cf1b636581d35b27f6a860518a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6816 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Do not add empty strings to outgoing lines. *needs testing, may break stuff*</title>
<updated>2007-04-19T23:48:12Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-04-19T23:48:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5979244c7bb5d47e098cae881fba59b7fcb0ce8'/>
<id>urn:sha1:f5979244c7bb5d47e098cae881fba59b7fcb0ce8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6815 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Check some userrec values in remote whois, so that it wont crash if a user has quit before the IDLE command arrives.</title>
<updated>2007-04-19T20:06:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-19T20:06:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6c1d58023972a1833d017b25fd9146138f0c1f1'/>
<id>urn:sha1:b6c1d58023972a1833d017b25fd9146138f0c1f1</id>
<content type='text'>
Fixes bug #260


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6814 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug that took ages to track down and was very subtle.</title>
<updated>2007-04-15T22:18:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-15T22:18:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9af6ca54c00f2c82782e14b5b222514c5b4b25c1'/>
<id>urn:sha1:9af6ca54c00f2c82782e14b5b222514c5b4b25c1</id>
<content type='text'>
During authentication the flow of commands is as follows:
&gt; SERVER aaaaaa
&lt; SERVER bbbbbb
&gt; BURST
&lt; BURST
... what can happen is that between the two server commands we can introduce SERVER aaaa to server bbbbb again, from a different socket. As server aaaaa doesnt exist yet and we're waiting for it to say 
yes or no to our own SERVER command over at bbbbbb, it cant be found with FindServer.
Therefore we need a second list of servers that arent yet authenticated, but are waiting TO authenticate, by the pointer their socket has and the name they want to become after auth.
If two servers introduce themselves at the same time, triggering what was the race condition, both servers are disconnected with "ERROR :Negotiation collision" and must try again until only one succeeds.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6802 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>The hmac stuff was slightly wrong, calculating the 2nd part</title>
<updated>2007-04-09T20:24:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-09T20:24:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bb848f8fd2eedaddd22420fbaf37249d4a9ac27b'/>
<id>urn:sha1:bb848f8fd2eedaddd22420fbaf37249d4a9ac27b</id>
<content type='text'>
left a concatenation outside the bracket


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6787 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>D'oh, this is what causes it to randomly not allow the HMAC, when theres an = in the string, it borks!</title>
<updated>2007-04-09T18:43:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-09T18:43:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f94d5010fc8bdb4ee37694e6bb7e32cc7f9cade2'/>
<id>urn:sha1:f94d5010fc8bdb4ee37694e6bb7e32cc7f9cade2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6786 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And spell it right.</title>
<updated>2007-04-09T18:38:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-09T18:38:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7fe2cda433bdb585b460718325097d9d4e9cdd20'/>
<id>urn:sha1:7fe2cda433bdb585b460718325097d9d4e9cdd20</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6785 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Minor change, easy to roll back if it fucks up</title>
<updated>2007-04-09T18:37:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-09T18:37:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=88e768d246033ec4d5b8957a3c898de2b05959c9'/>
<id>urn:sha1:88e768d246033ec4d5b8957a3c898de2b05959c9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6784 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoopsie</title>
<updated>2007-04-09T18:15:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-09T18:15:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=30c9ff84e8dcaf6ba9896674c19e64f022225e48'/>
<id>urn:sha1:30c9ff84e8dcaf6ba9896674c19e64f022225e48</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6783 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
