Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UTXOnly authored Feb 24, 2024
1 parent c5464ba commit a334eb6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
* Support for [NIP-50](https://github.com/nostr-protocol/nips/blob/master/50.md#nip-50) search queries
* Searches `tags` and `content` fields
* Compatible with searching [NIP-99 Classified Listings](https://github.com/nostr-protocol/nips/blob/master/99.md)

* Completed feature request for [#38 [FR] Support NIP-09 Event Deletion](https://github.com/UTXOnly/nost-py/issues/38)
* Add support for NIP-09 event deletions
* Upon receiving a request from a client, relay will:
* Check if event is `kind 5`
* Validate the `sig` of the event
* Delete events where `pubkey` = `pubkey` from `kind 5` event (can only delete your own events)
* Respond to client with `["OK","true]` response

**Bug fixes**
* Fixed [#39 [BUG] Escape characters included in tag query](https://github.com/UTXOnly/nost-py/issues/39)
Expand Down Expand Up @@ -112,4 +120,4 @@ Updates installer to resolve the issues raised in #11

**Bug fixes**
* Mounts Postgres data to host file system for persistent storage
* Was left previously unmounted for testing purposes
* Was left previously unmounted for testing purposes

0 comments on commit a334eb6

Please sign in to comment.