1. 31 Aug, 2015 1 commit
    • Authenticate WS connection using token · 0e81c484
      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.
      Iwasaki Yudai committed
  2. 30 Aug, 2015 7 commits
  3. 29 Aug, 2015 7 commits
  4. 28 Aug, 2015 3 commits
  5. 27 Aug, 2015 2 commits
    • Support config file · 4b67e305
      Iwasaki Yudai committed
    • Release v0.0.4 · 6e39085a
      * New `--title-format` option to specify window titles
      * Terminal profile support is added
      * ARM architecture support
      * New `--auto-reconnect` option to reconnect to the server
      * TLS/SSL option by `-t` option
      * `--once` option to shutdown the server after the first client exits
      * Better UTF-8 input support
      Iwasaki Yudai committed
  6. 26 Aug, 2015 1 commit
  7. 25 Aug, 2015 1 commit
    • Don't translate input · 783e3fd9
      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.
      Iwasaki Yudai committed
  8. 24 Aug, 2015 10 commits
  9. 23 Aug, 2015 8 commits