Number of users is incorrectly calculated on ADC hub
Bug #271708 reported by
E_zombie
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LinuxDC++ |
Fix Released
|
Medium
|
Razzloss |
Bug Description
I use linuxdcpp on ADC hub (https:/
after 10-20 hours uptime count users on linuxdcpp != [command] !stats on ADC hub != apex based DC clent (see screenshot).
bug Linuxdcpp ?
maybe it linking whit used !rename command on adc hub or some bug ADC DShub ?
Related branches
Changed in linuxdcpp: | |
assignee: | nobody → razzloss |
status: | New → In Progress |
Changed in linuxdcpp: | |
status: | Fix Committed → Confirmed |
Changed in linuxdcpp: | |
importance: | Undecided → Medium |
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
Changed in linuxdcpp: | |
status: | Fix Released → Fix Committed |
Changed in linuxdcpp: | |
milestone: | none → 1.1.0 |
tags: | added: hub ui |
tags: | added: adc |
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I assume 0.705 that branch is used? (Though it shouldn't matter)
If I understood correctly !rename changes the nick of a user while he is logged in? If this is the case the old nick should stay in the userlist and the new one is added when changing nick. This is because of a bug in Hub::findUser_ gui/updateUser_ gui, which incorrectly uses Nick instead of CID to identify user updates.
Can you confirm that the both nicks are found in the userlist after rename?
--RZ