<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_namedmodes.cpp, branch v3.0.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_namedmodes.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_namedmodes.cpp?h=v3.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-07-12T13:41:52Z</updated>
<entry>
<title>Add CXX11_OVERRIDE to overridden members that lack it.</title>
<updated>2017-07-12T13:41:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-12T13:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1df2bce56275e1297d94d82d4dbef6f6cf582b6'/>
<id>urn:sha1:d1df2bce56275e1297d94d82d4dbef6f6cf582b6</id>
<content type='text'>
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=19f0c09aa783cc3b945c880d509c1da8bc8e0275'/>
<id>urn:sha1:19f0c09aa783cc3b945c880d509c1da8bc8e0275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_namedmodes Switch to Numeric::ParamBuilder</title>
<updated>2016-03-22T15:46:15Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-22T15:46:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f71fe202e54f90190f3b5562de7926eb8265f3e5'/>
<id>urn:sha1:f71fe202e54f90190f3b5562de7926eb8265f3e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_namedmodes Inherit command handler from SplitCommand</title>
<updated>2016-03-22T15:44:45Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-22T15:44:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0de5aa7c5cfff6d2389f1adcc41d6b2deeec2bc4'/>
<id>urn:sha1:0de5aa7c5cfff6d2389f1adcc41d6b2deeec2bc4</id>
<content type='text'>
Pass a LocalUser pointer to DisplayList()
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2016-02-22T11:52:18Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-22T11:52:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b63ccd0b5cb26883d6becb196fb98e4f95d0397'/>
<id>urn:sha1:0b63ccd0b5cb26883d6becb196fb98e4f95d0397</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_namedmodes Only show chan key to members and opers with channels/auspex</title>
<updated>2016-02-13T18:35:17Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-13T18:35:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=09186df9f8c0d4f699b5abb4325d7dd583a8a0b1'/>
<id>urn:sha1:09186df9f8c0d4f699b5abb4325d7dd583a8a0b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect std::string::operator[] usage</title>
<updated>2015-09-28T08:36:17Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-09-28T08:36:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b2db94675b1881ab40f2e6c625f716f79e1efcc4'/>
<id>urn:sha1:b2db94675b1881ab40f2e6c625f716f79e1efcc4</id>
<content type='text'>
Passing a position equal to length() to the non-const version of operator[] is undefined
</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://www.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>
<entry>
<title>m_namedmodes Build and process a Modes::ChangeList when handling PROP</title>
<updated>2014-09-04T11:04:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-09-04T11:04:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f535b1ef72eb4c298ce999bac791acb48665dc66'/>
<id>urn:sha1:f535b1ef72eb4c298ce999bac791acb48665dc66</id>
<content type='text'>
</content>
</entry>
</feed>
