From dfa6985f441e9c773da0f42782e16d480ad2723a Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Fri, 27 Jan 2023 20:25:24 -0600 Subject: [PATCH] docs: postgresql and NIP-33 added to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e45fc9c..4af884e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This is a [nostr](https://github.com/nostr-protocol/nostr) relay, written in Rust. It currently supports the entire relay protocol, and -persists data with SQLite. +persists data with SQLite. There is experimental support for +Postgresql. The project master repository is available on [sourcehut](https://sr.ht/~gheartsfield/nostr-rs-relay/), and is @@ -33,6 +34,7 @@ mirrored on [GitHub](https://github.com/scsibug/nostr-rs-relay). - [x] NIP-22: [Event `created_at` limits](https://github.com/nostr-protocol/nips/blob/master/22.md) (_future-dated events only_) - [ ] NIP-26: [Event Delegation](https://github.com/nostr-protocol/nips/blob/master/26.md) (_implemented, but currently disabled_) - [x] NIP-28: [Public Chat](https://github.com/nostr-protocol/nips/blob/master/28.md) +- [x] NIP-33: [Parameterized Replaceable Events](https://github.com/nostr-protocol/nips/blob/master/33.md) ## Quick Start