mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml
Date: Sat, 23 Jul 2005 10:19:50 -0400

Index: mldonkey/src/daemon/common/commonOptions.ml
diff -u mldonkey/src/daemon/common/commonOptions.ml:1.71 
mldonkey/src/daemon/common/commonOptions.ml:1.72
--- mldonkey/src/daemon/common/commonOptions.ml:1.71    Fri Jul 22 10:58:55 2005
+++ mldonkey/src/daemon/common/commonOptions.ml Sat Jul 23 14:19:48 2005
@@ -666,7 +666,7 @@
     the format: (kind, period, url), where kind is either
     'server.met' for a server.met file containing ed2k server, or
     'comments.met' for a file of comments, or
-    'guarding.p2p' for a blocklist file, or
+    'guarding.p2p' for a blocklist file (also in gz/bz2/zip format), or
     'ocl' for file in the ocl format containing overnet peers, or
     'contact.dat' for an contact.dat file containing overnet peers,
     and period is the period between updates (in hours),
@@ -696,8 +696,8 @@
     (list_option Url.option) []
 
 let ip_blocking = define_expert_option current_section ["ip_blocking"]
-    "IP blocking list filename (peerguardian format)"
-    string_option "guarding.p2p"
+    "IP blocking list filename (peerguardian format), can also be in 
gz/bz2/zip format"
+    string_option ""
 
 let _ =
   option_hook ip_blocking (fun _ ->




reply via email to

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