]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 12 Jun 2023 22:01:25 +0000 (00:01 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 12 Jun 2023 22:05:29 +0000 (00:05 +0200)
commitd30a841e8f6a7217da892b0771add5d7b4ffafb2
tree44b349077a43d7329a45fccb1e8a8ff2c54ab34a
parentebeece808eb53b4a72a59725b6079d4d6a9eef6b
Continued:
- moved blocks, instances to new package fba.models as these modules are only
  around a database table with the same name
- movved+renamed fba.log_error() to fba.models.error_log.add()
- pleroma has a /instance/about/index.html "API" which can be parsed for
  block lists if the JSON has returned no 'mrf_simple' and
  'quarantined_instances'
18 files changed:
fba/__init__.py
fba/blocks.py [deleted file]
fba/commands.py
fba/fba.py
fba/federation.py
fba/helpers/tidyup.py
fba/instances.py [deleted file]
fba/models/__init__.py [new file with mode: 0644]
fba/models/blocks.py [new file with mode: 0644]
fba/models/error_log.py [new file with mode: 0644]
fba/models/instances.py [new file with mode: 0644]
fba/network.py
fba/networks/friendica.py
fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/peertube.py
fba/networks/pleroma.py