updated changelog added Xtorrent to identify_client

This commit is contained in:
Arvid Norberg 2007-01-02 14:23:32 +00:00
parent c586b3dc91
commit 442039ea28
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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")