<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_cloak_user.cpp, branch v4.3.0</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_user.cpp?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_cloak_user.cpp?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-07T09:37:56Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update module descriptions.</title>
<updated>2024-03-01T10:48:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-03-01T10:48:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2bcb83cf957b95004c6308bfbeeb6a9a2a7247a7'/>
<id>urn:sha1:2bcb83cf957b95004c6308bfbeeb6a9a2a7247a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow changing the case of cloak values in cloak_user.</title>
<updated>2024-02-19T13:01:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-19T13:01:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32e60618e1c8751dd417d6b95b6b993d72350b33'/>
<id>urn:sha1:32e60618e1c8751dd417d6b95b6b993d72350b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the fingerprint cloak method to the cloak_user module.</title>
<updated>2024-01-13T19:10:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-01-13T19:10:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2652e25b650b10f72d3dc3976113bfc779f5458'/>
<id>urn:sha1:f2652e25b650b10f72d3dc3976113bfc779f5458</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move checks for whether a user is cloakable to {Get,Reset}Cloaks.</title>
<updated>2023-07-17T09:23:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-17T09:06:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a909bf763a661401cb03c6aac04effa958a4e632'/>
<id>urn:sha1:a909bf763a661401cb03c6aac04effa958a4e632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cloaking users too early in cloak_user.</title>
<updated>2023-07-17T06:29:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-17T06:29:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a303da1d583ca8b66d4e7cd233cbe9ee996ee82'/>
<id>urn:sha1:4a303da1d583ca8b66d4e7cd233cbe9ee996ee82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Retain the "real" username properly like we do for hostnames.</title>
<updated>2023-06-29T16:01:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T15:29:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=29705306f21d713c2928d8896f48a3cbb640eacc'/>
<id>urn:sha1:29705306f21d713c2928d8896f48a3cbb640eacc</id>
<content type='text'>
This introduces the concept of a real username. This value comes
from either the initial USER message or from an ident lookup. Doing
this allows us to use it for bans through vidents and cloaking web
client users using their remote username.

While changing this I also changed all of the uses of "ident" other
than RFC 1413 lookups and some compatibility cases to refer to
usernames as user(name) instead of ident. Our use of ident in these
places was incorrect as that only refers to the RFC 1413 response
and is not commonly used in the way we used it by any other IRC
server implementations.
</content>
</entry>
<entry>
<title>Reorder some class methods in cloak_user to fix a compiler warning.</title>
<updated>2023-06-29T14:02:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T14:02:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a10465fb7be09c7afd5df30f042bcca5bfe4d2a3'/>
<id>urn:sha1:a10465fb7be09c7afd5df30f042bcca5bfe4d2a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the cloak_user module for upcoming username changes.</title>
<updated>2023-06-29T13:50:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T13:49:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=818e89579f2109944ea144d5798271975a8deed4'/>
<id>urn:sha1:818e89579f2109944ea144d5798271975a8deed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace &lt;cloak:sanitize&gt; with &lt;cloak:invalidchar&gt;.</title>
<updated>2023-06-20T18:17:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-20T18:17:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9416899c56e91f0acfca18ec8f96b144028422d'/>
<id>urn:sha1:f9416899c56e91f0acfca18ec8f96b144028422d</id>
<content type='text'>
This adds support for truncating values e.g. with the nick foo|afk
a user will receive a cloak of "foo".
</content>
</entry>
</feed>
