<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, branch v4.0.0a22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-06-29T18:15:41Z</updated>
<entry>
<title>Fix matching IP shuns.</title>
<updated>2023-06-29T18:15:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-29T18:15:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb43ae3e2b92f7637115ff295f7cab6e7d5d3937'/>
<id>urn:sha1:cb43ae3e2b92f7637115ff295f7cab6e7d5d3937</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>Make Numerics::CannotSendTo properly aware of extbans.</title>
<updated>2023-06-22T18:36:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-22T18:32:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89b185eb053a27a8b127c3cb1a2851b34acaf8e9'/>
<id>urn:sha1:89b185eb053a27a8b127c3cb1a2851b34acaf8e9</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>Fix some typos in the cloak header.</title>
<updated>2023-06-06T00:05:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-06T00:05:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=684d9a8da110dbe36e5fb82f2fce54b1b34e707c'/>
<id>urn:sha1:684d9a8da110dbe36e5fb82f2fce54b1b34e707c</id>
<content type='text'>
</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>Make XLine::Matches const.</title>
<updated>2023-06-05T13:31:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-05T13:29:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fabd86ab97171692f7b94277f5860f4bb6b74022'/>
<id>urn:sha1:fabd86ab97171692f7b94277f5860f4bb6b74022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make XLine::Displayable const.</title>
<updated>2023-06-05T13:22:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-05T13:22:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a4b95340b734fe2a25a7beb1676026626e847d50'/>
<id>urn:sha1:a4b95340b734fe2a25a7beb1676026626e847d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-05-16T08:52:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-16T08:52:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=67c37b43de122671fcb100097ec2faed5bb5c06f'/>
<id>urn:sha1:67c37b43de122671fcb100097ec2faed5bb5c06f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some minor Doxygen issues.</title>
<updated>2023-05-16T08:51:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-16T08:51:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e64d14f4f7314c6bb4671559bba5c2bca7e2117e'/>
<id>urn:sha1:e64d14f4f7314c6bb4671559bba5c2bca7e2117e</id>
<content type='text'>
</content>
</entry>
</feed>
