felixlu / jap

Automatically exported from code.google.com/p/jap
0 stars 0 forks source link

About versions. #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I notice @Jeroen you had updated your github JAP rep these days.
Can you make a changelog file to record the changing?
So that users will know to update server/client or not.
Thanks for your more and more perfect work of art!

Original issue reported on code.google.com by westmin...@gmail.com on 18 Mar 2013 at 10:55

GoogleCodeExporter commented 8 years ago
Ok, I will do that :)

I have updated proxy server support.
You can connect to HTTP proxy servers (PROXY_SERVER.TYPE="HTTP") with:
- no authentication
- BASIC authentication
You can connect to SOCKS5 proxy servers (PROXY_SERVER.TYPE="SOCKS5") with:
- no authentication

JAP_SSH_WS_LOCAL_PYTHON uses the SSH protocol over the WEBSOCKET protocol.
Why? http://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing

I also corrected a connection error.

Original comment by jeroen.v...@gmail.com on 18 Mar 2013 at 6:39