What's your relay URL? I wanna connect.
Discussion
wss://test.realy.lol
auth is required... and right now i'm fixing up its handling of privileged events, DMs and application data
amethyst, coracle and nostrudel work but idk about others, nip-42 implementation has been low priority for a lot of client devs
haha... my relay doesn't accept events or answer queries unless i'm following you (it is set to allow only npubs that are in the follow list of a list of npubs)
i'll follow you so you actually do something :)
i'm planning on expanding it so it allows my follows follows as well, i think beyond that point is spam territory
also, if i mute whoever, they don't get access either, it's a super simple moderation system i'm building, none of this fancy mathematics
this can be radically improved by using what I am working on.
Using the distance as the metric for filtering (if distance > 2, filter) is suboptimal, as it limits discover ability.
What's better is a filter based on personalized Pagerank ( if PP < threshold, filter). PP looks both at the distance and at the "flux", meaning how many path exists thay connects you to another npub.
So, PP can be:
- more flexible, because you can choose the threshold in a continuoum
- improves the discovery (by for example allowing npubs at 3 hops if they are "high quality")
i have to remove you from my follow list because whatever client you are using is hammering my relay with way too many things for me to be able to actually debug anything
I added it under general relays in Amethyst so it's probably blasting it with all kinds of requests. Sorry.