You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
dependabot[bot] d1b36df58d
Bump ini from 1.3.5 to 1.3.8 in /frontend
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
frontend Bump ini from 1.3.5 to 1.3.8 in /frontend 3 years ago
vendor Initial commit 4 years ago
.gitignore Initial commit 4 years ago
.travis.yml Update the node dependencies 4 years ago
Dockerfile Fix #17 4 years ago
Gopkg.lock Initial commit 4 years ago
Gopkg.toml Initial commit 4 years ago
LICENSE Initial commit 4 years ago
Makefile Update makefile so make all works in any state (after a full clean) (#13) 4 years ago
README.md Deprecate the tty-server in favour of tty-proxy 4 years ago
assets_bundle.go Update the node dependencies 4 years ago
protocol.go Initial commit 4 years ago
server.go Initial commit 4 years ago
server_main.go Initial commit 4 years ago
session.go Deprecate the tty-server in favour of tty-proxy 4 years ago
tty-server.1 Add manpage 4 years ago
tty_protocol_conn.go Initial commit 4 years ago
vagrantfile Add vagrantfile which is rough equivalent to dockerfile, but primarily for bootstrapping dev servers (#11) 4 years ago
websockets_connection.go Initial commit 4 years ago

README.md

Build Status

tty-server

!! DEPRECATED !!

This project is deprecated by tty-proxy project, which supports the new architecture of tty-share. Read more about that here.