Bug 135061

Summary: Add SOCKS v5 proxy support
Product: [Applications] konversation Reporter: Magnus <stinkfart>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: hein, jkoelndorfer, miso
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Magnus 2006-10-03 21:25:29 UTC
Version:           0.19 (using KDE KDE 3.5.2)
Installed from:    Ubuntu Packages
OS:                Linux

I would like to ask the developers to consider adding support for SOCKSv5 proxies in the konversation irc client.  This should be supported on a per-server basis.  For example, my employer has an IRC server on the corporate WAN that should not use a proxy.  But when I connect to Freenode, I want to use my Tor client which requires connecting through localhost port 9050 using SOCKS version 5 protocol.  Thanks for considering this.
Comment 1 Eike Hein 2006-10-04 00:10:48 UTC
Adding SOCKS v5 proxy support is definitely planned, but presently unscheduled.
Comment 2 John Koelndorfer 2009-06-29 20:18:02 UTC
Just making it known that I second this request.
Comment 3 Peter Simonsson 2009-08-14 23:24:28 UTC
SVN commit 1011502 by psn:

Add socks v5 and http proxy support which uses the same proxy settings
for all connections.
CCBUG: 135061
BUG: 105844,197716


 M  +1 -1      ChangeLog  
 M  +32 -0     src/application.cpp  
 M  +1 -0      src/application.h  
 M  +1 -1      src/commit.h  
 M  +120 -17   src/config/connectionbehavior_config.ui  
 M  +30 -0     src/config/konversation.kcfg  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1011502