<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.cpp, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-08-30T14:19:31Z</updated>
<entry>
<title>Change Membership:hasMode() to accept a PrefixMode</title>
<updated>2016-08-30T14:19:31Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-30T14:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e0931343939bc15ea9aaa884eab61d80827074c6'/>
<id>urn:sha1:e0931343939bc15ea9aaa884eab61d80827074c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace loop over alphabet with loop over mode list in several places</title>
<updated>2016-08-30T14:12:39Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-30T14:12:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cf6a8ee7e3fb11ea19d627216f53118c563a0a71'/>
<id>urn:sha1:cf6a8ee7e3fb11ea19d627216f53118c563a0a71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass the ModeHandler to User::HasModePermission()</title>
<updated>2016-08-30T14:05:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-30T14:05:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f0debf907a36846e3b48767e9797880135a4583b'/>
<id>urn:sha1:f0debf907a36846e3b48767e9797880135a4583b</id>
<content type='text'>
Mark the method as const
</content>
</entry>
<entry>
<title>Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const</title>
<updated>2016-08-29T12:50:59Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-29T12:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5a5dcfa4f90f4235621b87d93c227566caa0fce1'/>
<id>urn:sha1:5a5dcfa4f90f4235621b87d93c227566caa0fce1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool</title>
<updated>2016-08-29T12:50:08Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-29T12:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=19f0c09aa783cc3b945c880d509c1da8bc8e0275'/>
<id>urn:sha1:19f0c09aa783cc3b945c880d509c1da8bc8e0275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2016-08-17T10:49:48Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-17T10:49:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b9e11915a976daaf790ebc763aff56e19fd49e0f'/>
<id>urn:sha1:b9e11915a976daaf790ebc763aff56e19fd49e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 005 not showing some modes with the same rank as others.</title>
<updated>2016-05-30T11:36:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-05-29T02:41:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e956bb75eadc6981dd0a4ce5ce1b6b2d5c7aa00c'/>
<id>urn:sha1:e956bb75eadc6981dd0a4ce5ce1b6b2d5c7aa00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement ModeHandler::RegisterService()</title>
<updated>2015-11-23T11:51:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-11-23T11:51:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6fc00fa62905e5990fa9667f540e10a775832540'/>
<id>urn:sha1:6fc00fa62905e5990fa9667f540e10a775832540</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce std::string::substr() usage</title>
<updated>2015-01-10T14:16:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-10T14:16:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=47dda4f61512f6047f2b1dcccd1943aab74726e3'/>
<id>urn:sha1:47dda4f61512f6047f2b1dcccd1943aab74726e3</id>
<content type='text'>
substr() returns a new string while erase() and assign() modify the existing one
</content>
</entry>
</feed>
