mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-07-31 08:18:28 -04:00
.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
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.