Skip to content
This repository has been archived by the owner. It is now read-only.

rename blacklist{} to dnsbl{} #348

Merged
merged 5 commits into from Jul 9, 2020
Merged

rename blacklist{} to dnsbl{} #348

merged 5 commits into from Jul 9, 2020

Conversation

kaniini
Copy link
Contributor

@kaniini kaniini commented Jul 6, 2020

Key points:

  • Previously, we used blacklist and DNSBL in different places to refer to DNSBLs. For various reasons, it is preferable to use DNSBL to refer to DNSBLs.
  • Accordingly, all uses are now harmonized as DNSBL and other variants thereof.
  • The blacklist{} configuration block is still supported, but a deprecation warning is generated.

@kaniini kaniini requested review from nomis and aaronmdjones Jul 6, 2020
{
blacklists_generic_cancel(auth, "*** No response from DNS blacklists");
dnsbls_generic_cancel(auth, "*** No response from DNS dnsbls");
Copy link
Member

@aaronmdjones aaronmdjones Jul 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This message is now nonsensical.

{
blacklists_generic_cancel(auth, "*** Aborting DNS blacklist checks");
dnsbls_generic_cancel(auth, "*** Aborting DNS dnsbl checks");
Copy link
Member

@aaronmdjones aaronmdjones Jul 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise.

{
blacklists_generic_cancel(auth, "*** Could not check DNS blacklists");
dnsbls_generic_cancel(auth, "*** Could not check DNS dnsbls");
Copy link
Member

@aaronmdjones aaronmdjones Jul 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise.

@nomis nomis merged commit a389de2 into charybdis-ircd:master Jul 9, 2020
1 check passed
@kaniini
Copy link
Contributor Author

kaniini commented Jul 9, 2020

Thanks for cleaning this up @nomis, i haven't had time to do it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants