<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/u_listmode.h, branch v1.2.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/u_listmode.h?h=v1.2.0a3</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/u_listmode.h?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-07T18:24:55Z</updated>
<entry>
<title>Make u_listmode more sensible and make it properly use WriteNumeric, and a few other misc fixes found during today</title>
<updated>2008-05-07T18:24:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-07T18:24:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=69b42417f3133154536034074b0d60d2f0314a72'/>
<id>urn:sha1:69b42417f3133154536034074b0d60d2f0314a72</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9659 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fix some unitialised vectors and tidy up a bit.</title>
<updated>2008-05-05T03:40:03Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-05T03:40:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f9ef4ebc9dc4fd46cdafcc76df644b4896251dac'/>
<id>urn:sha1:f9ef4ebc9dc4fd46cdafcc76df644b4896251dac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9637 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert a whole bunch more</title>
<updated>2008-05-04T23:28:57Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-04T23:28:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c2d1f2cdafb0a38446844f6bd3d683e8636e37b4'/>
<id>urn:sha1:c2d1f2cdafb0a38446844f6bd3d683e8636e37b4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9620 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Converting</title>
<updated>2008-05-04T23:13:23Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-04T23:13:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=222e912fc3e4a09bba3d9aeef815b6c364c5c71c'/>
<id>urn:sha1:222e912fc3e4a09bba3d9aeef815b6c364c5c71c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9619 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Module unloads may also be tidied at a future date but it means reordering some loops in mode.cpp. See around the comment added.</title>
<updated>2008-04-02T23:53:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-02T23:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=57608fe351cff19679b1d78fb5cbfb7cad89dfc1'/>
<id>urn:sha1:57608fe351cff19679b1d78fb5cbfb7cad89dfc1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9283 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumeric can capture them.</title>
<updated>2008-03-22T12:03:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-22T12:03:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=68730d4c9701b34c962302e6410908865fb2ba28'/>
<id>urn:sha1:68730d4c9701b34c962302e6410908865fb2ba28</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9175 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix this first, as this actually has use of the new parameter same as cmode_b.cpp does</title>
<updated>2008-02-18T17:03:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-18T17:03:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=415a2576ef2235f773a5ccdc1b3ebf1e6d3033a6'/>
<id>urn:sha1:415a2576ef2235f773a5ccdc1b3ebf1e6d3033a6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8965 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a note to webirc that needs looking at.</title>
<updated>2008-02-11T09:41:58Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-11T09:41:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5db1d322be106c8462dc691072f9415dc0766ed4'/>
<id>urn:sha1:5db1d322be106c8462dc691072f9415dc0766ed4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8892 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clear up header insanity</title>
<updated>2008-02-03T23:20:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-03T23:20:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f1271614679843191bb247c0db2716acb5ac0e4b'/>
<id>urn:sha1:f1271614679843191bb247c0db2716acb5ac0e4b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8808 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>
</feed>
