added tracker exchange (tex) extension

This commit is contained in:
Arvid Norberg
2008-11-27 20:51:59 +00:00
parent 1b686a1364
commit acbdbfc1ef
16 changed files with 554 additions and 10 deletions

View File

@@ -1348,7 +1348,7 @@ int main(int ac, char* av[])
<< std::hex << s.seed_rank << std::dec << " "
<< s.last_scrape << "\n" << esc("0");
if (torrent_index != active_torrent) continue;
if (torrent_index != active_torrent && s.state != torrent_status::seeding) continue;
char const* progress_bar_color = "33"; // yellow
if (s.state == torrent_status::checking_files
|| s.state == torrent_status::downloading_metadata)