]> prime8.dev >> repos - ttyd.git/log
ttyd.git
8 months agohtml: update dependencies
Shuanglei Tao [Tue, 5 Mar 2024 12:30:51 +0000 (20:30 +0800)]
html: update dependencies

8 months agohtml: Add Unicode 11 xterm.js addon (#1310)
Michael Lorant [Tue, 5 Mar 2024 07:19:47 +0000 (18:19 +1100)]
html: Add Unicode 11 xterm.js addon (#1310)

* html: Add Unicode 11 xterm.js addon

Add Unicode 11 addon to xterm.js to enable support for newer Unicode
standards. This addon significantly improves rendering of emojis.

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
* html: rebuild header file

---------

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
8 months agohtml: upgrade to xterm 5.4.0 (#1303)
Michael Lorant [Tue, 5 Mar 2024 02:35:02 +0000 (13:35 +1100)]
html: upgrade to xterm 5.4.0 (#1303)

* html: Upgrade xterm.js

Upgrade xterm.js to the latest stable release.

As part of this upgrade, the xterm packages have been scoped as the
unscoped packages were not updated.

The addons have also been upgraded to match the compatible versions.

As part of this upgrade, a compatibility issue was identified with the
Gulp task to inline source. By disabling compression, this allowed the
task to complete successfully. The size of the source file `html.h` did
not change significantly which indicates compression was not being
applied previously.

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
* html: rebuild header file

---------

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
9 months agoscripts: upgrade to zlib 1.3.1
Shuanglei Tao [Sat, 27 Jan 2024 03:01:55 +0000 (11:01 +0800)]
scripts: upgrade to zlib 1.3.1

9 months agosnap: remove dev libs from stage-packages
kz6fittycent [Tue, 16 Jan 2024 21:58:02 +0000 (15:58 -0600)]
snap: remove dev libs from stage-packages

12 months agoscripts: update libwebsockets to 4.3.3 (#1252)
Lonny Wong [Tue, 21 Nov 2023 01:45:47 +0000 (09:45 +0800)]
scripts: update libwebsockets to 4.3.3 (#1252)

Must set "-DLWS_WITH_HTTP2=ON", otherwise mbedtls may go wrong: #1254

12 months agoupdate manual (#1246)
Lonny Wong [Sun, 12 Nov 2023 00:23:53 +0000 (08:23 +0800)]
update manual (#1246)

12 months agoadd trzszDragInitTimeout option (#1238)
Lonny Wong [Fri, 10 Nov 2023 03:04:00 +0000 (11:04 +0800)]
add trzszDragInitTimeout option (#1238)

12 months agocmake: define _WIN32_WINNT and WINVER
Shuanglei Tao [Mon, 30 Oct 2023 15:45:44 +0000 (23:45 +0800)]
cmake: define _WIN32_WINNT and WINVER

12 months agohtml: update dependencies
Shuanglei Tao [Mon, 30 Oct 2023 06:11:03 +0000 (14:11 +0800)]
html: update dependencies

12 months agocmake: update windows rc
Shuanglei Tao [Mon, 30 Oct 2023 05:59:08 +0000 (13:59 +0800)]
cmake: update windows rc

12 months agopty: polish args join code
Shuanglei Tao [Mon, 30 Oct 2023 02:55:16 +0000 (10:55 +0800)]
pty: polish args join code

12 months agocross: update mbedtls and json-c
Shuanglei Tao [Sun, 29 Oct 2023 08:35:39 +0000 (16:35 +0800)]
cross: update mbedtls and json-c

12 months agoupdate workflows
Shuanglei Tao [Sun, 29 Oct 2023 08:18:49 +0000 (16:18 +0800)]
update workflows

13 months agoscripts: build lws with extensions
Shuanglei Tao [Wed, 11 Oct 2023 07:36:18 +0000 (15:36 +0800)]
scripts: build lws with extensions

13 months agoManpage: fix shorthand switch (#1203)
Alfonso Montero [Tue, 3 Oct 2023 12:09:56 +0000 (14:09 +0200)]
Manpage: fix shorthand switch (#1203)

13 months agoBump to 1.7.4
Shuanglei Tao [Mon, 2 Oct 2023 06:58:56 +0000 (14:58 +0800)]
Bump to 1.7.4

13 months agobuild(deps): bump semver from 5.7.1 to 5.7.2 in /html (#1171)
dependabot[bot] [Mon, 2 Oct 2023 06:55:41 +0000 (14:55 +0800)]
build(deps): bump semver from 5.7.1 to 5.7.2 in /html (#1171)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 months agoLeverage Docker Layer System (#1191)
Guilhem Bonnefille [Mon, 2 Oct 2023 06:48:25 +0000 (08:48 +0200)]
Leverage Docker Layer System (#1191)

Dockerfile best practices recommend to move the installation of external dependencies before specific code.
This will improve local development experience by improving Docker cache management
and it will improve final Docker images compaction by sharing the first layers.

13 months agohtml: update dependencies
Shuanglei Tao [Mon, 2 Oct 2023 06:36:16 +0000 (14:36 +0800)]
html: update dependencies

13 months agobuild(deps): update zlib version 1.2.13 to 1.3 in cross-build.sh (#1193)
Xin Wang [Mon, 2 Oct 2023 06:40:11 +0000 (14:40 +0800)]
build(deps): update zlib version 1.2.13 to 1.3 in cross-build.sh (#1193)

The 1.2.13 download url is no longer available.

16 months agohtml: update dependencies
Shuanglei Tao [Sun, 25 Jun 2023 15:20:36 +0000 (23:20 +0800)]
html: update dependencies

17 months agoserver: print working directory on start
Shuanglei Tao [Mon, 19 Jun 2023 00:59:52 +0000 (08:59 +0800)]
server: print working directory on start

17 months agohtml: update README
Shuanglei Tao [Sun, 11 Jun 2023 00:48:42 +0000 (08:48 +0800)]
html: update README

17 months agohtml: upgrade to xterm 5.2.1
Shuanglei Tao [Sun, 11 Jun 2023 00:28:04 +0000 (00:28 +0000)]
html: upgrade to xterm 5.2.1

17 months agohtml: upgrade to xterm 5.2.0
Shuanglei Tao [Fri, 9 Jun 2023 02:14:47 +0000 (02:14 +0000)]
html: upgrade to xterm 5.2.0

17 months agohtml: update dependencies
Shuanglei Tao [Fri, 9 Jun 2023 01:54:31 +0000 (01:54 +0000)]
html: update dependencies

18 months agoupdate README
Shuanglei Tao [Tue, 9 May 2023 10:45:57 +0000 (18:45 +0800)]
update README

18 months agoserver: replace --readonly with --writable
Shuanglei Tao [Tue, 9 May 2023 10:41:54 +0000 (18:41 +0800)]
server: replace --readonly with --writable

18 months agoserver: fix -U option not work
Shuanglei Tao [Mon, 8 May 2023 03:00:00 +0000 (11:00 +0800)]
server: fix -U option not work

18 months agohtml: sync xterm version with vscode
Shuanglei Tao [Sat, 29 Apr 2023 03:28:57 +0000 (11:28 +0800)]
html: sync xterm version with vscode

18 months agobuild(deps): bump json5 from 2.2.1 to 2.2.3 in /html (#1059)
dependabot[bot] [Fri, 28 Apr 2023 15:06:03 +0000 (23:06 +0800)]
build(deps): bump json5 from 2.2.1 to 2.2.3 in /html (#1059)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agobuild(deps): bump minimatch from 3.0.4 to 3.1.2 in /html (#1053)
dependabot[bot] [Fri, 28 Apr 2023 15:05:57 +0000 (23:05 +0800)]
build(deps): bump minimatch from 3.0.4 to 3.1.2 in /html (#1053)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agobuild(deps): bump cookiejar from 2.1.2 to 2.1.4 in /html (#1066)
dependabot[bot] [Fri, 28 Apr 2023 15:04:03 +0000 (23:04 +0800)]
build(deps): bump cookiejar from 2.1.2 to 2.1.4 in /html (#1066)

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agobuild(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /html (#1071)
dependabot[bot] [Fri, 28 Apr 2023 15:03:48 +0000 (23:03 +0800)]
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /html (#1071)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agobuild(deps): bump qs from 6.9.4 to 6.11.0 in /html (#1041)
dependabot[bot] [Fri, 28 Apr 2023 15:03:13 +0000 (23:03 +0800)]
build(deps): bump qs from 6.9.4 to 6.11.0 in /html (#1041)

Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.9.4...v6.11.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agobuild(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /html (#1036)
dependabot[bot] [Fri, 28 Apr 2023 15:02:56 +0000 (23:02 +0800)]
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /html (#1036)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agohtml: remove yarn release binary
Shuanglei Tao [Fri, 28 Apr 2023 14:41:15 +0000 (22:41 +0800)]
html: remove yarn release binary

18 months agohtml update dependencies
Shuanglei Tao [Fri, 28 Apr 2023 14:37:06 +0000 (22:37 +0800)]
html update dependencies

18 months agoserver: do not expose port to public by default
Shuanglei Tao [Thu, 27 Apr 2023 04:40:10 +0000 (12:40 +0800)]
server: do not expose port to public by default

CVE-2021-34182 #692

18 months agoAdd -y flag for easier installation (#1024)
DanielHabenicht [Thu, 27 Apr 2023 04:27:10 +0000 (06:27 +0200)]
Add -y flag for easier installation (#1024)

* Add -y flag for easier installation

* Add update command before installing

* Update README.md

---------

Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
18 months agohtml: update yarn
Shuanglei Tao [Thu, 27 Apr 2023 04:15:25 +0000 (12:15 +0800)]
html: update yarn

18 months agoimprove support for trzsz (#1084)
Lonny Wong [Thu, 27 Apr 2023 03:57:09 +0000 (11:57 +0800)]
improve support for trzsz (#1084)

* trzsz support drag and drop to upload

* optimize trzsz upload speed

* trzsz support windows

* trzsz support transfer directories in browser

18 months agoinfo.max_http_header_data = 65535; (#1088)
Olivier Van Rompuy [Thu, 27 Apr 2023 02:32:06 +0000 (04:32 +0200)]
info.max_http_header_data = 65535; (#1088)

18 months agoAdd Docker pulls badge (#1092)
Alfonso Montero [Thu, 27 Apr 2023 02:31:36 +0000 (04:31 +0200)]
Add Docker pulls badge (#1092)

18 months agofix flow control (#1093)
WeidiDeng [Thu, 27 Apr 2023 02:30:36 +0000 (10:30 +0800)]
fix flow control (#1093)

According to [xterm.js](http://xtermjs.org/docs/guides/flowcontrol/#ideas-for-a-better-mechanism), pause and resume are in wrong places.

20 months agoFix typo, OPTOINS -> OPTIONS (#1087)
Kian-Meng Ang [Tue, 14 Mar 2023 06:31:23 +0000 (14:31 +0800)]
Fix typo, OPTOINS -> OPTIONS (#1087)

Found via `typos --format brief`

20 months agoBump CMake version to 2.8.12 (#1081)
Yegor Yefremov [Fri, 3 Mar 2023 14:47:12 +0000 (15:47 +0100)]
Bump CMake version to 2.8.12 (#1081)

Fixes the following warning:

Compatibility with CMake < 2.8.12 will be removed from a future version
of CMake.

21 months agoUpdate README.md
Shuanglei Tao [Wed, 1 Feb 2023 02:32:51 +0000 (10:32 +0800)]
Update README.md

22 months agoBump to 1.7.3
Shuanglei Tao [Wed, 18 Jan 2023 02:52:35 +0000 (10:52 +0800)]
Bump to 1.7.3

22 months agoupdate release workflow
Shuanglei Tao [Fri, 13 Jan 2023 00:42:36 +0000 (08:42 +0800)]
update release workflow

22 months agopty: print process exit code on error
Shuanglei Tao [Fri, 13 Jan 2023 00:40:52 +0000 (08:40 +0800)]
pty: print process exit code on error

22 months agoworkflow: update win32 build
Shuanglei Tao [Thu, 29 Dec 2022 08:54:09 +0000 (16:54 +0800)]
workflow: update win32 build

22 months agoscripts: win32 support for cross build
Shuanglei Tao [Thu, 29 Dec 2022 08:53:50 +0000 (16:53 +0800)]
scripts: win32 support for cross build

22 months agohtml: upgrade to xterm 5.1.0
Shuanglei Tao [Wed, 28 Dec 2022 05:10:10 +0000 (13:10 +0800)]
html: upgrade to xterm 5.1.0

23 months agoCreate FUNDING.yml
Shuanglei Tao [Tue, 20 Dec 2022 02:44:54 +0000 (10:44 +0800)]
Create FUNDING.yml

2 years agomsys2: switch to ucrt64
Shuanglei Tao [Sun, 13 Nov 2022 08:06:17 +0000 (16:06 +0800)]
msys2: switch to ucrt64

2 years agopty: remove uv_read error log
Shuanglei Tao [Fri, 4 Nov 2022 07:09:48 +0000 (15:09 +0800)]
pty: remove uv_read error log

2 years agohtml: release ObjectURL on dispose
Shuanglei Tao [Fri, 4 Nov 2022 05:55:44 +0000 (13:55 +0800)]
html: release ObjectURL on dispose

2 years agohtml: handle listener lifecycle
Shuanglei Tao [Thu, 3 Nov 2022 13:02:57 +0000 (21:02 +0800)]
html: handle listener lifecycle

2 years agohtml: fix eslint warnings
Shuanglei Tao [Thu, 3 Nov 2022 12:18:07 +0000 (20:18 +0800)]
html: fix eslint warnings

2 years agohtml: fix rendererType=dom not working
Shuanglei Tao [Thu, 3 Nov 2022 08:40:33 +0000 (16:40 +0800)]
html: fix rendererType=dom not working

2 years agohtml: upgrade to webpack-dev-server 4.11.1
Shuanglei Tao [Thu, 3 Nov 2022 08:04:47 +0000 (16:04 +0800)]
html: upgrade to webpack-dev-server 4.11.1

2 years agoupdate README
Shuanglei Tao [Thu, 3 Nov 2022 03:03:05 +0000 (11:03 +0800)]
update README

2 years agoAdd Scoop installation methods (#1013)
Kris Schneider [Thu, 3 Nov 2022 02:37:39 +0000 (20:37 -0600)]
Add Scoop installation methods (#1013)

2 years agoupdate man
Shuanglei Tao [Wed, 2 Nov 2022 17:47:04 +0000 (01:47 +0800)]
update man

2 years agohtml: add zmodem.js patch
Shuanglei Tao [Wed, 2 Nov 2022 17:29:01 +0000 (01:29 +0800)]
html: add zmodem.js patch

2 years agohtml: migrate to yarn v2
Shuanglei Tao [Wed, 2 Nov 2022 17:12:39 +0000 (01:12 +0800)]
html: migrate to yarn v2

2 years agohtml: refactor terminal component
Shuanglei Tao [Wed, 2 Nov 2022 05:39:05 +0000 (13:39 +0800)]
html: refactor terminal component

2 years agohtml: upgrade to gts 4.0.0
Shuanglei Tao [Tue, 1 Nov 2022 03:36:32 +0000 (11:36 +0800)]
html: upgrade to gts 4.0.0

2 years agohtml: add option to toggle trzsz
Shuanglei Tao [Mon, 31 Oct 2022 06:57:18 +0000 (14:57 +0800)]
html: add option to toggle trzsz

2 years agohtml: polish closure code
Shuanglei Tao [Sun, 30 Oct 2022 09:56:10 +0000 (17:56 +0800)]
html: polish closure code

2 years agohtml: fix trzsz send typo
Shuanglei Tao [Sun, 30 Oct 2022 09:35:22 +0000 (17:35 +0800)]
html: fix trzsz send typo

2 years agohtml: handle binary xterm event
Shuanglei Tao [Sun, 30 Oct 2022 05:39:00 +0000 (13:39 +0800)]
html: handle binary xterm event

2 years agohtml: add trzsz support
Shuanglei Tao [Sun, 30 Oct 2022 03:58:41 +0000 (11:58 +0800)]
html: add trzsz support

Co-authored-by: Lonny Wong <lonnywong@qq.com>
2 years agoupdate man
Shuanglei Tao [Sun, 30 Oct 2022 03:43:30 +0000 (11:43 +0800)]
update man

2 years agohtml: add option to toggle sixel
Shuanglei Tao [Sun, 30 Oct 2022 03:14:19 +0000 (11:14 +0800)]
html: add option to toggle sixel

2 years agohtml: add option to toggle zmodem
Shuanglei Tao [Sat, 29 Oct 2022 15:47:23 +0000 (23:47 +0800)]
html: add option to toggle zmodem

2 years agohtml: move flow control logic to terminal
Shuanglei Tao [Sat, 29 Oct 2022 05:48:52 +0000 (13:48 +0800)]
html: move flow control logic to terminal

2 years agoserver: Custom user/group ownership of Unix domain socket listener, when enabled...
LINKIWI [Sat, 29 Oct 2022 04:19:43 +0000 (21:19 -0700)]
server: Custom user/group ownership of Unix domain socket listener, when enabled (#1007)

2 years agoREADME: add MacPorts install instructions (#1008)
Herby Gillot [Fri, 28 Oct 2022 15:13:41 +0000 (11:13 -0400)]
README: add MacPorts install instructions (#1008)

https://ports.macports.org/port/ttyd/

2 years agoupdate README
Shuanglei Tao [Tue, 18 Oct 2022 17:05:07 +0000 (01:05 +0800)]
update README

2 years agoworkflow: update actions
Shuanglei Tao [Tue, 18 Oct 2022 16:26:52 +0000 (00:26 +0800)]
workflow: update actions

2 years agoBump to 1.7.2
Shuanglei Tao [Tue, 18 Oct 2022 15:58:37 +0000 (23:58 +0800)]
Bump to 1.7.2

2 years agoSnap created and ready for publication (#1003)
kz6fittycent [Tue, 18 Oct 2022 15:46:02 +0000 (10:46 -0500)]
Snap created and ready for publication (#1003)

2 years agohtml: upgrade to xterm 5.0
Shuanglei Tao [Tue, 18 Oct 2022 15:21:33 +0000 (23:21 +0800)]
html: upgrade to xterm 5.0

2 years agoscripts: update cross build lib versions
Shuanglei Tao [Tue, 18 Oct 2022 14:33:05 +0000 (22:33 +0800)]
scripts: update cross build lib versions

2 years agohtml: update dependencies
Shuanglei Tao [Tue, 18 Oct 2022 14:25:55 +0000 (22:25 +0800)]
html: update dependencies

2 years agohtml: Initialize doReconnect to false when specified by client options
Kevin Lin [Sat, 3 Sep 2022 20:06:01 +0000 (13:06 -0700)]
html: Initialize doReconnect to false when specified by client options

2 years agopty: fix use-after-free issue when closing a connection (#997)
jzw-weride [Tue, 11 Oct 2022 14:50:48 +0000 (07:50 -0700)]
pty: fix use-after-free issue when closing a connection (#997)

2 years agoscripts: update mingw-build.sh
Shuanglei Tao [Tue, 11 Oct 2022 13:09:49 +0000 (21:09 +0800)]
scripts: update mingw-build.sh

2 years agobuild(deps-dev): bump terser-webpack-plugin from 5.3.3 to 5.3.6 in /html (#973)
dependabot[bot] [Tue, 13 Sep 2022 03:15:21 +0000 (11:15 +0800)]
build(deps-dev): bump terser-webpack-plugin from 5.3.3 to 5.3.6 in /html (#973)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.3 to 5.3.6.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.6)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agohtml: update dependencies
Shuanglei Tao [Mon, 12 Sep 2022 14:30:12 +0000 (14:30 +0000)]
html: update dependencies

2 years agohtml: upgrade to xterm-addon-image 0.1.3
Shuanglei Tao [Mon, 12 Sep 2022 14:16:41 +0000 (14:16 +0000)]
html: upgrade to xterm-addon-image 0.1.3

2 years agohtml: only show resize overlay on ws
Shuanglei Tao [Sat, 3 Sep 2022 11:25:33 +0000 (19:25 +0800)]
html: only show resize overlay on ws

2 years agohtml: upgrade to xterm-addon-image 0.1.1
Shuanglei Tao [Tue, 30 Aug 2022 13:04:14 +0000 (13:04 +0000)]
html: upgrade to xterm-addon-image 0.1.1

2 years agohtml: add sixel support (#970)
jerch [Mon, 29 Aug 2022 23:44:25 +0000 (01:44 +0200)]
html: add sixel support (#970)

* sixel support

* make linter happy

* picky linters gonna be picky

* simplify worker inlining

* rebuild html

Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
2 years agoserver: allow http on https port
Shuanglei Tao [Sun, 28 Aug 2022 11:03:51 +0000 (19:03 +0800)]
server: allow http on https port

2 years agoprotocol: ignore resize message if process freed (#968)
Dustin Martin [Tue, 23 Aug 2022 14:00:46 +0000 (07:00 -0700)]
protocol: ignore resize message if process freed (#968)

2 years agocross: revert to mbedtls 2.x (2.28.1)
Shuanglei Tao [Thu, 18 Aug 2022 08:15:49 +0000 (16:15 +0800)]
cross: revert to mbedtls 2.x (2.28.1)