Closed
Bug 22304
Opened 26 years ago
Closed 26 years ago
No error reporting: logging in twice fails silently
Categories
(Other Applications Graveyard :: ChatZilla, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mcafee, Assigned: rginda)
Details
Leave irc running on machine A, goto machine B and
log into irc again, same user id. You should get an
error saying you're already logged on, instead
chatzilla sits there and does nothing.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
mmm, The "nickname is already in use" message isn't hooked up to the display
routine. If you turn on debug messages in the options menu, you shold see the
event get routed to network.on433 (I think that's the code), but no such handler
exists, so the message just gets dropped. I've got this fixed in my tree at
home, but might not get a chance to checkin until after the holidays.
Incidentally, the there is no network.onError handler hooked up either, so if
the server kicks you off for some reason, chatzilla will appear to have failed
silently also. This is fixed in my local tree as well.
| Assignee | ||
Comment 2•26 years ago
|
||
Nick in use message hooked up.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
| Comment hidden (collapsed) |
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•