Bug 198112 - [IRC] [UI] Style user information a bit better when a user enters a channel
Summary: [IRC] [UI] Style user information a bit better when a user enters a channel
Status: CLOSED DUPLICATE of bug 202004
Alias: None
Product: ECF
Classification: RT
Component: ecf.ui (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks: 202004
  Show dependency tree
 
Reported: 2007-07-27 11:18 EDT by Chris Aniszczyk CLA
Modified: 2014-02-14 16:08 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***