mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTGlobals


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTGlobals.ml
Date: Tue, 22 Nov 2005 12:57:57 -0500

Index: mldonkey/src/networks/bittorrent/bTGlobals.ml
diff -u mldonkey/src/networks/bittorrent/bTGlobals.ml:1.43 
mldonkey/src/networks/bittorrent/bTGlobals.ml:1.44
--- mldonkey/src/networks/bittorrent/bTGlobals.ml:1.43  Sat Nov 12 11:20:20 2005
+++ mldonkey/src/networks/bittorrent/bTGlobals.ml       Tue Nov 22 17:57:56 2005
@@ -435,6 +435,9 @@
       (0, "btuga", Brand_btugaxp, "");
       (0, "DansClient", Brand_xantorrent, "");
       (0, "Deadman Walking-", Brand_deadmanwalking, "");
+      (0, "346-", Brand_torrenttopia, "");
+      (0, "271-", Brand_greedbt, "2.7.1");
+      (0, "BG", Brand_btgetit, "");
       (0, "a00---0", Brand_swarmy, "");
       (0, "a02---0", Brand_swarmy, "");
       (0, "T00---0", Brand_teeweety, "") ]
@@ -519,7 +522,8 @@
   else None
 
 let decode_old_bitcomet s =
-  if "exbc" = String.sub s 0 4 then
+  let bitcomet = String.sub s 0 4 in
+  if "exbc" = bitcomet || "FUTB" = bitcomet || "xUTB" = bitcomet then
     let brand = if "LORD" = String.sub s 6 4 then
       Brand_bitlord else Brand_bitcomet 
     in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]