Enhancements
- Completed feature request #37 [FR] Support for NIP-50 (search capability) for both content and tags
- Support for NIP-50 search queries
- Searches
tags
andcontent
fields - Compatible with searching NIP-99 Classified Listings
- Completed feature request for #38 [FR] Support NIP-09 Event Deletion
- 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
fromkind 5
event (can only delete your own events) - Respond to client with
["OK","true]
response
- Validate the
- Check if event is
Bug fixes