Opened 15 years ago
Closed 15 years ago
#704 closed Enhancement (fixed)
Ability to check hash on CLI/daemon
Reported by: | performance | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.10 |
Component: | Daemon | Version: | 1.05 |
Severity: | Normal | Keywords: | |
Cc: |
Description
CLI has no way of manually checking hash. I dont think it can check hash at all, although GTK and mac ui's can do this.
Change History (8)
comment:1 Changed 15 years ago by livings124
- Milestone changed from 1.10 to None Set
- Owner changed from SoftwareElves to livings124
- Priority changed from High to Normal
- Status changed from new to assigned
comment:2 Changed 15 years ago by livings124
- Owner livings124 deleted
- Status changed from assigned to new
comment:3 Changed 15 years ago by charles
- Milestone changed from None Set to 1.10
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 15 years ago by bviking
- Resolution fixed deleted
- Status changed from closed to reopened
'--recheck' and '-y' don't seem to be active in transmission-remote 1.06 or SVN (build 5209).
Is there another option to force daemon to verify the downloaded data?
comment:5 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from reopened to closed
oops, the handling code was there but -v, --verify hadn't been added to the command-line parser. :/
that part's fixed in r5289.
comment:6 Changed 15 years ago by charles
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7 Changed 15 years ago by charles
- Owner set to charles
- Status changed from reopened to new
comment:8 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
you can force a hash check in the CLI via '--recheck' or 'y'.
I've added daemon support for it in r5143.