change inc_announce response fileds to empty (only _id)

This commit is contained in:
Kevin Lynx 2013-07-09 21:43:26 +08:00
parent aa7e8bb18a
commit 164c0f0f21
63 changed files with 11 additions and 7 deletions

View File

@ -26,6 +26,10 @@ You can also compile the source code and run it manually. The source code is in
Also you can check more technique information at my blog site (Chinese) [codemacro.com](http://codemacro.com) Also you can check more technique information at my blog site (Chinese) [codemacro.com](http://codemacro.com)
## Source code
dhtcrawler is totally open source, and can be used in any purpose, but you should keep my name on, copyright by me please. You can checkout dhtcrawler2 source code in this git repo **src** branch.
## Config ## Config
Most config value is in `priv/dhtcrawler.config`, when you first run dhtcrawler, this file will be generated automatically. And the other config values are passed by arguments to erlang functions. In most case you don't need to change these config values, except these network addresses. Most config value is in `priv/dhtcrawler.config`, when you first run dhtcrawler, this file will be generated automatically. And the other config values are passed by arguments to erlang functions. In most case you don't need to change these config values, except these network addresses.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,16 @@
{application,dhtcrawler, {application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"}, [{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"5d8c198"}, {vsn,"b9130ec"},
{registered,[dht_crawler_sup]}, {registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]}, mongodb]},
{mod,{crawler_app,[]}}, {mod,{crawler_app,[]}},
{modules,[bt_conn,bt_message,config,crawler_app,crawler_http, {modules,[bt_conn,bt_message,config,crawler_app,crawler_http,
crawler_stats,crawler_sup,db_frontend,db_hash, crawler_stats,crawler_sup,db_frontend,db_hash,
db_hash_reader,db_hash_reader_sup,db_loc_torrent, db_loc_torrent,db_store_mongo,db_system,dht_monitor,
db_store_mongo,db_system,dht_monitor, hash_reader,hash_reader_stats,hash_reader_sup,
hash_reader_stats,http_cache,http_handler,loc_torrent, http_cache,http_handler,loc_torrent,loc_torrent_cache,
loc_torrent_cache,loc_torrent_sup,string_split, loc_torrent_sup,string_split,time_util,tor_builder,
time_util,tor_builder,tor_download,tor_download_stats, tor_download,tor_download_stats,tor_location,
tor_location_reader,tor_location_writer,torrent_file, tor_location_reader,tor_location_writer,torrent_file,
urldecode,vlog]}]}. transfer,urldecode,vlog]}]}.

BIN
ebin/hash_reader.beam Normal file

Binary file not shown.

Binary file not shown.

BIN
ebin/hash_reader_sup.beam Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.