Commit Graph

247 Commits

Author SHA1 Message Date
e2a3180ec7 added the tls configuration for pxy targets 2025-08-24 14:36:10 +09:00
42ceb5f3fa enhanced the logger to use color on a tty 2025-08-21 22:48:28 +09:00
9f8d3e2696 added a event pipe to break unix.Poll better for local pty 2025-08-21 21:10:06 +09:00
7ec1387132 improved code to break unix.Poll() using a seperate pipe for rpty 2025-08-21 20:40:51 +09:00
7d3ce7147a updated client rpx logging to print the x-forwarded-host value 2025-08-21 16:01:26 +09:00
0d76146bc3 enhanced rpx message logging 2025-08-21 15:19:32 +09:00
1dcb1605b7 upated NewClient() to append the default port number of the rpx target address if the port number isn't found 2025-08-20 23:36:23 +09:00
6078a41504 moved some goroutines to separate functions for improved readability 2025-08-20 14:11:02 +09:00
0696f4f560 updated code to add x-forwarded-host and x-forwarded-proto for rpx 2025-08-20 02:04:06 +09:00
c001458b24 added the rpx_sessions counter 2025-08-19 22:23:22 +09:00
10c139e837 added code for rpx handling 2025-08-19 20:20:18 +09:00
31a4223aab minotr message fix 2025-08-12 16:40:18 +09:00
41cd725c1c added server-rpx.go 2025-08-12 16:30:56 +09:00
6200bc5460 removed UNUSED from the proto file 2025-08-12 16:29:44 +09:00
7fb4fbaae2 updated http logging to include the query string part 2025-08-12 12:17:33 +09:00
d818acc53d rpty at least working 2025-08-12 02:50:10 +09:00
05cb0823b4 some code clean-up in handling grpc packets 2025-08-10 17:23:01 +09:00
d0f1663bf3 renamed pts to pty to avoid name collision 2025-08-08 19:24:52 +09:00
3fd91b2c45 updated routing rules a bit 2025-07-30 18:23:23 +09:00
5767beb9af removed the /_pts/favicon.ico endpoint 2025-06-24 20:56:16 +09:00
6e670b4924 updated http endpoints for more consistent xterm.html access 2025-06-24 00:58:46 +09:00
8331fdc1a2 implemented the pts feature in the server side as well 2025-06-23 21:09:24 +09:00
d092540f08 merged xterm.html and xterm-pts.html
made relevant code changes oin the server side as well
2025-06-22 13:11:25 +09:00
7835696166 enhanced the websocket endpoints to return failure for normal https packets 2025-06-21 22:01:24 +09:00
c5bac71eaf some minor fixes 2025-06-21 10:54:51 +09:00
9addb5d35f specified some flags to yaml.NewDecoder() 2025-06-21 10:30:51 +09:00
e12cd28413 fixed a silly bug of passing null 2025-06-21 03:11:31 +09:00
6baf3b2b53 added pty terminal support to the client side 2025-06-21 02:43:28 +09:00
01eb2edd6e fixed nil pointer access in wpx api call 2025-05-28 16:03:31 +09:00
cea0efcb18 added --config-file-pattern to server and client 2025-05-28 09:33:29 +09:00
db9fc1f4d9 switching to use github.com/goccy/go-yaml 2025-05-27 23:34:47 +09:00
54e9e208f4 fixed the http access rule matching 2025-05-27 21:54:54 +09:00
f06433d431 changed ioutil.ReadFile to os.ReadFile 2025-05-19 16:29:52 +09:00
8318643735 changed the recipe name from test to check in Makefile 2025-05-18 11:40:04 +09:00
deb6f7b05a moved some waiting loops to goroutines to avoid race conditions 2025-05-12 19:08:54 +09:00
dee3711dd4 changed the address variable to print 2025-05-01 13:07:22 +09:00
be864129dc fixed the command to generate tls files 2025-04-08 23:39:50 +09:00
e1c288f17f some error output to stderr 2025-04-08 15:13:47 +09:00
a1f8d4cf22 minor relocation of a variable 2025-04-07 15:24:02 +09:00
9c3a4d0c17 changed the unit of lifetimestart to a millisecond
Updated to fire route updated upon lifetime extension
2025-04-03 12:30:29 +09:00
b41df682e1 added function to maintain the list of service addresses 2025-03-31 23:40:45 +09:00
918b887517 renamed server_ctl to ServerCtl and capitalized the first letter of inner fields for exposure 2025-03-29 13:29:02 +09:00
76cba687ed created event firing functions under server and client to replace directy bulleting enqueing 2025-03-28 17:03:17 +09:00
fd28add458 switch to use Atom for connect_ssh_cancel 2025-03-28 00:56:58 +09:00
0cfd241e00 added more client-side endpoints 2025-03-26 23:44:41 +09:00
5dbe9cd34e revised Makefile 2025-03-24 01:51:05 +09:00
494f11836c added another control endpoint /_ctl/server-conns/{conn_id}/peers 2025-03-23 13:22:53 +09:00
41503373d3 added a new endpoint - /_ctl/server-routes 2025-03-22 14:01:42 +09:00
e01a6b347c updated to support multiple notice handlers with a fix on race condition accessing cts.Token on the client side 2025-03-21 12:53:16 +09:00
8cde9f08d4 added /_ctl/server-peers 2025-03-19 00:24:42 +09:00