raisedragon / pircbotx

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

Add proxy support #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adding proxy support would be a nice feature. Right now you have to modify the 
connect() method since you have to pass the Proxy class to the Socket 
constructor. 

The easiest option would probably be a setProxy() method. However this would 
require rewriting some code on how we create sockets and updating 
UtilSSLSocketFactory. 

Defiantly holding off till 1.9

Original issue reported on code.google.com by Lord.Qua...@gmail.com on 7 Jan 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Fixed with Revision 07149e722361

Original comment by Lord.Qua...@gmail.com on 22 Jan 2013 at 12:38