Files
strfry/TODO
Doug Hoyte 6f7dd212c8 todo
2024-08-30 23:40:09 -04:00

41 lines
1.2 KiB
Plaintext

1.0 release
update DB version
rapid import/export
latest negentropy
multi-filter support
remove this? negentropy queries stored in events
make all std::function's const refs
improve JSON parsing error messages
https://github.com/hoytech/strfry/issues/83
docs: mention you have to run `make update-submodules` after a pull
go through github issues
triage
split plugins for relay/stream
more config params in negentropy
? limit for total number of events, not just per filter
features
in sync/stream, log bytes up/down and compression ratios
NIP-42 AUTH
slow-websocket connection detection and back-pressure
? less verbose default logging
? kill plugin if it times out
rate limits (maybe not needed now that we have plugins?)
event writes per second per ip
max connections per ip (nginx?)
max bandwidth up/down (nginx?)
log IP address in sendNoticeError and elsewhere where it makes sense
? events that contain IP/pubkey/etc block-lists in their contents
? limit on total number of events from a DBScan, not just per filter
? time limit on DBScan
misc
? periodic reaping of disconnected sockets (maybe autoping is doing this already)
? warn when run as root