aMule Bug Tracker - aMule
View Issue Details
0000706aMuleExternal Connpublic2005-12-09 05:012008-07-14 15:19
Jacobo221 
Xaignar 
normalminoralways
closedopen 
 
 
0000706: wrong id status
For reporting the ID of another client (details) it does the folowing check in ClientDetailDialog.cpp:

(m_client->HasLowID() ? _("LowID"):_("HighID")

It should check if m_nUserIDHybrid == 0.

Otherwise, in some cases it will show, wrongly, "High ID":
*Not yet identified clients
*Kademlia-only users
No tags attached.
Issue History
2005-12-09 05:01Jacobo221New Issue
2005-12-09 23:34KryStatusnew => assigned
2005-12-09 23:34KryAssigned To => Kry
2005-12-09 23:35KryStatusassigned => closed
2005-12-09 23:35KryNote Added: 0001610
2005-12-09 23:45XaignarStatusclosed => assigned
2005-12-09 23:45XaignarAssigned ToKry => Xaignar
2008-07-14 15:19WuischkeStatusassigned => closed

Notes
(0001610)
Kry   
2005-12-09 23:35   
Assuming lowid on non-identifies is as wrong as assuming highid. And there is no such "kademlia-only client".