Files
strfry/TODO
Doug Hoyte 3016a9bb7a todo
2024-09-04 23:12:00 -04:00

47 lines
1.4 KiB
Plaintext

1.0 release
bug in cron?
https://github.com/hoytech/strfry/pull/117
negentropy
include ne version in feature output
make sure no crashes due to parse error
make all std::function's const refs
FixedBytes32
negentropy have/need, seenHave/seenNeed
negentropy command Record.id field
ActiveMonitors allIds/allAuthors
cmd_stream downloadedIds
nostrHash
improve JSON parsing error messages
https://github.com/hoytech/strfry/issues/83
HELLO/WELCOME msgs? auth?
update DB version
update supported NIP list
go through github issues
docs
general update
mention you have to run `make update-submodules` after a pull
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