<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.cpp, branch v3.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v3.11.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v3.11.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-04-27T15:41:14Z</updated>
<entry>
<title>Fix a bunch of weird indentation and spacing issues.</title>
<updated>2021-04-27T15:41:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-27T15:36:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3'/>
<id>urn:sha1:b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the message sent when a mode does not exist.</title>
<updated>2021-04-19T16:53:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-19T16:52:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bde0e7e84668df48afaffda7a52eddc0aca543d3'/>
<id>urn:sha1:bde0e7e84668df48afaffda7a52eddc0aca543d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.</title>
<updated>2021-02-27T01:30:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-27T01:30:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa885c1661979b43ab26a682e46ab93306ff8015'/>
<id>urn:sha1:aa885c1661979b43ab26a682e46ab93306ff8015</id>
<content type='text'>
Closes #1850.
</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>Add a constant for the maximum length of a mode parameter.</title>
<updated>2019-07-23T14:17:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-23T14:17:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=abdc47a61538231ad1d5e077cf2a84f414c87454'/>
<id>urn:sha1:abdc47a61538231ad1d5e077cf2a84f414c87454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show the mode syntax in ERR_INVALIDMODEPARAM.</title>
<updated>2019-06-12T20:52:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-06-12T20:46:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9433e34b2133d8f1e77fea15447ba4d0259a5fb0'/>
<id>urn:sha1:9433e34b2133d8f1e77fea15447ba4d0259a5fb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix grammar in unknown mode/snomask character messages.</title>
<updated>2019-04-21T21:15:44Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-21T21:10:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49fef4ef75d9adb750661c79d317525b4717bb76'/>
<id>urn:sha1:49fef4ef75d9adb750661c79d317525b4717bb76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check perms for removal of oper-only channel modes.</title>
<updated>2019-03-14T10:06:28Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-03-14T08:07:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b518f45d72e2c7bd38d4ecf155efbf4046c3f57c'/>
<id>urn:sha1:b518f45d72e2c7bd38d4ecf155efbf4046c3f57c</id>
<content type='text'>
Oper-only channel modes are currently unsettable by any channel
op, oper or not. Correct this by checking both directions of an
oper-only channel mode and continue only checking the setting of
an oper-only user mode. As anyone should be able to unset their
own user modes and UnOper() removes all oper-only user modes
automatically.
</content>
</entry>
<entry>
<title>Various text improvements: consistency, syntax, help and doc updates/fixes.</title>
<updated>2019-02-18T09:15:56Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-02-17T14:58:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=21e7efdadfa685ac1ddcb0a0a515502bc873302b'/>
<id>urn:sha1:21e7efdadfa685ac1ddcb0a0a515502bc873302b</id>
<content type='text'>
</content>
</entry>
</feed>
