<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.cpp, branch v4.0.0a11</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=v4.0.0a11</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v4.0.0a11'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2022-05-21T12:34:19Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-05-21T12:34:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-21T12:34:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4005b31d1712c00f6d9073844219a5fea775b60c'/>
<id>urn:sha1:4005b31d1712c00f6d9073844219a5fea775b60c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a typedef for a mode rank.</title>
<updated>2022-05-17T12:45:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-17T12:41:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c31e4c6a970b844e500f3feb807e1801b2d55543'/>
<id>urn:sha1:c31e4c6a970b844e500f3feb807e1801b2d55543</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an unnecessary mode lookup in RemoveMode.</title>
<updated>2022-05-15T17:57:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-15T17:57:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9e63053dc19a93a3799e1cd5b9bf31fd3b874e64'/>
<id>urn:sha1:9e63053dc19a93a3799e1cd5b9bf31fd3b874e64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-29T10:24:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-29T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6'/>
<id>urn:sha1:d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-04-28T17:49:16Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-04-28T17:49:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=346ec99c430cbb4e57df0bc288a36316efc4e9ec'/>
<id>urn:sha1:346ec99c430cbb4e57df0bc288a36316efc4e9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor CleanMask to cover more edge cases.</title>
<updated>2022-04-16T19:09:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-16T19:09:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3b71730688285e03ae86af6a7a79d713de18ee97'/>
<id>urn:sha1:3b71730688285e03ae86af6a7a79d713de18ee97</id>
<content type='text'>
Test results from during refactoring:
  PASS:          =&gt; *!*@*
  PASS: !        =&gt; *!*@*
  PASS: @        =&gt; *!*@*
  PASS: !foo@bar =&gt; *!foo@bar
  PASS: fo:ob:ar =&gt; *!*@fo:ob:ar
  PASS: foo!@bar =&gt; foo!*@bar
  PASS: foo!bar  =&gt; foo!bar@*
  PASS: foo!bar@ =&gt; foo!bar@*
  PASS: foo.bar  =&gt; *!*@foo.bar
  PASS: foo@bar  =&gt; *!foo@bar
  PASS: !foo@    =&gt; *!foo@*
  PASS: foo      =&gt; foo!*@*
  PASS: foo!     =&gt; foo!*@*
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-16T15:16:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-16T15:16:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30edd1070df3ddb2ae64b61b65c25f88a0b61e49'/>
<id>urn:sha1:30edd1070df3ddb2ae64b61b65c25f88a0b61e49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ListModeBase::CanonicalizeParam, fix cleaning extban masks.</title>
<updated>2022-04-16T11:01:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-16T10:48:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c0bc5bf7981e30229bdabfdf51a289635fe8be76'/>
<id>urn:sha1:c0bc5bf7981e30229bdabfdf51a289635fe8be76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.</title>
<updated>2022-04-12T11:48:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-12T11:48:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7266f8681d603c58e1281f3e7e2934d61f910ea4'/>
<id>urn:sha1:7266f8681d603c58e1281f3e7e2934d61f910ea4</id>
<content type='text'>
This should make privilege errors more consistent.
</content>
</entry>
<entry>
<title>Add a method for finding the next prefix mode above a rank.</title>
<updated>2022-04-11T22:49:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-11T22:49:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6830169ef13d4599916496b149c72577e6fb297d'/>
<id>urn:sha1:6830169ef13d4599916496b149c72577e6fb297d</id>
<content type='text'>
</content>
</entry>
</feed>
