Commit Graph

10 Commits (v2)

Author SHA1 Message Date
Vasile Popescu 16f26553fb Fix a session path for NotFoundHandler 4 years ago
Vasile Popescu 9339a014da 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 774f30f794 Update the server side when the client window changes 4 years ago
Vasile Popescu cc0476fe66 Refactor the messages marshaling and unmarshaling 4 years ago
Vasile Popescu 9f6fc2d8f3 Add the forgotten folder with the frontend js code 4 years ago
Vasile Popescu d6a2bfa41a Log improvements - fixup in the other one 4 years ago
Vasile Popescu 94b98a0afc Add support for joining a session from command line 4 years ago
Vasile Popescu 39ea95818a Add support for public sharing with the new method 4 years ago
Vasile Popescu b320cdbd38 Add support for local network terminal sharing
Moved the server inside the tty-share binary, and serve it locally
4 years ago
Vasile Popescu 68c5310dd0 First step to adding support for local terminal sharing
Add the tty-server code to this repo as the first step for adding
support to share the terminal in the local network. The public server
should be involved only for public sessions.
4 years ago