<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree.cpp, branch v1.1.0b2</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.cpp?h=v1.1.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree.cpp?h=v1.1.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-10-01T14:59:38Z</updated>
<entry>
<title>Now with binary versioning goodness</title>
<updated>2006-10-01T14:59:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-01T14:59:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b0f6c610f755e0cb93843d5a2a6c70336eafe39'/>
<id>urn:sha1:4b0f6c610f755e0cb93843d5a2a6c70336eafe39</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5366 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Cleaned up FJOIN a bit, fixing another segfault in the process. Brain should take a look at this and see if there are any subtle bugs in how it works, since its trackrecord isn't great :P</title>
<updated>2006-09-28T19:18:47Z</updated>
<author>
<name>special</name>
</author>
<published>2006-09-28T19:18:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7700bbc64f270407a84d15cc43f115e2199c7d72'/>
<id>urn:sha1:7700bbc64f270407a84d15cc43f115e2199c7d72</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5355 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed another segfault in m_spanningtree's FJOIN (forgot to check if the channel existed before setting its TS)</title>
<updated>2006-09-28T19:05:35Z</updated>
<author>
<name>special</name>
</author>
<published>2006-09-28T19:05:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4319d0d601181956664388a2828e2782cb50ff8'/>
<id>urn:sha1:e4319d0d601181956664388a2828e2782cb50ff8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5354 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug found by giggsey (even though he doesnt realise he just found one)</title>
<updated>2006-09-26T17:33:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-26T17:33:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c3b2accb6b0d5a13789ca8d7a6ae710432d21f14'/>
<id>urn:sha1:c3b2accb6b0d5a13789ca8d7a6ae710432d21f14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5340 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>make OnPostConnect global</title>
<updated>2006-09-26T17:16:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-26T17:16:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=27199ee710c2d4d35b68ab0d974feedbdb65da09'/>
<id>urn:sha1:27199ee710c2d4d35b68ab0d974feedbdb65da09</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5339 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Only output the 'AES on' message if the socket state isnt I_ERROR when its reached</title>
<updated>2006-09-26T16:48:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-26T16:48:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5334998f271f3d4f6f5d2fc026417ee799d61a8b'/>
<id>urn:sha1:5334998f271f3d4f6f5d2fc026417ee799d61a8b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5337 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change error from 'connection established' to 'connection started'</title>
<updated>2006-09-26T16:46:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-26T16:46:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8144a16f89b75f527e4d860e7176c9c1a8b14eca'/>
<id>urn:sha1:8144a16f89b75f527e4d860e7176c9c1a8b14eca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5336 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed a rather obvious crashbug in m_spanningtree (FJOIN)</title>
<updated>2006-09-26T14:53:01Z</updated>
<author>
<name>special</name>
</author>
<published>2006-09-26T14:53:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a9a5b43ac549eab63fb790b6e99060e8c2b31106'/>
<id>urn:sha1:a9a5b43ac549eab63fb790b6e99060e8c2b31106</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5335 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make this compile. We now have to change all OnUserPreJoin use</title>
<updated>2006-09-25T17:49:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-25T17:49:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fdba9740cb1627afb119ab3bc0b3f969b0ef1611'/>
<id>urn:sha1:fdba9740cb1627afb119ab3bc0b3f969b0ef1611</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5326 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, patch</title>
<updated>2006-09-25T17:43:28Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-25T17:43:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=990c308a959a376335e91014bcaeb0081693947b'/>
<id>urn:sha1:990c308a959a376335e91014bcaeb0081693947b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5324 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
