![]() |
| pocketPuTTY needed feasure |
|
bebox
|
hi it's me again : i have found what is to do but no way to download source package :( only file by file :(
in file proxy.c you only have to edit this part :
and edit the last line to replace it by :
as you can se we put the user string directly in connect string (for my provider i need to have this user agent to pass thru imode proxy) if someone can help me by compiling pocketPuTTY this this modification ... (no way to do myself , because no way to download a source pakage :( ) please help |
||||||||||||||||
|
|
|||||||||||||||||
| Proxy activation |
|
ericd
|
Hi Bebox,
Your modification are not sufficient because I think that for the moment Proxy are not activated nor in configuration and then nor in execution. But I try to comment some line in proxy.c on function new_connection() mainly : " if (cfg->proxy_type != PROXY_NONE && proxy_for_destination(addr, hostname, port, cfg))" and " // if (cfg->proxy_type == PROXY_HTTP) { ret->negotiate = proxy_http_negotiate; /* } else if (cfg->proxy_type == PROXY_SOCKS4) { ret->negotiate = proxy_socks4_negotiate; } else if (cfg->proxy_type == PROXY_SOCKS5) { ret->negotiate = proxy_socks5_negotiate; } else if (cfg->proxy_type == PROXY_TELNET) { ret->negotiate = proxy_telnet_negotiate; } else { ret->error = "Proxy error: Unknown proxy method"; return (Socket) ret; } */ " Then hardly replace proxy host and ip and it works!!! ;=) That mean it just miss the proxy configuration page. As I just arrive on this forum I don't know if someone is working on proxy configuration. If nobody it may be a pleasure to help the developpement team as they really do a great job. |
||||||||||||
|
|
|||||||||||||
| pocketPuTTY needed feasure |
|
||
|
Powered by phpBB © phpBB Group
Design by phpBBStyles.com | Styles Database.
Content © PocketPuTTY.net
Design by phpBBStyles.com | Styles Database.
Content © PocketPuTTY.net


