<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_cloak.cpp, branch v4.0.0a19</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_cloak.cpp?h=v4.0.0a19</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_cloak.cpp?h=v4.0.0a19'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-01-24T02:58:46Z</updated>
<entry>
<title>Refactor the caching methods in User and rename to make more sense.</title>
<updated>2023-01-24T02:58:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T02:58:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f310e1c98dc262249146025ffffb81334b38680d'/>
<id>urn:sha1:f310e1c98dc262249146025ffffb81334b38680d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert log calls to use fmtlib format strings</title>
<updated>2023-01-24T00:12:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T23:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=206d31de85192353d03c74766e80513a87dc49b4'/>
<id>urn:sha1:206d31de85192353d03c74766e80513a87dc49b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T11:09:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9db9d5abe4abd975cd8725283f2efcd4bcae5f8e'/>
<id>urn:sha1:9db9d5abe4abd975cd8725283f2efcd4bcae5f8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace InspIRCd::Format with fmt::format.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T07:42:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c4badf8ea3ba775854f0d26d3f2e0e119584faa'/>
<id>urn:sha1:5c4badf8ea3ba775854f0d26d3f2e0e119584faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ModeAction with bool.</title>
<updated>2023-01-22T22:52:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T22:01:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8389fbba6d92dec84745e5b8db4739f97561585e'/>
<id>urn:sha1:8389fbba6d92dec84745e5b8db4739f97561585e</id>
<content type='text'>
This enum is functionally the same as bool but with weird semantics.
</content>
</entry>
<entry>
<title>Fix some issues reported by scan-build.</title>
<updated>2023-01-15T22:28:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-15T22:28:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=769f9c0c340635cf401bdc92cb9a4c515ffeb0f3'/>
<id>urn:sha1:769f9c0c340635cf401bdc92cb9a4c515ffeb0f3</id>
<content type='text'>
All of these are harmless and should never cause an issue in practise.
</content>
</entry>
<entry>
<title>Fix cloaking users with a non-IP hostname when using hmac-sha256-ip.</title>
<updated>2023-01-15T21:14:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-15T21:11:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9109587ed29d2d7e22a6e1cc376e1bc65e5b5231'/>
<id>urn:sha1:9109587ed29d2d7e22a6e1cc376e1bc65e5b5231</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the output of /CLOAK when there are no methods available.</title>
<updated>2023-01-14T20:28:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-14T20:25:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=37ff45ac56d9764fd53fccfcfb2848ab0b19c085'/>
<id>urn:sha1:37ff45ac56d9764fd53fccfcfb2848ab0b19c085</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a missing override keyword in the cloak module.</title>
<updated>2023-01-13T23:56:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-13T23:56:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d64030e964ca7cd62949d3b10db97b86b090c30'/>
<id>urn:sha1:1d64030e964ca7cd62949d3b10db97b86b090c30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various improvements to the cloak system.</title>
<updated>2023-01-13T20:50:00Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-13T20:43:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f4ffdfee959614e3afe7e7daab06a040ca1ac41'/>
<id>urn:sha1:1f4ffdfee959614e3afe7e7daab06a040ca1ac41</id>
<content type='text'>
- Only rewrite cloak =&gt; cloaking if the cloak_md5 module is also
  loaded.

- Include the cloak method in the link data.

- If 1206 servers are using different cloak methods then ignore
  the other data when telling operators about the link failure.

- Clean up the code in a few places.
</content>
</entry>
</feed>
