Show IP address in hub user list
Bug #385284 reported by
mark
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LinuxDC++ |
Fix Released
|
Wishlist
|
Steven Sheehy |
Bug Description
Please add the IP address to the columns of the nicklist (where nick, shared, description, tag, connection, email can be enabled/disabled). The only way to see the IP is to get one user's file list or download a file from him.
Should be easy to implement, but I did not find the code for those columns.
Related branches
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Code for the columns is in the linux/hub.cc (creation around the line 60 in current trunk, filling the data in Hub::getParams_ client) .
Though you probably still have to download something from the user as I don't think DC++ knows the users IP otherwise. (I don't see any reason why it should)
I don't really think that this would be useful and would only clutter the UI even more (specially if most of the entries are empty, because the IP isn't known).
--RZ