forked from premiere/premiere-libtorrent
updated changelog added Xtorrent to identify_client
This commit is contained in:
parent
c586b3dc91
commit
442039ea28
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue