<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree.cpp, branch v1.1.0b6.1</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.cpp?h=v1.1.0b6.1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree.cpp?h=v1.1.0b6.1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-19T18:02:13Z</updated>
<entry>
<title>Fix server prefix on JOIN.</title>
<updated>2006-12-19T18:02:13Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-19T18:02:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8ebb15caa96feb2eedb71b340ac0e603841ab0f4'/>
<id>urn:sha1:8ebb15caa96feb2eedb71b340ac0e603841ab0f4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6048 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correctly send TS in JOIN so that services packages etc dont become desynched (plus our own protocol docs say we do this when we send JOIN, oops breaking my own standards now)</title>
<updated>2006-12-17T13:35:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-17T13:35:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6ba56871c0a8e61b2ff3ff69fa82bdf68140a661'/>
<id>urn:sha1:6ba56871c0a8e61b2ff3ff69fa82bdf68140a661</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6034 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Dont use FJOIN to join users to channels outside the burst (revert to earlier betas behaviour) which should prevent some spurious deops during normal </title>
<updated>2006-12-17T13:15:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-17T13:15:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dec9eaa58841dea08455c0e977fd7c059aa13599'/>
<id>urn:sha1:dec9eaa58841dea08455c0e977fd7c059aa13599</id>
<content type='text'>
operation


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6032 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>When receiving an FJOIN, if we have no local users, dont send deops, this just contributes to pointless server noise</title>
<updated>2006-12-17T02:18:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-17T02:18:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0632c7946c9835f24049b8cf9130409206796b33'/>
<id>urn:sha1:0632c7946c9835f24049b8cf9130409206796b33</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6028 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add some comments to explain whats going off in one of the TreeSocket constructors</title>
<updated>2006-12-16T10:49:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-16T10:49:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30b15910f119b51d9efc00dd7141baa7cc265734'/>
<id>urn:sha1:30b15910f119b51d9efc00dd7141baa7cc265734</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6011 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Not sending capab when theres no transport module attached to a server socket</title>
<updated>2006-12-16T10:28:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-16T10:28:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=26d5bbeb12848e286dee0a8605e34ad5637d82d0'/>
<id>urn:sha1:26d5bbeb12848e286dee0a8605e34ad5637d82d0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6010 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make SNO notice for +o global</title>
<updated>2006-12-16T02:55:53Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-16T02:55:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c23b62f96a2ac390e3a57eb93dac751d25063992'/>
<id>urn:sha1:c23b62f96a2ac390e3a57eb93dac751d25063992</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6007 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove global namespacing, makes modules compile FASTAH. Also massive update on headers (change to InspIRCd Development Team, extend copyright to 2007).</title>
<updated>2006-12-15T21:33:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3a554ef1e9be9dbcf3de3301a4a6c2938d643bea'/>
<id>urn:sha1:3a554ef1e9be9dbcf3de3301a4a6c2938d643bea</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Improve the way 005 ISUPPORT is sent to users when they connect, cache it in a much more sane format which is much simpler to spool to them</title>
<updated>2006-12-13T20:00:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T20:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f240285155d115ee3a0fd437944f2bec05a0c14c'/>
<id>urn:sha1:f240285155d115ee3a0fd437944f2bec05a0c14c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5978 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>New clone counting mechanism (this isnt tested yet)</title>
<updated>2006-12-12T22:51:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-12T22:51:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3679c5ebb764521ec940a526af16f61985ae15da'/>
<id>urn:sha1:3679c5ebb764521ec940a526af16f61985ae15da</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5967 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
