nostr-rs-relay/src
Greg Heartsfield 98c6fa6f39 feat: allow whitelisting of pubkeys for new events
This adds a configuration option, `authorization.pubkey_whitelist`
which is an array of pubkeys that are allowed to publish events on
this relay.
2022-01-26 21:39:03 -06:00
..
close.rs refactor: clippy suggestions 2021-12-11 21:56:52 -06:00
config.rs feat: allow whitelisting of pubkeys for new events 2022-01-26 21:39:03 -06:00
conn.rs feat: add resource limits for websocket messages 2021-12-19 16:26:32 -06:00
db.rs feat: allow whitelisting of pubkeys for new events 2022-01-26 21:39:03 -06:00
error.rs refactor: add strictly typed tags 2022-01-19 07:42:58 -06:00
event.rs feat: allow author and event id prefix search 2022-01-25 18:23:08 -06:00
info.rs feat: add supported NIPs (2, 11) to relay info 2022-01-16 08:37:21 -06:00
lib.rs refactor: add strictly typed tags 2022-01-19 07:42:58 -06:00
main.rs feat: allow whitelisting of pubkeys for new events 2022-01-26 21:39:03 -06:00
protostream.rs feat: allow arbitrary tag queries 2022-01-22 21:29:15 -06:00
subscription.rs feat: allow author and event id prefix search 2022-01-25 18:23:08 -06:00
tags.rs refactor: add strictly typed tags 2022-01-19 07:42:58 -06:00