<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modes, branch v1.1.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.1.9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.1.9'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-05-30T19:41:48Z</updated>
<entry>
<title>Fix bug #310 reported by Smartys, and optimize mode.cpp a bit (was using string comparison to identify an empty string, e.g. somestr == "", when we can use the much faster somestr.empty())</title>
<updated>2007-05-30T19:41:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-30T19:41:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d2fc8eac05b76126f78e063778bfc800ffa88e7'/>
<id>urn:sha1:6d2fc8eac05b76126f78e063778bfc800ffa88e7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7191 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change for reverse output of lists, most recent first, for bug #307. Also fix(Oms) annoying(Cuddled(Ifs()))</title>
<updated>2007-05-27T11:28:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-27T11:28:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bd818bec4981c69a33ab175d293aa5d1c6cdfb90'/>
<id>urn:sha1:bd818bec4981c69a33ab175d293aa5d1c6cdfb90</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7160 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>All non-commands part of the core are now warning clean on vs8</title>
<updated>2007-05-21T18:31:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-21T18:31:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5475b0d4691a9635452f7d546d4d1cf613785541'/>
<id>urn:sha1:5475b0d4691a9635452f7d546d4d1cf613785541</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7096 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Small api change with wide reaching effects in modules - Allows modification of whats displayed by NAMES on a per-nick basis, so we can have UHNAMES in a seperate module to NAMESX (and possibly do some funky other stuff in the future too!)</title>
<updated>2007-05-10T00:26:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-10T00:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ce533b67e6c58c02f25b2f26214ab9cd2c7c99b6'/>
<id>urn:sha1:ce533b67e6c58c02f25b2f26214ab9cd2c7c99b6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6934 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove some debug</title>
<updated>2007-02-07T21:58:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-07T21:58:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b844d1cbbe79585facc69b9247baa8427cff0b62'/>
<id>urn:sha1:b844d1cbbe79585facc69b9247baa8427cff0b62</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6546 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>New patch from BuildSmart for OS X support, not broken like the last one</title>
<updated>2007-02-01T12:14:54Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-02-01T12:14:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3102dedbb8a4bf4b0263715d507e3603cf048711'/>
<id>urn:sha1:3102dedbb8a4bf4b0263715d507e3603cf048711</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6473 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix desync with halfop and voice when opped (this happens because we were ORing the wrong value in chanrec::ForceChan)</title>
<updated>2007-01-06T16:15:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-06T16:15:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=02ccf82812a189c46d0495580b7d96ada34851b5'/>
<id>urn:sha1:02ccf82812a189c46d0495580b7d96ada34851b5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6232 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix my whoopsies</title>
<updated>2006-12-29T23:38:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-29T23:38:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dd295f72eee7ca0d364be1886891a86a89c5f907'/>
<id>urn:sha1:dd295f72eee7ca0d364be1886891a86a89c5f907</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6165 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add counter system for umodes to get rid of some O(n)</title>
<updated>2006-12-29T23:34:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-29T23:34:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497'/>
<id>urn:sha1:5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6163 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Still more massive commit fun. Headers in include/ still to be done, else that's it.</title>
<updated>2006-12-15T22:03:27Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T22:03:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a7cbd51d457a5e3b435396092bc7e2fcf79168e1'/>
<id>urn:sha1:a7cbd51d457a5e3b435396092bc7e2fcf79168e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5997 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
