/[mldonkey]/mldonkey/src/daemon/common/commonOptions.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonOptions.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by spiralvoice, Fri Jul 22 10:58:55 2005 UTC revision 1.72 by spiralvoice, Sat Jul 23 14:19:48 2005 UTC
# Line 666  let web_infos = define_option current_se Line 666  let web_infos = define_option current_se
666      the format: (kind, period, url), where kind is either      the format: (kind, period, url), where kind is either
667      'server.met' for a server.met file containing ed2k server, or      'server.met' for a server.met file containing ed2k server, or
668      'comments.met' for a file of comments, or      'comments.met' for a file of comments, or
669      'guarding.p2p' for a blocklist file, or      'guarding.p2p' for a blocklist file (also in gz/bz2/zip format), or
670      'ocl' for file in the ocl format containing overnet peers, or      'ocl' for file in the ocl format containing overnet peers, or
671      'contact.dat' for an contact.dat file containing overnet peers,      'contact.dat' for an contact.dat file containing overnet peers,
672      and period is the period between updates (in hours),      and period is the period between updates (in hours),
# Line 696  let rss_feeds = define_expert_option cur Line 696  let rss_feeds = define_expert_option cur
696      (list_option Url.option) []      (list_option Url.option) []
697    
698  let ip_blocking = define_expert_option current_section ["ip_blocking"]  let ip_blocking = define_expert_option current_section ["ip_blocking"]
699      "IP blocking list filename (peerguardian format)"      "IP blocking list filename (peerguardian format), can also be in gz/bz2/zip format"
700      string_option "guarding.p2p"      string_option ""
701    
702  let _ =  let _ =
703    option_hook ip_blocking (fun _ ->    option_hook ip_blocking (fun _ ->

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26