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
6a43836f0b
Add go fmt
to check format of code
2015-08-20 16:48:35 +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
cba86dd046
Initialize repository
2015-08-16 20:52:27 +09:00