Soren L. Hansen
1e2e11405f
Merge branch 'master' into spice
2021-04-19 09:54:39 -07:00
Soren L. Hansen
3dd0f9245c
Release v1.1.0
...
Calling the release v2 made it very awkward to install. Oh, well.
2021-04-19 00:23:31 -07:00
Soren L. Hansen
117747708b
Release v2.1.0
2021-04-18 08:27:24 -07:00
Soren L. Hansen
c66ae7b2e4
First, primitive stab at SPiCE integration
...
Launch an Xspice and run:
echo -ne "\033]844;127.0.0.1;9876\007"
This will launch a SPiCE client connecting to 127.0.0.1:9876.
Still need to add all the security stuff and generally be
more defensive in the implementation.
2021-04-16 06:50:05 -07:00
Soren L. Hansen
d9fe29e9c7
Update typescript, webpack, and asset building
2021-04-16 06:49:17 -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
e988349add
Merge branch 'pr/sehaas/294'
2021-04-10 23:22:43 -07:00
Søren L. Hansen
4b2f84448c
Update assets
2021-04-09 19:18:16 -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
Iwasaki Yudai
b2c2db0764
Move responsibility to decode output encoding to terminal implementation
2017-08-26 16:55:07 +09:00
Iwasaki Yudai
a6ae1210da
Move decoder into setup
2017-08-24 13:22:16 +09:00
Iwasaki Yudai
ba1aa690ed
Use libapps utf8 decoder
2017-08-23 15:32:12 +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
7355d67a64
Add license-loader
...
Since xterm and hterm do not have proper comments for their license,
add license-loader to keep their license information in the minimized
bundle file.
2017-08-23 10:58:18 +09:00
Iwasaki Yudai
024ab8f28e
Minify bundled js code
2017-08-22 16:58:15 +09:00
Iwasaki Yudai
2b4eb55d28
Add typing for libapps
2017-08-22 16:16:28 +09:00
Iwasaki Yudai
a8bb23f570
Rename bundle.js to gotty-bundle.js
2017-08-22 16:03:19 +09:00
Iwasaki Yudai
70aaf33082
Bundle hterm
2017-08-22 15:58:50 +09:00
Iwasaki Yudai
8803721f3d
Add xterm itegration
...
* Move to TypeScript from legacy JavaScript
* Add support of xterm.js
* Hterm is still available for backward compatibility
2017-08-21 16:38:28 +09:00
Iwasaki Yudai
a6133f34b7
Refactor
2017-08-11 15:31:11 +09:00