Bug 105844 - Add HTTP Proxy Support
Summary: Add HTTP Proxy Support
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 00:05 UTC by Jason Huebel
Modified: 2009-08-14 23:24 UTC (History)
1 user (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 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