Feross Aboukhadijeh
82e6792a6b
BREAKING CHANGES
...
Breaking changes:
- 'listening' event no longer emits with `port` param
- `server.port` property removed (instead, use
`server.http.address().port`)
Added features:
- expose http server as `server.http`
- expose udp server as `server.udp`
- client.destroy() - ungracefully leave the swarm
- server: added `filter` option to black/whitelist torrents
Bugfixes:
- client considers udp tracker errors to be warnings
- emit 'start', 'stop', 'update', etc. AFTER response sent
- fix udp error response action and message being `undefined`
Internal:
- remove `portfinder` dep
- add complete test for `filter` functionality
2015-01-29 14:59:08 -08:00
Sidd Sridharan
55079798c5
white/blacklist implemented ( #44 ) + docs/tests updated
2015-01-29 12:24:17 -08:00
Feross Aboukhadijeh
556f672028
Update README.md
2015-01-25 19:17:51 -08:00
Feross Aboukhadijeh
26c5f43783
update feature list
2015-01-25 19:16:46 -08:00
Feross Aboukhadijeh
1e9195f5b1
badges
2015-01-22 14:28:06 -08:00
Feross Aboukhadijeh
61cfe0afa6
don't emit 'error' for non-fatal errors
2014-08-18 01:40:30 -07:00
Feross Aboukhadijeh
ddbd10e552
readme: fix server example, no params object
2014-07-12 18:41:08 -07:00
Feross Aboukhadijeh
d35807f5a3
emit port with 'listening' event
2014-07-03 20:05:02 -07:00
Feross Aboukhadijeh
4704774265
Update README.md
2014-06-07 15:41:06 -07:00
Feross Aboukhadijeh
15a6f3c715
require('bittorrent-tracker') returns Client
2014-06-07 15:15:00 -07:00
hicom150
f6703254a2
Fix small typos in the readme example
2014-06-06 10:21:01 +02:00
Feross Aboukhadijeh
9c8e3ab62a
add udp/http option docs
2014-05-23 18:06:29 -07:00
Feross Aboukhadijeh
0176c3d09b
add 'warning' event to docs
2014-05-23 18:05:18 -07:00
Feross Aboukhadijeh
fec4e0dc3d
add readme for scrape feature
2014-05-11 17:29:12 -07:00
Feross Aboukhadijeh
44bb19c8c9
readme
2014-04-19 01:38:36 -07:00
Feross Aboukhadijeh
89bc8e8189
badges
2014-04-09 22:15:18 -07:00
Feross Aboukhadijeh
61c386f7bc
readme
2014-03-27 21:45:53 -07:00
Feross Aboukhadijeh
4b6a3b8cf9
add feature list to readme
2014-03-27 21:08:20 -07:00
Feross Aboukhadijeh
9d6b0dea8b
readme
2014-03-27 00:47:12 -07:00
Feross Aboukhadijeh
613eeae722
readme
2014-03-27 00:45:25 -07:00
Feross Aboukhadijeh
4a448bb017
readme formatting
2014-03-27 00:39:14 -07:00
Feross Aboukhadijeh
d109bd0e51
add readme for server usage
2014-03-27 00:36:46 -07:00
Feross Aboukhadijeh
31b82e0a2b
add bittorrent tracker server implementation!
2014-03-27 00:17:49 -07:00
Feross Aboukhadijeh
af98aa7d3b
readme
2014-03-26 02:11:27 -07:00
Feross Aboukhadijeh
edf03ed51f
readme
2014-03-26 01:40:12 -07:00
Feross Aboukhadijeh
09326b5e03
add readme
2014-03-26 01:37:13 -07:00