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 8290e1ae0e
Refactor error handling in `publisher.go`, comment redundant logging in `acl/follows.go`, and improve error handling for connection rejections (403).
4 months ago
..
config completed basic benchmark 4 months ago
handle-auth.go Migrate internal module imports to unified package path. 4 months ago
handle-close.go Migrate internal module imports to unified package path. 4 months ago
handle-delete.go Migrate internal module imports to unified package path. 4 months ago
handle-event.go Replace `errorf` with `errors` and `fmt.Errorf`, remove redundant logging across database operations, minimize unused imports, and improve concurrent event delivery logic. Added CPU utilization optimization in the main runtime configuration. 4 months ago
handle-message.go Migrate internal module imports to unified package path. 4 months ago
handle-relayinfo.go Migrate internal module imports to unified package path. 4 months ago
handle-req.go Migrate internal module imports to unified package path. 4 months ago
handle-websocket.go Migrate internal module imports to unified package path. 4 months ago
helpers.go complete the marshal/unmarshal of events using the new pool enabled tag codecs 5 months ago
listener.go Migrate internal module imports to unified package path. 4 months ago
main.go Integrate ACL with publishers for background event dispatch, ensure proper buffer adjustments in event encoding, and enhance follows sync with event delivery logic. 4 months ago
ok.go Migrate internal module imports to unified package path. 4 months ago
publisher.go Refactor error handling in `publisher.go`, comment redundant logging in `acl/follows.go`, and improve error handling for connection rejections (403). 4 months ago
server.go Migrate internal module imports to unified package path. 4 months ago