Soren L. Hansen
11396d7877
Set TERM=xterm-256color
...
This helps ensure a proper TERM value when running from e.g. systemd or
VSCode's debugger.
Fixes #5
2021-04-18 07:18:47 -07:00
Soren L. Hansen
d503d912f3
Use hterm by default
2021-04-18 07:09:37 -07:00
Soren L. Hansen
c3c670b954
Switch to urfave/cli/v2... again.
2021-04-18 07:01:31 -07:00
Søren L. Hansen
1fa987c518
Use v2 of urfave/cli
2021-04-18 05:38:22 -07:00
Soren L. Hansen
d9fe29e9c7
Update typescript, webpack, and asset building
2021-04-16 06:49:17 -07:00
Søren L. Hansen
f3af8fcafd
Revert "Use v2 of urfave/cli"
...
This reverts commit 17df897c32
.
That did not work *at all*... We really need some tests for all of
this.
2021-04-12 22:24:31 -07:00
Søren L. Hansen
17df897c32
Use v2 of urfave/cli
2021-04-12 20:58:39 -07:00
Søren L. Hansen
a972faf0fd
Refresh dependencies
2021-04-12 20:10:53 -07:00
Søren L. Hansen
0d6766f621
Split input into buffer sized chunks
...
Input chunks from the client exceeding the buffer size would get
truncated. Now we communicate the size of the buffer to the webtty and
it will split the input into buffer sized chunks.
Fixes #1 .
2021-04-12 19:39:32 -07:00
Søren L. Hansen
77c436b99b
Prep for 2.1.0alpha2 release
2021-04-11 00:18:28 -07:00
Søren L. Hansen
f8e4e6e37f
Add credits to NEWS.md
2021-04-10 23:43:38 -07:00
Søren L. Hansen
63c763c6a0
Merge branch 'pr/Jason-Cooke/250'
2021-04-10 23:43:12 -07:00
Søren L. Hansen
a4d968e4ec
Add credits to NEWS.md
2021-04-10 23:40:45 -07:00
Søren L. Hansen
a7d5c496db
Merge branch 'pr/ygit/245'
2021-04-10 23:40:18 -07:00
Søren L. Hansen
4a82d77e0b
Build for Solaris
...
Refresh pty import and add Solaris as a cross compile target
2021-04-10 23:38:29 -07:00
Søren L. Hansen
3b9f472111
Merge branch 'pr/fazalmajid/235'
2021-04-10 23:36:04 -07:00
Søren L. Hansen
c657b1aae8
Add NEWS entry
2021-04-10 23:30:12 -07:00
Søren L. Hansen
57997f980b
Merge branch 'pr/Immortalin/209'
2021-04-10 23:28:28 -07:00
Søren L. Hansen
bd51ce80f5
Add NEWS file
2021-04-10 23:27:30 -07:00
Søren L. Hansen
eccead0d74
Merge branch 'pr/TechWilk/206'
2021-04-10 23:26:10 -07:00
Søren L. Hansen
e988349add
Merge branch 'pr/sehaas/294'
2021-04-10 23:22:43 -07:00
Søren L. Hansen
4e017f1618
Take over GoTTY maintainership
...
@yudai built this amazing piece of software, but it now needs a new,
active maintainer. I'm taking a stab at it.
2021-04-10 21:46:31 -07:00
Søren L. Hansen
6353624986
Merge branch 'update-toolchain'
2021-04-10 21:17:50 -07:00
Søren L. Hansen
8e17298694
Merge branch 'pr/0xflotus/292'
2021-04-10 21:12:29 -07:00
Søren L. Hansen
d343b13668
Merge branch 'pr/fredster33/295'
2021-04-10 21:11:58 -07:00
Søren L. Hansen
c16aaa51ae
Merge branch 'pr/RealCyGuy/287'
2021-04-10 21:09:30 -07:00
Søren L. Hansen
40cee8a54c
Merge branch 'pr/Felixoid/273'
2021-04-10 21:09:02 -07:00
Søren L. Hansen
ac0a15df8a
Update toolchain
...
* Use go modules
* Remove vendor/
2021-04-09 19:21:36 -07:00
Søren L. Hansen
4b2f84448c
Update assets
2021-04-09 19:18:16 -07:00
Søren L. Hansen
07d67aacd0
Update cli import path
...
github.com/codegangsta/cli moved to github.com/urfave/cli
Fixes yudai/gotty#306
2021-04-09 17:38:27 -07:00
fredster33
36790e271f
Fix typo
2020-10-11 14:26:09 -07:00
Sebastian Haas
b685b8040a
Add Progressive Web App support
...
provide manifest.json to enable PWA compatibilities
2020-10-01 22:32:47 +02:00
0xflotus
2397fb0e6c
fixed small error
2020-08-31 23:49:10 +02:00
Cyrus
349b4118da
spell "stable" correctly
2020-04-30 11:47:54 -07:00
Stephan van Ellewee
2f69883b30
make docker
2020-02-28 14:49:19 +02:00
Stephan van Ellewee
1680db0961
Added Makefile mods, Dockerfile for demo
2020-02-28 14:43:17 +02:00
Stephan van Ellewee
ded7f094e6
removing makefile reference to godeps
2020-02-28 08:47:10 +02:00
Stephan van Ellewee
f0fe6d57fd
switched to go-mod, updated codegangsta/cli -> urfave/cli
2020-02-28 08:42:08 +02:00
Mikhail f. Shiryaev
fd0ccc1f0b
Fix printing ipv6 with brackets
2019-12-30 13:55:36 +01:00
Jason Cooke
7e2a6e77d1
docs: fix typo
2019-06-05 11:08:34 +12:00
yogesh singh
ead2c1fc19
fixed typo in ReadMe
2019-05-09 00:41:05 +05:30
Fazal Majid
2c923b03ea
use functions from github.com/kr/pty to resize terminal, for Solaris support
...
(and also reduce code duplication)
2018-12-27 17:28:48 -08:00
Fazal Majid
5c2242422a
updated vendored kr/pty to the current master + Solaris support:
...
https://github.com/kr/pty/pull/64
2018-12-27 17:28:06 -08:00
Lin
523053315d
Update README.md
2018-05-31 20:38:19 -07:00
Lin
1c79938bb1
Update README.md
2018-05-31 20:33:21 -07:00
Christopher Wilkinson
487661919b
Fix typo in readme
...
stabale !== stable
2018-04-13 15:35:50 +01:00
Iwasaki Yudai
a080c85cbc
Release v2.0.0-alpha.3
2017-12-13 17:44:18 +09:00
Iwasaki Yudai
8df0bf44a8
Merge pull request #179 from badoo/hterm_deactivate_fix_pull
...
Stop hterm spamming with errors to console after deactivate()
2017-11-24 17:55:50 -08:00
Korenevskiy Denis
b4728f6aa4
set deactivated terminal handlers to empty functions instead of null
...
this allows to avoid console spamming with 'not a function' messages
after the connection to server was closed.
2017-11-24 18:16:56 +03:00
Iwasaki Yudai
9ac120a557
Support local webpack
2017-10-03 15:34:51 +09:00