Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webtorrent/bittorrent-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.3
Choose a base ref
...
head repository: webtorrent/bittorrent-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.4
Choose a head ref
  • 11 commits
  • 4 files changed
  • 5 contributors

Commits on Jul 10, 2017

  1. Copy the full SHA
    9350ce8 View commit details

Commits on Sep 29, 2017

  1. Copy the full SHA
    c919557 View commit details
  2. Copy the full SHA
    1e22f52 View commit details
  3. Update README.md

    DiegoRBaquero authored Sep 29, 2017
    Copy the full SHA
    b69e82d View commit details
  4. Merge pull request #229 from webtorrent/greenkeeper/initial

    Update dependencies to enable Greenkeeper 🌴
    DiegoRBaquero authored Sep 29, 2017
    Copy the full SHA
    b199180 View commit details

Commits on Oct 10, 2017

  1. Copy the full SHA
    e3b6d67 View commit details

Commits on Nov 8, 2017

  1. Merge pull request #231 from Hrafnkellos/master

    Added an image of the stats page in the readme.md
    DiegoRBaquero authored Nov 8, 2017
    Copy the full SHA
    db6372b View commit details

Commits on Nov 9, 2017

  1. Copy the full SHA
    81feba7 View commit details
  2. Merge pull request #236 from bsclifton/master

    Update ws dependency >= 3.3.1 per https://nodesecurity.io/advisories/550
    feross authored Nov 9, 2017
    Copy the full SHA
    2bd0613 View commit details
  3. update authors

    feross committed Nov 9, 2017
    Copy the full SHA
    40fd1e3 View commit details
  4. 9.2.4

    feross committed Nov 9, 2017
    Copy the full SHA
    e1f30c1 View commit details
Showing with 20 additions and 4 deletions.
  1. +4 −0 AUTHORS.md
  2. +13 −1 README.md
  3. +3 −3 package.json
  4. BIN trackerStats.png
4 changes: 4 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -35,5 +35,9 @@
- ZunSThy (zunsthy@gmail.com)
- vijayanand nandam (vijay@cybrilla.com)
- Luigi Pinca (luigipinca@gmail.com)
- Diego R. B (diegorbaquero@gmail.com)
- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com)
- hrafnkell orri sigurdsson (hrafnkellos@gmail.com)
- Brian Clifton (brian@clifton.me)

#### Generated by bin/update-authors.sh.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bittorrent-tracker [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
# bittorrent-tracker [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]

[travis-image]: https://img.shields.io/travis/webtorrent/bittorrent-tracker/master.svg
[travis-url]: https://travis-ci.org/webtorrent/bittorrent-tracker
@@ -8,6 +8,8 @@
[downloads-url]: https://npmjs.org/package/bittorrent-tracker
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
[greenkeeper-image]: https://badges.greenkeeper.io/webtorrent/bittorrent-tracker.svg
[greenkeeper-url]: https://greenkeeper.io/

#### Simple, robust, BitTorrent tracker (client & server) implementation

@@ -38,6 +40,10 @@ This module is used by [WebTorrent](http://webtorrent.io).

Also see [bittorrent-dht](https://www.npmjs.com/package/bittorrent-dht).

### Tracker stats

![Screenshot](trackerStats.png)

## install

```
@@ -238,6 +244,12 @@ Client.scrape({ announce: announceUrl, infoHash: [ infoHash1, infoHash2 ]}, func

## command line

Install `bittorrent-tracker` globally:

```sh
$ npm install -g bittorrent-tracker
```

Easily start a tracker server:

```sh
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "9.2.3",
"version": "9.2.4",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
@@ -24,7 +24,7 @@
"bittorrent-peerid": "^1.0.2",
"bn.js": "^4.4.0",
"compact2string": "^1.2.0",
"debug": "^2.0.0",
"debug": "^3.1.0",
"inherits": "^2.0.1",
"ip": "^1.0.1",
"lru": "^3.0.0",
@@ -41,7 +41,7 @@
"string2compact": "^1.1.1",
"uniq": "^1.0.1",
"unordered-array-remove": "^1.0.2",
"ws": "^3.0.0",
"ws": "^3.3.1",
"xtend": "^4.0.0"
},
"devDependencies": {
Binary file added trackerStats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.