Damus
Nuh · 1d
This is why you need to use an identity system where creating identities cost something. Email does this by blacklisting spammy servers so servers have to limit who sign up somehow. My idea for a co...
Technical Debt profile picture
Even if the influx of invites don’t take down a server, they still annoy the end user and are otherwise indistinguishable from legitimate requests.

Email is an interesting example, just like Matrix they have a DNS prefilter, access to message contents and yet they often decide to drop messages from new/unknown servers.

In principle the system you’ve described could end up needing layers, a domain name is not free yet it is cheap enough not to matter for scammers/spammers.

I also think it’s safe to say the bad guys have a bigger budget than the average user just trying to join the network.
1
Nuh · 1d
Yeah but the bad guys also are more likely to be newly registered, but regardless they are also cheap to black list, you just need to subscribe to a good list, or you know, just let them send stuff and don't show them in the app, until the user is reaaaally bored and want to check it. We need to as...