16 Commits

Author SHA1 Message Date
1c49023c37 capatalized the first letter of some field name for exposure outside package 2025-02-19 17:17:53 +09:00
b5c1ae2a73 enhanced the reconnect logic in client.go 2025-02-19 10:38:23 +09:00
2b3a841299 added default notice handling interface 2025-02-18 14:44:45 +09:00
be7f4f4da5 stored client-side peer info to ServerConnPeer when PEER_STARTED is received 2025-02-17 00:52:29 +09:00
4016793327 exposed some fields of ServerRoute and ServerConn 2024-12-28 18:35:14 +09:00
fcb7ae5ade ensured call the cancellation function for ssh connection 2024-12-25 16:12:04 +09:00
1681b34374 ensured to call context cancellation function 2024-12-25 16:00:14 +09:00
2424a63db9 enhanced conneciton upgrade handling in http proxy code 2024-12-25 02:14:47 +09:00
f6ea852e61 added the proxy service for http/https client peer on the server side. work in progress 2024-12-12 21:09:16 +09:00
2d15f0d2a4 defined PeerId, RouteId, ConnId types and made relevant changes 2024-12-09 22:41:23 +09:00
53777f1f60 cleaed up most of the logging lines 2024-12-05 01:26:44 +09:00
d4f00d63f9 cleaned up quite some log messages on the server side 2024-12-03 20:28:04 +09:00
d167308879 update to support multiple control server addresses 2024-12-03 11:52:46 +09:00
c901f88023 some incremetal changes 2024-12-02 02:19:50 +09:00
96442bb93a implemented an api call at /client-conns/id/routes/id/peers/id 2024-12-01 17:20:16 +09:00
dcdadbeb20 separating http handler to separate structs
using the pattern supported by http.ServeMux since go 1.22
2024-11-25 19:46:18 +09:00