- 05 Oct, 2015 3 commits
-
-
Iwasaki Yudai committed
-
support for client certificate
Iwasaki Yudai committed -
Add 'Server' HTTP header with current GoTTY version
Iwasaki Yudai committed
-
- 02 Oct, 2015 1 commit
-
-
$ curl -I http://gotty.server/ HTTP/1.1 200 OK Accept-Ranges: bytes Content-Length: 407 Content-Type: text/html; charset=utf-8 Last-Modified: Fri, 02 Oct 2015 08:04:28 GMT Server: GoTTY/0.0.10 Date: Fri, 02 Oct 2015 08:04:28 GMT
Manfred Touron committed
-
- 30 Sep, 2015 7 commits
-
-
Added mutex to avoid concurrent writes
Iwasaki Yudai committed -
fix typo
Iwasaki Yudai committed -
Add relevant logic
Andrea Lusuardi - uovobw committed -
Andrea Lusuardi - uovobw committed
-
Andrea Lusuardi - uovobw committed
-
Andrea Lusuardi - uovobw committed
-
Quentin Perez committed
-
- 28 Sep, 2015 2 commits
-
-
run go fmt
Johan Gall committed -
reconnec_ttime -> reconnect_time
freakhill committed
-
- 21 Sep, 2015 1 commit
-
-
Add `gotty-client` in README.md
Iwasaki Yudai committed
-
- 20 Sep, 2015 2 commits
-
-
Manfred Touron committed
-
Iwasaki Yudai committed
-
- 17 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 05 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 03 Sep, 2015 2 commits
-
-
* Syntax check for the configuration file * Better handling of invalid UTF-8 bytes
Iwasaki Yudai committed -
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.
Iwasaki Yudai committed
-
- 02 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 01 Sep, 2015 5 commits
-
-
* Fix basic authentication and reconnection conflict * Send ping/pong to keep connections
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 31 Aug, 2015 3 commits
-
-
* Fixed TLS/SSL default files loading error * Fixed Sasfari basic authentication error
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
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
-
- 30 Aug, 2015 7 commits
-
-
Iwasaki Yudai committed
-
* Favicon has been added
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 29 Aug, 2015 4 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
* Profile file is merged into config file
Iwasaki Yudai committed -
Iwasaki Yudai committed
-