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

Improve tests; misc fixes #532

Merged
merged 9 commits into from Dec 18, 2015
Merged

Improve tests; misc fixes #532

merged 9 commits into from Dec 18, 2015
Commits on Dec 17, 2015
  1. Improve torrent.createServer() index page

    feross committed Dec 10, 2015
    - Download link uses correct filename
    - List shows file paths, not just name
    - Add file size
    - Show torrent name at top, instead of generic “WebTorrent” title
  2. improve torrent.createServer() test

    feross committed Dec 10, 2015
    - check that index page works
    - wait for destroy
  3. Change default "created by" to match uTorrent style

    feross committed Dec 10, 2015
    Instead of “WebTorrent/0.63.0”, it’s now “WebTorrent/0063”.
  4. don't add default trackers when { tracker: false }

    feross committed Dec 10, 2015
    When the user sets `{ tracker: false }` on the WebTorrent client, don’t
    add trackers to the torrent by default.
  5. tests: lots of cleanup

    feross committed Dec 10, 2015
  6. test: port blocklist-dht to new style

    feross committed Dec 17, 2015
You can’t perform that action at this time.