mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 19:06:27 +00:00
bf5b9f289a
- 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(). |
||
---|---|---|
.. | ||
torrents | ||
client-large-torrent.js | ||
client-magnet.js | ||
client.js | ||
common.js | ||
filter.js | ||
querystring.js | ||
scrape.js | ||
server.js |