Tiago Balas
Tiago Balas
kind-4 already goes out of the way and makes it a direct communication avenue, it's exactly what you want. the intention is irrelevant if sending a kind-4 or kind-44 if...
I have a really hard time understanding this issue. `since` and `until` refer to the created_at, so if you request since X, all the events created_at > x will be...
this work should be done by the client, not the relay. the client is the one with the burden to reconstruct it's prefered timeline, the relay should not care. you...
> The solution I use in more-speech is to find the latest created_at date in the messages that I’ve saved locally. Then I ask the relays for all messages created...
this should be a new filter field, this should only extend, not replace existing behaviour
great, now someone needs to NIP it so some relay / client can implement. would love to hear what relay maintainers think. @Cameri @scsibug
do we want this only for retrieving, so we don't actually need to know the value, or, do we also want relays to return this value with every event?
> * Where do I send the request? requests are sent to relays via WebSocket, so we refer to them as a WebSocket URL, i.e `var relay = new WebSocket('wss://relay.com')`...
could [DANE](https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities) work / be helpful in a nostr environment so we bypass CA? I have very little understanding of the technicals here so I don't know how this could...
> Do browsers support DANE? Beacon, which is a chromium fork has DANE support (https://github.com/imperviousinc/beacon) but I don't think the big ones do