Bug 105844

Summary: Add HTTP Proxy Support
Product: [Applications] konversation Reporter: Jason Huebel <jhuebel>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: thiago
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jason Huebel 2005-05-18 00:05:05 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Gentoo Packages
OS:                Linux

Currently, Konversation doesn't support using an HTTP Proxy.  In order to use Konversation, I'm having to use HTTPort on a Windows PC to encapsulate and redirect my IRC connection through the HTTP Proxy.  That leads to random disconnects and timeouts.

In addition to HTTP Proxy support, an option for sending a keepalive PING would be helpful to maintain the connection through the proxy.  The number of seconds between keepalive pings should be configurable.
Comment 1 Daniele Galdi 2005-11-08 15:22:25 UTC
*** This bug has been confirmed by popular vote. ***
Comment 2 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