<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_cloak.cpp, branch v4.6.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.cpp?h=v4.6.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_cloak.cpp?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-08-03T11:39:33Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-08-03T11:39:33Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-08-03T11:39:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c6f97d7e94cc352adba11eeaa856e95cd13f836'/>
<id>urn:sha1:0c6f97d7e94cc352adba11eeaa856e95cd13f836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When recloaking a user don't unset their old host first.</title>
<updated>2024-07-19T00:05:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-19T00:02:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0cf17f6e336eabfb944a28510c3a1c363061091f'/>
<id>urn:sha1:0cf17f6e336eabfb944a28510c3a1c363061091f</id>
<content type='text'>
Also don't punish the user for recloaking.

Closes #2101.
</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 the class name of the cloak module.</title>
<updated>2023-07-02T13:43:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-02T13:43:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36730488cebc2dd4d1d20cb4ce4c2416bd6cd74e'/>
<id>urn:sha1:36730488cebc2dd4d1d20cb4ce4c2416bd6cd74e</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>The standard-replies cap has been adopted by IRCv3 now.</title>
<updated>2023-06-12T00:39:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-06T00:32:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2f0ff09810d8aceeb93906e316f69c5b6bd9ce2'/>
<id>urn:sha1:e2f0ff09810d8aceeb93906e316f69c5b6bd9ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only regenerate cloaks if a cloak of that type exists.</title>
<updated>2023-06-07T11:59:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-07T11:59:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=78cd3898f5ca14a51ba1d98a746b3e1bc63d4fa5'/>
<id>urn:sha1:78cd3898f5ca14a51ba1d98a746b3e1bc63d4fa5</id>
<content type='text'>
This prevents unnecessary recloaking which may result in spam.
</content>
</entry>
<entry>
<title>Allow secondary cloak methods to be used on link synchronisation.</title>
<updated>2023-06-06T00:02:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-05T23:57:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=acc9f5228f686ea816db38d8ecb1925adc053984'/>
<id>urn:sha1:acc9f5228f686ea816db38d8ecb1925adc053984</id>
<content type='text'>
If a server has a conditional cloak method (e.g. account) as the
primary cloak method it doesn't make sense to use it for link
consistency. With this change a secondary cloak method can request
that it is used instead of the primary if the primary does not
mark itself as link sensitive.
</content>
</entry>
<entry>
<title>Fix an inverted condition in the cloak module.</title>
<updated>2023-06-03T18:53:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-03T18:53:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=21a33e9ec7e97e8333bdaa9500b7bcb0f93521bf'/>
<id>urn:sha1:21a33e9ec7e97e8333bdaa9500b7bcb0f93521bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing override keyword.</title>
<updated>2023-02-26T19:00:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-26T19:00:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6dd85b69fc8fb97ba9ac3751f9441bb7fadfc760'/>
<id>urn:sha1:6dd85b69fc8fb97ba9ac3751f9441bb7fadfc760</id>
<content type='text'>
</content>
</entry>
</feed>
