nostr-rs-relay
nostr-rs-relay copied to clipboard
Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/
Currently, ID-based queries in SQLite are failing. For example, the command: ```sh nak req -i $(nak req -k 1 -l 1 wss://nostr.8777.ch | jq -r '.id') wss://nostr.8777.ch ``` returns nothing....
Hi. I've just started running this relay alongside my clightning node. I've manually tested the changes and it works well. I've also added a flake.nix because that's what I use...
Like reported in #130 and #147 I was also having trouble diagnosing why NIP-05 requests were failing. In my case it was: 1. Because my server was returning a 404...
I don't think I can get this to do a IPv6 bind.
Just testing nostr-rs-relay, and threw some traffic at it. I managed to get it into a state where the app is now unusable, as it will never resume listening for...
`event_hash` is the raw SHA256 hash of the event, not 4-byte hash.
hi, i trying build and i receive this error... error: failed to run custom build command for `nostr-rs-relay v0.8.13 (/workspaces/nostr-rs-relay)` Caused by: process didn't exit successfully: `/workspaces/nostr-rs-relay/target/release/build/nostr-rs-relay-026f953f295ab1c6/build-script-build` (exit status: 1)...
Add the `CARGO_LOG` build argument into the build environment so that _if_ it is specified we can then see some stuff
Fixes #214. Adds a new setting `nip42_whitelist` (default `false`) which lets any NIP42 authenticated client whose pubkey is on the whitelist post anything.
There's two use cases I have in mind: 1. When reposting, quoting or replying to a message I want to post the message original to my relay. This currently gets...