Bug 198170 - [IRC] add underscore to nick upon failed initial login
Summary: [IRC] add underscore to nick upon failed initial login
Status: RESOLVED WONTFIX
Alias: None
Product: ECF
Classification: RT
Component: ecf.protocols (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 2.0.1   Edit
Assignee: Cagatay Calli CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2007-07-27 18:51 EDT by Cagatay Calli CLA
Modified: 2014-05-09 13:32 EDT (History)
4 users (show)

See Also:


Attachments
Create ghost nick in the case nickname is already in use (9.93 KB, patch)
2009-05-10 08:23 EDT, Razec CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cagatay Calli CLA 2007-07-27 18:51:15 EDT
Build ID: I20070621-1340

Steps To Reproduce:
1. Try to connect with a registered nickname, supplying wrong password.
2. Observe server response: "ERROR: 433,Nickname is already in use."
3. Observe server response disconnecting the IRC client: "ERROR: Closing Link: 127.0.0.1 (Connection Timed Out)"


More information:
Comment 1 Cagatay Calli CLA 2007-07-27 19:29:25 EDT
This is a small bug that is suitable for bugday IMHO.

I'm interested in working on this bug on Eclipse Bug Day (July 27 2007)
Comment 2 Scott Lewis CLA 2007-07-27 20:33:19 EDT
(In reply to comment #1)
> This is a small bug that is suitable for bugday IMHO.
> 
> I'm interested in working on this bug on Eclipse Bug Day (July 27 2007)
> 

It's all yours...thanks.  I'm not sure I understand what the correct/expected behavior is though...shouldn't connect be refused for wrong password?
Comment 3 Cagatay Calli CLA 2007-07-28 06:46:57 EDT
Current situation doesn't allow you to kill your ghost when this happens. I think the expected behaviour should be appending an underscore and/or a random number to keep you connected with a different nick as other IRC clients do.
Comment 4 Remy Suen CLA 2007-07-28 10:35:06 EDT
Yeah, your nick should be switched with something else. The appending of an underscore's usually how it's done.
Comment 5 Scott Lewis CLA 2007-10-16 13:36:23 EDT
Changing title to reflect change of design implied by comment #3.
Comment 6 Scott Lewis CLA 2008-05-23 14:52:31 EDT
changing target milestone
Comment 7 Razec CLA 2009-05-10 08:23:29 EDT
Created attachment 135068 [details]
Create ghost nick in the case nickname is already in use
Comment 8 Razec CLA 2009-05-10 08:25:25 EDT
Comment on attachment 135068 [details]
Create ghost nick in the case nickname is already in use

Hello buddies,  

I told to CCalli that I would try do solution to problem. So I found it.

Now is similar XCHAT when you connected and your nickname is already in use, So will connect a ghost nick, adding underscore.

I commented code. In the case doubt/suggestion please tell me.

Check please!!!

Any help would be most welcome...

-Razec
Comment 9 Scott Lewis CLA 2014-05-09 13:32:40 EDT
Resolving as wontfix due to limited resources.  If contributors or committer resources become available for additional work in this area then please reopen.