Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timestamp bugs in rtorrent config file and add a general method to display them #1

Closed
chros73 opened this issue Jul 3, 2016 · 0 comments
Labels

Comments

@chros73
Copy link
Owner

chros73 commented Jul 3, 2016

Bugs:

  1. tm_completed value wasn't created after hash checked data (Fix timestamp bugs in rtorrent config file and add a general method to display them pyroscope/pyrocore#24)
  2. last_active field gets overwritten after stopping/starting a torrent or restarting rtorrent. This bug was introduced here: pyroscope@e580adc (Fix timestamp bugs in rtorrent config file and add a general method to display them pyroscope/pyrocore#24)
  3. Fix type of method d.last_active for future compatibility: it should be only simple instead of simple|value (Fix type of method d.last_active in rtorrent-0.8.6.rc for future compatibility pyroscope/pyrocore#18)

Enhancement:
4. replace d.last_active.print method with a general one that can be used to display all the timestamps (pyroscope#24)

Note: use the old 0.8.6 scripting style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant