From 442039ea281a44df150b137d1056b1abc73127d7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 2 Jan 2007 14:23:32 +0000 Subject: [PATCH] updated changelog added Xtorrent to identify_client --- ChangeLog | 2 ++ src/identify_client.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6624b4185..c190d15dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ + * Improved the HTTP seed downloader to report accurate progress. + * Added more client peer-id signatures to be recognized. * fixed bug where one of the session constructors didn't initialize boost.filesystem. * fixed bug when the initial checking of a torrent fails with an exception. * fixed bug in DHT code which would send incorrect announce messages. diff --git a/src/identify_client.cpp b/src/identify_client.cpp index 6e35896b8..014ca39dd 100755 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -177,6 +177,7 @@ namespace , map_entry("UL", "uLeecher") , map_entry("UT", "MicroTorrent") , map_entry("XT", "XanTorrent") + , map_entry("XX", "Xtorrent") , map_entry("ZT", "ZipTorrent") , map_entry("lt", "libTorrent (libtorrent.rakshasa.no/)") , map_entry("pX", "pHoeniX")