]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 3 Jun 2025 00:07:58 +0000 (02:07 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 3 Jun 2025 00:07:58 +0000 (02:07 +0200)
commitd3e01415130d10ba7da6b268cf92a0171e34808c
tree3020016a07380e6175e1ea751a5beddfb28a62c1
parentbe1776f328fb79bee7e8cad397d21dc763358be8
Continued:
- `pleroma.envs.net` does now publish a more detailed blocklist than its CSV file
- but still it can be used as peer source (key `only_peers` set to `True`)
- exception messages improved
17 files changed:
fba/commands.py
fba/helpers/blocklists.py
fba/helpers/config.py
fba/helpers/dicts.py
fba/helpers/domain.py
fba/helpers/processing.py
fba/helpers/software.py
fba/helpers/tidyup.py
fba/http/federation.py
fba/http/network.py
fba/models/blocks.py
fba/models/instances.py
fba/networks/lemmy.py
fba/networks/misskey.py
fba/networks/peertube.py
fba/networks/pleroma.py
fba/utils.py