Status fields.

Archived discussion about features (predating the use of Bugzilla as a bug and feature tracker)

Moderator: Moderators

Locked
pkarlstr
Posts: 7
Joined: 2003-02-22 08:02

Status fields.

Post by pkarlstr » 2003-02-22 08:11

One really nice thing to have for us op's is some sort of status field in the connectionlist and in the pending filelists (in the download list)

The thing is that there are people that blocks downloads and returns a "No slots available"...
What i would like here is another field in the connectionlist that specifies how long you have waited for a slot from that user.
Also add the kick/user-menus to the connectionlist.
It's quite irritating to check how long you have waited for a slot from a specific user and then also find them in the userlist of the hub.

/Patric

pkarlstr
Posts: 7
Joined: 2003-02-22 08:02

Post by pkarlstr » 2003-02-22 17:21

Just got one more idea that also could be nice (related to this)

In the userlist you should have a column that say's how long a user has been connected. (how long that this user has been seen by you)
quite easy to implement.
When getting a hello from another user you just get the time and place it in some array... and then when the list of users gets refreshed it just substracts the current time with the time stored in the array and display's it.

Also regarding the time waited for a slot.
When a new entry is added to the connectionlist it just does the same as the above. And when a connection that has been established gets lost then we just set the current time to the list again.

Locked