Tahaan / proxymanager

Tool to enable or disable the configured proxy server for a wide range of programs
GNU General Public License v3.0
9 stars 5 forks source link

Make Proxy Server/Port configurable #3

Closed Tahaan closed 10 years ago

Tahaan commented 10 years ago

Change the modules/templates to use a configurable setting to specify the Proxy server and port.

At present a pair of variables exists in the global configuration for this purpose, by names: PM_PROXY_HOST PM_PROXY_PORT

This is used by the module for Git only. This needs to be implemented in all modules.

Tahaan commented 10 years ago

Resolved by parsing templates. Most modules will now set the proxy server at the same time as enabling the proxy.

Notable exception here is KDE. Setting the proxy server without damaging any existing configuration settings requires slightly more careful work.

Fixed for the rest in Module Improvements delivering 0.1.6

Tahaan commented 10 years ago

Feature delivered in v0.9