Bug 135061 - Add SOCKS v5 proxy support
Summary: Add SOCKS v5 proxy support
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.0
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-03 21:25 UTC by Magnus
Modified: 2012-04-02 11:11 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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