Bug #303
Reconnect loop with bouncers (irssi-proxy)
Status: | Closed | Start: | 01/17/2010 | |
Priority: | Urgent | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.7.1 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
Smuxi is going into an endless loop once the connection was lost to an irssi-proxy. The reconnect feature is not passing the password resulting in a failed login attempt. irssi-proxy just closes the network socket without any error message and Smuxi tries to reconnect, and so on....
Associated revisions
Revision 06619bc8488e3fc0b998b8e541d7c6c80a1d2533
Pass the password directly to the IRC library (closes: #303)
Smuxi was passing the password to the IRCd instead of the Login() method of
the IRC library. This leads to incorrect reconnect attempts as the IRC library
does not know/remember the password.
History
Updated by Mirco Bauer 5421 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 06619bc8488e3fc0b998b8e541d7c6c80a1d2533.