bittorrent-tracker/test
Feross Aboukhadijeh 03bed33457 add webtorrent (websocket) tracker server
This PR merges webtorrent-tracker into this repo. Keeping the code in
sync between the two repos was becoming burdensome. This change should
not effect performance of the server since the webtorrent tracker is
disabled by default.

To enable the webtorrent tracker (disabled by default), do:

```js
var server = new Server({ ws: true })
```
2015-03-27 16:19:06 +13:00
..
torrents #11 add failing test 2014-04-18 23:08:17 -07:00
client-large-torrent.js BREAKING CHANGES 2015-01-29 14:59:08 -08:00
client-magnet.js BREAKING CHANGES 2015-01-29 14:59:08 -08:00
client.js test: speed up 2015-03-24 01:02:10 -07:00
common.js BREAKING CHANGES 2015-01-29 14:59:08 -08:00
filter.js BREAKING CHANGES 2015-01-29 14:59:08 -08:00
querystring.js encode special characters @*/+ in http tracker urls 2014-12-17 21:18:46 -08:00
scrape.js BREAKING CHANGES 2015-01-29 14:59:08 -08:00
server.js add webtorrent (websocket) tracker server 2015-03-27 16:19:06 +13:00