Bug 198112

Summary: [IRC] [UI] Style user information a bit better when a user enters a channel
Product: [RT] ECF Reporter: Chris Aniszczyk <caniszczyk>
Component: ecf.uiAssignee: ecf.core-inbox <ecf.core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: jakub.jurkiewicz, remy.suen, slewis
Version: 1.1.0Keywords: bugday, helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 202004    

Description Chris Aniszczyk CLA 2007-07-27 11:18:55 EDT
Currently in the ECF IRC client, when a user enters a channel, you see this:
<nickname> entered

It would be nice if we did something similar to most IRC clients:
<nickname> (full address) has joined <channel>

For example,

Joerndi (joerndi@p542358.dip.t-dialin.net) has joined #eclipse
Comment 1 Jakub Jurkiewicz CLA 2007-09-28 08:57:43 EDT
I looked into this and I get to the point when I know where the code should be changed (method ChatRoomManagerView#addParticipant(IUser p)) but I don't know how to get the full address information. 
Any suggestions?
Comment 2 Remy Suen CLA 2007-09-28 13:31:33 EDT
The original org.schwering.irc.lib.IRCUser class seems to have a getHost() method. How that's supposedly to translate on the UI layer is a different question. The IDs of users are currently just arbitrray StringID instances so that information isn't even being wrapped to be interpreted by the UI. I think this is essentially blocked by bug 202004.
Comment 3 Scott Lewis CLA 2014-02-14 16:08:23 EST
Resolving as duplicate of bug 202004 as per comment 2

*** This bug has been marked as a duplicate of bug 202004 ***