4b995d970b
Changes
Unit and Build Tests / bundle-up-to-date (push) Has been cancelled
Unit and Build Tests / cross-compile-test (push) Has been cancelled
pre-release / Pre Release Docker (push) Has been cancelled
Quick build test / quick-build-test (push) Has been cancelled
2025-11-19 21:30:49 +03:00
Soren Hansen
4606fadaa9
Update all js deps
Unit and Build Tests / bundle-up-to-date (push) Has been cancelled
Unit and Build Tests / cross-compile-test (push) Has been cancelled
pre-release / Pre Release Docker (push) Has been cancelled
Quick build test / quick-build-test (push) Has been cancelled
2025-08-03 16:46:10 -07:00
Soren Hansen
2bee116ca3
A few renames and minor cleanups
2025-08-02 22:21:12 -07:00
Soren L. Hansen
adfc112d1a
Merge branch 'upgrade-xterm' of https://github.com/josegonzalez/gotty
2024-03-25 11:30:46 -07:00
Jose Diaz-Gonzalez
ba9326e417
feat: add support for specifying custom querystring arguments
...
This allows folks to implement token-based authentication for websocket access.
Closes #82
2024-03-25 10:55:26 -07:00
Jose Diaz-Gonzalez
721607826e
feat: upgrade xterm the latest 5.3.0 release
...
There are some breaking api changes as documented here: https://github.com/xtermjs/xterm.js/releases/tag/5.0.0
2024-02-15 02:29:48 -05:00
Soren L. Hansen
4b7715e6b3
npm update
2024-02-11 18:04:48 -08:00
Søren L. Hansen
94e587399d
Refresh dependencies, drop node-sass
...
`npm audit` revealed some vulnerabilities:
```
scss-tokenizer <=0.4.2
Severity: high
Regular expression denial of service in scss-tokenizer - https://github.com/advisories/GHSA-7mwh-4pqv-wmr8
fix available via `npm audit fix --force`
Will install node-sass@4.5.3, which is a breaking change
node_modules/scss-tokenizer
sass-graph >=2.2.0
Depends on vulnerable versions of scss-tokenizer
node_modules/sass-graph
node-sass >=4.6.0
Depends on vulnerable versions of sass-graph
node_modules/node-sass
3 high severity vulnerabilities
```
We don't need node-sass, and sass-loader is just as happy using
another sass implementation. The preferred one is dart-sass which
is simply called sass in npm.
In the process, I also did an `npm update` just for good measure.
2022-08-27 02:11:30 -07:00
Søren L. Hansen
b63ea16697
Do not include ALL of bootstrap
2022-04-25 22:40:27 +00:00
Søren L. Hansen
7f05f2fe17
Use bootstrap components for up- and downloads
2022-04-25 20:11:43 +00:00
Søren L. Hansen
dd3603c341
Make client request base64 encoding
...
This makes gotty-client still work.
2022-03-31 10:49:47 -07:00
Søren L. Hansen
782991c356
feat(zmodem): Allow file uploads/downloads
...
Using zmodem (rz and sz commands from lrzsz) you can now send and receive
files.
2022-03-29 14:49:09 -07:00
Søren L. Hansen
163fd0537c
Remove hterm
2022-03-28 15:48:20 -07:00
Søren L. Hansen
f157dbe9d3
Apply font size and family in xterm
...
Mostly fixes #21
2021-07-04 13:39:40 -07:00
Søren L. Hansen
0dfc5aed76
Add WebGL and links addons for xterm.js
2021-04-22 12:44:06 -07:00
Søren L. Hansen
65b49b18b3
Update xterm.js 2.7.0 => 4.11.0
2021-04-22 10:31:52 -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
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
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
2b4eb55d28
Add typing for libapps
2017-08-22 16:16:28 +09:00
Iwasaki Yudai
27b6436196
Rename TermXterm and TermHterm to Xterm and Hterm
2017-08-22 15:59:24 +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