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

rtorrent module #344

Merged
merged 8 commits into from
Dec 14, 2015
Merged

rtorrent module #344

merged 8 commits into from
Dec 14, 2015

Commits on Feb 10, 2014

  1. initial branch commit

    wrayan committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    2806c8a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2014

  1. Merge remote-tracking branch 'origin/master' into rtorrentdl

    Conflicts:
    	maraschino/modules.py
    wrayan committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    224fea8 View commit details
    Browse the repository at this point in the history
  2. fixed login bug and added verbosity

    - fixed typo causing password error
    - added connection verification
    - added some verbosity to the template (connection error, empty torrent list)
    - added debug logging for connection errors
    wrayan committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    3c7a46f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. template fixes

    - added word-break and hyphens declarations so long torrent names don't
      break layout any longer. Tested on Chrome 32 and Firefox 27, feedback about
      other browsers welcome.
    - nicer formatting
    - removed unneeded stuff from stylesheet
    wrayan committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    485d0f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2014

  1. Configuration menu
    Copy the full SHA
    49c26bb View commit details
    Browse the repository at this point in the history
  2. speed improvements, added up-/down-rate and fixed list size option

    - removed fetching of torrent file lists as this was
      really slow and the information wasn't used anyway; will
      maybe come back later in a torrent details view
    - added global and per-torrent up-/download-rate information
    - torrent list can be set to fixed size now
    wrayan committed Feb 15, 2014
    Configuration menu
    Copy the full SHA
    daff6ae View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2014

  1. optimized configuration settings handling

    - seperate input boxes for protocol, url and port in settings dialog
    - basic qualification and verification for configuration settings
      - if no port is defined, assume 80 for http and 443 for https
      - if protocol is scgi, ignore username / password
    wrayan committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    ad09328 View commit details
    Browse the repository at this point in the history
  2. tiny template fix

    - fix scrollbar in torrent list shown when not needed
    wrayan committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    b3f77c2 View commit details
    Browse the repository at this point in the history