Summary: | Per-network proxy settings | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Raphael Kubo da Costa <rakuco> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | anselmolsm, hein, luke-jr+kdebugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Raphael Kubo da Costa
2012-11-23 09:32:50 UTC
This is definitely planned :). I've submitted a patch related to this issue: https://git.reviewboard.kde.org/r/116661/ Git commit 4e67d344ba9ef6f51d250e2b58de62606f5c9ceb by Anselmo L. S. Melo. Committed on 18/10/2015 at 13:15. Pushed by amelo into branch '1.6'. Allow a server to bypass the proxy settings Added an option which allows a server to bypass the proxy configured at konvi's settings -> behavior -> connection. Useful when a user needs the proxy to connect to the outside world, but should not use the proxy to connect to an internal IRC server. REVIEW: 116661 M +2 -0 src/application.cpp M +8 -1 src/irc/server.cpp M +14 -1 src/irc/serverdialogui.ui M +2 -0 src/irc/servergroupdialog.cpp M +4 -1 src/irc/serversettings.cpp M +4 -0 src/irc/serversettings.h http://commits.kde.org/konversation/4e67d344ba9ef6f51d250e2b58de62606f5c9ceb How about when a proxy is *only* needed for a specific server? Eg, use Tor only for .onion servers... (In reply to Luke-Jr from comment #4) > How about when a proxy is *only* needed for a specific server? Eg, use Tor > only for .onion servers... The proxy related to Tor would be configured as the global proxy (settings->configuration->connection). The patch mentioned above added a check box "use global proxy". In this case you would leave that check box marked only for the .onion servers. However, if you need a regular proxy for some servers + Tor for other ones, it is not covered. |