<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/providers, branch v5.0.0dev2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf/providers?h=v5.0.0dev2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/providers?h=v5.0.0dev2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2025-03-14T17:28:47Z</updated>
<entry>
<title>Add &lt;cloak:username&gt; to the username cloak engine.</title>
<updated>2025-03-14T17:28:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-14T17:20:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f7df28a23e74a3f3c55d9a95229ff84e3122c2a4'/>
<id>urn:sha1:f7df28a23e74a3f3c55d9a95229ff84e3122c2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the DroneBL lookup URL.</title>
<updated>2025-01-10T18:35:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-01-10T18:35:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=88b99f78578ec1b8efeaf31b9b205b67175a12d1'/>
<id>urn:sha1:88b99f78578ec1b8efeaf31b9b205b67175a12d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add text replies for DNSBL responses.</title>
<updated>2024-10-13T12:08:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-10-13T12:08:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e9018ab0557c201410c431d33d49166add7e1c9c'/>
<id>urn:sha1:e9018ab0557c201410c431d33d49166add7e1c9c</id>
<content type='text'>
Closes #1243.
</content>
</entry>
<entry>
<title>Fix an unescaped ampersand in the previous commit.</title>
<updated>2024-07-11T12:43:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-11T12:43:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a7c00c53c21acdfb9dc9a34d87f1455354143c5a'/>
<id>urn:sha1:a7c00c53c21acdfb9dc9a34d87f1455354143c5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add URL encoded versions of the DNSBL/network to the dnsbl module.</title>
<updated>2024-07-11T11:50:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-11T11:50:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0f3d949bbd04f332ea1370f0d1c50b8515619aaa'/>
<id>urn:sha1:0f3d949bbd04f332ea1370f0d1c50b8515619aaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include the network name in the DroneBL example config.</title>
<updated>2024-07-10T13:12:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-10T13:12:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f49ed93cd994259ef7e0cb801a4b6fb3607cc0fd'/>
<id>urn:sha1:f49ed93cd994259ef7e0cb801a4b6fb3607cc0fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make filenames a bit more friendly for Windows users.</title>
<updated>2024-06-17T16:32:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-17T16:09:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=31541a8645901e593e77767b393988e74d3753bd'/>
<id>urn:sha1:31541a8645901e593e77767b393988e74d3753bd</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://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>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://cgit.space/~steering/inspircd++.git/commit/?id=818e89579f2109944ea144d5798271975a8deed4'/>
<id>urn:sha1:818e89579f2109944ea144d5798271975a8deed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest using cloak_user to cloak IRCCloud users.</title>
<updated>2023-06-20T15:27:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-20T15:23:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=328658363c818244f8772ecee37a83756317c632'/>
<id>urn:sha1:328658363c818244f8772ecee37a83756317c632</id>
<content type='text'>
</content>
</entry>
</feed>
