<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/numericbuilder.h, branch v3.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/numericbuilder.h?h=v3.10.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/numericbuilder.h?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-12-20T03:05:29Z</updated>
<entry>
<title>Hide the server name/desc better when &lt;options:hideserver&gt; is set.</title>
<updated>2020-12-20T03:05:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-20T03:04:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6cfabb0064cab52bbbab59974e53dc0fa1954da7'/>
<id>urn:sha1:6cfabb0064cab52bbbab59974e53dc0fa1954da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the ERR_CANNOTSENDTOCHAN extban message less misleading.</title>
<updated>2020-07-30T11:00:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-07-30T10:50:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2c9ebe040c113b3bb3717ab8c081c5dbcd3b8350'/>
<id>urn:sha1:2c9ebe040c113b3bb3717ab8c081c5dbcd3b8350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Numerics::CannotSendTo sending the wrong numeric for users.</title>
<updated>2020-04-06T19:34:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-06T19:34:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ba30c383ba2bd5d12139be69fcb607b99768dd05'/>
<id>urn:sha1:ba30c383ba2bd5d12139be69fcb607b99768dd05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the Numerics::CannotSendTo class and switch stuff to use it.</title>
<updated>2020-04-04T11:31:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-04T10:49:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbe5b993142c218e09ae972bdce91681cc0ba485'/>
<id>urn:sha1:cbe5b993142c218e09ae972bdce91681cc0ba485</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>Send * for empty targets in the no such nick/channel message.</title>
<updated>2019-12-03T12:09:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-03T12:02:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eaea34e987eba0e9cb839e63a9d0abf6c78ab1c4'/>
<id>urn:sha1:eaea34e987eba0e9cb839e63a9d0abf6c78ab1c4</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>Add ERR_INVALIDMODEPARAM for responding to invalid mode params.</title>
<updated>2018-01-29T11:52:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-01-27T13:05:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d5a6054948502625d7f0c235f6faaeea58734de5'/>
<id>urn:sha1:d5a6054948502625d7f0c235f6faaeea58734de5</id>
<content type='text'>
Currently on invalid modes we do a combination of different things:

1. Send a custom mode-specific numeric (which often collides with
   other modes).

2. Send a server notice.

3. Do absolutely nothing.

This new numeric is a generic way of handling invalid parameters
when setting a mode that avoids all of the mistakes of the previous
behaviour.
</content>
</entry>
<entry>
<title>Merge branches 'master+check' and 'master+namedmodes'</title>
<updated>2016-03-22T17:38:17Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-22T17:38:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e33e8bcdf8fd3e40eba6a41b43dbc48f973efb11'/>
<id>urn:sha1:e33e8bcdf8fd3e40eba6a41b43dbc48f973efb11</id>
<content type='text'>
</content>
</entry>
</feed>
