]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 17:52:11 +0000 (19:52 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 17:56:42 +0000 (19:56 +0200)
commitf248d55bfebb9cd7885486637e89ad0b1960899a
tree3d1e2c92ccb9bd33dcb0ec5e7d6d2699169ad968
parent08e1a401b7fa6cb46e523076d558ef6c7a07c9b8
Continued:
- renamed fba/federation/ -> fba/networks/ to make room for ...
- added fba.federation.py module which has generic functions for federation
- introduced fba/locking.py module
- renamed aqcuire_lock() -> aqcuire()
- added locking.release()
- introduced fba/helpers/dict.py and tidyup.py
- renamed tidyu_*() to tidyup.*()
- this all-in-all was an attempt to fix cyclic imports, still some are left
27 files changed:
fba/__init__.py
fba/blocks.py
fba/boot.py
fba/commands.py
fba/csrf.py
fba/fba.py
fba/federation.py [new file with mode: 0644]
fba/federation/__init__.py [deleted file]
fba/federation/friendica.py [deleted file]
fba/federation/lemmy.py [deleted file]
fba/federation/mastodon.py [deleted file]
fba/federation/misskey.py [deleted file]
fba/federation/peertube.py [deleted file]
fba/federation/pleroma.py [deleted file]
fba/helpers/__init__.py [new file with mode: 0644]
fba/helpers/dicts.py [new file with mode: 0644]
fba/helpers/tidyup.py [new file with mode: 0644]
fba/instances.py
fba/locking.py [new file with mode: 0644]
fba/network.py
fba/networks/__init__.py [new file with mode: 0644]
fba/networks/friendica.py [new file with mode: 0644]
fba/networks/lemmy.py [new file with mode: 0644]
fba/networks/mastodon.py [new file with mode: 0644]
fba/networks/misskey.py [new file with mode: 0644]
fba/networks/peertube.py [new file with mode: 0644]
fba/networks/pleroma.py [new file with mode: 0644]