<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_dnsbl.cpp, branch v4.0.0a23</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v4.0.0a23</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v4.0.0a23'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2023-07-21T14:34:51Z</updated>
<entry>
<title>If we can't add an X-line on an DNSBLed user then kill them instead.</title>
<updated>2023-07-21T14:34:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:33:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=325b6f8200956ea4a394b80a78785d11b5c0a721'/>
<id>urn:sha1:325b6f8200956ea4a394b80a78785d11b5c0a721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Perform DNSBL lookups on E-lined users.</title>
<updated>2023-07-21T14:33:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=875d4ac21470f57ffd6dac9ea584d2ed5b9df996'/>
<id>urn:sha1:875d4ac21470f57ffd6dac9ea584d2ed5b9df996</id>
<content type='text'>
Even if we aren't going to punish these users it can be useful for
opers to know if users are in a DNSBL.
</content>
</entry>
<entry>
<title>Add support for shunning users who are in a DNSBL.</title>
<updated>2023-07-21T14:29:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f798db93e4f2380072eadba74351a9025e36b915'/>
<id>urn:sha1:f798db93e4f2380072eadba74351a9025e36b915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sending the wrong message when a user requests stats.</title>
<updated>2023-07-12T11:25:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-12T11:24:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a247b41516db5c0bf625f98a7198054edb34bcc2'/>
<id>urn:sha1:a247b41516db5c0bf625f98a7198054edb34bcc2</id>
<content type='text'>
Closes #2051.
</content>
</entry>
<entry>
<title>Add support for rechecking whether a user is in a DNSBL.</title>
<updated>2023-07-07T08:59:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-07T08:19:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1602a0c355bd51f132c6864b6d0bfb87ca691f14'/>
<id>urn:sha1:1602a0c355bd51f132c6864b6d0bfb87ca691f14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move DNSBL lookup code to SharedData to allow it to be called from several places.</title>
<updated>2023-07-07T08:59:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-07T07:59:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=33758b207ffc0f5b9105d4d8520792af4dd6f32f'/>
<id>urn:sha1:33758b207ffc0f5b9105d4d8520792af4dd6f32f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tell a marked user that their user@host was changed AFTER changing it.</title>
<updated>2023-07-03T10:32:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-02T17:12:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=964ee65cfb1f6fbc1b85e469adbfaeeef367d410'/>
<id>urn:sha1:964ee65cfb1f6fbc1b85e469adbfaeeef367d410</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>Fix an inverted condition in the DNSBL module.</title>
<updated>2023-06-03T18:19:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-06-03T18:19:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f78f5c873f87f197d8385705155c3ddef83ed96c'/>
<id>urn:sha1:f78f5c873f87f197d8385705155c3ddef83ed96c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename duration to timeutils and relocate InspIRCd::TimeString.</title>
<updated>2023-05-10T10:57:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-10T10:57:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fe4c512839f9f613fc5098e5a9d8c9a402e60aa0'/>
<id>urn:sha1:fe4c512839f9f613fc5098e5a9d8c9a402e60aa0</id>
<content type='text'>
</content>
</entry>
</feed>
