Opened 17 years ago

Closed 15 years ago

Last modified 15 years ago

#35 closed Enhancement (fixed)

Automatic proxy configuration desired

Reported by: KSMarksPsych Owned by: romw
Priority: Minor Milestone: Undetermined
Component: Manager Version:
Keywords: proxy Cc:

Description

Posted by: Date: 4:00 PM 08-18-2005 For users who have to switch between networks with different proxies (or without proxies) an automatic proxy configuration would be nice.

It could work exactly like the automatic proxy configuration of web browsers like e.g. Firefox.

Of course two different scripts for both HTTP- and SOCKS-Proxy should be possible.

Posted by: Date: 3:29 AM 11-26-2005 For Windows systems, this can be lifted directly from the registry. IE stores the proxy settings in HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings in some values whose names start with "Proxy".

Posted by: Date: 3:32 AM 11-26-2005 My bad, Bugzilla strips backslashes. Unixifying the registry key, it's "HKCU/Software/Microsoft/Windows/CurrentVersion/Internet Settings"

Posted by: Date: 3:50 PM 01-03-2006 "For Windows systems, this can be lifted directly from the registry." This is valid only for IE and should therefore not be used! It would be a bad solution, anyway, to use other programs settings without asking the user.

Change History (5)

comment:1 in reply to:  description Changed 17 years ago by stanislav_cimpa@…

Replying to KSMarksPsych:

Posted by: Date: 4:00 PM 08-18-2005 For users who have to switch between networks with different proxies (or without proxies) an automatic proxy configuration would be nice.

It could work exactly like the automatic proxy configuration of web browsers like e.g. Firefox.

Of course two different scripts for both HTTP- and SOCKS-Proxy should be possible.

Posted by: Date: 3:29 AM 11-26-2005 For Windows systems, this can be lifted directly from the registry. IE stores the proxy settings in HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings in some values whose names start with "Proxy".

Posted by: Date: 3:32 AM 11-26-2005 My bad, Bugzilla strips backslashes. Unixifying the registry key, it's "HKCU/Software/Microsoft/Windows/CurrentVersion/Internet Settings"

Posted by: Date: 3:50 PM 01-03-2006 "For Windows systems, this can be lifted directly from the registry." This is valid only for IE and should therefore not be used! It would be a bad solution, anyway, to use other programs settings without asking the user.

comment:2 Changed 17 years ago by FluffyChicken

Just add the option, use 'Internet Explorer settings' or such like most programs do. Would have saved me loads off hassle when I used proxies (especially with a script base setting)

Actually since IE is in the Windows OS, it's actually the Internet Options settings (in the Control Panel). At lot of windows programs like WLM/MSN's, Help, IE, office, error reporting... etc need to have this set for them to work properly nowadays

comment:3 Changed 16 years ago by Simek

Keywords: proxy added

comment:4 Changed 15 years ago by romw

Resolution: fixed
Status: newclosed

(In [18772]) - client: Initial swipe at automatic proxy server configuration

detection on Windows. Fixes #35

client/

cs_cmdline.cpp http_curl.cpp http_curl.h

lib/

boinc_win.h proxy_info.cpp proxy_info.h util.cpp win_util.h

comment:5 Changed 15 years ago by romw

(In [18773]) - client: Initial swipe at automatic proxy server configuration

detection on Windows. Fixes #35

client/

cs_cmdline.cpp http_curl.cpp http_curl.h

lib/

boinc_win.h proxy_info.cpp proxy_info.h util.cpp win_util.h

Note: See TracTickets for help on using tickets.