Commit Graph

363 Commits

Author SHA1 Message Date
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
Iwasaki Yudai
0bb62e0381 Mention minimum go compiler version
Also npm is required.
2017-09-28 13:42:18 +09:00
Iwasaki Yudai
513b3a5c4d Do not compile asset by default
Run make all instead when you recreate server/asset.go.
2017-09-28 13:37:34 +09:00
Iwasaki Yudai
79e132824a Update README.md 2017-09-01 15:34:21 +09:00
Iwasaki Yudai
2c50c43290 Release v2.0.0-alpha.2 2017-08-27 15:56:11 +09:00
Iwasaki Yudai
6ab3093956 Pickup random port when port option is 0
With upgrading go to go1.9 to use http.Server.ServeTLS()
2017-08-26 17:23:04 +09:00
Iwasaki Yudai
b2c2db0764 Move responsibility to decode output encoding to terminal implementation 2017-08-26 16:55:07 +09:00
Iwasaki Yudai
807bcc25a4 Refine API of webtty package 2017-08-24 14:40:28 +09:00
Iwasaki Yudai
d1ec7125cf Run webpack when ts files are updated 2017-08-24 13:22:27 +09:00
Iwasaki Yudai
a6ae1210da Move decoder into setup 2017-08-24 13:22:16 +09:00
Iwasaki Yudai
973cf362fb Remove libapps submodule 2017-08-23 15:46:34 +09:00
Iwasaki Yudai
ba1aa690ed Use libapps utf8 decoder 2017-08-23 15:32:12 +09:00
Iwasaki Yudai
248f51b290 Release v2.0.0-alpha.1 2017-08-23 12:18:14 +09:00
Iwasaki Yudai
4d682aa01d Add "apple symbols' to xterm font list
Since Chrome on Mac OS doesn't show characters like U+1696,
we need to add a font that has those characters as a fallback target.
2017-08-23 11:11:04 +09:00
Iwasaki Yudai
d0f6481cab Fix typo in CONTRIBUTING.md 2017-08-23 11:04:41 +09:00