Alex Gleason

Results 425 comments of Alex Gleason

I made the greatest Nostr relay class ever using this library. Thank you for your service! https://gitlab.com/soapbox-pub/NSpec/-/blob/main/src/NRelay.ts

The way I'm doing it is the relay can have admin pubkeys configured, and then admins can do normal kind 5 deletions of events they don't own.

Check out how I'm doing relay moderation here: https://docs.soapbox.pub/ditto/nsec/#event-deletions The relay has its own nsec and publishes events from it. Kind 5, 3, 10000, 10002, 10006, etc all have a...

NIP-01 doesn't say which tags should or shouldn't be indexed by relays, or guarantee that relays need to return anything at all. [`matchFilters`](https://github.com/nbd-wtf/nostr-tools/blob/master/filter.ts#L29) doesn't enforce any tag name. It's not...

Yes, I was the one who pushed for that: https://github.com/nostr-protocol/nips/issues/541 The reason I opened this issue was because someone argued that `{ "#proxy": ["https://example.com/123"] }` is not considered a valid...

Look at my change again. I am not suggesting that people filter with multi-letter tags. I am replacing an unnecessary restriction (simplifying) with something that is already defined in other...

> update NIP-11 with what tags for what kinds are indexed? That's a great idea @Semisol

I've been thinking about this too, since seeing bluesky's feed generator: https://github.com/bluesky-social/feed-generator Instead of every relay implementing support for an algo filter, I was thinking it makes sense to create...

> If most users want a relay with Dave Chapelle's personality, how decentralized is that network Not to get too philosophical, but- well actually this is a GitHub issue, so...

I haven't looked too deeply yet. But I have a lot of these kind 31234 events being submitted to my relay. I wonder if it's creating an event for ever...