nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

commit 452bbbb0e5381cfacd99478c1f00bc28c49b962a
parent ee0de6f875c2cec4d90975f4bf87da6b7128c9b6
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Wed, 26 Jan 2022 07:24:04 -0600

docs: update feature list (NIP-12, prefix search)

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -14,10 +14,12 @@ NIPs with relay-specific implementation requirements are listed here. - [x] NIP-01: Core event model - [x] NIP-01: Hide old metadata events +- [x] NIP-01: Id/Author prefix search (_experimental_) - [x] NIP-02: Hide old contact list events - [ ] NIP-03: OpenTimestamps - [ ] NIP-09: Event deletion - [x] NIP-11: Relay information document +- [x] NIP-12: Generic tag search (_experimental_) ## Quick Start