1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-07-31 08:18:28 -04:00
Files
.cargo
docs
user-verification-nip05.md
src
tests
.build.yml
.gitignore
.pre-commit-config.yaml
Cargo.lock
Cargo.toml
Dockerfile
LICENSE
README.md
config.toml
mk-platform-agnostic-dockerfile.sh
reverse-proxy.md
rustfmt.toml
nostr-rs-relay/docs
Greg Heartsfield 234a8ba0ac feat: limit event publishing to NIP-05 verified users
This adds a new configurable feature to restrict event publishing to
only users with NIP-05 verified metadata.  Domains can be whitelisted
or blacklisted.  Verification expiration and schedules are
configurable.

This upgrades the database to add a table for tracking verification
records.
2022-02-12 09:29:25 -06:00
..