]> git.ipfire.org Git - dbl.git/commit
Rename the whole project to "IPFire DBL" master
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jan 2026 12:26:59 +0000 (12:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jan 2026 12:26:59 +0000 (12:26 +0000)
commite1e411ca74d87788ce7b550c605952d7b1538c60
tree8ce296161b4175039640a80e27689571b0026645
parent4978c7c261b1378211fc2d822b455b751f1cb994
Rename the whole project to "IPFire DBL"

DNS is not strictly true since we are using the domain lists in other
places now, too. Therefore I prefer the more generic term.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
27 files changed:
.gitignore
Makefile.am
configure.ac
src/dbl/__init__.py [moved from src/dnsbl/__init__.py with 97% similarity]
src/dbl/api/__init__.py [moved from src/dnsbl/api/__init__.py with 95% similarity]
src/dbl/api/domains.py [moved from src/dnsbl/api/domains.py with 96% similarity]
src/dbl/api/lists.py [moved from src/dnsbl/api/lists.py with 98% similarity]
src/dbl/api/middlewares.py [moved from src/dnsbl/api/middlewares.py with 96% similarity]
src/dbl/api/reports.py [moved from src/dnsbl/api/reports.py with 97% similarity]
src/dbl/auth.py [moved from src/dnsbl/auth.py with 98% similarity]
src/dbl/checker.py [moved from src/dnsbl/checker.py with 98% similarity]
src/dbl/database.py [moved from src/dnsbl/database.py with 98% similarity]
src/dbl/domains.py [moved from src/dnsbl/domains.py with 98% similarity]
src/dbl/exporters.py [moved from src/dnsbl/exporters.py with 94% similarity]
src/dbl/i18n.py [moved from src/dnsbl/i18n.py with 90% similarity]
src/dbl/lists.py [moved from src/dnsbl/lists.py with 99% similarity]
src/dbl/logger.py [moved from src/dnsbl/logger.py with 95% similarity]
src/dbl/reports.py [moved from src/dnsbl/reports.py with 94% similarity]
src/dbl/sources.py [moved from src/dnsbl/sources.py with 99% similarity]
src/dbl/users.py [moved from src/dnsbl/users.py with 96% similarity]
src/dbl/util.py [moved from src/dnsbl/util.py with 98% similarity]
src/scripts/dbl.in [moved from src/scripts/dnsbl.in with 96% similarity]
src/systemd/.gitignore
src/systemd/dbl-api.service [moved from src/systemd/dnsbl-api.service with 66% similarity]
src/systemd/dbl-notify.service.in [moved from src/systemd/dnsbl-notify.service.in with 50% similarity]
src/systemd/dbl-notify.timer [moved from src/systemd/dnsbl-notify.timer with 86% similarity]
tools/dump-database-schema.sh