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 9dec51cd40
Switch `sync.Mutex` to `sync.RWMutex` in `publisher` for improved concurrent read performance.
4 months ago
..
config Introduce ACL registry with `follows` implementation, enhance `SaveEvent` for replaceable kinds, and refactor filter-based serial fetching. Update configs and dependencies. 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 Introduce ACL registry with `follows` implementation, enhance `SaveEvent` for replaceable kinds, and refactor filter-based serial fetching. Update configs and dependencies. 4 months ago
handle-event.go Uncomment and enable additional `relayinfo` features and fix order of event response handling in `SaveEvent`. 4 months ago
handle-message.go implement auth and a simple admin-follows whitelist 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 Filter out privileged events for non-admin users, refactor `IsPrivileged` logic, and improve event handling with additional checks and utilities. 4 months ago
handle-websocket.go implement auth and a simple admin-follows whitelist 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 Switch `sync.Mutex` to `sync.RWMutex` in `publisher` for improved concurrent read performance. 4 months ago
server.go implement auth and a simple admin-follows whitelist 4 months ago