<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/rsquit.cpp, branch v1.2.0a5</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/rsquit.cpp?h=v1.2.0a5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/rsquit.cpp?h=v1.2.0a5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-07-19T23:48:06Z</updated>
<entry>
<title>Fix total mess of makefile dependency macros (all depending on stuff they dont NEED to depend on)</title>
<updated>2008-07-19T23:48:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-07-19T23:48:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2d4a319d961e3f9e6aa9f7926f9ed320d72de8da'/>
<id>urn:sha1:2d4a319d961e3f9e6aa9f7926f9ed320d72de8da</id>
<content type='text'>
and fix includes in all of m_spanningtree (everything including just about everything, doesnt need to)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10046 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert m_spanningtree</title>
<updated>2008-05-18T23:47:28Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-18T23:47:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3699b899c0eadadaba960a3263c82894685a86c4'/>
<id>urn:sha1:3699b899c0eadadaba960a3263c82894685a86c4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9751 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert m_spanningtree</title>
<updated>2008-05-05T00:40:23Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-05T00:40:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a3d00f20ae31b4d3b9147e5c9999739aef84f762'/>
<id>urn:sha1:a3d00f20ae31b4d3b9147e5c9999739aef84f762</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9626 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update syntax</title>
<updated>2008-04-08T12:07:15Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-08T12:07:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=395a610c2cf3d3712962e2048cde7244ed16e765'/>
<id>urn:sha1:395a610c2cf3d3712962e2048cde7244ed16e765</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9422 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. This won't be backported.</title>
<updated>2008-04-08T12:05:13Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-08T12:05:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=94e530b1cb59ba806dfb497a1e27d44e5d2e02d5'/>
<id>urn:sha1:94e530b1cb59ba806dfb497a1e27d44e5d2e02d5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9421 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does: "parameters[n] = blahvar;" in a command handler etc. where they REALLY SHOULD NOT fuck with the value and should </title>
<updated>2008-02-20T19:07:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-20T19:07:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dd36852a52e8541306b76c5b88bce8ab9b36654c'/>
<id>urn:sha1:dd36852a52e8541306b76c5b88bce8ab9b36654c</id>
<content type='text'>
copy the pointer.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8971 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Slight API tweak. Change Command to take char * instead of char in it's constructor, this avoids confusion/generates a compile error if someone mixes up flags with number of params, instead of working but not working as expected in a weird manner.</title>
<updated>2008-02-13T10:39:25Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-13T10:39:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=449bbb6e04f73685341fc22acb4b579794bd56ac'/>
<id>urn:sha1:449bbb6e04f73685341fc22acb4b579794bd56ac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8918 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Back out rsquit: wasn't meant to be committed yet.</title>
<updated>2008-01-06T01:32:44Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-06T01:32:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=627d16303b347fb0ff566866e14d2822afeb4d87'/>
<id>urn:sha1:627d16303b347fb0ff566866e14d2822afeb4d87</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8642 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add removal of BanCache entries on XLINE add/del, so we avoid out of date responses.</title>
<updated>2008-01-06T01:31:43Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-06T01:31:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=64fec23cc76f86650860a24e5dae1d49e27f9111'/>
<id>urn:sha1:64fec23cc76f86650860a24e5dae1d49e27f9111</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8641 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
