Feature #405
client reconnect
Start date:
Due date:
% Done:
100%
Estimated time:
OS:
Any
Description
please add auto reconnect after the client lost the connection to core.
Associated revisions
History
#1 Updated by mikearthur over 15 years ago
Any status on this? I've had a dodgy connection at Akademy this week and it's rather irritating how often Quassel disconnects and doesn't reconnect. It makes it basically unusable on connections with packet loss.
It would be great to add automatic reconnection as an option. With a little guidance I could probably write a patch for this?
#2 Updated by Sputnick about 15 years ago
- Status changed from New to Assigned
- Assignee set to Sputnick
- Priority changed from High to Normal
#3 Updated by Sputnick about 15 years ago
- Target version set to 0.6.0
#4 Updated by Sputnick almost 15 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset f9f7524c41eb5668f3172cfddaa4d50badcd7fff.
Actually make the client/core connection settings do something
This introduces ping timeout settings and automatic reconnect. If you're using
KDE, you'll get Solid support to disconnect and reconnect as your network connection
status changes.
Thanks to sebas for the initial patch for Solid support!
Closes #405, closes #702