Bug #1019

avatar

Smuxi not detecting being GHOSTed by irc server

Added by Ingo Saitz 3374 days ago. Updated 3261 days ago.

Status:New Start:01/29/2015
Priority:Normal Due date:
Assigned to:avatarMirco Bauer % Done:

0%

Category:Engine IRC
Target version:1.0.1
Complexity:

Medium

Found in Version:

0.12.0.0

Votes: 0

Description

Being GHOSTed by the irc server via NickServ, smuxi does not detect this but keeps waiting for a ping reply before reconnecting to the server. Also the ghost message is not displayed in any tab, the first displayed message is displayed when the lag-timer reaches ~90 seconds and starts a reconnect; displayed as this in every tab from the server:

Do 14:08 -!- Disconnected from freenode

comment from meebey: at ERROR it should close the socket, but it doesnt seem to

smuxi.log (8.3 KB) Ingo Saitz, 01/29/2015 02:27 PM

History

Updated by Mirco Bauer 3373 days ago

avatar
  • Category set to Engine IRC
  • Assigned to set to Mirco Bauer
  • Target version set to 1.0
  • Complexity set to Medium

Updated by Mirco Bauer 3287 days ago

avatar

When I was checking the code, how SmartIrc4net handles server signaled errors (ERROR message), this is what I have found:

                switch (command) {
                    case "ERROR":
                        // FIXME: handle server errors differently than connection errors!
                        //IsConnectionError = true;
                        break;

:-D

Updated by Mirco Bauer 3261 days ago

avatar
  • Target version changed from 1.0 to 1.0.1

Also available in: Atom PDF