<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_opermodes.cpp, branch v4.0.0a8</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_opermodes.cpp?h=v4.0.0a8</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_opermodes.cpp?h=v4.0.0a8'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-01-25T14:02:36Z</updated>
<entry>
<title>Abolish the infernal space before accessibility keywords.</title>
<updated>2022-01-25T14:02:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-25T13:59:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d79147e7afe2eca34780c607f78b11f8b3dd017d'/>
<id>urn:sha1:d79147e7afe2eca34780c607f78b11f8b3dd017d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark all module classes as final.</title>
<updated>2021-10-01T04:15:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-01T03:37:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e0dec0572ae900417372f034fd27ec356e650fd0'/>
<id>urn:sha1:e0dec0572ae900417372f034fd27ec356e650fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2020-04-11T13:08:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-11T13:00:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4582696afb66f8697e3099a2e9c12a8377211226'/>
<id>urn:sha1:4582696afb66f8697e3099a2e9c12a8377211226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve storage of module description, flags, and link data.</title>
<updated>2020-04-11T12:54:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-09T17:57:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a800f7b3db23cdef7e167cd25c0f3b2a64a8e46'/>
<id>urn:sha1:1a800f7b3db23cdef7e167cd25c0f3b2a64a8e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2020-01-17T12:36:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-17T12:27:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1de6f5b4a99d8f36d589cb2404cb510e7434afe1'/>
<id>urn:sha1:1de6f5b4a99d8f36d589cb2404cb510e7434afe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the override macro with the override keyword.</title>
<updated>2019-01-25T02:52:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2019-01-25T02:52:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8'/>
<id>urn:sha1:c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CommandBase::Params instead of std::vector&lt;std::string&gt;.</title>
<updated>2018-07-26T19:12:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T18:43:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=384ef31bc01e4a1a2e59d082c9066002410ba54a'/>
<id>urn:sha1:384ef31bc01e4a1a2e59d082c9066002410ba54a</id>
<content type='text'>
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
</content>
</entry>
<entry>
<title>Switch from std::stringstream to irc::spacesepstream.</title>
<updated>2017-10-19T13:58:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-19T10:55:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c7e105d09c99ed0b74a63bef68d5f2a1cbd8cff'/>
<id>urn:sha1:3c7e105d09c99ed0b74a63bef68d5f2a1cbd8cff</id>
<content type='text'>
The latter is more suited to the things we have previously been
using std::stringstream for.
</content>
</entry>
</feed>
