flechaig
817b5c8133
Avoid HTTP 401 error on manifest.json due to CORS
...
Because of CORS, the manifest.json request returns an HTTP 401 error.
Explaination: https://github.com/koajs/basic-auth/issues/19
2022-03-25 09:05:07 +01:00
Søren L. Hansen
faeb610961
Refresh artwork
2021-04-25 02:31:38 -07:00
Soren L. Hansen
117747708b
Release v2.1.0
2021-04-18 08:27:24 -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
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
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
Iwasaki Yudai
412ffeb06d
Use in memory storage not to clear local storage
...
Closes #118 .
2017-08-08 16:53:24 +09:00
Iwasaki Yudai
6af36bc6d9
Treat ping messages properly not to lose window title
...
Thanks to @rgawenda at #65 .
2015-10-07 04:36:13 +09:00
Quentin Perez
a4e77b2b76
Added handling of —permit-arguments option
2015-10-05 09:50:48 +02:00
Iwasaki Yudai
4f75000256
Send data in base64 format
...
Raw data sometimes include invalid UTF-8 bytes and that brings errors to
WebSocket clients. To avoid the errors, encode data into base64 before
sending it.
2015-09-02 20:16:35 -07:00
Iwasaki Yudai
00ddf781de
Send ping/pong
2015-08-31 21:34:54 -07:00
Iwasaki Yudai
0e81c484a9
Authenticate WS connection using token
...
Safari doesn't support basic authentication for websocket sessions.
This commit introduces a token-based authentication only for websocket
connection.
The token is shared by all clients and that might be not secure. However,
basic authentication itself is insecure and the credential is already
shared by clients, so don't mind.
2015-08-31 15:54:34 +09:00
Iwasaki Yudai
ee77ec1b3a
Add favicon
2015-08-30 16:44:18 +09:00
Iwasaki Yudai
678258ecf1
Log received hterm preferences in console
2015-08-30 06:51:05 +09:00
Iwasaki Yudai
d3e48aa3ae
Merge profile and config files and support custom index file
2015-08-29 13:23:00 +09:00
Iwasaki Yudai
783e3fd925
Don't translate input
...
When `send-encoding` is `utf-8`, hterm translate input from the
clipboard from UTF-16 to UTF-8, even when the input is indeed UTF-8.
This translation messes up all non ASCII input.
2015-08-25 11:23:38 +09:00
Iwasaki Yudai
acacba6f03
Support auto reconnection
...
A new option `--auto-reconnect` which takes seconds to reconnect is
added.
2015-08-24 07:14:24 +09:00
Iwasaki Yudai
45f65bfc29
Support profile files to customize hterm
2015-08-23 22:58:01 +09:00
Iwasaki Yudai
a765d6c660
Set window title by control message
2015-08-23 20:54:46 +09:00
Iwasaki Yudai
67b54b7f20
Show command and hostname in windows title
2015-08-23 14:09:13 +09:00
Iwasaki Yudai
5eea5067db
Simplify structure of command messages
...
The first byte of a input message shows the type of that message.
0: normal keystrokes
1: resize window command
2015-08-21 19:01:06 +09:00
Iwasaki Yudai
a09b060216
Show "Connection Closed" message as overlay
...
Closes #7 .
2015-08-17 21:45:52 -07:00
Iwasaki Yudai
6de9b0515f
Set position of body element to absolute
...
Some terminal massages were shown at strange positions.
2015-08-16 19:07:06 -07:00
Iwasaki Yudai
a40c468a7e
Format and fix typo
2015-08-17 07:02:51 +09:00
Iwasaki Yudai
cba86dd046
Initialize repository
2015-08-16 20:52:27 +09:00