user name dont apper as they are

Bug #604770 reported by Abhijit Navale
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Lernid
Fix Released
Medium
Unassigned

Bug Description

The user's nick who have join into #ubuntu-classroom-chat is not appearin in lernit as it is.
Some real time eample i found:
The nick Krysis dont appear in lernid at all.
The nick Guest71922 appear as "guest71922 in lernid.
The nick Ram_Yash appears as "ram_yash" in lernid.

Related branches

Revision history for this message
Abhijit Navale (abhi-navale) wrote :
Changed in lernid:
status: New → Confirmed
Revision history for this message
Abhijit Navale (abhi-navale) wrote :

this is the second screenshot. we can compare it with first screenshot.
there you can see how the nicks differe I am talking about.

Changed in lernid:
importance: Undecided → Medium
Revision history for this message
John S. Gruber (jsjgruber) wrote :

Lernid displays id's which are always lower case. Aliases are mixed case. See http://telepathy.freedesktop.org/spec/Connection_Interface_Aliasing.html#Method:RequestAliases for the method to retrieve aliases.

Perhaps, replace InspectHandles call in lernid/IrcBackend.py _update_members method with, for example:

        self._conn[CONNECTION_INTERFACE_ALIASING].RequestAliases(
             handles,
             reply_handler=update_cb,
             error_handler=ignore)

Changed in lernid:
status: Confirmed → Triaged
status: Triaged → In Progress
assignee: nobody → John S. Gruber (jsjgruber)
Changed in lernid:
status: In Progress → Fix Committed
Changed in lernid:
status: Fix Committed → In Progress
Changed in lernid:
assignee: John S. Gruber (jsjgruber) → nobody
status: In Progress → Fix Released
status: Fix Released → Fix Committed
Changed in lernid:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.