nostr-rs-relay/src
2023-02-02 18:34:30 -06:00
..
bin improvement: add NostrRepo trait, with sqlite implementation 2023-01-22 09:49:49 -06:00
repo improvement: increase connection cache size 2023-02-02 18:34:30 -06:00
cli.rs fix: use data_dir from config.toml if present 2023-01-16 17:21:12 -06:00
close.rs refactor: misc clippy suggestions 2022-09-24 09:01:09 -05:00
config.rs feat: add support for PostgreSQL as a backend repository 2023-01-22 16:26:54 -06:00
conn.rs improvement: add NostrRepo trait, with sqlite implementation 2023-01-22 09:49:49 -06:00
db.rs feat: postgres migration schema v2 2023-01-27 20:13:47 -06:00
delegation.rs improvement: add NostrRepo trait, with sqlite implementation 2023-01-22 09:49:49 -06:00
error.rs feat: add support for PostgreSQL as a backend repository 2023-01-22 16:26:54 -06:00
event.rs feat(NIP-33): parameterized replaceable events 2023-01-24 08:04:42 -06:00
hexrange.rs improvement(NIP-19): identify and parse NIP-19 addresses 2023-01-29 18:55:30 -06:00
info.rs improvement(NIP-33): advertise support for parameterized replaceable events 2023-02-01 18:09:27 -06:00
lib.rs improvement: add NostrRepo trait, with sqlite implementation 2023-01-22 09:49:49 -06:00
main.rs refactor: reformat and remove tabs 2023-01-22 10:06:44 -06:00
nip05.rs refactor: reformat and remove tabs 2023-01-22 10:06:44 -06:00
notice.rs improvement: add NostrRepo trait, with sqlite implementation 2023-01-22 09:49:49 -06:00
server.rs improvement: log connection details at INFO level 2023-02-02 11:55:41 -06:00
subscription.rs improvement: dedupe filters in a REQ 2023-01-31 18:09:43 -06:00
utils.rs improvement(NIP-19): identify and parse NIP-19 addresses 2023-01-29 18:55:30 -06:00