110223fc4e
Migrate internal module imports to unified package path.
...
Replaced legacy `*.orly` module imports with `next.orly.dev/pkg` paths across the codebase for consistency. Removed legacy `go.mod` files from sub-packages, consolidating dependency management. Added Dockerfiles and configurations for benchmarking environments.
2025-09-12 16:12:31 +01:00
d1316a5b7a
Introduce DefaultWriteTimeout for WebSocket operations, replace hardcoded timeouts, and upgrade version to v0.4.1.
Go / build (push) Has been cancelled
2025-09-11 16:29:43 +01:00
e2b7152221
Introduce Ctx() for proper context management in Listener and replace direct context usage in HandleDelete with Ctx().
...
also introduce a 3 second timeout for websocket read failure
2025-09-11 12:34:01 +01:00
bf7ca1da43
Improve logging consistency across the application, handle context cancellation during WebSocket writes, and introduce async ACL reconfiguration for admin events.
2025-09-11 11:37:25 +01:00
4e96c9e2f7
Remove debug logging across the codebase and update version to v0.3.0.
Go / build (push) Has been cancelled
2025-09-10 22:12:54 +01:00
5eb192f208
Send initial AUTH challenge if admins are configured and clean up leftover ORLY data in relaytester-test.sh.
2025-09-10 14:39:22 +01:00
5edb7a3b09
implement auth and a simple admin-follows whitelist
Go / build (push) Has been cancelled
2025-09-07 19:08:29 +01:00
898aa0cb63
Add context to NewPublisher, improve logging levels, dispatch events on publish, and refine envelope handling
...
fixes a panic from the nil context
2025-09-03 00:10:36 +01:00
5d04afd748
Remove unused eventpool package, improve logging levels, standardize websocket handling, and add HandleClose functionality.
2025-09-02 23:01:13 +01:00
51f04f5f60
implemented event and req
2025-09-02 20:32:53 +01:00
94383f29e9
Add IP whitelist configuration, enhance message handling with envelope identification, and log remote addresses for improved connection control
2025-08-31 10:00:50 +01:00
acee5e3a90
implement auth, closed and close envelopes
2025-08-30 13:21:06 +01:00
bf178eae4e
complete the marshal/unmarshal of events using the new pool enabled tag codecs
2025-08-22 14:29:55 +01:00