Bug 117554

Summary: When attempting to reconnect, Konv tries only the last server in the alternatives list
Product: [Applications] konversation Reporter: Seth Kinast <seth>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.18   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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.