Bug 197716 - konversation does not connect behind a proxy requiring basic authentication...
Summary: konversation does not connect behind a proxy requiring basic authentication...
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.2-alpha1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 12:52 UTC by Bradlee Sargent
Modified: 2009-08-14 23:28 UTC (History)
2 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 Bradlee Sargent 2009-06-24 12:52:58 UTC
Version:           1.2-alpha1 (using 4.2.86 (KDE 4.2.86 (KDE 4.3 >= 20090514)) "release 1", openSUSE Factory)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.30-rc6-git3-4-default

I open konversation and click on connect, and it says the following and nothing else:
[06:46] [Info] Looking for server chat.freenode.net:8001...
[06:46] [Info] Server found, connecting...

It never seems to connect.
I believe the reason may be that I am behind a proxy that requires basic authentication.
When I open other internet applications, I am usually prompted for a username and password which identifies me to the proxy server so I can go ahead and connect to the internet.
Konversation does not do this.

How can I download the source and what IDE should I use to compile it and see whats going on?
Comment 1 Eike Hein 2009-06-25 05:36:08 UTC
Konversation doesn't have proxy support at present.

Check http://konversation.kde.org/ for where to find the source code (see the "Get from SVN" link in the menu and look for the info on the KDE 4 port in the wiki page it links to).

No IDE is required to compile Konversation. Popular IDEs among KDE developers are KDevelop and QtCreator.
Comment 2 Eike Hein 2009-06-25 05:37:08 UTC
This is a duplicate of either bug #135061 or bug #105844 depending on what type of proxy you want to use.
Comment 3 Peter Simonsson 2009-08-14 23:28:23 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