mastodon-blocklists/README.md

50 lines
3.7 KiB
Markdown
Raw Normal View History

2023-01-13 09:45:29 +01:00
# Oliphant.Social Shared Blocklist Files
2022-12-03 18:14:31 +01:00
2023-01-13 09:45:29 +01:00
New and improved thanks to the excellent [Fediblockhole](https://github.com/eigenmagic/fediblockhole).
2023-01-13 07:22:35 +01:00
2023-01-13 09:45:29 +01:00
## How are Unified Blocklists Built
2023-01-13 10:50:22 +01:00
I, ([Oliphant@oliphant.social](https://oliphant.social/@oliphant)), curate a list of trusted sources, including my own server. These can be public or private lists, but a server can opt-in to being one of the Trusted Sources. So long as they aren't already a defederated server and are trusted by others on the Trusted Sources list, they become a member and provide either their public list, or a `read:blocks` api key for Oliphant.Social to use.
2023-01-13 09:45:29 +01:00
Everything is checked against Mastodon.Social and Mastodon.Online, as the 'flagship servers' we might as well give them a vote as well in defederation of the final unified list. (at least for now.) Hopefully Gargron won't mind too much me pulling from their public api of defederation to represent the voice of the Mastodon Server Covenant from a pretty canonical source.
2023-01-13 20:09:24 +01:00
Note that some servers use obfuscation, which blocks imports from being included in the final unified lists.
It's worth nothing that although I try on my server to remove and unban servers that are dead and no longer active, not all the sources do the same so there may be some bloat in the unified lists that comes from dead servers.
2023-01-13 09:45:29 +01:00
## How Is My List Built
Read my [Guidlines for Defederation](https://writer.oliphant.social/oliphant/guidelines-for-defederation). That's how you end up on my list. Some of it comes from ancestral sources. Some of it is very subjective and may even be wrong and I will revisit the list. Make an issue above if you think you're on this list in error and I may remove it.
## Advantages of being a Trusted Source
For one, you can point people to your own list for import when they start their own server. Because all of the sources are involved in the "Fedi Council" here, no one needs to accept *my* opinionated list alone anymore. I am but one voice among trusted sources, but we take the most lenient judgment (Silence vs Suspend, and None/Reject Media over Silence) when creating the final `_unified_blocklist.csv`.
None of the Trusted Sources are going to end up in the final unified mergelist, for obvious reasons. We'll leave defederations of my trusted sources (myself included) up to your own individual discretion.
### Trusted Sources:
2023-01-13 17:30:05 +01:00
1. [Tier0] Mastodon.social
1. [Tier0] Mastodon.online
1. [Tier1] Oliphant.Social
2023-01-13 17:55:09 +01:00
1. [Tier1] Union.Place
2023-01-13 17:30:05 +01:00
1. [Tier2] Mastodon.Art
2023-01-13 17:55:09 +01:00
1. [Tier2] Toot.Wales
2023-01-13 09:45:29 +01:00
2023-01-13 17:30:05 +01:00
Tier0 is base-level moderation, expected on the flagship servers and as part of the Mastodon Server Covenant.
Tier1 are servers that block somewhat aggressively (like mine).
Tier2 are servers that block *very* aggressively.
### Obfuscate Sucks for Trusted Servers
If you want to use Mastodon.social's blocklist, their obfuscate setting has made any domain with asterisks in it unimportable. None of the Oliphant.Social domains are obfuscated for that reason. If you're a Trusted Source, you're better off not obfuscating your blocked domains.
2023-01-13 09:45:29 +01:00
### The Algorithm:
2023-01-13 17:30:05 +01:00
All the trusted sources in Tier0 and Tier1 are pulled and updated regularly as a dry run, which generates the files (see Fediblockhole link above) and creates the `_unified_min_blocklist.csv` file. This file can be imported and is a merge of all of the trusted sources combined.
This **FediBlockHole** config file is set to use the `min` setting when it comes to creating the final merge file. This means that where there is a conflict between trusted sources, the *least* severe setting wins.
2023-01-13 09:45:29 +01:00
2023-01-13 17:30:05 +01:00
The `_unified_max_blocklist.csv` includes Tier0, 1 and 2 Trusted Sources and chooses the *most* restrictive option.
2023-01-13 09:45:29 +01:00
## More to come