mtomwing / pickups

IRC gateway for hangups
MIT License
73 stars 25 forks source link

Support HTTP and SOCKS proxies #11

Open yardenac opened 9 years ago

yardenac commented 9 years ago

Needs basic support for network proxying

urandom2 commented 8 years ago

as a workaround, I have found torify works quite well for socksifying pickups/hangups; it is also worth considering that since hangups is making the actual network connections this issue should be filed against that product.

tdryer commented 8 years ago

hangups supports proxying through the HTTP_PROXY environment variable.

urandom2 commented 8 years ago

@tdryer: is there any support for socks proxies?

tdryer commented 8 years ago

No, only HTTP proxies.

urandom2 commented 8 years ago

could we use this issue to track socks proxy support, should I open another issue for that, or are they not feasable?

tdryer commented 8 years ago

SOCKS may not be feasible, but we can use this issue to track both.