nostr-rs-relay/src
Greg Heartsfield 2af5f9fbe8 fix: correct schema upgrade logic (and refactor)
Schema upgrades were buggy from 4->5 (the v5 would be skipped).  This
change also refactors the logic slightly so that future additions can
be clearer (no need to have if and else-if combinations).
2022-10-09 08:24:01 -05:00
..
close.rs refactor: misc clippy suggestions 2022-09-24 09:01:09 -05:00
config.rs feat: replace logging with tracing 2022-09-28 07:19:59 -05:00
conn.rs feat: replace logging with tracing 2022-09-28 07:19:59 -05:00
db.rs fix(NIP-9): hide events received after their deletions 2022-10-08 12:12:41 -05:00
error.rs feat: handle NIP-09 for deletion events 2022-02-27 11:35:23 -06:00
event.rs feat: replace logging with tracing 2022-09-28 07:19:59 -05:00
hexrange.rs refactor: misc clippy suggestions 2022-09-24 09:01:09 -05:00
info.rs feat: advertise support for NIP-09 and NIP-12 in relay info 2022-09-10 20:45:09 -05:00
lib.rs refactor: remove global/singleton settings object 2022-09-06 06:12:07 -05:00
main.rs feat: replace logging with tracing 2022-09-28 07:19:59 -05:00
nip05.rs feat: replace logging with tracing 2022-09-28 07:19:59 -05:00
schema.rs fix: correct schema upgrade logic (and refactor) 2022-10-09 08:24:01 -05:00
server.rs feat: handle and log TERM signals 2022-09-28 07:20:31 -05:00
subscription.rs refactor: clippy suggestions 2022-09-24 08:30:22 -05:00
utils.rs fix(NIP-12): correctly search for mixed-case hex-like tags 2022-08-17 16:34:11 -07:00