Commit Graph

12 Commits (master)

Author SHA1 Message Date
Vasile Popescu ef39dfc5a1 Add support for TCP tunneling
Tunnel a TCP connection from the local client side to the remote server
side. This, of course, works only for the command line client, and not
the web browser client.
1 year ago
Vasile Popescu 8802e00ef3 When local window is too small, ignore key presses
Don't send any key presses when the local window is smaller than the
remote one and we display the message.
4 years ago
Vasile Popescu 0dc1cdb6b4 Minor formatting fix 4 years ago
Vasile Popescu 33c6017254 Use a mutex to avoid concurrent writes to the WS connections
Concurrent writes to the same WS connection are not allowed by the
gorrila/websocket package.
4 years ago
Vasile Popescu 1646e00a12 Improve the message displayed by the client when window is too small 4 years ago
Vasile Popescu e8c6caac80 Update the server side when the client window changes 4 years ago
Vasile Popescu 366edcd23e Refactor the messages marshaling and unmarshaling 4 years ago
Vasile Popescu e8bfc06dab React when the client's window is smaller than the remote one 4 years ago
Vasile Popescu 14266a7f24 Add support for detaching shortcut in client mode
When joining a session from command line, the user can exit now by
pressing a predefined key sequence that can be specified from command
line.
4 years ago
Vasile Popescu 6c0171e9d9 Log improvements - fixup in the other one 4 years ago
Vasile Popescu 2d481a5a98 Several usage/help and logging improvements 4 years ago
Vasile Popescu afc909a358 Add support for joining a session from command line 4 years ago