diff --git a/src/identify_client.cpp b/src/identify_client.cpp index 1aad7976c..f1778ee71 100755 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -142,21 +142,26 @@ namespace map_entry name_map[] = { map_entry("A", "ABC") + , map_entry("A~", "Ares") + , map_entry("AG", "Ares") , map_entry("AR", "Arctic Torrent") + , map_entry("AV", "Avicora") , map_entry("AX", "BitPump") , map_entry("AZ", "Azureus") , map_entry("BB", "BitBuddy") , map_entry("BC", "BitComet") , map_entry("BF", "Bitflu") - , map_entry("BG", "btgdaemon") + , map_entry("BG", "BTG") , map_entry("BR", "BitRocket") , map_entry("BS", "BTSlave") , map_entry("BX", "BittorrentX") , map_entry("CD", "Enhanced CTorrent") , map_entry("CT", "CTorrent") - , map_entry("DE", "Deluge") + , map_entry("DE", "Deluge Torrent") , map_entry("ES", "electric sheep") + , map_entry("EB", "EBit") , map_entry("HL", "Halite") + , map_entry("HN", "Hydranode") , map_entry("KT", "KTorrent") , map_entry("LK", "Linkage") , map_entry("LP", "lphant") @@ -167,9 +172,11 @@ namespace , map_entry("MP", "MooPolice") , map_entry("MT", "Moonlight Torrent") , map_entry("O", "Osprey Permaseed") + , map_entry("PD", "Pando") , map_entry("QT", "Qt 4") , map_entry("R", "Tribler") , map_entry("S", "Shadow") + , map_entry("S~", "Shareaza (beta)") , map_entry("SB", "Swiftbit") , map_entry("SN", "ShareNet") , map_entry("SS", "SwarmScope") @@ -178,6 +185,7 @@ namespace , map_entry("TN", "Torrent.NET") , map_entry("TR", "Transmission") , map_entry("TS", "TorrentStorm") + , map_entry("TT", "TuoTu") , map_entry("U", "UPnP") , map_entry("UL", "uLeecher") , map_entry("UT", "MicroTorrent")