|
|
887ebf78b1
|
refactor(grpc/client): simplify processEventStream with per-event handlers
- Extract eventHandlers dispatch table
- Add per-event handlers: handleSlugChange, handleGetSessions, handleTerminateSession
- Introduce sendNode helper to centralize send/error handling and preserve connection-error propagation
- Add protoToTunnelType for tunnel-type validation
- Map unknown proto.TunnelType to types.UNKNOWN in protoToTunnelType and return a descriptive error
- Reduce boilerplate and improve readability of processEventStream
|
2026-01-14 16:51:50 +07:00 |
|
|
|
8782b77b74
|
feat(session): use session key for registry
|
2026-01-14 16:51:50 +07:00 |
|
|
|
85f21e7698
|
feat(tui): update interaction layer to Bubble Tea TUI
renovate / renovate (push) Successful in 27s
Docker Build and Push / build-and-push (push) Successful in 3m49s
|
2025-12-29 21:55:39 +07:00 |
|
|
|
6451304ed7
|
fix: potential resource leak
Docker Build and Push / build-and-push (push) Successful in 4m17s
|
2025-12-17 21:38:00 +07:00 |
|
|
|
ba5f702e36
|
feat: add droping conn command
Docker Build and Push / build-and-push (push) Successful in 4m38s
|
2025-12-07 15:26:37 +07:00 |
|
|
|
af951b8fa7
|
fix: discard unused buffers in the ssh channel before disconnecting
|
2025-12-05 22:26:38 +07:00 |
|
|
|
039e979142
|
refactor: restructure session initialization to avoid circular references
|
2025-12-04 19:32:00 +07:00 |
|