You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mleku eac6ba1410
Enhance `HandleDelete` to skip newer events based on delete event timestamp and improve logging for skipped and deleted events.
4 months ago
..
config Set default value for `LogToStdout`, enhance logging for request handling, query events, and filters, and fix ID handling in `relaytester-test.sh`. 4 months ago
handle-auth.go Ensure proper memory management by adding `Free` calls to release pooled buffers across `export`, `import`, and event handling workflows. 4 months ago
handle-close.go Add `HandleDelete` and `GetSerialsFromFilter` methods, integrate admin keys handling, and enhance constraints API. Include a new CLI `convert` tool for key translation. 4 months ago
handle-delete.go Enhance `HandleDelete` to skip newer events based on delete event timestamp and improve logging for skipped and deleted events. 4 months ago
handle-event.go Enhance `SaveEvent` logic to handle older event rejection with error reporting, validate timestamps in parameterized replaceable events, and improve `HandleEvent` error handling for blocked events. 4 months ago
handle-message.go Improve logging, error handling for ID queries, and ensure inclusive range boundaries in event management. 4 months ago
handle-relayinfo.go Uncomment and enable additional `relayinfo` features and fix order of event response handling in `SaveEvent`. 4 months ago
handle-req.go Set default value for `LogToStdout`, enhance logging for request handling, query events, and filters, and fix ID handling in `relaytester-test.sh`. 4 months ago
handle-websocket.go Send initial AUTH challenge if admins are configured and clean up leftover `ORLY` data in `relaytester-test.sh`. 4 months ago
helpers.go complete the marshal/unmarshal of events using the new pool enabled tag codecs 5 months ago
listener.go implement auth and a simple admin-follows whitelist 4 months ago
main.go wire up trigger to restart sync for ACL spider 4 months ago
ok.go implement auth and a simple admin-follows whitelist 4 months ago
publisher.go Enforce authenticated pubkey checks for privileged events, refactor delivery logic for improved efficiency, and extend `Subscription` with `AuthedPubkey`. 4 months ago
server.go implement auth and a simple admin-follows whitelist 4 months ago