Bug 117554 - When attempting to reconnect, Konv tries only the last server in the alternatives list
Summary: When attempting to reconnect, Konv tries only the last server in the alternat...
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 0.18
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-03 01:20 UTC by Seth Kinast
Modified: 2005-12-03 14:15 UTC (History)
0 users

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 Seth Kinast 2005-12-03 01:20:53 UTC
Version:           0.18 (using KDE KDE 3.5.0)
Installed from:    Ubuntu Packages
OS:                Linux

I input two servers into a network:

1| irc.freenode.net
2| localhost

The logic for this is that sometimes I SSH tunnel to IRC because my university blocks IRC. So if my laptop is at a university location, I will have an SSH tunnel running on localhost. If Konversation is unable to connect to server 1, it will retry with server 2.

The bug is this: If Konversation fails to connect to either server (because I haven't plugged in my wireless card yet, etc.), it will try all servers and then say "waiting 2 minutes before next connection attempt". After 2 minutes, it ONLY tries server #2! Server #1 is never attempted again.

Expected behavior: Go back to the beginning of the alternatives list and try to connect to server #1 once more.
Comment 1 Eike Hein 2005-12-03 14:15:08 UTC
Iteration is fixed in SVN. The fix will appear in the next release.