<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/providers, branch v4.0.0</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=v4.0.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/providers?h=v4.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-17T16:32:53Z</updated>
<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>
<entry>
<title>Update IRCCloud IP ranges</title>
<updated>2021-12-31T00:43:48Z</updated>
<author>
<name>James Wheare</name>
</author>
<published>2021-12-31T00:32:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1fa8c6c1ad483a17a5589daf244763f3b7a10120'/>
<id>urn:sha1:1fa8c6c1ad483a17a5589daf244763f3b7a10120</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the &lt;connect:uniqueusername&gt; option.</title>
<updated>2021-11-23T23:05:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-11-19T18:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f776f9237193dedb3140468a25f38df11c79c6a4'/>
<id>urn:sha1:f776f9237193dedb3140468a25f38df11c79c6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the IRCCloud example config for the latest host changes.</title>
<updated>2021-07-02T10:15:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-02T10:15:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f9f31ce4a2fc0596247d81476a6eacd99b72ff41'/>
<id>urn:sha1:f9f31ce4a2fc0596247d81476a6eacd99b72ff41</id>
<content type='text'>
Also switch it to use multiple hosts per connect class now we have
the ability to do that.
</content>
</entry>
<entry>
<title>Add support for per-DNSBL timeouts.</title>
<updated>2021-03-31T12:41:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-31T12:30:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fc3c650e8dc62c3fdde8e2cc4eda62ed4a37c532'/>
<id>urn:sha1:fc3c650e8dc62c3fdde8e2cc4eda62ed4a37c532</id>
<content type='text'>
This should fix the issue of some DNSBLs being slower than others.
</content>
</entry>
<entry>
<title>Add a config option for exempting classes from connflood.</title>
<updated>2021-02-21T04:09:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-21T04:09:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6f4aee365b5af9a9c6f733be8dbfc3365d15a866'/>
<id>urn:sha1:6f4aee365b5af9a9c6f733be8dbfc3365d15a866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exempt IRCCloud users from connectban and DNSBL lookups.</title>
<updated>2021-01-27T19:39:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-27T19:33:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0ea4e0cb914a118a399242f24b80fceffdb180c5'/>
<id>urn:sha1:0ea4e0cb914a118a399242f24b80fceffdb180c5</id>
<content type='text'>
</content>
</entry>
</feed>
