4ffaec9d9a
refactor: inject SessionRegistry interface instead of individual functions
Docker Build and Push / build-and-push-branches (push) Has been skipped
Docker Build and Push / build-and-push-tags (push) Successful in 4m16s
2026-01-05 16:49:17 +07:00
8cc70fa45e
feat(session): use session key for registry
2026-01-05 00:50:42 +07:00
30e84ac3b7
feat: implement get sessions by user
2026-01-02 22:58:54 +07:00
9276430fae
refactor(session): add registry to manage SSH sessions
...
renovate / renovate (push) Successful in 36s
Docker Build and Push / build-and-push-branches (push) Successful in 4m41s
Docker Build and Push / build-and-push-tags (push) Successful in 4m38s
- Implement thread-safe session registry with sync.RWMutex
- Add Registry interface for session management operations
- Support Get, Register, Update, and Remove session operations
- Enable dynamic slug updates for existing sessions
- Fix Connection closed by remote because HandleTCPIPForward run on a goroutine
2025-12-31 18:33:47 +07:00
f8a6f0bafe
refactor(session): add registry to manage SSH sessions
...
renovate / renovate (push) Successful in 39s
Docker Build and Push / build-and-push-branches (push) Successful in 4m27s
Docker Build and Push / build-and-push-tags (push) Successful in 4m22s
- Implement thread-safe session registry with sync.RWMutex
- Add Registry interface for session management operations
- Support Get, Register, Update, and Remove session operations
- Enable dynamic slug updates for existing sessions
2025-12-31 17:47:35 +07:00
acd02aadd3
refactor: restructure project architecture
renovate / renovate (push) Successful in 45s
Docker Build and Push / build-and-push-branches (push) Successful in 5m54s
Docker Build and Push / build-and-push-tags (push) Successful in 6m21s
2025-12-31 15:49:37 +07:00
d8330c684f
feat: make SSH interaction UI fully responsive
2025-12-30 00:09:18 +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
2644b4521c
refactor: improve encapsulation
renovate / renovate (push) Successful in 20s
Docker Build and Push / build-and-push (push) Successful in 3m25s
2025-12-29 12:37:03 +07:00
76d1202b8e
fix: correct logic when checking tcpip-forward request
Docker Build and Push / build-and-push (push) Successful in 5m34s
2025-12-26 23:17:13 +07:00
c951c41a9b
fix: prevent race condition when channel is used before being set
Docker Build and Push / build-and-push (push) Successful in 6m24s
2025-12-08 22:46:10 +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
69c3e78728
fix: correct read/write handling in CustomWriter
Docker Build and Push / build-and-push (push) Successful in 5m7s
2025-12-06 22:18:43 +07:00
7a31047bb9
refactor: restructure session initialization to avoid circular references
2025-12-04 22:48:15 +07:00
039e979142
refactor: restructure session initialization to avoid circular references
2025-12-04 19:32:00 +07:00
515bc30559
fix: conn reader stuck when header have body
Docker Build and Push / build-and-push (push) Has been cancelled
2025-12-03 21:14:42 +07:00
f59de03a50
fix: panic due to nil pointer when disconnecting a session
Docker Build and Push / build-and-push (push) Has been cancelled
2025-12-02 21:52:23 +07:00
d7d6e24a42
feat: add header factory
Docker Build and Push / build-and-push (push) Has been cancelled
2025-12-02 17:14:17 +07:00
d3a5007d68
refactor: separate session responsibilities and inject dependencies
Docker Build and Push / build-and-push (push) Has been cancelled
2025-11-28 13:29:43 +07:00
9c4ac732ee
fix: close connection on TCP/IP request timeout
Docker Build and Push / build-and-push (push) Has been cancelled
2025-11-27 22:51:34 +07:00
9f18cfa954
fix: remove timeouts from HTTP/HTTPS handlers and improve concurrency
Docker Build and Push / build-and-push (push) Successful in 3m40s
2025-07-21 19:54:17 +07:00
4a25627ab5
fix: using close channel when attempting to close session
Docker Build and Push / build-and-push (push) Successful in 3m35s
2025-07-21 16:36:05 +07:00
66f1492466
refactor: remove unuse variable and channel
2025-07-21 12:10:08 +07:00
5350bc13a9
refactor: optimize HTTP header parsing
2025-04-08 12:59:58 +07:00
4912aafe65
update: implement tls server
2025-04-05 23:27:32 +07:00
221adf9581
update: use raw TCP for HTTP server
2025-04-02 23:27:39 +07:00
af6c6ba8a6
fix: handle closed connection access to prevent runtime error
2025-02-08 18:33:43 +07:00
1508ade537
feat: add TLS support
2025-02-07 21:21:29 +07:00
d5829ffd0d
feat: log incoming requests to the user's terminal
2025-02-07 18:30:23 +07:00
dfc57cf542
update: improve http tunnel and slug extraction from domain
2025-02-07 16:32:30 +07:00
8a1604fde8
refactor: separate core components and improve session & server handling
2025-02-06 22:14:13 +07:00