Greg Heartsfield
|
49598b2c9e
|
fix: subscription event filtering bugs
Subscriptions properly filter using the authors tag. Petname/keys are
correctly filtered (previously the event tags were incorrectly used).
|
2021-12-14 21:38:26 -06:00 |
|
Greg Heartsfield
|
e732f918f9
|
refactor: clippy suggestions
|
2021-12-11 21:56:52 -06:00 |
|
Greg Heartsfield
|
ca0f01c94b
|
docs: add rustdoc comments
|
2021-12-11 21:43:41 -06:00 |
|
Greg Heartsfield
|
65969a4121
|
feat: store events in SQLite and allow querying
Events are persisted in a local database, and can be queried through
subscriptions.
|
2021-12-11 15:48:59 -06:00 |
|
Greg Heartsfield
|
e7d0ab1aca
|
feat: parse subscriptions from websockets
Parses subscription requests (REQ, but not CLOSE). Performs no
subscription state management yet.
|
2021-12-05 17:15:50 -06:00 |
|