Enhancements
- Completed feature request #37 [FR] Support for NIP-50 (search capability) for both content and tags
- Support for NIP-50 search queries
- Searches
tagsandcontentfields - 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
sigof the event - Delete events where
pubkey=pubkeyfromkind 5event (can only delete your own events) - Respond to client with
["OK","true]response
- Validate the
- Check if event is
Bug fixes