]> git.mxchange.org Git - fba.git/commit
WIP:
authorRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2023 18:43:41 +0000 (20:43 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2023 18:54:06 +0000 (20:54 +0200)
commit00eeda8dc81338255b4a95c53b2f35e492e19349
tree3ebe7ed2dca9c00cbed78c8f0c33557274f9ba79
parente20c0c29a77eaa28a1bb1157d2e184ab2a129cc2
WIP:
- moved network-specific function to their own fba/network/<network>.py module
- renamed blocker -> domain in network-specific functions (it is 'domain' in
  the end)
fba/__init__.py
fba/commands.py
fba/fba.py
fba/network/__init__.py [new file with mode: 0644]
fba/network/lemmy.py [new file with mode: 0644]
fba/network/mastodon.py [new file with mode: 0644]
fba/network/misskey.py [new file with mode: 0644]
fba/network/peertube.py [new file with mode: 0644]
fba/network/pleroma.py [new file with mode: 0644]