Opened 12 years ago
Closed 12 years ago
#1502 closed Enhancement (fixed)
Details' Addresses should "sort -n"
Reported by: | jidanni | Owned by: | charles |
---|---|---|---|
Priority: | Lowest | Milestone: | 1.60 |
Component: | Transmission | Version: | 1.34 |
Severity: | Trivial | Keywords: | |
Cc: |
Description
In "Details" when one clicks on "Address" to sort, you use should use "sort -n" order, and not just plain "sort" order, which doesn't make sense, like:
$ netstat -an|perl -alwne '$_=$F[4];s/:.*//;print if /^\d/'|sort -ur 75.65.94.87 71.218.133.196 69.225.245.182 67.71.140.86 62.84.12.177 24.4.102.177 217.43.15.123 216.49.244.153 189.37.0.43 189.32.91.229
which needs a -n to sort correctly.
P.S. maybe this is fixed http://trac.transmissionbt.com/search?q=sort+address&noquickjump=1&ticket=on&changeset=on&wiki=on but I can't tell.
Change History (2)
comment:1 Changed 12 years ago by charles
- Type changed from Bug to Enhancement
comment:2 Changed 12 years ago by charles
- Component changed from GTK+ Client to Transmission
- Milestone changed from None Set to 1.60
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r8245