bittorrent-tracker/test
Feross Aboukhadijeh bf5b9f289a BREAKING: opts.filter function is async; add createSwarm
- The expected signature for opts.filter is now:

function myFilterFn (infoHash, params, cb) {
  cb(infoHash === 'blah)
}

This allows interfacing with a database and fixes #80.

Also, swarm.getSwarm() is no longer responsible for creating a Swarm
instance, only returning an instance if there is already one. Creating
a swarm happens in swarm.createSwarm(). This change only affects users
who were override swarm.getSwarm().
2015-07-04 17:13:07 -07:00
..
torrents #11 add failing test 2014-04-18 23:08:17 -07:00
client-large-torrent.js client.stop() no longer calls client.destroy() 2015-05-16 23:24:20 -07:00
client-magnet.js client.stop() no longer calls client.destroy() 2015-05-16 23:24:20 -07:00
client.js client.stop() no longer calls client.destroy() 2015-05-16 23:24:20 -07:00
common.js BREAKING CHANGES 2015-01-29 14:59:08 -08:00
filter.js BREAKING: opts.filter function is async; add createSwarm 2015-07-04 17:13:07 -07:00
querystring.js encode special characters @*/+ in http tracker urls 2014-12-17 21:18:46 -08:00
scrape.js client.stop() no longer calls client.destroy() 2015-05-16 23:24:20 -07:00
server.js small cleanup 2015-07-04 17:10:41 -07:00