mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-22 10:28:06 +00:00
Merge branch 'query-fixes'
This commit is contained in:
9
TODO
9
TODO
@ -1,9 +1,12 @@
|
||||
0.1 release
|
||||
when disk is full it should log warning but not crash
|
||||
disable sync
|
||||
delete expired events
|
||||
* decide what to do about generalised ephemeral events
|
||||
kill plugin if it times out
|
||||
|
||||
0.2 release
|
||||
? why isn't the LMDB mapping CLOEXEC
|
||||
plugin for stream
|
||||
fix sync
|
||||
* logging of bytes up/down
|
||||
* up/both directions
|
||||
@ -18,6 +21,9 @@ features
|
||||
multiple sync connections in one process/config
|
||||
NIP-42 AUTH
|
||||
slow-reader detection and back-pressure
|
||||
delete command
|
||||
* delete by receivedAt, IP addrs, etc
|
||||
* inverted filter: delete events that *don't* match the provided filter
|
||||
? relay block-list events
|
||||
? if a client disconnects, delete all its pending write messages
|
||||
|
||||
@ -31,3 +37,4 @@ rate limits
|
||||
|
||||
misc
|
||||
? periodic reaping of disconnected sockets (maybe autoping is doing this already)
|
||||
export not dying on SIGPIPE, or not getting SIGPIPE
|
||||
|
Reference in New Issue
Block a user