mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-22 10:28:06 +00:00
13 lines
648 B
Plaintext
13 lines
648 B
Plaintext
0.9.4
|
|
* If a client disconnects before its pending EVENT write messages have been processed,
|
|
drop those messages instead of trying to write them
|
|
|
|
0.9.3
|
|
* Limit on events that can be processed by a sync
|
|
- Configurable with relay.negentropy.maxSyncEvents
|
|
* Warn when NIP-11 pubkey is in incorrect format (#52)
|
|
* Bugfix: Setting rejectEphemeralEventsOlderThanSeconds larger than ephemeralEventsLifetimeSeconds did
|
|
not work because events were then considered expired
|
|
* Config parameter to silence "Rejected invalid event" logs: relay.logging.invalidEvents
|
|
* Detect overflows when rejectEvents* config params are set very large
|