<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modes, branch v1.2.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.2.4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.2.4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-01-11T20:10:43Z</updated>
<entry>
<title>Fix +l being visibly set on every FJOIN of a remote user</title>
<updated>2010-01-11T20:10:43Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-11T20:10:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1fc957dd8f914139d8fb5d37c325f7baf1da061'/>
<id>urn:sha1:a1fc957dd8f914139d8fb5d37c325f7baf1da061</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12249 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Makefile updates: Allow run-cc wrapper to be disabled by "make V=1"</title>
<updated>2009-06-01T01:26:23Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-01T01:26:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad13d2293ae8b4353d8051abe63f063622ca623a'/>
<id>urn:sha1:ad13d2293ae8b4353d8051abe63f063622ca623a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11396 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Makefile updates: clean up command lines</title>
<updated>2009-06-01T01:26:15Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-01T01:26:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3954761f11af50ed33b88f1e6609bfa8a5dab750'/>
<id>urn:sha1:3954761f11af50ed33b88f1e6609bfa8a5dab750</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11395 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Overloading SetMode seems to cause the compiler to interpret "" as a bool and not a string. Fixes bug #849</title>
<updated>2009-04-29T02:43:16Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-29T02:43:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2a71fd3447c8bac65cc26077e2b9fc3fb0b28a7'/>
<id>urn:sha1:d2a71fd3447c8bac65cc26077e2b9fc3fb0b28a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11335 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix SetModeParam to use std::string and handle edge cases.</title>
<updated>2009-04-17T13:54:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-17T13:54:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2dfc384cde46ba63ed7c2f4420712596096123ca'/>
<id>urn:sha1:2dfc384cde46ba63ed7c2f4420712596096123ca</id>
<content type='text'>
Previously, changing the vaule of a mode could require 3 calls to SetMode and SetModeParam.
This also fixes memory leaks caused by the strdup() not always being paired with a free().

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11307 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug #826: setting +l 0 doesn't work in some cases. Just don't check for +l to an existing limit at all, as there isn't a lot of point to it.</title>
<updated>2009-04-16T15:32:16Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-04-16T15:32:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=072022961d512f1aecd51ddcc0648c08b11e7ec1'/>
<id>urn:sha1:072022961d512f1aecd51ddcc0648c08b11e7ec1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11302 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix +k for real</title>
<updated>2009-03-07T05:47:09Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-07T05:47:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=269f12c2723d3a4486f14196b14aab8ce7aff36d'/>
<id>urn:sha1:269f12c2723d3a4486f14196b14aab8ce7aff36d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11185 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Let's try that +k fix again, this time with more testing</title>
<updated>2009-03-07T04:54:50Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-07T04:54:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d004034febfecf9ba0662406df7ecec67efbacf'/>
<id>urn:sha1:2d004034febfecf9ba0662406df7ecec67efbacf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11184 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix r11178 not allowing keys to be unset</title>
<updated>2009-03-07T02:45:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-07T02:45:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c33356677595047eba381db676d6de499e44ad6'/>
<id>urn:sha1:1c33356677595047eba381db676d6de499e44ad6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11182 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
