From 02dc0a76c878d8da463c0059a44a0019cd56a427 Mon Sep 17 00:00:00 2001 From: ms Date: Mon, 24 Jul 2006 15:49:37 +0000 Subject: [PATCH] =?utf8?q?Hinzugef=C3=BCgt:=20=20=20*=20Mldonkey=202.7.7?= =?utf8?q?=20=20=20*=20Ocaml=20-=20letzte=20Version.=20=20=20*=20Net-Confi?= =?utf8?q?g=20ins=20Webinterface.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@226 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/cfgroot/header.pl | 21 +- config/mldonkey/bittorrent.ini | 76 ++ config/mldonkey/donkey.ini | 304 ++++++ config/mldonkey/downloads.ini | 978 +++++++++++++++++ config/mldonkey/fileTP.ini | 34 + config/mldonkey/file_sources.ini | 17 + config/mldonkey/files.ini | 13 + config/mldonkey/friends.ini | 7 + config/mldonkey/mldonkey_submit | 40 + config/mldonkey/mlnet.log | 18 + config/mldonkey/mlnet_strings.en | 888 ++++++++++++++++ config/mldonkey/mlsubmit.reg | 12 + .../old_config/backup-20060718-051804.tar.gz | Bin 0 -> 13877 bytes config/mldonkey/old_config/bittorrent.ini | 76 ++ config/mldonkey/old_config/donkey.ini | 304 ++++++ config/mldonkey/old_config/downloads.ini | 983 ++++++++++++++++++ config/mldonkey/old_config/fileTP.ini | 34 + config/mldonkey/old_config/files.ini | 13 + config/mldonkey/old_config/friends.ini | 7 + config/mldonkey/old_config/searches.ini | 94 ++ config/mldonkey/old_config/servers.ini | 17 + config/mldonkey/old_config/shared_files.ini | 5 + .../mldonkey/old_config/shared_files_new.ini | 5 + config/mldonkey/old_config/stats.ini | 96 ++ config/mldonkey/old_config/stats_bt.ini | 342 ++++++ config/mldonkey/old_config/stats_mod.ini | 683 ++++++++++++ config/mldonkey/old_config/users.ini | 36 + config/mldonkey/onlinesig.dat | 2 + config/mldonkey/searches.ini | 94 ++ config/mldonkey/servers.ini | 17 + config/mldonkey/shared_files.ini | 5 + config/mldonkey/shared_files_new.ini | 5 + config/mldonkey/stats.ini | 96 ++ config/mldonkey/stats_bt.ini | 342 ++++++ config/mldonkey/stats_mod.ini | 683 ++++++++++++ config/mldonkey/users.ini | 32 + html/cgi-bin/index.cgi | 14 +- html/cgi-bin/netconfig.cgi | 439 ++++++++ langs/de/cgi-bin/de.pl | 4 + langs/en/cgi-bin/en.pl | 4 + lfs/mldonkey | 94 ++ lfs/ocaml | 80 ++ make.sh | 8 +- src/ROOTFILES.i386 | 1 + src/paks/mldonkey/ROOTFILES | 3 + src/paks/mldonkey/install.sh | 11 + src/paks/mldonkey/uninstall.sh | 10 + 47 files changed, 7029 insertions(+), 18 deletions(-) create mode 100644 config/mldonkey/bittorrent.ini create mode 100644 config/mldonkey/donkey.ini create mode 100644 config/mldonkey/downloads.ini create mode 100644 config/mldonkey/fileTP.ini create mode 100644 config/mldonkey/file_sources.ini create mode 100644 config/mldonkey/files.ini create mode 100644 config/mldonkey/friends.ini create mode 100755 config/mldonkey/mldonkey_submit create mode 100644 config/mldonkey/mlnet.log create mode 100644 config/mldonkey/mlnet_strings.en create mode 100644 config/mldonkey/mlsubmit.reg create mode 100644 config/mldonkey/old_config/backup-20060718-051804.tar.gz create mode 100644 config/mldonkey/old_config/bittorrent.ini create mode 100644 config/mldonkey/old_config/donkey.ini create mode 100644 config/mldonkey/old_config/downloads.ini create mode 100644 config/mldonkey/old_config/fileTP.ini create mode 100644 config/mldonkey/old_config/files.ini create mode 100644 config/mldonkey/old_config/friends.ini create mode 100644 config/mldonkey/old_config/searches.ini create mode 100644 config/mldonkey/old_config/servers.ini create mode 100644 config/mldonkey/old_config/shared_files.ini create mode 100644 config/mldonkey/old_config/shared_files_new.ini create mode 100644 config/mldonkey/old_config/stats.ini create mode 100644 config/mldonkey/old_config/stats_bt.ini create mode 100644 config/mldonkey/old_config/stats_mod.ini create mode 100644 config/mldonkey/old_config/users.ini create mode 100644 config/mldonkey/onlinesig.dat create mode 100644 config/mldonkey/searches.ini create mode 100644 config/mldonkey/servers.ini create mode 100644 config/mldonkey/shared_files.ini create mode 100644 config/mldonkey/shared_files_new.ini create mode 100644 config/mldonkey/stats.ini create mode 100644 config/mldonkey/stats_bt.ini create mode 100644 config/mldonkey/stats_mod.ini create mode 100644 config/mldonkey/users.ini create mode 100644 html/cgi-bin/netconfig.cgi create mode 100644 lfs/mldonkey create mode 100644 lfs/ocaml create mode 100644 src/paks/mldonkey/ROOTFILES create mode 100644 src/paks/mldonkey/install.sh create mode 100644 src/paks/mldonkey/uninstall.sh diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index e3910fa795..336ac194f1 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -235,46 +235,51 @@ sub genmenu { my %subnetworkhash = (); my $subnetwork = \%subnetworkhash; - $subnetwork->{'10.proxy'} = {'caption' => 'Webproxy', + $subnetwork->{'10.netconf'} = {'caption' => "$tr{'net config'}", + 'uri' => '/cgi-bin/netconfig.cgi', + 'title' => "$tr{'net config'}", + 'enabled' => 1, + }; + $subnetwork->{'20.proxy'} = {'caption' => 'Webproxy', 'uri' => '/cgi-bin/proxy.cgi', 'title' => "Webproxy", 'enabled' => 1, }; - $subnetwork->{'20.urlfilter'} = {'caption' => 'URL-Filter', + $subnetwork->{'30.urlfilter'} = {'caption' => 'URL-Filter', 'uri' => '/cgi-bin/urlfilter.cgi', 'title' => "URL-Filter", 'enabled' => 1, }; - $subnetwork->{'30.dhcp'} = {'caption' => $tr{'dhcp server'}, + $subnetwork->{'40.dhcp'} = {'caption' => $tr{'dhcp server'}, 'uri' => '/cgi-bin/dhcp.cgi', 'title' => "$tr{'dhcp server'}", 'enabled' => 1, }; - $subnetwork->{'40.scheduler'} = { + $subnetwork->{'50.scheduler'} = { 'caption' => $tr{'scheduler'}, 'uri' => '/cgi-bin/connscheduler.cgi', 'title' => "$tr{'scheduler'}", 'enabled' => 1, }; - $subnetwork->{'50.hosts'} = { + $subnetwork->{'60.hosts'} = { 'caption' => $tr{'edit hosts'}, 'uri' => '/cgi-bin/hosts.cgi', 'title' => "$tr{'edit hosts'}", 'enabled' => 1, }; - $subnetwork->{'60.upload'} = { + $subnetwork->{'70.upload'} = { 'caption' => $tr{'upload'}, 'uri' => '/cgi-bin/upload.cgi', 'title' => "$tr{'upload'}", 'enabled' => 0, }; - $subnetwork->{'70.aliases'} = { + $subnetwork->{'80.aliases'} = { 'caption' => $tr{'aliases'}, 'uri' => '/cgi-bin/aliases.cgi', 'title' => "$tr{'aliases'}", 'enabled' => 0, }; - $subnetwork->{'80.wakeonlan'} = { + $subnetwork->{'90.wakeonlan'} = { 'caption' => $tr{'WakeOnLan'}, 'uri' => '/cgi-bin/wakeonlan.cgi', 'title' => "$tr{'WakeOnLan'}", diff --git a/config/mldonkey/bittorrent.ini b/config/mldonkey/bittorrent.ini new file mode 100644 index 0000000000..14faf87c5c --- /dev/null +++ b/config/mldonkey/bittorrent.ini @@ -0,0 +1,76 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Bittorrent *) + (* Bittorrent options *) + (************************************) + + + + (* The port to bind the client to *) + client_port = 6882 + + (* The UID of this client *) + client_uid = FVGUYMROG4XDOLN7O4WJZ2KKH7IL5CBE + + (* Ask the tracker for new sources only if you have fewer than that number of sources *) + ask_tracker_threshold = 20 + + (* Maximum number of HTTP redirects before reaching the tracker - maximum 10, 0 to disable *) + max_tracker_redirect = 1 + + (* Send client key to trackers *) + send_key = true + + (* Maximum number of uploaders for one torrent *) + max_uploaders_per_torrent = 5 + + (* Maximum number of uploaders for bittorrent *) + max_bt_uploaders = 5 + + (* Number of peers to request from tracker (Negative # = let tracker decide) *) + numwant = -1 + + (* Interval in seconds 'torrents/incoming' is scanned for new torrent files to be downloaded, 0 to deactivate, changes require restart *) + import_new_torrents_interval = 60. + + (* Minimum time in seconds to wait between asking the tracker for sources *) + min_tracker_reask_interval = 300 + + (* Timeout on client connections *) + client_timeout = 90. + + (* User agent string (default = "default") *) + user_agent = default + + (* (internal option) *) + options_version = 0 + old_files = [] + + (* The port to bind the tracker to *) + tracker_port = 6881 + + (* The maximal number of tracked files (to prevend saturation attack) *) + max_tracked_files = 100 + + (* The maximal number of peers returned by the tracker *) + max_tracker_reply = 20 + + (* The tracker will check the torrent file is available if an announce request is received *) + tracker_force_local_torrents = true + + (* The tracker will check the client key to update ip if changed *) + tracker_use_key = true + + (* Let you define a default tracker for creating torrents (leave empty for mlnet tracker) *) + default_tracker = "" + + (* Let you define a default comment for creating torrents *) + default_comment = "" + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/donkey.ini b/config/mldonkey/donkey.ini new file mode 100644 index 0000000000..d19961e1e0 --- /dev/null +++ b/config/mldonkey/donkey.ini @@ -0,0 +1,304 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Donkey *) + (* Donkey options *) + (************************************) + + + + (* The port used for connection by other donkey clients. *) + port = 4662 + + (* The number of servers you want to stay connected to *) + max_connected_servers = 3 + + (* Should mldonkey try to detect sources responsible for corruption and ban them *) + reliable_sources = true + + (* Should mldonkey try to detect sources masquerading as others and ban them *) + ban_identity_thieves = true + + (* A list of server IP to remove from server list. + Servers on this list can't be added, and will eventually be removed *) + server_black_list = [] + + (* immediately close connection to servers that don't grant a High ID *) + force_high_id = false + + (* send all clients your IP regardless of what ID was assigned by the server *) + force_client_high_id = false + + (* Set this option to false if you don't want to + receive new servers from servers *) + update_server_list_server = true + + (* Set this option to false if you don't want to + receive new servers from server.met *) + update_server_list_server_met = true + + (* Set this option to false if you don't want to + receive new servers from clients *) + update_server_list_client = false + + (* Maximal number of sources for each file *) + max_sources_per_file = 5000 + + (* The MD4 of this client *) + client_md4 = "00E0B50D660EA80F530BC4C540506FA4" + + (* The RSA private key of this client *) + client_private_key = "MIIBCAIBADANBgkqhkiG9w0BAQEFAASB8zCB8AIBAAIxAKVGA5DvO9HEl/pov8Fqc1E5mp83Uy3oRQ9Ob9ycWxpC47HyAHpaMUfr9WLj2+BrZwIBEQIwMJwfKqC3PbJK0S3eC7Xlrnpap0yB4FNfIZYVovj86sjd9su5EHoIlORptq5L7kSBAhkAu7MM9al0lYqt/3eEC5/D7Da22OKOPJFZAhkA4WnmIz3xAA1DBPkHNrUc+xMKUBcYRoq/AhkAsKiEqvnXI1VYd/gDzrR8KZzoU6gNZi5xAhhCTFK/EjfS1rlb0MXi6fl3BZmfFdn2oUcCGHfyegqjsdMDeH7mDwqIRlXG/JrilDZ8Og==" + + (* Enable secure user identification support *) + enable_sui = true + + (* min connected users for each server *) + min_users_on_server = 0 + + (* login of client on eDonkey network (nothing default to global one) *) + login = "" + + (* The files that were downloaded *) + old_files = [] + + + (************************************) + (* SECTION : Overnet *) + (* Overnet options *) + (************************************) + + + Overnet = { + + (* The protocol version sent on Overnet connections replies *) + protocol_connectreply_version = 44 + + (* The protocol version sent on Overnet connections *) + protocol_connect_version = 1044 + + (* Set this option to false if you don't want to receive new Overnet peers *) + update_nodes = true + + (* The MD4 of the Overnet client *) + md4 = F168E4A3FCDADBBF8175AA5DFBAE8B89 + + (* These IP addresses cannot be peers. Elements are separated by spaces, wildcard=255 ie: use 192.168.0.255 for 192.168.0.* *) + exclude_peers = [ + "1.0.0.0";] + + (* Interval (in seconds) before republish files *) + republish = 10800. + + (* Max number of hits in a search on Overnet *) + max_search_hits = 200 + + (* Period between two queries in the overnet tree (should not be set under 5) *) + query_peer_period = 5. + + (* How long shoud a search on Overnet wait for the last answer before terminating *) + search_timeout = 140 + + (* allow extended search to search on overnet *) + search_keyword = true + + (* maximal number of peers to keep overnet connected (should be >2048) *) + max_known_peers = 8192 + + (* Size of the filename storage used to answer queries *) + store_size = 2000 + + (* port for overnet *) + port = 21984 +} + + + (************************************) + (* SECTION : Kademlia *) + (* Kademlia options *) + (************************************) + + + Kademlia = { + + (* Set this option to false if you don't want to receive new Overnet peers *) + update_nodes = true + + (* The MD4 of the Overnet client *) + md4 = C5A53009B6AC813961C80F7BD0CC99B4 + + (* These IP addresses cannot be peers. Elements are separated by spaces, wildcard=255 ie: use 192.168.0.255 for 192.168.0.* *) + exclude_peers = [ + "1.0.0.0";] + + (* Interval (in seconds) before republish files *) + republish = 10800. + + (* Max number of hits in a search on Overnet *) + max_search_hits = 200 + + (* Period between two queries in the overnet tree (should not be set under 5) *) + query_peer_period = 5. + + (* How long shoud a search on Overnet wait for the last answer before terminating *) + search_timeout = 140 + + (* allow extended search to search on overnet *) + search_keyword = true + + (* maximal number of peers to keep overnet connected (should be >2048) *) + max_known_peers = 8192 + + (* Size of the filename storage used to answer queries *) + store_size = 2000 + + (* port for Kademlia *) + port = 2096 +} + + + +(*****************************************************************) +(* *) +(* ADVANCED OPTIONS *) +(* *) +(* All the options after this line are for the expert *) +(* user. Do not modify them if you are not sure. *) +(* *) +(*****************************************************************) + + + + + + (************************************) + (* SECTION : Donkey FOR EXPERTS *) + (* Donkey options *) + (************************************) + + + + (* Initial score for a new server *) + initial_score = 5 + + (* Max number of UDP packets per round for eXtended Search *) + max_xs_packets = 30 + + (* Max number of messages of Chat remembered *) + max_dialog_history = 30 + + (* Delay used to request file sources *) + check_client_connections_delay = 180. + + (* The delay between server connection rounds *) + check_connections_delay = 5. + + (* Timeout on client connections when not queued *) + client_timeout = 40. + + (* The number of UDP packets you send every check_client_connections_delay *) + max_udp_sends = 10 + + (* Set this option to false if you don't want mldonkey + to change the master servers it is connected to *) + keep_best_server = true + + (* only servers which are set to 'preferred' will be connected, + please note that any server must be set to preferred to use this feature *) + connect_only_preferred_server = false + + (* Number of servers that can be used to walk + between servers *) + max_walker_servers = 1 + + (* The maximal delay a connection with a server should last when walking + through the list (should be greater than become_master_delay) *) + walker_server_lifetime = 300 + log_clients_on_console = false + + (* Allow mldonkey to propagate your sources to other donkey clients *) + propagate_sources = true + black_list = true + + (* A list of ports that specify servers to remove + from server list. Servers with ports on this list can't be added, and + will eventually be removed *) + port_black_list = [] + + (* How long should we wait in the queue of another client *) + queued_timeout = 1800. + + (* How long can a silent client stay in the upload queue *) + upload_timeout = 1800. + + (* How long a downloading client can stay in my upload queue (in minutes >5) *) + upload_lifetime = 90 + + (* Each client upload lifetime depends on download-upload ratio *) + dynamic_upload_lifetime = false + + (* Uploaded zones (1 zone = 180 kBytes) needed to enable the dynamic upload lifetime *) + dynamic_upload_threshold = 10 + + (* How long can a silent server stay connected *) + connected_server_timeout = 1800. + + (* The weight of upload on a donkey connection compared to upload on other + peer-to-peer networks. Setting it to 5 for example means that a donkey + connection will be allowed to send 5 times more information per second than + an Open Napster connection. This is done to favorise donkey connections + over other networks, where upload is less efficient, without preventing + upload from these networks. *) + upload_power = 5 + + (* max number of days after which an unconnected server is removed *) + max_server_age = 2 + + (* How often should remove old donkey servers (see max_server_age) be called + (in seconds, 0 to disable) *) + remove_old_servers_delay = 900. + + (* Minimal number of servers remaining after remove_old_servers *) + min_left_servers = 20 + + (* How often should we check all servers (minimum 4 hours, 0 to disable) *) + servers_walking_period = 6 + + (* Are the cancelled files added to the old files list to prevent re-download ? *) + keep_cancelled_in_old_files = false + + (* Are the downloaded files added to the old files list to prevent re-download ? *) + keep_downloaded_in_old_files = false + + (* true if you want your mldonkey to lose some + upload bandwidth sending messages to clients which are banned :) *) + send_warning_messages = false + + (* true if you want your client to ban + clients that try queue jumping (3 reconnections faster than 9 minutes) *) + ban_queue_jumpers = true + + (* true if you want your client IP to be set from servers ID *) + use_server_ip = true + + (* Set the number of hours you want client to remain banned *) + ban_period = 1 + + (* Set the maximal rank of a client to be kept as a client *) + good_client_rank = 500 + + (* (only for development tests) *) + immediate_master = false + + (* (only for development tests) *) + become_master_delay = 120 + + (* (internal option) *) + options_version = 1 + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/downloads.ini b/config/mldonkey/downloads.ini new file mode 100644 index 0000000000..e66a0aca20 --- /dev/null +++ b/config/mldonkey/downloads.ini @@ -0,0 +1,978 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Main *) + (* Main options *) + (************************************) + + + + (* small name of client *) + client_name = ipfire + + + (************************************) + (* SECTION : Interfaces *) + (* Options to control ports used by mldonkey interfaces *) + (************************************) + + + + (* list of IP address allowed to connect to the core via telnet/GUI/WEB + for internal command set: list separated by spaces + example for internal command: set allowed_ips "127.0.0.1 192.168.1.2" + or for editing the ini-file: list separated by semi-colon + example for ini-file: allowed_ips = [ "127.0.0.1"; "192.168.1.2";] + wildcard=255 ie: use 192.168.0.255 for 192.168.0.* *) + allowed_ips = [ + "255.255.255.255";] + + (* port for Graphical Interfaces *) + gui_port = 4001 + + (* port for GiFT Graphical Interfaces interaction. It was 1213, but the default is + now 0 for disabled, because it does not check for a password. *) + gift_port = 0 + + (* The port used to connect to your client with a WEB browser *) + http_port = 4080 + + (* port for user interaction *) + telnet_port = 4000 + + (* Aliases to commands. The alias (fist string) has to be + whitespaceless, the outcome of the alias (second string) + may have spaces (put it in quotation then). *) + alias_commands = [ + (quit, q); + (exit, q);] + + + (************************************) + (* SECTION : Bandwidth *) + (* *) + (************************************) + + + + (* The maximal upload rate you can tolerate on your link in kBytes/s (0 = no limit) + The limit will apply on all your connections (clients and servers) and both + control and data messages. *) + max_hard_upload_rate = 10 + + (* The maximal download rate you can tolerate on your link in kBytes/s (0 = no limit) + The limit will apply on all your connections (clients and servers) and both + control and data messages. *) + max_hard_download_rate = 50 + + (* Maximal number of opened connections *) + max_opened_connections = 200 + + (* Amount of indirect connections in percent (min 30, max 70) of max_opened_connections *) + max_indirect_connections = 30 + + (* How many slots can be used for upload *) + max_upload_slots = 5 + + (* Set aside a single reserved slot to upload to friends *) + friends_upload_slot = true + + (* Maximum file size to benefit from the reserved slot for small files (0 to disable) *) + small_files_slot_limit = 10240 + + (* Set this to true if you want to have dynamic upload slot allocation (experimental) *) + dynamic_slots = false + + (* Maximal number of connections that can be opened per second *) + max_connections_per_second = 5 + + (* list of IP addresses allowed to connect to the core with no limit on + upload/download and upload slots. List separated by spaces, wildcard=255 + ie: use 192.168.0.255 for 192.168.0.* *) + nolimit_ips = [ + "127.0.0.1";] + + (* This option enables MLdonkey to always read as much data as possible + from a channel, but use more CPU as it must then copy the data in the + channel buffer. *) + copy_read_buffer = true + + + (************************************) + (* SECTION : Networks *) + (* Networks options *) + (************************************) + + + + (* Set to true if you also want mldonkey to run as an overnet client + (enable_donkey must be true) *) + enable_overnet = true + + (* Set to true if you also want mldonkey to run as an kademlia client + (enable_donkey must be true, and only experimental) *) + enable_kademlia = false + + (* Set to true if you want mldonkey to connect to edonkey servers + (enable_donkey must be true, and only experimental) *) + enable_servers = true + + (* Set to true if you also want mldonkey to run as an Bittorrent client *) + enable_bittorrent = true + + (* Set to true if you also want mldonkey to run as a donkey client *) + enable_donkey = true + + (* Set to true if you also want mldonkey to run as a napster client (experimental) *) + enable_opennap = false + + (* Set to true if you also want mldonkey to run as a soulseek client (experimental) *) + enable_soulseek = false + + (* Set to true if you also want mldonkey to run as a gnutella1 sub node (experimental) *) + enable_gnutella = false + + (* Set to true if you also want mldonkey to run as a gnutella2 sub node (experimental) *) + enable_gnutella2 = false + + (* Set to true if you also want mldonkey to run as a Fasttrack sub node (experimental) *) + enable_fasttrack = false + + (* Set to true if you also want mldonkey to run as a direct-connect node (experimental) *) + enable_directconnect = false + + (* Set to true if you also want mldonkey to download HTTP files (experimental) *) + enable_fileTP = true + + + (************************************) + (* SECTION : Network Config *) + (* Network config options *) + (************************************) + + + + (* The last IP address used for this client *) + client_ip = "127.0.0.1" + + (* Use the IP specified by 'client_ip' instead of trying to determine it + ourself. Don't set this option to true if you have dynamic IP. *) + force_client_ip = false + + (* User agent string (default = "default") *) + user_agent = default + + (* A list of lines to download on the WEB: each line has + the format: (kind, period, url), where kind is either + 'server.met' for a server.met file (also in gz/bz2/zip format) + containing ed2k server, or + 'comments.met' for a file of comments, 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, + 'nodes.gzip' for a fasttrack nodes.gzip, + and period is the period between updates (in hours), + a period of zero means the file is only loaded once on startup, + and url is the url of the file to download. + IMPORTANT: Put the URL and the kind between quotes. + EXAMPLE: + web_infos = [ + ("server.met", 0, "http://www.jd2k.com/server.met"); + ("guarding.p2p", 96, "http://www.bluetack.co.uk/config/level1.gz"); + ("ocl", 24, "http://members.lycos.co.uk/appbyhp2/FlockHelpApp/contact-files/contact.ocl"); + ("contact.dat", 168, "http://download.overnet.org/contact.dat"); + ] + *) + web_infos = [ + ("guarding.p2p", 96, "http://www.bluetack.co.uk/config/level1.gz"); + ("server.met", 0, "http://www.jd2k.com/server.met"); + ("contact.dat", 168, "http://download.overnet.org/contact.dat"); + ("geoip.dat", 0, "http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz"); + ("nodes.gzip", 0, "http://update.kceasy.com/update/fasttrack/nodes.gzip");] + + (* Cookies send with a http request (used for .torrent files and web_infos) *) + referers = [ + (".*suprnova.*", "http://www.suprnova.org/");] + + (* Cookies send with a http request (used for .torrent files and web_infos) *) + cookies = [] + + (* Direct HTTP queries to HTTP proxy *) + http_proxy_server = "" + + (* Port of HTTP proxy *) + http_proxy_port = 800 + + (* Direct TCP connections to HTTP proxy (the proxy should support CONNECT) *) + http_proxy_tcp = false + + + (************************************) + (* SECTION : HTML mods *) + (* Options to configure HTML mode *) + (************************************) + + + + (* bw_stats refresh delay (seconds) *) + html_mods_bw_refresh_delay = 11 + + (* html_mods_theme to use (located in relative html_themes/ directory + leave blank to use internal theme *) + html_mods_theme = "" + + + (************************************) + (* SECTION : Download *) + (* Download options *) + (************************************) + + + + (* Set to false if you don't want mldonkey to automatically put completed files + in incoming directory *) + auto_commit = true + + (* Set to true if you want all new downloads be paused immediatly + will be set to false on core start. *) + pause_new_downloads = false + + (* The maximal number of files in Downloading state (other ones are Queued) *) + max_concurrent_downloads = 50 + + (* The maximal length of zero bytes between non-zero bytes in a file that + should be interpreted as downloaded during a recovery *) + max_recover_zeroes_gap = 16 + + (* A command that is called when a file is committed, does not work on MinGW. + Arguments are (kept for compatability): + $1 - temp file name, without path + $2 - file size + $3 - filename of the committed file + Also these environment variables can be used (prefered way): + $TEMPNAME - temp file name, including path + $FILEID - same as $1 + $FILESIZE - same as $2 + $FILENAME - same as $3 + $FILEHASH - internal hash + $DURATION - download duration + $INCOMING - directory used for commit + $NETWORK - network used for downloading + $ED2K_HASH - ed2k hash if MD4 is known *) + file_completed_cmd = "" + + (* The command which is called when a download is started. Arguments + are '-file ' *) + file_started_cmd = "" + + + (************************************) + (* SECTION : Startup *) + (* Startup options *) + (************************************) + + + + (* The login of the user you want mldonkey to run as, after the ports + have been bound (can be use not to run with root priviledges when + a port < 1024 is needed) *) + run_as_user = "" + + (* The UID of the user (0=disabled) you want mldonkey to run as, after the ports + have been bound (can be use not to run with root priviledges when + a port < 1024 is needed) *) + run_as_useruid = 0 + + (* Ask for GUI start *) + ask_for_gui = false + + (* Automatically Start the GUI *) + start_gui = false + + (* Should MLdonkey try to recover downloads of files in temp/ at startup *) + recover_temp_on_startup = true + + + (************************************) + (* SECTION : Mail *) + (* Mail options *) + (************************************) + + + + (* The mail server you want to use (must be SMTP). Use hostname or IP address *) + smtp_server = "127.0.0.1" + + (* The port to use on the mail server (default 25) *) + smtp_port = 25 + + (* Your e-mail if you want to receive mails when downloads are completed *) + mail = "" + + (* Does your mail-server need <...> around addresses *) + add_mail_brackets = false + + (* Send filename in mail subject *) + filename_in_subject = true + + (* Put a prefix for the filename here which shows up in the notification mail *) + url_in_mail = "" + + + (************************************) + (* SECTION : Paths *) + (* Paths options *) + (************************************) + + + + (* The directory where temporary files should be put *) + temp_directory = /var/log/mldonkey/temp + + (* New directories in incoming_directories are created with these rights *) + create_dir_mask = 755 + + (* Create new files as sparse, only valid on MinGW for files on NTFS drives *) + create_file_sparse = true + + (* Mininum free space in MB on temp_directory, minimum 50 *) + hdd_temp_minfree = 50 + + (* If true core shuts down when free space on temp dir is below hdd_temp_minfree, + otherwise all downloads are paused and a warning email is sent. *) + hdd_temp_stop_core = false + + (* Mininum free space in MB on core directory, minimum 20 *) + hdd_coredir_minfree = 50 + + (* If true core shuts down when free space on core dir is below hdd_coredir_minfree, + otherwise all downloads are paused and a warning email is sent. *) + hdd_coredir_stop_core = true + + (* Send a warning mail each hours for each directory, 0 to deactivate mail warnings. *) + hdd_send_warning_interval = 1 + + (* Incoming and shared directories. + At least two entries have to be present here, one with strategy + incoming_files and one with strategy incoming_directories. + Both entries can point to the same directory. + If one of the two strategies is missing, MLDonkey will create a default + directory with its entry here. + Finished BT multifile downloads are committed to the first directory + with strategy incoming_directories. Other downloads are committed + to the first directory with the strategy incoming_files. + If more than one directory has one of the incoming_* strategies + it will be ignored on commit, but they are shared nonetheless. + Other strategies can be found in searches.ini, section customized_sharing. *) + shared_directories = [ + { dirname = "/var/log/mldonkey/incoming/files" + networks = [] + strategy = incoming_files + priority = 0 +}; + { dirname = "/var/log/mldonkey/incoming/directories" + networks = [] + strategy = incoming_directories + priority = 0 +};] + + + (************************************) + (* SECTION : Security *) + (* Security options *) + (************************************) + + + + (* Commands that you are allowed to be call from the interface. These + commands should short, so that the core is not blocked more than necessary. *) + allowed_commands = [ + (df, df); + (ls, "ls incoming");] + + (* Allow you to use any command with ! in the interface instead of only the + ones in allowed_commands *) + allow_any_command = false + + (* Are all users allowed to change MLDonkey options? *) + enable_user_config = true + + (* Allow others to browse our share list (0: none, 1: friends only, 2: everyone *) + allow_browse_share = 1 + + (* Regexp of messages to filter out, example: string1|string2|string3 *) + messages_filter = "Your client is connecting too fast" + + + (************************************) + (* SECTION : Other *) + (* Other options *) + (************************************) + + + + (* (experimental) *) + save_results = 0 + + (* filters on replies (replies will be kept). *) + filters = "" + + (* Buffer writes and flush after buffer_writes_delay seconds (experimental) *) + buffer_writes = false + + (* build statistics about eMule mods *) + emule_mods_count = false + + (* show all eMule mods in statistics *) + emule_mods_showall = false + + (* How often (in hours) should a backup of the ini files be written into old_config. + A value of zero means that a backup is written only when the core shuts down. *) + backup_options_delay = 0 + + (* Define the total number of options archives in old_config. *) + backup_options_generations = 10 + + (* Define the format of the archive, zip or tar.gz are valid. *) + backup_options_format = "tar.gz" + + (* The maximum time in seconds to wait for networks to cleanly shutdown. *) + shutdown_timeout = 3 + + (* The IP address used to bind the p2p clients *) + client_bind_addr = "0.0.0.0" + + + +(*****************************************************************) +(* *) +(* ADVANCED OPTIONS *) +(* *) +(* All the options after this line are for the expert *) +(* user. Do not modify them if you are not sure. *) +(* *) +(*****************************************************************) + + + + + + (************************************) + (* SECTION : Interfaces FOR EXPERTS *) + (* Options to control ports used by mldonkey interfaces *) + (************************************) + + + + (* The IP address used to bind the http server *) + http_bind_addr = "0.0.0.0" + + (* The IP address used to bind the gui server *) + gui_bind_addr = "0.0.0.0" + + (* The IP address used to bind the telnet server *) + telnet_bind_addr = "0.0.0.0" + + (* Should *all* sources for a file be shown on HTML/telnet vd *) + print_all_sources = true + + (* Improved telnet interface *) + improved_telnet = true + + (* A space-separated list of keywords. Each keyword triggers + printing information on the corresponding messages: + verb : verbose mode (interesting not only for coders) + mc : debug client messages + mr|raw : debug raw messages + mct : debug emule clients tags + ms : debug server messages + sm : debug source management + net : debug net + gui : debug gui + no-login : disable login messages + file : debug file handling + do : some download warnings + up : some upload warnings + unk : unknown messages + ov : overnet + loc : debug source research/master servers + share: debug sharing + md4 : md4 computation + connect : debug connections + udp : udp messages + ultra|super : debug supernode + swarming : debug swarming + hc : http_client messages + hs : http_server messages + act : debug activity + bw : debug bandwidth + unexp : debug unexpected messages + *) + verbosity = "" + + + (************************************) + (* SECTION : Bandwidth FOR EXPERTS *) + (* *) + (************************************) + + + + (* The delay in milliseconds to wait in the event loop. Can be decreased to + increase the bandwidth usage, or increased to lower the CPU usage. *) + loop_delay = 20 + + + (************************************) + (* SECTION : Networks FOR EXPERTS *) + (* Networks options *) + (************************************) + + + + (* Set to true if you also want mldonkey to run as a OpenFT sub node (experimental) *) + enable_openft = false + + + (************************************) + (* SECTION : Network Config FOR EXPERTS *) + (* Network config options *) + (************************************) + + + + (* URLs of RSS feeds *) + rss_feeds = [] + + (* Keep IP blocking ranges descriptions in memory *) + ip_blocking_descriptions = false + + (* IP blocking list filename (peerguardian format), can also be in gz/bz2/zip format + Zip files must contain either a file named guarding.p2p or guarding_full.p2p. *) + ip_blocking = "" + + (* List of countries to block connections from/to (requires Geoip). + Names are in ISO 3166 format, see http://www.maxmind.com/app/iso3166 + You can also at your own risk use "Unknown" for IPs Geoip won't recognize. *) + ip_blocking_countries = [] + + (* false: use ip_blocking_countries as block list, all other countries are allowed + true: use ip_blocking_countries as allow list, all other countries are blocked *) + ip_blocking_countries_block = false + + (* Location of GeoIP.dat (Get one from http://www.maxmind.com/download/geoip/database/) *) + geoip_dat = "" + + (* The size of the header of a TCP/IP packet on your connection (ppp adds + 14 bytes sometimes, so modify to take that into account) *) + tcpip_packet_size = 40 + + (* The size of the MTU of a TCP/IP packet on your connection *) + mtu_packet_size = 1500 + + (* The size of the frame packet on your network (on my cable link, it is 250) *) + packet_frame_size = 250 + + (* The size of the minimal packet you want mldonkey to send when data is + available on the connection *) + minimal_packet_size = 600 + + (* Should a connection check if the peer we are connected to is still alive? + This implies some bandwidth-cost (with 200 connections ~10-20%) *) + socket_keepalive = false + + + (************************************) + (* SECTION : HTML mods FOR EXPERTS *) + (* Options to configure HTML mode *) + (************************************) + + + + (* Whether to use the modified WEB interface *) + html_mods = true + + (* Which html_mods style to use (set with html_mods_style command) *) + html_mods_style = 0 + + (* Whether to use human readable GMk number format *) + html_mods_human_readable = true + + (* Whether to use relative availability in the WEB interface *) + html_mods_use_relative_availability = true + + (* Whether to display the Net column in vd output *) + html_mods_vd_network = true + + (* Whether to display the Active Sources column in vd output *) + html_mods_vd_active_sources = true + + (* Whether to display the Age column in vd output *) + html_mods_vd_age = true + + (* Show graph in vd output *) + html_mods_vd_gfx = true + + (* Remove graph files on core shutdown *) + html_mods_vd_gfx_remove = false + + (* Fill graph in vd output *) + html_mods_vd_gfx_fill = true + + (* Split download and upload graph in vd output *) + html_mods_vd_gfx_split = false + + (* Stacked download and upload graph *) + html_mods_vd_gfx_stack = true + + (* Flip up/side graph position in vd output *) + html_mods_vd_gfx_flip = true + + (* Show mean line on graph in vd output *) + html_mods_vd_gfx_mean = true + + (* Show transparent graph in vd output (only for png) *) + html_mods_vd_gfx_transparent = true + + (* Draw graph as png if true, else draw as jpg in vd output *) + html_mods_vd_gfx_png = true + + (* Show hourly graph in vd output *) + html_mods_vd_gfx_h = true + + (* Graph x size in vd output ( 320 < x < 3600 ) *) + html_mods_vd_gfx_x_size = 630 + + (* Graph y size in vd output ( 200 < y < 1200 ) *) + html_mods_vd_gfx_y_size = 200 + + (* Draw tag graph *) + html_mods_vd_gfx_tag = false + + (* Use tag source image *) + html_mods_vd_gfx_tag_use_source = false + + (* Tag source image name *) + html_mods_vd_gfx_tag_source = image + + (* Draw tag as png if true, else draw as jpg in vd output *) + html_mods_vd_gfx_tag_png = true + + (* Enable tag graph title *) + html_mods_vd_gfx_tag_enable_title = true + + (* Tag graph title *) + html_mods_vd_gfx_tag_title = "MLNet traffic" + + (* Tag graph title x pos in vd output + *) + html_mods_vd_gfx_tag_title_x_pos = 4 + + (* Tag graph title y pos in vd output *) + html_mods_vd_gfx_tag_title_y_pos = 1 + + (* Tag graph download x pos in vd output *) + html_mods_vd_gfx_tag_dl_x_pos = 4 + + (* Tag graph download y pos in vd output *) + html_mods_vd_gfx_tag_dl_y_pos = 17 + + (* Tag graph upload x pos in vd output *) + html_mods_vd_gfx_tag_ul_x_pos = 4 + + (* Tag graph upload y pos in vd output *) + html_mods_vd_gfx_tag_ul_y_pos = 33 + + (* Tag graph x size in vd output ( 130 < x < 3600 ) *) + html_mods_vd_gfx_tag_x_size = 80 + + (* Tag graph y size in vd output ( 50 < x < 1200 ) *) + html_mods_vd_gfx_tag_y_size = 50 + + (* Whether to display the Last column in vd output *) + html_mods_vd_last = true + + (* Whether to display the Priority column in vd output *) + html_mods_vd_prio = true + + (* Whether to display the Queues in vd # output *) + html_mods_vd_queues = true + + (* Change height of download indicator bar in vd output *) + html_vd_barheight = 2 + + (* Whether to display chunks list as graph or text in vd output *) + html_vd_chunk_graph = true + + (* Change style of chunk graph *) + html_vd_chunk_graph_style = 0 + + (* Change max width of chunk graph *) + html_vd_chunk_graph_max_width = 200 + + (* Whether to display the pending slots in uploaders command *) + html_mods_show_pending = true + + (* Whether to load the mldonkey_messages.ini file (false=use internal settings) *) + html_mods_load_message_file = false + + (* Maximum chat messages to log in memory *) + html_mods_max_messages = 50 + + (* Whether to use checkboxes in the WEB interface for download list *) + html_checkbox_vd_file_list = true + + (* Whether to use checkboxes in the WEB interface for search result list *) + html_checkbox_search_file_list = false + + (* Use gzip compression on web pages *) + html_use_gzip = false + + (* Whether to use the fancy javascript tooltips or plain html-title *) + html_mods_use_js_tooltips = true + + (* How long to wait before displaying the tooltips *) + html_mods_js_tooltips_wait = 0 + + (* How long to display the tooltips *) + html_mods_js_tooltips_timeout = 100000 + + (* Use javascript to display option help text as js popup (true=use js, false=use html tables) *) + html_mods_use_js_helptext = true + + + (************************************) + (* SECTION : Debug FOR EXPERTS *) + (* Debug options *) + (************************************) + + + + (* If this option is set, IP addresses on the local network are allowed + (only for debugging) *) + allow_local_network = false + + (* size of log in number of records *) + log_size = 300 + + (* Maximum size of log_file in MB *) + log_file_size = 2 + + (* The file in which you want mldonkey to log its debug messages. If you + set this option, mldonkey will log this info in the file until you use the + 'close_log' command. The log file may become very large. You can + also enable logging in a file after startup using the 'log_file' command. *) + log_file = "mlnet.log" + + (* number of lines for GUI console messages *) + gui_log_size = 30 + + + (************************************) + (* SECTION : Download FOR EXPERTS *) + (* Download options *) + (************************************) + + + + (* Set to true if you want MLdonkey to emulate sparse files on your disk. + Files will use less space, but and won't work anymore. + Works only on Edonkey plugin. EXPERIMENTAL. *) + emulate_sparsefiles = false + + (* How many sources to use to download each chunk *) + sources_per_chunk = 3 + + (* What algorithm to use to select blocks (currently 1 or 2) *) + swarming_block_selection_algorithm = 1 + + + (************************************) + (* SECTION : Startup FOR EXPERTS *) + (* Startup options *) + (************************************) + + + + (* How many megabytes should MLdonkey keep for saving configuration files. *) + config_files_security_space = 10 + + + (************************************) + (* SECTION : Paths FOR EXPERTS *) + (* Paths options *) + (************************************) + + + + (* Name of program used for preview (first arg is local filename, second arg + is name of file as searched on eDonkey *) + previewer = mldonkey_previewer + + (* Directory where mldonkey binaries are installed *) + mldonkey_bin = "." + + (* Name of GUI to start *) + mldonkey_gui = "./mlgui" + + + (************************************) + (* SECTION : MLChat FOR EXPERTS *) + (* MLChat options *) + (************************************) + + + + (* port of the external chat application *) + chat_app_port = 5036 + + (* hostname of the external chat application *) + chat_app_host = localhost + + (* port used by the external chat application to use the core as a proxy *) + chat_port = 4002 + + (* The IP address used to bind the chat server *) + chat_bind_addr = "0.0.0.0" + + (* the id to use for communicating with the core console through chat interface *) + chat_console_id = "donkey console" + + (* use the chat to indicate when a file has been downloaded *) + chat_warning_for_downloaded = true + + + (************************************) + (* SECTION : Other FOR EXPERTS *) + (* Other options *) + (************************************) + + + + (* keep seen files in history to allow local search (can be expensive in memory) *) + use_file_history = false + + (* Buffer writes and flush after buffer_writes_delay seconds (experimental) *) + buffer_writes_delay = 30. + + (* Flush buffers if buffers exceed buffer_writes_threshold kB (experimental) *) + buffer_writes_threshold = 1024 + + (* The conversions to apply on Unicode characters *) + utf8_filename_conversions = [] + + (* The size of the buffer between the client and its GUI. Can be useful + to increase when the connection between them has a small bandwith *) + interface_buffer = 1000000 + + (* The size long names will be shortened to in the interface *) + max_name_len = 50 + + (* The size long client names will be shortened to in the interface *) + max_client_name_len = 25 + + (* Is the default terminal an ANSI terminal (escape sequences can be used) *) + term_ansi = true + + (* Delay between updates to the GUI *) + update_gui_delay = 1. + + (* The realm shown when connecting with a WEB browser *) + http_realm = MLdonkey + + (* This option controls whether the WEB interface should use frames or not *) + use_html_frames = true + + (* This option controls whether the WEB interface should show frame borders or not *) + html_frame_border = true + + (* The height of the command frame in pixel (depends on your screen and browser sizes) *) + commands_frame_height = 46 + + (* Force compaction every hours (in [1..24]) *) + compaction_delay = 2 + + (* The delay between reloads of the vd output in the WEB interface *) + vd_reload_delay = 120 + + (* (experimental) *) + dp500_pclink = false + + (* (experimental) *) + dp500_port = 8000 + + (* (experimental) *) + dp500_buffer = 2000000 + + (* (experimental) *) + dp500_directory = dp500 + + (* Should the MLSUBMIT.REG file be created *) + create_mlsubmit = true + + (* Size of the minor heap in kB *) + minor_heap_size = 32 + + (* The source queues to display in source lists (see 'sources' command) *) + relevant_queues = [ + 0; + 1; + 2; + 3; + 4; + 5; + 6; + 8; + 9; + 10;] + + (* The minimal delay between two connections to the same client (in seconds) *) + min_reask_delay = 600 + + (* Whether to display results already downloaded *) + display_downloaded_results = true + + (* Minimal number of results for filter form to appear *) + filter_table_threshold = 50 + + (* Maximal size of the buffers of a client *) + client_buffer_size = 500000 + + (* The delay between two saves of the 'downloads.ini' file (default is 15 minutes). + Changes to this option require a core restart. *) + save_options_delay = 900. + + (* timeout when connecting to a server *) + server_connection_timeout = 30. + + (* The delay between one glance at a file and another *) + download_sample_rate = 1. + + (* How many samples go into an estimate of transfer rates *) + download_sample_size = 10 + + (* This option defines a set of date at which some commands have to be executed. + For each tuple, the first argument is a list of week days (from 0 to 6), + the second is a list of hours (from 0 to 23) and the last one a command to + execute. Can be used with 'pause all' and 'resume all' for example to + resume and pause downloads automatically for the night. *) + calendar = [] + + (* The percentage of free memory before a compaction is triggered *) + compaction_overhead = 25 + + (* The major GC speed is computed from this parameter. This is the memory + that will be "wasted" because the GC does not immediatly collect + unreachable blocks. It is expressed as a percentage of the memory used + for live data. The GC will work more (use more CPU time and collect + blocks more eagerly) if space_overhead is smaller. *) + space_overhead = 80 + + (* Maximal number of results displayed for a search *) + max_displayed_results = 1000 + + (* (internal option) *) + options_version = 13 diff --git a/config/mldonkey/fileTP.ini b/config/mldonkey/fileTP.ini new file mode 100644 index 0000000000..3618b8ba15 --- /dev/null +++ b/config/mldonkey/fileTP.ini @@ -0,0 +1,34 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : FileTP *) + (* FileTP options *) + (************************************) + + + + (* A list of lists, where each list contains equivalent prefixes for mirrors *) + mirrors = [] + + (* A list of (hostname, args). Example: [ ( "mycomputer.mydomain.fr", (ssh, "mldonkey@mycomputer.mydomain.fr") ) ] *) + remote_shells = [] + + (* The command to call to get a range *) + get_range = get_range + + (* The argument to !!get_range to get a range *) + range_arg = range + + (* (internal option) *) + options_version = 0 + + (* Chunk size (in bytes) (0 = No chunks) *) + chunk_size = 0 + old_urls = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/file_sources.ini b/config/mldonkey/file_sources.ini new file mode 100644 index 0000000000..c6cadc246a --- /dev/null +++ b/config/mldonkey/file_sources.ini @@ -0,0 +1,17 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Header *) + (* These options must be read first *) + (************************************) + + + save_time = 153199884 + sources = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/files.ini b/config/mldonkey/files.ini new file mode 100644 index 0000000000..ed06f2dfe9 --- /dev/null +++ b/config/mldonkey/files.ini @@ -0,0 +1,13 @@ + + (* All the swarmers used *) + swarmers = [] + + (* The files whose download is finished *) + done_files = [] + + (* The files currently being downloaded, primary downloads must come first *) + files = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/friends.ini b/config/mldonkey/friends.ini new file mode 100644 index 0000000000..9c654ac738 --- /dev/null +++ b/config/mldonkey/friends.ini @@ -0,0 +1,7 @@ + + (* The list of known friends *) + friends = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/mldonkey_submit b/config/mldonkey/mldonkey_submit new file mode 100755 index 0000000000..72aba860c2 --- /dev/null +++ b/config/mldonkey/mldonkey_submit @@ -0,0 +1,40 @@ +#!/usr/bin/perl + +# Submit an eDonkey download request to mldonkey +# +# Argument(s): An ed2k URI of the form: +# +# ed2k://|file|||= 0) || die "Usage: mldonkey_submit ... +"; + +$vars{'HTTPURL'} = "http://127.0.0.1:4080"; +$vars{'HTTPUSER'} = "admin"; +$vars{'HTTPPASS'} = ""; + +my $ua = LWP::UserAgent->new; + +while (my $uri = shift @ARGV) { + $_ = URI::Escape::uri_unescape($uri); + if (/^ed2k:\/\/\|file\|[^|]+\|(\d+)\|([\dabcdef]+)\|$/) { + my $size = $1; + my $md4 = $2; + my $req = HTTP::Request->new( + GET => "$vars{'HTTPURL'}/submit?q=dllink+$uri" + ); + if (($vars{'HTTPUSER'}) && ($vars{'HTTPPASS'})) { + $req->authorization_basic($vars{'HTTPUSER'}, + $vars{'HTTPPASS'}); + } + my $response = $ua->request($req); + if (!($response->is_success)) { + print $response->error_as_HTML; + exit 1; + } + } else { + print "Not an ed2k URI: $_ +"; + } +} diff --git a/config/mldonkey/mlnet.log b/config/mldonkey/mlnet.log new file mode 100644 index 0000000000..93ec0dd337 --- /dev/null +++ b/config/mldonkey/mlnet.log @@ -0,0 +1,18 @@ +2006/07/18 05:18:03 Started logging... +2006/07/18 05:18:03 [cCO] Options correctly saved +2006/07/18 05:18:03 [dMain] Check http://www.mldonkey.net/ for updates +2006/07/18 05:18:03 enabling networks: Donkey (loading sources ... completed) BitTorrent FileTP +2006/07/18 05:18:03 disabled networks: none +2006/07/18 05:18:03 [eDThieves] Updating options to version 1 +2006/07/18 05:18:03 [dMain] To command: telnet 127.0.0.1 4000 +2006/07/18 05:18:03 [dMain] Or with browser: http://127.0.0.1:4080 +2006/07/18 05:18:03 [dMain] For a GUI check out http://sancho-gui.sourceforge.net +2006/07/18 05:18:03 [dMain] Connect to IP 127.0.0.1, port 4001 +2006/07/18 05:18:03 [dMain] If you connect from a remote machine adjust allowed_ips +2006/07/18 05:18:03 [cCO] Options correctly saved +2006/07/18 05:18:03 [dMain] Core started +2006/07/18 05:18:04 [dMain] Received SIGINT, stopping MLDonkey... +2006/07/18 05:18:04 [cCO] Options correctly saved +2006/07/18 05:18:04 [cCO] Sources correctly saved +2006/07/18 05:18:04 [cCO] Options backup as .tar.gz correctly saved +2006/07/18 05:18:04 [dMain] Core stopped diff --git a/config/mldonkey/mlnet_strings.en b/config/mldonkey/mlnet_strings.en new file mode 100644 index 0000000000..cd6f55f4ba --- /dev/null +++ b/config/mldonkey/mlnet_strings.en @@ -0,0 +1,888 @@ +(************************************) +(* *) + + module "DriverMain" + +(* *) +(************************************) + +"Core stopped" = "Core stopped" + +"Core started" = "Core started" + +"If you connect from a remote machine adjust allowed_ips" = "If you connect from a remote machine adjust allowed_ips" + +"Connect to IP %s, port %d" = "Connect to IP %s, port %d" + +"For a GUI check out http://sancho-gui.sourceforge.net" = "For a GUI check out http://sancho-gui.sourceforge.net" + +"Or with browser: http://%s:%d" = "Or with browser: http://%s:%d" + +"To command: telnet %s %d" = "To command: telnet %s %d" + +"none" = "none" + +"\n%sdisabled networks: " = "\n%sdisabled networks: " + +"%s " = "%s " + +"%senabling networks: " = "%senabling networks: " + +"Check http://www.mldonkey.net/ for updates" = "Check http://www.mldonkey.net/ for updates" + +" : print version number and exit" = " : print version number and exit" + +" : check file format" = " : check file format" + +" : undocumented" = " : undocumented" + +" : display information on the implementations" = " : display information on the implementations" + +": keep output to stdout after startup" = ": keep output to stdout after startup" + +": keep output to stderr after startup" = ": keep output to stderr after startup" + +" : this argument was removed, core will exit" = " : this argument was removed, core will exit" + +" : find another port when one is already used" = " : find another port when one is already used" + +": directory for pid file" = ": directory for pid file" + +"Libmagic file-type recognition database present" = "Libmagic file-type recognition database present" + +"\nDNS resolution does not work! Looking up %s failed with %s." = "\nDNS resolution does not work! Looking up %s failed with %s." + +(************************************) +(* *) + + module "DriverCommands" + +(* *) +(************************************) + +" :\t\t\tcheck whether an IP is blocked" = " :\t\t\tcheck whether an IP is blocked" + +":\t\t\t\tdisplay the list of blocked IP ranges that were hit" = ":\t\t\t\tdisplay the list of blocked IP ranges that were hit" + +":\t\t\t\tfor debugging only" = ":\t\t\t\tfor debugging only" + +":\t\t\t\tclose all files (use to free space on disk after remove)" = ":\t\t\t\tclose all files (use to free space on disk after remove)" + +" :\t\t\tuse poll instead of select" = " :\t\t\tuse poll instead of select" + +":\t\t\tclose all opened sockets" = ":\t\t\tclose all opened sockets" + +":\t\t\t\tprint memory stats" = ":\t\t\t\tprint memory stats" + +" :\t\t\tselect html_theme" = " :\t\t\tselect html_theme" + +":\t\t\t\t\tprint RSS feeds" = ":\t\t\t\t\tprint RSS feeds" + +":\t\t\tselect html_mods_style <#>" = ":\t\t\tselect html_mods_style <#>" + +":\t\t\t\ttoggle html_mods" = ":\t\t\t\ttoggle html_mods" + +":\t\t\t\tclear log_file" = ":\t\t\t\tclear log_file" + +":\t\t\t\tclose logging to file" = ":\t\t\t\tclose logging to file" + +":\t\t\t\tenable logging to file" = ":\t\t\t\tenable logging to file" + +" :\t\t\ttry to swarm downloads from file (secondary) to file (primary)" = " :\t\t\ttry to swarm downloads from file (secondary) to file (primary)" + +":\t\t\t\tclear the table of clients being debugged" = ":\t\t\t\tclear the table of clients being debugged" + +" :\t\tdebug file state" = " :\t\tdebug file state" + +" :\t\tdebug message in communications with these clients" = " :\t\tdebug message in communications with these clients" + +" :\t\t\treactivate log to stdout" = " :\t\t\treactivate log to stdout" + +" :\t\t\tset terminal width and height (devel)" = " :\t\t\tset terminal width and height (devel)" + +":\t\t\t\t\ttoggle ansi terminal (devel)" = ":\t\t\t\t\ttoggle ansi terminal (devel)" + +":\t\t\t\t\tdump current log state to console" = ":\t\t\t\t\tdump current log state to console" + +":\t\t\treload messages file" = ":\t\t\treload messages file" + +":\t\t\t\tprint logged-in user name" = ":\t\t\t\tprint logged-in user name" + +":\t\t\t\t\tprint users" = ":\t\t\t\t\tprint users" + +" :\t\t\tremove a mldonkey user" = " :\t\t\tremove a mldonkey user" + +" [] :\tadd new mldonkey user/change user password" = " [] :\tadd new mldonkey user/change user password" + +" :\t\t\tdownload all the links contained in the file" = " :\t\t\tdownload all the links contained in the file" + +" :\t\t\t\tdownload ed2k, sig2dat, torrent or other link" = " :\t\t\t\tdownload ed2k, sig2dat, torrent or other link" + +" \"\" :\t\tchange name of download to " = " \"\" :\t\tchange name of download to " + +" :\t\t\tstart previewer for file " = " :\t\t\tstart previewer for file " + +" :\t\t\t\t$bview file info$n" = " :\t\t\t\t$bview file info$n" + +":\t\t\t\t$bmove downloaded files to incoming directory$n" = ":\t\t\t\t$bmove downloaded files to incoming directory$n" + +" :\t\t\t\tresume a paused download (use arg 'all' for all files)" = " :\t\t\t\tresume a paused download (use arg 'all' for all files)" + +" :\t\t\t\tpause a download (use arg 'all' for all files)" = " :\t\t\t\tpause a download (use arg 'all' for all files)" + +" :\t\t\tverify chunks of file " = " :\t\t\tverify chunks of file " + +":\t\t\t\tdisplay downloaders list" = ":\t\t\t\tdisplay downloaders list" + +" :\t\t\t\tcancel download (use arg 'all' for all files)" = " :\t\t\t\tcancel download (use arg 'all' for all files)" + +" :\t\t\tprint the segments downloaded in file" = " :\t\t\tprint the segments downloaded in file" + +" :\t\t\tconfirm cancellation" = " :\t\t\tconfirm cancellation" + +" :\tchange file priorities" = " :\tchange file priorities" + +":\t\t\t\tshow users currently uploading" = ":\t\t\t\tshow users currently uploading" + +":\t\t\t\t\tlist links of shared files" = ":\t\t\t\t\tlist links of shared files" + +":\t\t\t\tstatistics on upload" = ":\t\t\t\tstatistics on upload" + +" :\t\t\t\tshare directory " = " :\t\t\t\tshare directory " + +" [] :\tshare directory with [and sharing strategy ]" = " [] :\tshare directory with [and sharing strategy ]" + +":\t\t\t\tprint shared directories" = ":\t\t\t\tprint shared directories" + +"debug command" = "debug command" + +"debug command (example: file .)" = "debug command (example: file .)" + +"debug command (example: disk .)" = "debug command (example: disk .)" + +":\t\t\t\tcheck shared files for removal" = ":\t\t\t\tcheck shared files for removal" + +":\t\t\t\t$bprint options values by section$n" = ":\t\t\t\t$bprint options values by section$n" + +":\t\t\t\t\tprint web_infos options" = ":\t\t\t\t\tprint web_infos options" + +":\t\t\t\t\tprint all options" = ":\t\t\t\t\tprint all options" + +":\t\t\t\t\t$bdisplay options$n" = ":\t\t\t\t\t$bdisplay options$n" + +"[] :\tsave options and/or sources or backup (empty for options and sources)" = "[] :\tsave options and/or sources or backup (empty for options and sources)" + +" :\t$bchange option value$n" = " :\t$bchange option value$n" + +":\t\t\tforce download of an already downloaded file" = ":\t\t\tforce download of an already downloaded file" + +" :\t\t\t\t$bfile to download$n" = " :\t\t\t\t$bfile to download$n" + +":\t\t\tview custom queries" = ":\t\t\tview custom queries" + +":\t\t\t\t\tview all queries" = ":\t\t\t\t\tview all queries" + +" :\t\t\t\tsearch for files locally\n\n\tWith special args:\n\t-network \n\t-minsize \n\t-maxsize \n\t-media \n\t-Video\n\t-Audio\n\t-format \n\t-title \n\t-album \n\t-artist \n\t-field \n\t-not \n\t-and \n\t-or \n" = " :\t\t\t\tsearch for files locally\n\n\tWith special args:\n\t-network \n\t-minsize \n\t-maxsize \n\t-media \n\t-Video\n\t-Audio\n\t-format \n\t-title \n\t-album \n\t-artist \n\t-field \n\t-not \n\t-and \n\t-or \n" + +" :\t\t\t\t$bsearch for files on all networks$n\n\n\tWith special args:\n\t-network \n\t-minsize \n\t-maxsize \n\t-media \n\t-Video\n\t-Audio\n\t-format \n\t-title \n\t-album \n\t-artist \n\t-field \n\t-not \n\t-and \n\t-or \n" = " :\t\t\t\t$bsearch for files on all networks$n\n\n\tWith special args:\n\t-network \n\t-minsize \n\t-maxsize \n\t-media \n\t-Video\n\t-Audio\n\t-format \n\t-title \n\t-album \n\t-artist \n\t-field \n\t-not \n\t-and \n\t-or \n" + +"[] :\t\t\t\t$bview results of a search$n" = "[] :\t\t\t\t$bview results of a search$n" + +" ... :\t\tforget searches ..." = " ... :\t\tforget searches ..." + +" :\t\t\t\tdisable a particular network" = " :\t\t\t\tdisable a particular network" + +" :\t\t\t\tenable a particular network" = " :\t\t\t\tenable a particular network" + +":\t\t\t\tprint all networks" = ":\t\t\t\tprint all networks" + +" :\t\t\t\tstart command (must be allowed in 'allowed_commands' option or by 'allow_any_command' if arguments)" = " :\t\t\t\tstart command (must be allowed in 'allowed_commands' option or by 'allow_any_command' if arguments)" + +":\t\t\t\tremove graphical transfer statistics files" = ":\t\t\t\tremove graphical transfer statistics files" + +":\t\t\t\tdisplay graphical transfer statistics" = ":\t\t\t\tdisplay graphical transfer statistics" + +":\t\t\t\t\tdisplay transfer statistics" = ":\t\t\t\t\tdisplay transfer statistics" + +":\t\t\t\tprint current bandwidth stats" = ":\t\t\t\tprint current bandwidth stats" + +" :\t\t\t\tdisable upload during minutes (multiple of 5)" = " :\t\t\t\tdisable upload during minutes (multiple of 5)" + +" :\t\t\tprint files from friend " = " :\t\t\tprint files from friend " + +":\t\t\t\tdisplay all friends" = ":\t\t\t\tdisplay all friends" + +" :\tremove friend (use arg 'all' for all friends)" = " :\tremove friend (use arg 'all' for all friends)" + +" :\t\tadd client to friends" = " :\t\tadd client to friends" + +" :\t\t\task friend files" = " :\t\t\task friend files" + +":\t\t\t\t\tview friends" = ":\t\t\t\t\tview friends" + +" :\t\t\t\tdisconnect from server" = " :\t\t\t\tdisconnect from server" + +"[] :\t\t\t\tconnect to more servers (or to server )" = "[] :\t\t\t\tconnect to more servers (or to server )" + +" :\t\t\tprint banner of connected server " = " :\t\t\tprint banner of connected server " + +" :\t\t\tremove server (use arg 'all' for all servers)" = " :\t\t\tremove server (use arg 'all' for all servers)" + +":\t\t\t\t\tlist all known servers" = ":\t\t\t\t\tlist all known servers" + +":\t\t\t\t\t$blist connected servers$n" = ":\t\t\t\t\t$blist connected servers$n" + +":\t\t\t\t\tprint calendar" = ":\t\t\t\t\tprint calendar" + +" \"\" :\tadd a command to be executed every day" = " \"\" :\tadd a command to be executed every day" + +":\t\t\t\t[ ]" = ":\t\t\t\t[ ]" + +":\t\t\t\tmessage_log [refresh delay in seconds]" = ":\t\t\t\tmessage_log [refresh delay in seconds]" + +" :\t\t\tprint activity in the last minutes" = " :\t\t\tprint activity in the last minutes" + +":\t\t\t\tprint mldonkey disk information" = ":\t\t\t\tprint mldonkey disk information" + +":\t\t\t\tprint mldonkey runtime information" = ":\t\t\t\tprint mldonkey runtime information" + +":\t\t\t\tprint mldonkey core build information" = ":\t\t\t\tprint mldonkey core build information" + +":\t\t\t\tprint mldonkey core build, runtime and disk information" = ":\t\t\t\tprint mldonkey core build, runtime and disk information" + +":\t\t\t\tcore uptime" = ":\t\t\t\tcore uptime" + +":\t\t\t\tprint mldonkey version" = ":\t\t\t\tprint mldonkey version" + +" :\t\t\t\tview client (use arg 'all' for all clients)" = " :\t\t\t\tview client (use arg 'all' for all clients)" + +":\t\t\t\trecover lost files from temp directory" = ":\t\t\t\trecover lost files from temp directory" + +":\t\t\t\tforce downloading all web_infos URLs" = ":\t\t\t\tforce downloading all web_infos URLs" + +" :\t\t\tremove URL from web_infos" = " :\t\t\tremove URL from web_infos" + +" :\t\t\tload this file from the web\n\t\t\t\t\tkind is either server.met (if the downloaded file is a server.met)" = " :\t\t\tload this file from the web\n\t\t\t\t\tkind is either server.met (if the downloaded file is a server.met)" + +":\t\t\t\t\t$bsave and kill the server$n" = ":\t\t\t\t\t$bsave and kill the server$n" + +":\t\t\t\t\t$bclose telnet$n" = ":\t\t\t\t\t$bclose telnet$n" + +":\t\t\t\t$bdelete a command alias\n\t\t\t\t\texample: \"unalias ca\"$n" = ":\t\t\t\t$bdelete a command alias\n\t\t\t\t\texample: \"unalias ca\"$n" + +":\t\t\t\t\t$badd an command alias\n\t\t\t\t\tfor example: \"alias ca cancel all\" makes an alias\n\t\t\t\t\t\"ca\" performing \"cancel all\"\n\t\t\t\t\tto substitute an alias just make a new one\n\t\t\t\t\tfor example: \"alias ca vd\"$n" = ":\t\t\t\t\t$badd an command alias\n\t\t\t\t\tfor example: \"alias ca cancel all\" makes an alias\n\t\t\t\t\t\"ca\" performing \"cancel all\"\n\t\t\t\t\tto substitute an alias just make a new one\n\t\t\t\t\tfor example: \"alias ca vd\"$n" + +":\t\t\t\tdump heap for debug" = ":\t\t\t\tdump heap for debug" + +(************************************) +(* *) + + module "BTInteractive" + +(* *) +(************************************) + +" :\tgenerate the corresponding .torrent file with in torrents/tracked/.\n\t\t\t\t\tThe file is automatically tracked, and seeded if in incoming/" = " :\tgenerate the corresponding .torrent file with in torrents/tracked/.\n\t\t\t\t\tThe file is automatically tracked, and seeded if in incoming/" + +":\t\t\t\tprint all .torrent files on this server" = ":\t\t\t\tprint all .torrent files on this server" + +":\t\t\tprint all seeded .torrent files on this server" = ":\t\t\tprint all seeded .torrent files on this server" + +":\t\t\trecheck torrents/* directories for changes" = ":\t\t\trecheck torrents/* directories for changes" + +":\t\t\tremove all old .torrent files" = ":\t\t\tremove all old .torrent files" + +":\t\t\t\tstops all bittorrent downloads, use this if you want to make sure that the stop signal actualy gets to the tracker\n\t\t\t\t\twhen shuting mlnet down, but you have to wait till the stops get to the tracker and not wait too long,\n\t\t\t\t\tso mldonkey reconnects to the tracker :)" = ":\t\t\t\tstops all bittorrent downloads, use this if you want to make sure that the stop signal actualy gets to the tracker\n\t\t\t\t\twhen shuting mlnet down, but you have to wait till the stops get to the tracker and not wait too long,\n\t\t\t\t\tso mldonkey reconnects to the tracker :)" + +(************************************) +(* *) + + module "CommonOptions" + +(* *) +(************************************) + +"List of IP addresses to use to boot Kademlia networks" = "List of IP addresses to use to boot Kademlia networks" + +"Set this option to false if you don't want to receive new Overnet peers" = "Set this option to false if you don't want to receive new Overnet peers" + +"The MD4 of the Overnet client" = "The MD4 of the Overnet client" + +"These IP addresses cannot be peers. Elements are separated by spaces, wildcard=255 ie: use 192.168.0.255 for 192.168.0.* " = "These IP addresses cannot be peers. Elements are separated by spaces, wildcard=255 ie: use 192.168.0.255 for 192.168.0.* " + +"Interval (in seconds) before republish files" = "Interval (in seconds) before republish files" + +"Max number of hits in a search on Overnet" = "Max number of hits in a search on Overnet" + +"Period between two queries in the overnet tree (should not be set under 5)" = "Period between two queries in the overnet tree (should not be set under 5)" + +"How long shoud a search on Overnet wait for the last answer before terminating" = "How long shoud a search on Overnet wait for the last answer before terminating" + +"allow extended search to search on overnet" = "allow extended search to search on overnet" + +"maximal number of peers to keep overnet connected (should be >2048)" = "maximal number of peers to keep overnet connected (should be >2048)" + +"Size of the filename storage used to answer queries" = "Size of the filename storage used to answer queries" + +"port for Kademlia" = "port for Kademlia" + +"The files that were downloaded" = "The files that were downloaded" + +"(only for development tests)" = "(only for development tests)" + +"port for overnet" = "port for overnet" + +"login of client on eDonkey network (nothing default to global one)" = "login of client on eDonkey network (nothing default to global one)" + +"min connected users for each server" = "min connected users for each server" + +"Set the maximal rank of a client to be kept as a client" = "Set the maximal rank of a client to be kept as a client" + +"Set the number of hours you want client to remain banned" = "Set the number of hours you want client to remain banned" + +"true if you want your client IP to be set from servers ID" = "true if you want your client IP to be set from servers ID" + +"true if you want your client to ban\n clients that try queue jumping (3 reconnections faster than 9 minutes)" = "true if you want your client to ban\n clients that try queue jumping (3 reconnections faster than 9 minutes)" + +"true if you want your mldonkey to lose some\nupload bandwidth sending messages to clients which are banned :)" = "true if you want your mldonkey to lose some\nupload bandwidth sending messages to clients which are banned :)" + +"Are the downloaded files added to the old files list to prevent re-download ?" = "Are the downloaded files added to the old files list to prevent re-download ?" + +"Are the cancelled files added to the old files list to prevent re-download ?" = "Are the cancelled files added to the old files list to prevent re-download ?" + +"How often should we check all servers (minimum 4 hours, 0 to disable)" = "How often should we check all servers (minimum 4 hours, 0 to disable)" + +"Minimal number of servers remaining after remove_old_servers" = "Minimal number of servers remaining after remove_old_servers" + +"How often should remove old donkey servers (see max_server_age) be called\n (in seconds, 0 to disable)" = "How often should remove old donkey servers (see max_server_age) be called\n (in seconds, 0 to disable)" + +"max number of days after which an unconnected server is removed" = "max number of days after which an unconnected server is removed" + +"The weight of upload on a donkey connection compared to upload on other\n peer-to-peer networks. Setting it to 5 for example means that a donkey\n connection will be allowed to send 5 times more information per second than\n an Open Napster connection. This is done to favorise donkey connections\n over other networks, where upload is less efficient, without preventing\n upload from these networks." = "The weight of upload on a donkey connection compared to upload on other\n peer-to-peer networks. Setting it to 5 for example means that a donkey\n connection will be allowed to send 5 times more information per second than\n an Open Napster connection. This is done to favorise donkey connections\n over other networks, where upload is less efficient, without preventing\n upload from these networks." + +"How long can a silent server stay connected" = "How long can a silent server stay connected" + +"Uploaded zones (1 zone = 180 kBytes) needed to enable the dynamic upload lifetime" = "Uploaded zones (1 zone = 180 kBytes) needed to enable the dynamic upload lifetime" + +"Each client upload lifetime depends on download-upload ratio" = "Each client upload lifetime depends on download-upload ratio" + +"How long a downloading client can stay in my upload queue (in minutes >5)" = "How long a downloading client can stay in my upload queue (in minutes >5)" + +"How long can a silent client stay in the upload queue" = "How long can a silent client stay in the upload queue" + +"How long should we wait in the queue of another client" = "How long should we wait in the queue of another client" + +"A list of ports that specify servers to remove\n from server list. Servers with ports on this list can't be added, and\n will eventually be removed" = "A list of ports that specify servers to remove\n from server list. Servers with ports on this list can't be added, and\n will eventually be removed" + +"Enable secure user identification support" = "Enable secure user identification support" + +"The RSA private key of this client" = "The RSA private key of this client" + +"The MD4 of this client" = "The MD4 of this client" + +"Maximal number of sources for each file" = "Maximal number of sources for each file" + +"Allow mldonkey to propagate your sources to other donkey clients" = "Allow mldonkey to propagate your sources to other donkey clients" + +"The maximal delay a connection with a server should last when walking\nthrough the list (should be greater than become_master_delay)" = "The maximal delay a connection with a server should last when walking\nthrough the list (should be greater than become_master_delay)" + +"Number of servers that can be used to walk\nbetween servers" = "Number of servers that can be used to walk\nbetween servers" + +"only servers which are set to 'preferred' will be connected, \n please note that any server must be set to preferred to use this feature" = "only servers which are set to 'preferred' will be connected, \n please note that any server must be set to preferred to use this feature" + +"Set this option to false if you don't want mldonkey\n to change the master servers it is connected to" = "Set this option to false if you don't want mldonkey\n to change the master servers it is connected to" + +"Set this option to false if you don't want to\n receive new servers from clients" = "Set this option to false if you don't want to\n receive new servers from clients" + +"Set this option to false if you don't want to\n receive new servers from server.met" = "Set this option to false if you don't want to\n receive new servers from server.met" + +"Set this option to false if you don't want to\n receive new servers from servers" = "Set this option to false if you don't want to\n receive new servers from servers" + +"send all clients your IP regardless of what ID was assigned by the server" = "send all clients your IP regardless of what ID was assigned by the server" + +"immediately close connection to servers that don't grant a High ID" = "immediately close connection to servers that don't grant a High ID" + +"A list of server IP to remove from server list.\n Servers on this list can't be added, and will eventually be removed" = "A list of server IP to remove from server list.\n Servers on this list can't be added, and will eventually be removed" + +"Should mldonkey try to detect sources masquerading as others and ban them" = "Should mldonkey try to detect sources masquerading as others and ban them" + +"Should mldonkey try to detect sources responsible for corruption and ban them" = "Should mldonkey try to detect sources responsible for corruption and ban them" + +"The number of UDP packets you send every check_client_connections_delay" = "The number of UDP packets you send every check_client_connections_delay" + +"The number of servers you want to stay connected to" = "The number of servers you want to stay connected to" + +"Timeout on client connections when not queued" = "Timeout on client connections when not queued" + +"The delay between server connection rounds" = "The delay between server connection rounds" + +"Delay used to request file sources" = "Delay used to request file sources" + +"The port used for connection by other donkey clients." = "The port used for connection by other donkey clients." + +"Max number of messages of Chat remembered" = "Max number of messages of Chat remembered" + +"Max number of UDP packets per round for eXtended Search" = "Max number of UDP packets per round for eXtended Search" + +"Initial score for a new server" = "Initial score for a new server" + +"Let you define a default comment for creating torrents" = "Let you define a default comment for creating torrents" + +"Let you define a default tracker for creating torrents (leave empty for mlnet tracker)" = "Let you define a default tracker for creating torrents (leave empty for mlnet tracker)" + +"The tracker will check the client key to update ip if changed" = "The tracker will check the client key to update ip if changed" + +"The tracker will check the torrent file is available if an announce request is received" = "The tracker will check the torrent file is available if an announce request is received" + +"The maximal number of peers returned by the tracker" = "The maximal number of peers returned by the tracker" + +"The maximal number of tracked files (to prevend saturation attack)" = "The maximal number of tracked files (to prevend saturation attack)" + +"The port to bind the tracker to" = "The port to bind the tracker to" + +"All the swarmers used" = "All the swarmers used" + +" Incoming and shared directories.\n At least two entries have to be present here, one with strategy\n incoming_files and one with strategy incoming_directories.\n Both entries can point to the same directory.\n If one of the two strategies is missing, MLDonkey will create a default\n directory with its entry here.\n Finished BT multifile downloads are committed to the first directory\n with strategy incoming_directories. Other downloads are committed\n to the first directory with the strategy incoming_files.\n If more than one directory has one of the incoming_* strategies\n it will be ignored on commit, but they are shared nonetheless.\n Other strategies can be found in searches.ini, section customized_sharing." = " Incoming and shared directories.\n At least two entries have to be present here, one with strategy\n incoming_files and one with strategy incoming_directories.\n Both entries can point to the same directory.\n If one of the two strategies is missing, MLDonkey will create a default\n directory with its entry here.\n Finished BT multifile downloads are committed to the first directory\n with strategy incoming_directories. Other downloads are committed\n to the first directory with the strategy incoming_files.\n If more than one directory has one of the incoming_* strategies\n it will be ignored on commit, but they are shared nonetheless.\n Other strategies can be found in searches.ini, section customized_sharing." + +"The list of known friends" = "The list of known friends" + +"Shortcuts for special specialized searches" = "Shortcuts for special specialized searches" + +"Maximal number of saved searches" = "Maximal number of saved searches" + +"List of known servers" = "List of known servers" + +"" = "" + +"The files currently being downloaded, primary downloads must come first" = "The files currently being downloaded, primary downloads must come first" + +"The files whose download is finished" = "The files whose download is finished" + +"The users that are defined on this core. The default user is\ncalled 'admin', and uses an empty password. To create new users,\nlogin as admin in mldonkey, and use the 'useradd' command." = "The users that are defined on this core. The default user is\ncalled 'admin', and uses an empty password. To create new users,\nlogin as admin in mldonkey, and use the 'useradd' command." + +"Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5" = "Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5" + +"number of lines for GUI console messages" = "number of lines for GUI console messages" + +"The file in which you want mldonkey to log its debug messages. If you\n set this option, mldonkey will log this info in the file until you use the\n'close_log' command. The log file may become very large. You can\n also enable logging in a file after startup using the 'log_file' command." = "The file in which you want mldonkey to log its debug messages. If you\n set this option, mldonkey will log this info in the file until you use the\n'close_log' command. The log file may become very large. You can\n also enable logging in a file after startup using the 'log_file' command." + +"Maximum size of log_file in MB" = "Maximum size of log_file in MB" + +"size of log in number of records" = "size of log in number of records" + +"If this option is set, IP addresses on the local network are allowed\n(only for debugging)" = "If this option is set, IP addresses on the local network are allowed\n(only for debugging)" + +"(internal option)" = "(internal option)" + +"Maximal number of results displayed for a search" = "Maximal number of results displayed for a search" + +"The major GC speed is computed from this parameter. This is the memory\n that will be \"wasted\" because the GC does not immediatly collect \n unreachable blocks. It is expressed as a percentage of the memory used\n for live data. The GC will work more (use more CPU time and collect \n blocks more eagerly) if space_overhead is smaller." = "The major GC speed is computed from this parameter. This is the memory\n that will be \"wasted\" because the GC does not immediatly collect \n unreachable blocks. It is expressed as a percentage of the memory used\n for live data. The GC will work more (use more CPU time and collect \n blocks more eagerly) if space_overhead is smaller." + +"The percentage of free memory before a compaction is triggered" = "The percentage of free memory before a compaction is triggered" + +"This option defines a set of date at which some commands have to be executed.\n For each tuple, the first argument is a list of week days (from 0 to 6),\n the second is a list of hours (from 0 to 23) and the last one a command to\n execute. Can be used with 'pause all' and 'resume all' for example to\n resume and pause downloads automatically for the night." = "This option defines a set of date at which some commands have to be executed.\n For each tuple, the first argument is a list of week days (from 0 to 6),\n the second is a list of hours (from 0 to 23) and the last one a command to\n execute. Can be used with 'pause all' and 'resume all' for example to\n resume and pause downloads automatically for the night." + +"How many samples go into an estimate of transfer rates" = "How many samples go into an estimate of transfer rates" + +"The delay between one glance at a file and another" = "The delay between one glance at a file and another" + +"timeout when connecting to a server" = "timeout when connecting to a server" + +"The delay between two saves of the 'downloads.ini' file (default is 15 minutes).\n Changes to this option require a core restart." = "The delay between two saves of the 'downloads.ini' file (default is 15 minutes).\n Changes to this option require a core restart." + +"Maximal size of the buffers of a client" = "Maximal size of the buffers of a client" + +"Minimal number of results for filter form to appear" = "Minimal number of results for filter form to appear" + +"Whether to display results already downloaded" = "Whether to display results already downloaded" + +"The minimal delay between two connections to the same client (in seconds)" = "The minimal delay between two connections to the same client (in seconds)" + +"The source queues to display in source lists (see 'sources' command)" = "The source queues to display in source lists (see 'sources' command)" + +"Size of the minor heap in kB" = "Size of the minor heap in kB" + +"Should the MLSUBMIT.REG file be created" = "Should the MLSUBMIT.REG file be created" + +"The IP address used to bind the p2p clients" = "The IP address used to bind the p2p clients" + +"The delay between reloads of the vd output in the WEB interface" = "The delay between reloads of the vd output in the WEB interface" + +"Force compaction every hours (in [1..24])" = "Force compaction every hours (in [1..24])" + +"The height of the command frame in pixel (depends on your screen and browser sizes)" = "The height of the command frame in pixel (depends on your screen and browser sizes)" + +"This option controls whether the WEB interface should show frame borders or not" = "This option controls whether the WEB interface should show frame borders or not" + +"This option controls whether the WEB interface should use frames or not" = "This option controls whether the WEB interface should use frames or not" + +"The realm shown when connecting with a WEB browser" = "The realm shown when connecting with a WEB browser" + +"Delay between updates to the GUI" = "Delay between updates to the GUI" + +"Is the default terminal an ANSI terminal (escape sequences can be used)" = "Is the default terminal an ANSI terminal (escape sequences can be used)" + +"The size long client names will be shortened to in the interface" = "The size long client names will be shortened to in the interface" + +"The size long names will be shortened to in the interface" = "The size long names will be shortened to in the interface" + +"The size of the buffer between the client and its GUI. Can be useful\nto increase when the connection between them has a small bandwith" = "The size of the buffer between the client and its GUI. Can be useful\nto increase when the connection between them has a small bandwith" + +"The conversions to apply on Unicode characters" = "The conversions to apply on Unicode characters" + +"The maximum time in seconds to wait for networks to cleanly shutdown." = "The maximum time in seconds to wait for networks to cleanly shutdown." + +"Define the format of the archive, zip or tar.gz are valid." = "Define the format of the archive, zip or tar.gz are valid." + +"Define the total number of options archives in old_config." = "Define the total number of options archives in old_config." + +"How often (in hours) should a backup of the ini files be written into old_config.\n A value of zero means that a backup is written only when the core shuts down." = "How often (in hours) should a backup of the ini files be written into old_config.\n A value of zero means that a backup is written only when the core shuts down." + +"show all eMule mods in statistics" = "show all eMule mods in statistics" + +"build statistics about eMule mods" = "build statistics about eMule mods" + +"Flush buffers if buffers exceed buffer_writes_threshold kB (experimental)" = "Flush buffers if buffers exceed buffer_writes_threshold kB (experimental)" + +"Buffer writes and flush after buffer_writes_delay seconds (experimental)" = "Buffer writes and flush after buffer_writes_delay seconds (experimental)" + +"filters on replies (replies will be kept)." = "filters on replies (replies will be kept)." + +"keep seen files in history to allow local search (can be expensive in memory)" = "keep seen files in history to allow local search (can be expensive in memory)" + +"(experimental)" = "(experimental)" + +"use the chat to indicate when a file has been downloaded" = "use the chat to indicate when a file has been downloaded" + +"the id to use for communicating with the core console through chat interface" = "the id to use for communicating with the core console through chat interface" + +"The IP address used to bind the chat server" = "The IP address used to bind the chat server" + +"port used by the external chat application to use the core as a proxy" = "port used by the external chat application to use the core as a proxy" + +"hostname of the external chat application" = "hostname of the external chat application" + +"port of the external chat application" = "port of the external chat application" + +"Regexp of messages to filter out, example: string1|string2|string3" = "Regexp of messages to filter out, example: string1|string2|string3" + +"Allow others to browse our share list (0: none, 1: friends only, 2: everyone" = "Allow others to browse our share list (0: none, 1: friends only, 2: everyone" + +"Are all users allowed to change MLDonkey options?" = "Are all users allowed to change MLDonkey options?" + +"Allow you to use any command with ! in the interface instead of only the\nones in allowed_commands" = "Allow you to use any command with ! in the interface instead of only the\nones in allowed_commands" + +"Commands that you are allowed to be call from the interface. These\ncommands should short, so that the core is not blocked more than necessary." = "Commands that you are allowed to be call from the interface. These\ncommands should short, so that the core is not blocked more than necessary." + +"Name of GUI to start" = "Name of GUI to start" + +"Directory where mldonkey binaries are installed" = "Directory where mldonkey binaries are installed" + +"Name of program used for preview (first arg is local filename, second arg\n is name of file as searched on eDonkey" = "Name of program used for preview (first arg is local filename, second arg\n is name of file as searched on eDonkey" + +"Send a warning mail each hours for each directory, 0 to deactivate mail warnings." = "Send a warning mail each hours for each directory, 0 to deactivate mail warnings." + +"If true core shuts down when free space on core dir is below hdd_coredir_minfree,\n otherwise all downloads are paused and a warning email is sent." = "If true core shuts down when free space on core dir is below hdd_coredir_minfree,\n otherwise all downloads are paused and a warning email is sent." + +"Mininum free space in MB on core directory, minimum 20" = "Mininum free space in MB on core directory, minimum 20" + +"If true core shuts down when free space on temp dir is below hdd_temp_minfree,\n otherwise all downloads are paused and a warning email is sent." = "If true core shuts down when free space on temp dir is below hdd_temp_minfree,\n otherwise all downloads are paused and a warning email is sent." + +"Mininum free space in MB on temp_directory, minimum 50" = "Mininum free space in MB on temp_directory, minimum 50" + +"Create new files as sparse, only valid on MinGW for files on NTFS drives" = "Create new files as sparse, only valid on MinGW for files on NTFS drives" + +"New directories in incoming_directories are created with these rights" = "New directories in incoming_directories are created with these rights" + +"The directory where temporary files should be put" = "The directory where temporary files should be put" + +"How many megabytes should MLdonkey keep for saving configuration files." = "How many megabytes should MLdonkey keep for saving configuration files." + +"Should MLdonkey try to recover downloads of files in temp/ at startup" = "Should MLdonkey try to recover downloads of files in temp/ at startup" + +"Automatically Start the GUI" = "Automatically Start the GUI" + +"Ask for GUI start" = "Ask for GUI start" + +"The UID of the user (0=disabled) you want mldonkey to run as, after the ports\n have been bound (can be use not to run with root priviledges when\na port < 1024 is needed)" = "The UID of the user (0=disabled) you want mldonkey to run as, after the ports\n have been bound (can be use not to run with root priviledges when\na port < 1024 is needed)" + +"The login of the user you want mldonkey to run as, after the ports\n have been bound (can be use not to run with root priviledges when\na port < 1024 is needed)" = "The login of the user you want mldonkey to run as, after the ports\n have been bound (can be use not to run with root priviledges when\na port < 1024 is needed)" + +"The command which is called when a download is started. Arguments\nare '-file '" = "The command which is called when a download is started. Arguments\nare '-file '" + +"A command that is called when a file is committed, does not work on MinGW.\n Arguments are (kept for compatability):\n $1 - temp file name, without path\n $2 - file size\n $3 - filename of the committed file\n Also these environment variables can be used (prefered way):\n $TEMPNAME - temp file name, including path\n $FILEID - same as $1\n $FILESIZE - same as $2\n $FILENAME - same as $3\n $FILEHASH - internal hash\n $DURATION - download duration\n $INCOMING - directory used for commit\n $NETWORK - network used for downloading\n $ED2K_HASH - ed2k hash if MD4 is known" = "A command that is called when a file is committed, does not work on MinGW.\n Arguments are (kept for compatability):\n $1 - temp file name, without path\n $2 - file size\n $3 - filename of the committed file\n Also these environment variables can be used (prefered way):\n $TEMPNAME - temp file name, including path\n $FILEID - same as $1\n $FILESIZE - same as $2\n $FILENAME - same as $3\n $FILEHASH - internal hash\n $DURATION - download duration\n $INCOMING - directory used for commit\n $NETWORK - network used for downloading\n $ED2K_HASH - ed2k hash if MD4 is known" + +"The maximal length of zero bytes between non-zero bytes in a file that\nshould be interpreted as downloaded during a recovery" = "The maximal length of zero bytes between non-zero bytes in a file that\nshould be interpreted as downloaded during a recovery" + +"What algorithm to use to select blocks (currently 1 or 2)" = "What algorithm to use to select blocks (currently 1 or 2)" + +"How many sources to use to download each chunk" = "How many sources to use to download each chunk" + +"The maximal number of files in Downloading state (other ones are Queued)" = "The maximal number of files in Downloading state (other ones are Queued)" + +"Set to true if you want MLdonkey to emulate sparse files on your disk.\n Files will use less space, but and won't work anymore.\n Works only on Edonkey plugin. EXPERIMENTAL." = "Set to true if you want MLdonkey to emulate sparse files on your disk.\n Files will use less space, but and won't work anymore.\n Works only on Edonkey plugin. EXPERIMENTAL." + +"Set to true if you want all new downloads be paused immediatly\n will be set to false on core start." = "Set to true if you want all new downloads be paused immediatly\n will be set to false on core start." + +"Set to false if you don't want mldonkey to automatically put completed files\n in incoming directory" = "Set to false if you don't want mldonkey to automatically put completed files\n in incoming directory" + +"Put a prefix for the filename here which shows up in the notification mail" = "Put a prefix for the filename here which shows up in the notification mail" + +"Send filename in mail subject" = "Send filename in mail subject" + +"Does your mail-server need <...> around addresses" = "Does your mail-server need <...> around addresses" + +"Your e-mail if you want to receive mails when downloads are completed" = "Your e-mail if you want to receive mails when downloads are completed" + +"The port to use on the mail server (default 25)" = "The port to use on the mail server (default 25)" + +"The mail server you want to use (must be SMTP). Use hostname or IP address" = "The mail server you want to use (must be SMTP). Use hostname or IP address" + +"Direct TCP connections to HTTP proxy (the proxy should support CONNECT)" = "Direct TCP connections to HTTP proxy (the proxy should support CONNECT)" + +"Port of HTTP proxy" = "Port of HTTP proxy" + +"Direct HTTP queries to HTTP proxy" = "Direct HTTP queries to HTTP proxy" + +"Cookies send with a http request (used for .torrent files and web_infos)" = "Cookies send with a http request (used for .torrent files and web_infos)" + +"Should a connection check if the peer we are connected to is still alive?\n This implies some bandwidth-cost (with 200 connections ~10-20%)" = "Should a connection check if the peer we are connected to is still alive?\n This implies some bandwidth-cost (with 200 connections ~10-20%)" + +"The size of the minimal packet you want mldonkey to send when data is\navailable on the connection" = "The size of the minimal packet you want mldonkey to send when data is\navailable on the connection" + +"The size of the frame packet on your network (on my cable link, it is 250)" = "The size of the frame packet on your network (on my cable link, it is 250)" + +"The size of the MTU of a TCP/IP packet on your connection" = "The size of the MTU of a TCP/IP packet on your connection" + +"The size of the header of a TCP/IP packet on your connection (ppp adds\n 14 bytes sometimes, so modify to take that into account)" = "The size of the header of a TCP/IP packet on your connection (ppp adds\n 14 bytes sometimes, so modify to take that into account)" + +"Location of GeoIP.dat (Get one from http://www.maxmind.com/download/geoip/database/)" = "Location of GeoIP.dat (Get one from http://www.maxmind.com/download/geoip/database/)" + +"false: use ip_blocking_countries as block list, all other countries are allowed\n true: use ip_blocking_countries as allow list, all other countries are blocked" = "false: use ip_blocking_countries as block list, all other countries are allowed\n true: use ip_blocking_countries as allow list, all other countries are blocked" + +"List of countries to block connections from/to (requires Geoip).\n Names are in ISO 3166 format, see http://www.maxmind.com/app/iso3166\n You can also at your own risk use \"Unknown\" for IPs Geoip won't recognize." = "List of countries to block connections from/to (requires Geoip).\n Names are in ISO 3166 format, see http://www.maxmind.com/app/iso3166\n You can also at your own risk use \"Unknown\" for IPs Geoip won't recognize." + +"IP blocking list filename (peerguardian format), can also be in gz/bz2/zip format\n Zip files must contain either a file named guarding.p2p or guarding_full.p2p." = "IP blocking list filename (peerguardian format), can also be in gz/bz2/zip format\n Zip files must contain either a file named guarding.p2p or guarding_full.p2p." + +"Keep IP blocking ranges descriptions in memory" = "Keep IP blocking ranges descriptions in memory" + +"URLs of RSS feeds" = "URLs of RSS feeds" + +"A list of lines to download on the WEB: each line has\n the format: (kind, period, url), where kind is either\n 'server.met' for a server.met file (also in gz/bz2/zip format)\n containing ed2k server, or\n 'comments.met' for a file of comments, or\n 'guarding.p2p' for a blocklist file (also in gz/bz2/zip format), or\n 'ocl' for file in the ocl format containing overnet peers, or\n 'contact.dat' for an contact.dat file containing overnet peers,\n 'nodes.gzip' for a fasttrack nodes.gzip,\n and period is the period between updates (in hours),\n a period of zero means the file is only loaded once on startup,\n and url is the url of the file to download.\n IMPORTANT: Put the URL and the kind between quotes.\n EXAMPLE:\n web_infos = [\n (\"server.met\", 0, \"http://www.jd2k.com/server.met\");\n (\"guarding.p2p\", 96, \"http://www.bluetack.co.uk/config/level1.gz\");\n (\"ocl\", 24, \"http://members.lycos.co.uk/appbyhp2/FlockHelpApp/contact-files/contact.ocl\");\n (\"contact.dat\", 168, \"http://download.overnet.org/contact.dat\");\n ]\n " = "A list of lines to download on the WEB: each line has\n the format: (kind, period, url), where kind is either\n 'server.met' for a server.met file (also in gz/bz2/zip format)\n containing ed2k server, or\n 'comments.met' for a file of comments, or\n 'guarding.p2p' for a blocklist file (also in gz/bz2/zip format), or\n 'ocl' for file in the ocl format containing overnet peers, or\n 'contact.dat' for an contact.dat file containing overnet peers,\n 'nodes.gzip' for a fasttrack nodes.gzip,\n and period is the period between updates (in hours),\n a period of zero means the file is only loaded once on startup,\n and url is the url of the file to download.\n IMPORTANT: Put the URL and the kind between quotes.\n EXAMPLE:\n web_infos = [\n (\"server.met\", 0, \"http://www.jd2k.com/server.met\");\n (\"guarding.p2p\", 96, \"http://www.bluetack.co.uk/config/level1.gz\");\n (\"ocl\", 24, \"http://members.lycos.co.uk/appbyhp2/FlockHelpApp/contact-files/contact.ocl\");\n (\"contact.dat\", 168, \"http://download.overnet.org/contact.dat\");\n ]\n " + +"User agent string (default = \"default\")" = "User agent string (default = \"default\")" + +"Use the IP specified by 'client_ip' instead of trying to determine it\n ourself. Don't set this option to true if you have dynamic IP." = "Use the IP specified by 'client_ip' instead of trying to determine it\n ourself. Don't set this option to true if you have dynamic IP." + +"The last IP address used for this client" = "The last IP address used for this client" + +"Use javascript to display option help text as js popup (true=use js, false=use html tables)" = "Use javascript to display option help text as js popup (true=use js, false=use html tables)" + +"How long to display the tooltips" = "How long to display the tooltips" + +"How long to wait before displaying the tooltips" = "How long to wait before displaying the tooltips" + +"Whether to use the fancy javascript tooltips or plain html-title" = "Whether to use the fancy javascript tooltips or plain html-title" + +"Use gzip compression on web pages" = "Use gzip compression on web pages" + +"Whether to use checkboxes in the WEB interface for search result list" = "Whether to use checkboxes in the WEB interface for search result list" + +"Whether to use checkboxes in the WEB interface for download list" = "Whether to use checkboxes in the WEB interface for download list" + +"html_mods_theme to use (located in relative html_themes/ directory\n leave blank to use internal theme" = "html_mods_theme to use (located in relative html_themes/ directory\n leave blank to use internal theme" + +"bw_stats refresh delay (seconds)" = "bw_stats refresh delay (seconds)" + +"Maximum chat messages to log in memory" = "Maximum chat messages to log in memory" + +"Whether to load the mldonkey_messages.ini file (false=use internal settings)" = "Whether to load the mldonkey_messages.ini file (false=use internal settings)" + +"Whether to display the pending slots in uploaders command" = "Whether to display the pending slots in uploaders command" + +"Change max width of chunk graph" = "Change max width of chunk graph" + +"Change style of chunk graph" = "Change style of chunk graph" + +"Whether to display chunks list as graph or text in vd output" = "Whether to display chunks list as graph or text in vd output" + +"Change height of download indicator bar in vd output" = "Change height of download indicator bar in vd output" + +"Whether to display the Queues in vd # output" = "Whether to display the Queues in vd # output" + +"Whether to display the Priority column in vd output" = "Whether to display the Priority column in vd output" + +"Whether to display the Last column in vd output" = "Whether to display the Last column in vd output" + +"Tag graph y size in vd output ( 50 < x < 1200 )" = "Tag graph y size in vd output ( 50 < x < 1200 )" + +"Tag graph x size in vd output ( 130 < x < 3600 )" = "Tag graph x size in vd output ( 130 < x < 3600 )" + +"Tag graph upload y pos in vd output " = "Tag graph upload y pos in vd output " + +"Tag graph upload x pos in vd output " = "Tag graph upload x pos in vd output " + +"Tag graph download y pos in vd output " = "Tag graph download y pos in vd output " + +"Tag graph download x pos in vd output " = "Tag graph download x pos in vd output " + +"Tag graph title y pos in vd output " = "Tag graph title y pos in vd output " + +"Tag graph title x pos in vd output\n " = "Tag graph title x pos in vd output\n " + +"Tag graph title" = "Tag graph title" + +"Enable tag graph title" = "Enable tag graph title" + +"Draw tag as png if true, else draw as jpg in vd output" = "Draw tag as png if true, else draw as jpg in vd output" + +"Tag source image name" = "Tag source image name" + +"Use tag source image " = "Use tag source image " + +"Draw tag graph" = "Draw tag graph" + +"Graph y size in vd output ( 200 < y < 1200 )" = "Graph y size in vd output ( 200 < y < 1200 )" + +"Graph x size in vd output ( 320 < x < 3600 )" = "Graph x size in vd output ( 320 < x < 3600 )" + +"Show hourly graph in vd output" = "Show hourly graph in vd output" + +"Draw graph as png if true, else draw as jpg in vd output" = "Draw graph as png if true, else draw as jpg in vd output" + +"Show transparent graph in vd output (only for png)" = "Show transparent graph in vd output (only for png)" + +"Show mean line on graph in vd output" = "Show mean line on graph in vd output" + +"Flip up/side graph position in vd output" = "Flip up/side graph position in vd output" + +"Stacked download and upload graph" = "Stacked download and upload graph" + +"Split download and upload graph in vd output" = "Split download and upload graph in vd output" + +"Fill graph in vd output" = "Fill graph in vd output" + +"Remove graph files on core shutdown" = "Remove graph files on core shutdown" + +"Show graph in vd output" = "Show graph in vd output" + +"Whether to display the Age column in vd output" = "Whether to display the Age column in vd output" + +"Whether to display the Active Sources column in vd output" = "Whether to display the Active Sources column in vd output" + +"Whether to display the Net column in vd output" = "Whether to display the Net column in vd output" + +"Whether to use relative availability in the WEB interface" = "Whether to use relative availability in the WEB interface" + +"Whether to use human readable GMk number format" = "Whether to use human readable GMk number format" + +"Which html_mods style to use (set with html_mods_style command)" = "Which html_mods style to use (set with html_mods_style command)" + +"Whether to use the modified WEB interface" = "Whether to use the modified WEB interface" + +"Set to true if you also want mldonkey to download HTTP files (experimental)" = "Set to true if you also want mldonkey to download HTTP files (experimental)" + +"Set to true if you also want mldonkey to run as a OpenFT sub node (experimental)" = "Set to true if you also want mldonkey to run as a OpenFT sub node (experimental)" + +"Set to true if you also want mldonkey to run as a direct-connect node (experimental)" = "Set to true if you also want mldonkey to run as a direct-connect node (experimental)" + +"Set to true if you also want mldonkey to run as a Fasttrack sub node (experimental)" = "Set to true if you also want mldonkey to run as a Fasttrack sub node (experimental)" + +"Set to true if you also want mldonkey to run as a gnutella2 sub node (experimental)" = "Set to true if you also want mldonkey to run as a gnutella2 sub node (experimental)" + +"Set to true if you also want mldonkey to run as a gnutella1 sub node (experimental)" = "Set to true if you also want mldonkey to run as a gnutella1 sub node (experimental)" + +"Set to true if you also want mldonkey to run as a soulseek client (experimental)" = "Set to true if you also want mldonkey to run as a soulseek client (experimental)" + +"Set to true if you also want mldonkey to run as a napster client (experimental)" = "Set to true if you also want mldonkey to run as a napster client (experimental)" + +"Set to true if you also want mldonkey to run as a donkey client" = "Set to true if you also want mldonkey to run as a donkey client" + +"Set to true if you also want mldonkey to run as an Bittorrent client" = "Set to true if you also want mldonkey to run as an Bittorrent client" + +"Set to true if you want mldonkey to connect to edonkey servers\n (enable_donkey must be true, and only experimental)" = "Set to true if you want mldonkey to connect to edonkey servers\n (enable_donkey must be true, and only experimental)" + +"Set to true if you also want mldonkey to run as an kademlia client\n (enable_donkey must be true, and only experimental)" = "Set to true if you also want mldonkey to run as an kademlia client\n (enable_donkey must be true, and only experimental)" + +"Set to true if you also want mldonkey to run as an overnet client\n (enable_donkey must be true)" = "Set to true if you also want mldonkey to run as an overnet client\n (enable_donkey must be true)" + +"This option enables MLdonkey to always read as much data as possible\n from a channel, but use more CPU as it must then copy the data in the\n channel buffer." = "This option enables MLdonkey to always read as much data as possible\n from a channel, but use more CPU as it must then copy the data in the\n channel buffer." + +"No-limit IPs" = "No-limit IPs" + +"list of IP addresses allowed to connect to the core with no limit on\nupload/download and upload slots. List separated by spaces, wildcard=255\nie: use 192.168.0.255 for 192.168.0.* " = "list of IP addresses allowed to connect to the core with no limit on\nupload/download and upload slots. List separated by spaces, wildcard=255\nie: use 192.168.0.255 for 192.168.0.* " + +"The delay in milliseconds to wait in the event loop. Can be decreased to\nincrease the bandwidth usage, or increased to lower the CPU usage." = "The delay in milliseconds to wait in the event loop. Can be decreased to\nincrease the bandwidth usage, or increased to lower the CPU usage." + +"Maximal number of connections that can be opened per second" = "Maximal number of connections that can be opened per second" + +"Set this to true if you want to have dynamic upload slot allocation (experimental)" = "Set this to true if you want to have dynamic upload slot allocation (experimental)" + +"Maximum file size to benefit from the reserved slot for small files (0 to disable)" = "Maximum file size to benefit from the reserved slot for small files (0 to disable)" + +"Set aside a single reserved slot to upload to friends" = "Set aside a single reserved slot to upload to friends" + +"How many slots can be used for upload" = "How many slots can be used for upload" + +"Amount of indirect connections in percent (min 30, max 70) of max_opened_connections" = "Amount of indirect connections in percent (min 30, max 70) of max_opened_connections" + +"Maximal number of opened connections" = "Maximal number of opened connections" + +"The maximal download rate you can tolerate on your link in kBytes/s (0 = no limit)\n The limit will apply on all your connections (clients and servers) and both\ncontrol and data messages." = "The maximal download rate you can tolerate on your link in kBytes/s (0 = no limit)\n The limit will apply on all your connections (clients and servers) and both\ncontrol and data messages." + +"The maximal upload rate you can tolerate on your link in kBytes/s (0 = no limit)\n The limit will apply on all your connections (clients and servers) and both\ncontrol and data messages." = "The maximal upload rate you can tolerate on your link in kBytes/s (0 = no limit)\n The limit will apply on all your connections (clients and servers) and both\ncontrol and data messages." + +"A space-separated list of keywords. Each keyword triggers\n printing information on the corresponding messages:\n verb : verbose mode (interesting not only for coders)\n mc : debug client messages\n mr|raw : debug raw messages\n mct : debug emule clients tags\n ms : debug server messages\n sm : debug source management\n net : debug net\n gui : debug gui\n no-login : disable login messages\n file : debug file handling\n do : some download warnings\n up : some upload warnings\n unk : unknown messages\n ov : overnet\n loc : debug source research/master servers\n share: debug sharing\n md4 : md4 computation\n connect : debug connections\n udp : udp messages\n ultra|super : debug supernode\n swarming : debug swarming\n hc : http_client messages\n hs : http_server messages\n act : debug activity\n bw : debug bandwidth\n unexp : debug unexpected messages\n" = "A space-separated list of keywords. Each keyword triggers\n printing information on the corresponding messages:\n verb : verbose mode (interesting not only for coders)\n mc : debug client messages\n mr|raw : debug raw messages\n mct : debug emule clients tags\n ms : debug server messages\n sm : debug source management\n net : debug net\n gui : debug gui\n no-login : disable login messages\n file : debug file handling\n do : some download warnings\n up : some upload warnings\n unk : unknown messages\n ov : overnet\n loc : debug source research/master servers\n share: debug sharing\n md4 : md4 computation\n connect : debug connections\n udp : udp messages\n ultra|super : debug supernode\n swarming : debug swarming\n hc : http_client messages\n hs : http_server messages\n act : debug activity\n bw : debug bandwidth\n unexp : debug unexpected messages\n" + +"Aliases to commands. The alias (fist string) has to be\nwhitespaceless, the outcome of the alias (second string)\nmay have spaces (put it in quotation then)." = "Aliases to commands. The alias (fist string) has to be\nwhitespaceless, the outcome of the alias (second string)\nmay have spaces (put it in quotation then)." + +"Improved telnet interface" = "Improved telnet interface" + +"Should *all* sources for a file be shown on HTML/telnet vd " = "Should *all* sources for a file be shown on HTML/telnet vd " + +"The IP address used to bind the telnet server" = "The IP address used to bind the telnet server" + +"The IP address used to bind the gui server" = "The IP address used to bind the gui server" + +"The IP address used to bind the http server" = "The IP address used to bind the http server" + +"The port to connect via telnet" = "The port to connect via telnet" + +"port for user interaction" = "port for user interaction" + +"The port to connect via HTTP" = "The port to connect via HTTP" + +"The port used to connect to your client with a WEB browser" = "The port used to connect to your client with a WEB browser" + +"The port to connect for GiFT GUIs." = "The port to connect for GiFT GUIs." + +"port for GiFT Graphical Interfaces interaction. It was 1213, but the default is\nnow 0 for disabled, because it does not check for a password." = "port for GiFT Graphical Interfaces interaction. It was 1213, but the default is\nnow 0 for disabled, because it does not check for a password." + +"The port to connect the GUI" = "The port to connect the GUI" + +"port for Graphical Interfaces" = "port for Graphical Interfaces" + +"Allowed IPs" = "Allowed IPs" + +"list of IP address allowed to connect to the core via telnet/GUI/WEB\nfor internal command set: list separated by spaces\nexample for internal command: set allowed_ips \"127.0.0.1 192.168.1.2\"\nor for editing the ini-file: list separated by semi-colon\nexample for ini-file: allowed_ips = [ \"127.0.0.1\"; \"192.168.1.2\";]\nwildcard=255 ie: use 192.168.0.255 for 192.168.0.*" = "list of IP address allowed to connect to the core via telnet/GUI/WEB\nfor internal command set: list separated by spaces\nexample for internal command: set allowed_ips \"127.0.0.1 192.168.1.2\"\nor for editing the ini-file: list separated by semi-colon\nexample for ini-file: allowed_ips = [ \"127.0.0.1\"; \"192.168.1.2\";]\nwildcard=255 ie: use 192.168.0.255 for 192.168.0.*" + +"small name of client" = "small name of client" + +(************************************) +(* *) + + module "CommonMessages" + +(* *) +(************************************) + +"Full access enabled" = "Full access enabled" + +"Bad login/password" = "Bad login/password" + +"Command not authorized\n use 'auth ' before." = "Command not authorized\n use 'auth ' before." + +"Main commands are:\n" = "Main commands are:\n" + +"Available commands are:\n" = "Available commands are:\n" + diff --git a/config/mldonkey/mlsubmit.reg b/config/mldonkey/mlsubmit.reg new file mode 100644 index 0000000000..981aca4cfa --- /dev/null +++ b/config/mldonkey/mlsubmit.reg @@ -0,0 +1,12 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\ed2k] +@="URL: ed2k Protocol" +"URL Protocol"="" + +[HKEY_CLASSES_ROOT\ed2k\shell] + +[HKEY_CLASSES_ROOT\ed2k\shell\open] + +[HKEY_CLASSES_ROOT\ed2k\shell\open\command] +@="\"IEXPLORE.EXE\" \"http://admin:@127.0.0.1:4080/submit?q=dllink+%1\"" diff --git a/config/mldonkey/old_config/backup-20060718-051804.tar.gz b/config/mldonkey/old_config/backup-20060718-051804.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5d68746b5b17f833c5041ed0ed42856b76341573 GIT binary patch literal 13877 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®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 literal 0 Hc-jL100001 diff --git a/config/mldonkey/old_config/bittorrent.ini b/config/mldonkey/old_config/bittorrent.ini new file mode 100644 index 0000000000..14faf87c5c --- /dev/null +++ b/config/mldonkey/old_config/bittorrent.ini @@ -0,0 +1,76 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Bittorrent *) + (* Bittorrent options *) + (************************************) + + + + (* The port to bind the client to *) + client_port = 6882 + + (* The UID of this client *) + client_uid = FVGUYMROG4XDOLN7O4WJZ2KKH7IL5CBE + + (* Ask the tracker for new sources only if you have fewer than that number of sources *) + ask_tracker_threshold = 20 + + (* Maximum number of HTTP redirects before reaching the tracker - maximum 10, 0 to disable *) + max_tracker_redirect = 1 + + (* Send client key to trackers *) + send_key = true + + (* Maximum number of uploaders for one torrent *) + max_uploaders_per_torrent = 5 + + (* Maximum number of uploaders for bittorrent *) + max_bt_uploaders = 5 + + (* Number of peers to request from tracker (Negative # = let tracker decide) *) + numwant = -1 + + (* Interval in seconds 'torrents/incoming' is scanned for new torrent files to be downloaded, 0 to deactivate, changes require restart *) + import_new_torrents_interval = 60. + + (* Minimum time in seconds to wait between asking the tracker for sources *) + min_tracker_reask_interval = 300 + + (* Timeout on client connections *) + client_timeout = 90. + + (* User agent string (default = "default") *) + user_agent = default + + (* (internal option) *) + options_version = 0 + old_files = [] + + (* The port to bind the tracker to *) + tracker_port = 6881 + + (* The maximal number of tracked files (to prevend saturation attack) *) + max_tracked_files = 100 + + (* The maximal number of peers returned by the tracker *) + max_tracker_reply = 20 + + (* The tracker will check the torrent file is available if an announce request is received *) + tracker_force_local_torrents = true + + (* The tracker will check the client key to update ip if changed *) + tracker_use_key = true + + (* Let you define a default tracker for creating torrents (leave empty for mlnet tracker) *) + default_tracker = "" + + (* Let you define a default comment for creating torrents *) + default_comment = "" + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/donkey.ini b/config/mldonkey/old_config/donkey.ini new file mode 100644 index 0000000000..d19961e1e0 --- /dev/null +++ b/config/mldonkey/old_config/donkey.ini @@ -0,0 +1,304 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Donkey *) + (* Donkey options *) + (************************************) + + + + (* The port used for connection by other donkey clients. *) + port = 4662 + + (* The number of servers you want to stay connected to *) + max_connected_servers = 3 + + (* Should mldonkey try to detect sources responsible for corruption and ban them *) + reliable_sources = true + + (* Should mldonkey try to detect sources masquerading as others and ban them *) + ban_identity_thieves = true + + (* A list of server IP to remove from server list. + Servers on this list can't be added, and will eventually be removed *) + server_black_list = [] + + (* immediately close connection to servers that don't grant a High ID *) + force_high_id = false + + (* send all clients your IP regardless of what ID was assigned by the server *) + force_client_high_id = false + + (* Set this option to false if you don't want to + receive new servers from servers *) + update_server_list_server = true + + (* Set this option to false if you don't want to + receive new servers from server.met *) + update_server_list_server_met = true + + (* Set this option to false if you don't want to + receive new servers from clients *) + update_server_list_client = false + + (* Maximal number of sources for each file *) + max_sources_per_file = 5000 + + (* The MD4 of this client *) + client_md4 = "00E0B50D660EA80F530BC4C540506FA4" + + (* The RSA private key of this client *) + client_private_key = "MIIBCAIBADANBgkqhkiG9w0BAQEFAASB8zCB8AIBAAIxAKVGA5DvO9HEl/pov8Fqc1E5mp83Uy3oRQ9Ob9ycWxpC47HyAHpaMUfr9WLj2+BrZwIBEQIwMJwfKqC3PbJK0S3eC7Xlrnpap0yB4FNfIZYVovj86sjd9su5EHoIlORptq5L7kSBAhkAu7MM9al0lYqt/3eEC5/D7Da22OKOPJFZAhkA4WnmIz3xAA1DBPkHNrUc+xMKUBcYRoq/AhkAsKiEqvnXI1VYd/gDzrR8KZzoU6gNZi5xAhhCTFK/EjfS1rlb0MXi6fl3BZmfFdn2oUcCGHfyegqjsdMDeH7mDwqIRlXG/JrilDZ8Og==" + + (* Enable secure user identification support *) + enable_sui = true + + (* min connected users for each server *) + min_users_on_server = 0 + + (* login of client on eDonkey network (nothing default to global one) *) + login = "" + + (* The files that were downloaded *) + old_files = [] + + + (************************************) + (* SECTION : Overnet *) + (* Overnet options *) + (************************************) + + + Overnet = { + + (* The protocol version sent on Overnet connections replies *) + protocol_connectreply_version = 44 + + (* The protocol version sent on Overnet connections *) + protocol_connect_version = 1044 + + (* Set this option to false if you don't want to receive new Overnet peers *) + update_nodes = true + + (* The MD4 of the Overnet client *) + md4 = F168E4A3FCDADBBF8175AA5DFBAE8B89 + + (* These IP addresses cannot be peers. Elements are separated by spaces, wildcard=255 ie: use 192.168.0.255 for 192.168.0.* *) + exclude_peers = [ + "1.0.0.0";] + + (* Interval (in seconds) before republish files *) + republish = 10800. + + (* Max number of hits in a search on Overnet *) + max_search_hits = 200 + + (* Period between two queries in the overnet tree (should not be set under 5) *) + query_peer_period = 5. + + (* How long shoud a search on Overnet wait for the last answer before terminating *) + search_timeout = 140 + + (* allow extended search to search on overnet *) + search_keyword = true + + (* maximal number of peers to keep overnet connected (should be >2048) *) + max_known_peers = 8192 + + (* Size of the filename storage used to answer queries *) + store_size = 2000 + + (* port for overnet *) + port = 21984 +} + + + (************************************) + (* SECTION : Kademlia *) + (* Kademlia options *) + (************************************) + + + Kademlia = { + + (* Set this option to false if you don't want to receive new Overnet peers *) + update_nodes = true + + (* The MD4 of the Overnet client *) + md4 = C5A53009B6AC813961C80F7BD0CC99B4 + + (* These IP addresses cannot be peers. Elements are separated by spaces, wildcard=255 ie: use 192.168.0.255 for 192.168.0.* *) + exclude_peers = [ + "1.0.0.0";] + + (* Interval (in seconds) before republish files *) + republish = 10800. + + (* Max number of hits in a search on Overnet *) + max_search_hits = 200 + + (* Period between two queries in the overnet tree (should not be set under 5) *) + query_peer_period = 5. + + (* How long shoud a search on Overnet wait for the last answer before terminating *) + search_timeout = 140 + + (* allow extended search to search on overnet *) + search_keyword = true + + (* maximal number of peers to keep overnet connected (should be >2048) *) + max_known_peers = 8192 + + (* Size of the filename storage used to answer queries *) + store_size = 2000 + + (* port for Kademlia *) + port = 2096 +} + + + +(*****************************************************************) +(* *) +(* ADVANCED OPTIONS *) +(* *) +(* All the options after this line are for the expert *) +(* user. Do not modify them if you are not sure. *) +(* *) +(*****************************************************************) + + + + + + (************************************) + (* SECTION : Donkey FOR EXPERTS *) + (* Donkey options *) + (************************************) + + + + (* Initial score for a new server *) + initial_score = 5 + + (* Max number of UDP packets per round for eXtended Search *) + max_xs_packets = 30 + + (* Max number of messages of Chat remembered *) + max_dialog_history = 30 + + (* Delay used to request file sources *) + check_client_connections_delay = 180. + + (* The delay between server connection rounds *) + check_connections_delay = 5. + + (* Timeout on client connections when not queued *) + client_timeout = 40. + + (* The number of UDP packets you send every check_client_connections_delay *) + max_udp_sends = 10 + + (* Set this option to false if you don't want mldonkey + to change the master servers it is connected to *) + keep_best_server = true + + (* only servers which are set to 'preferred' will be connected, + please note that any server must be set to preferred to use this feature *) + connect_only_preferred_server = false + + (* Number of servers that can be used to walk + between servers *) + max_walker_servers = 1 + + (* The maximal delay a connection with a server should last when walking + through the list (should be greater than become_master_delay) *) + walker_server_lifetime = 300 + log_clients_on_console = false + + (* Allow mldonkey to propagate your sources to other donkey clients *) + propagate_sources = true + black_list = true + + (* A list of ports that specify servers to remove + from server list. Servers with ports on this list can't be added, and + will eventually be removed *) + port_black_list = [] + + (* How long should we wait in the queue of another client *) + queued_timeout = 1800. + + (* How long can a silent client stay in the upload queue *) + upload_timeout = 1800. + + (* How long a downloading client can stay in my upload queue (in minutes >5) *) + upload_lifetime = 90 + + (* Each client upload lifetime depends on download-upload ratio *) + dynamic_upload_lifetime = false + + (* Uploaded zones (1 zone = 180 kBytes) needed to enable the dynamic upload lifetime *) + dynamic_upload_threshold = 10 + + (* How long can a silent server stay connected *) + connected_server_timeout = 1800. + + (* The weight of upload on a donkey connection compared to upload on other + peer-to-peer networks. Setting it to 5 for example means that a donkey + connection will be allowed to send 5 times more information per second than + an Open Napster connection. This is done to favorise donkey connections + over other networks, where upload is less efficient, without preventing + upload from these networks. *) + upload_power = 5 + + (* max number of days after which an unconnected server is removed *) + max_server_age = 2 + + (* How often should remove old donkey servers (see max_server_age) be called + (in seconds, 0 to disable) *) + remove_old_servers_delay = 900. + + (* Minimal number of servers remaining after remove_old_servers *) + min_left_servers = 20 + + (* How often should we check all servers (minimum 4 hours, 0 to disable) *) + servers_walking_period = 6 + + (* Are the cancelled files added to the old files list to prevent re-download ? *) + keep_cancelled_in_old_files = false + + (* Are the downloaded files added to the old files list to prevent re-download ? *) + keep_downloaded_in_old_files = false + + (* true if you want your mldonkey to lose some + upload bandwidth sending messages to clients which are banned :) *) + send_warning_messages = false + + (* true if you want your client to ban + clients that try queue jumping (3 reconnections faster than 9 minutes) *) + ban_queue_jumpers = true + + (* true if you want your client IP to be set from servers ID *) + use_server_ip = true + + (* Set the number of hours you want client to remain banned *) + ban_period = 1 + + (* Set the maximal rank of a client to be kept as a client *) + good_client_rank = 500 + + (* (only for development tests) *) + immediate_master = false + + (* (only for development tests) *) + become_master_delay = 120 + + (* (internal option) *) + options_version = 1 + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/downloads.ini b/config/mldonkey/old_config/downloads.ini new file mode 100644 index 0000000000..e20fe764bd --- /dev/null +++ b/config/mldonkey/old_config/downloads.ini @@ -0,0 +1,983 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Main *) + (* Main options *) + (************************************) + + + + (* small name of client *) + client_name = sujetj + + + (************************************) + (* SECTION : Interfaces *) + (* Options to control ports used by mldonkey interfaces *) + (************************************) + + + + (* list of IP address allowed to connect to the core via telnet/GUI/WEB + for internal command set: list separated by spaces + example for internal command: set allowed_ips "127.0.0.1 192.168.1.2" + or for editing the ini-file: list separated by semi-colon + example for ini-file: allowed_ips = [ "127.0.0.1"; "192.168.1.2";] + wildcard=255 ie: use 192.168.0.255 for 192.168.0.* *) + allowed_ips = [ + "127.0.0.1";] + + (* port for Graphical Interfaces *) + gui_port = 4001 + + (* port for GiFT Graphical Interfaces interaction. It was 1213, but the default is + now 0 for disabled, because it does not check for a password. *) + gift_port = 0 + + (* The port used to connect to your client with a WEB browser *) + http_port = 4080 + + (* port for user interaction *) + telnet_port = 4000 + + (* Aliases to commands. The alias (fist string) has to be + whitespaceless, the outcome of the alias (second string) + may have spaces (put it in quotation then). *) + alias_commands = [ + (quit, q); + (exit, q);] + + + (************************************) + (* SECTION : Bandwidth *) + (* *) + (************************************) + + + + (* The maximal upload rate you can tolerate on your link in kBytes/s (0 = no limit) + The limit will apply on all your connections (clients and servers) and both + control and data messages. *) + max_hard_upload_rate = 10 + + (* The maximal download rate you can tolerate on your link in kBytes/s (0 = no limit) + The limit will apply on all your connections (clients and servers) and both + control and data messages. *) + max_hard_download_rate = 50 + + (* Maximal number of opened connections *) + max_opened_connections = 200 + + (* Amount of indirect connections in percent (min 30, max 70) of max_opened_connections *) + max_indirect_connections = 30 + + (* How many slots can be used for upload *) + max_upload_slots = 5 + + (* Set aside a single reserved slot to upload to friends *) + friends_upload_slot = true + + (* Maximum file size to benefit from the reserved slot for small files (0 to disable) *) + small_files_slot_limit = 10240 + + (* Set this to true if you want to have dynamic upload slot allocation (experimental) *) + dynamic_slots = false + + (* Maximal number of connections that can be opened per second *) + max_connections_per_second = 5 + + (* list of IP addresses allowed to connect to the core with no limit on + upload/download and upload slots. List separated by spaces, wildcard=255 + ie: use 192.168.0.255 for 192.168.0.* *) + nolimit_ips = [ + "127.0.0.1";] + + (* This option enables MLdonkey to always read as much data as possible + from a channel, but use more CPU as it must then copy the data in the + channel buffer. *) + copy_read_buffer = true + + + (************************************) + (* SECTION : Networks *) + (* Networks options *) + (************************************) + + + + (* Set to true if you also want mldonkey to run as an overnet client + (enable_donkey must be true) *) + enable_overnet = true + + (* Set to true if you also want mldonkey to run as an kademlia client + (enable_donkey must be true, and only experimental) *) + enable_kademlia = false + + (* Set to true if you want mldonkey to connect to edonkey servers + (enable_donkey must be true, and only experimental) *) + enable_servers = true + + (* Set to true if you also want mldonkey to run as an Bittorrent client *) + enable_bittorrent = true + + (* Set to true if you also want mldonkey to run as a donkey client *) + enable_donkey = true + + (* Set to true if you also want mldonkey to run as a napster client (experimental) *) + enable_opennap = false + + (* Set to true if you also want mldonkey to run as a soulseek client (experimental) *) + enable_soulseek = false + + (* Set to true if you also want mldonkey to run as a gnutella1 sub node (experimental) *) + enable_gnutella = false + + (* Set to true if you also want mldonkey to run as a gnutella2 sub node (experimental) *) + enable_gnutella2 = false + + (* Set to true if you also want mldonkey to run as a Fasttrack sub node (experimental) *) + enable_fasttrack = false + + (* Set to true if you also want mldonkey to run as a direct-connect node (experimental) *) + enable_directconnect = false + + (* Set to true if you also want mldonkey to download HTTP files (experimental) *) + enable_fileTP = true + + + (************************************) + (* SECTION : Network Config *) + (* Network config options *) + (************************************) + + + + (* The last IP address used for this client *) + client_ip = "127.0.0.1" + + (* Use the IP specified by 'client_ip' instead of trying to determine it + ourself. Don't set this option to true if you have dynamic IP. *) + force_client_ip = false + + (* User agent string (default = "default") *) + user_agent = default + + (* A list of lines to download on the WEB: each line has + the format: (kind, period, url), where kind is either + 'server.met' for a server.met file (also in gz/bz2/zip format) + containing ed2k server, or + 'comments.met' for a file of comments, 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, + 'nodes.gzip' for a fasttrack nodes.gzip, + and period is the period between updates (in hours), + a period of zero means the file is only loaded once on startup, + and url is the url of the file to download. + IMPORTANT: Put the URL and the kind between quotes. + EXAMPLE: + web_infos = [ + ("server.met", 0, "http://www.jd2k.com/server.met"); + ("guarding.p2p", 96, "http://www.bluetack.co.uk/config/level1.gz"); + ("ocl", 24, "http://members.lycos.co.uk/appbyhp2/FlockHelpApp/contact-files/contact.ocl"); + ("contact.dat", 168, "http://download.overnet.org/contact.dat"); + ] + *) + web_infos = [ + ("guarding.p2p", 96, "http://www.bluetack.co.uk/config/level1.gz"); + ("server.met", 0, "http://www.jd2k.com/server.met"); + ("contact.dat", 168, "http://download.overnet.org/contact.dat"); + ("geoip.dat", 0, "http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz"); + ("nodes.gzip", 0, "http://update.kceasy.com/update/fasttrack/nodes.gzip");] + + (* Cookies send with a http request (used for .torrent files and web_infos) *) + referers = [ + (".*suprnova.*", "http://www.suprnova.org/");] + + (* Cookies send with a http request (used for .torrent files and web_infos) *) + cookies = [] + + (* Direct HTTP queries to HTTP proxy *) + http_proxy_server = "" + + (* Port of HTTP proxy *) + http_proxy_port = 8080 + + (* Direct TCP connections to HTTP proxy (the proxy should support CONNECT) *) + http_proxy_tcp = false + + + (************************************) + (* SECTION : HTML mods *) + (* Options to configure HTML mode *) + (************************************) + + + + (* bw_stats refresh delay (seconds) *) + html_mods_bw_refresh_delay = 11 + + (* html_mods_theme to use (located in relative html_themes/ directory + leave blank to use internal theme *) + html_mods_theme = "" + + + (************************************) + (* SECTION : Download *) + (* Download options *) + (************************************) + + + + (* Set to false if you don't want mldonkey to automatically put completed files + in incoming directory *) + auto_commit = true + + (* Set to true if you want all new downloads be paused immediatly + will be set to false on core start. *) + pause_new_downloads = false + + (* The maximal number of files in Downloading state (other ones are Queued) *) + max_concurrent_downloads = 50 + + (* The maximal length of zero bytes between non-zero bytes in a file that + should be interpreted as downloaded during a recovery *) + max_recover_zeroes_gap = 16 + + (* A command that is called when a file is committed, does not work on MinGW. + Arguments are (kept for compatability): + $1 - temp file name, without path + $2 - file size + $3 - filename of the committed file + Also these environment variables can be used (prefered way): + $TEMPNAME - temp file name, including path + $FILEID - same as $1 + $FILESIZE - same as $2 + $FILENAME - same as $3 + $FILEHASH - internal hash + $DURATION - download duration + $INCOMING - directory used for commit + $NETWORK - network used for downloading + $ED2K_HASH - ed2k hash if MD4 is known *) + file_completed_cmd = "" + + (* The command which is called when a download is started. Arguments + are '-file ' *) + file_started_cmd = "" + + + (************************************) + (* SECTION : Startup *) + (* Startup options *) + (************************************) + + + + (* The login of the user you want mldonkey to run as, after the ports + have been bound (can be use not to run with root priviledges when + a port < 1024 is needed) *) + run_as_user = "" + + (* The UID of the user (0=disabled) you want mldonkey to run as, after the ports + have been bound (can be use not to run with root priviledges when + a port < 1024 is needed) *) + run_as_useruid = 0 + + (* Ask for GUI start *) + ask_for_gui = false + + (* Automatically Start the GUI *) + start_gui = false + + (* Should MLdonkey try to recover downloads of files in temp/ at startup *) + recover_temp_on_startup = true + + + (************************************) + (* SECTION : Mail *) + (* Mail options *) + (************************************) + + + + (* The mail server you want to use (must be SMTP). Use hostname or IP address *) + smtp_server = "127.0.0.1" + + (* The port to use on the mail server (default 25) *) + smtp_port = 25 + + (* Your e-mail if you want to receive mails when downloads are completed *) + mail = "" + + (* Does your mail-server need <...> around addresses *) + add_mail_brackets = false + + (* Send filename in mail subject *) + filename_in_subject = true + + (* Put a prefix for the filename here which shows up in the notification mail *) + url_in_mail = "" + + + (************************************) + (* SECTION : Paths *) + (* Paths options *) + (************************************) + + + + (* The directory where temporary files should be put *) + temp_directory = temp + + (* New directories in incoming_directories are created with these rights *) + create_dir_mask = 755 + + (* Create new files as sparse, only valid on MinGW for files on NTFS drives *) + create_file_sparse = true + + (* Mininum free space in MB on temp_directory, minimum 50 *) + hdd_temp_minfree = 50 + + (* If true core shuts down when free space on temp dir is below hdd_temp_minfree, + otherwise all downloads are paused and a warning email is sent. *) + hdd_temp_stop_core = false + + (* Mininum free space in MB on core directory, minimum 20 *) + hdd_coredir_minfree = 50 + + (* If true core shuts down when free space on core dir is below hdd_coredir_minfree, + otherwise all downloads are paused and a warning email is sent. *) + hdd_coredir_stop_core = true + + (* Send a warning mail each hours for each directory, 0 to deactivate mail warnings. *) + hdd_send_warning_interval = 1 + + (* Incoming and shared directories. + At least two entries have to be present here, one with strategy + incoming_files and one with strategy incoming_directories. + Both entries can point to the same directory. + If one of the two strategies is missing, MLDonkey will create a default + directory with its entry here. + Finished BT multifile downloads are committed to the first directory + with strategy incoming_directories. Other downloads are committed + to the first directory with the strategy incoming_files. + If more than one directory has one of the incoming_* strategies + it will be ignored on commit, but they are shared nonetheless. + Other strategies can be found in searches.ini, section customized_sharing. *) + shared_directories = [ + { dirname = shared + networks = [] + strategy = all_files + priority = 0 +}; + { dirname = "incoming/files" + networks = [] + strategy = incoming_files + priority = 0 +}; + { dirname = "incoming/directories" + networks = [] + strategy = incoming_directories + priority = 0 +};] + + + (************************************) + (* SECTION : Security *) + (* Security options *) + (************************************) + + + + (* Commands that you are allowed to be call from the interface. These + commands should short, so that the core is not blocked more than necessary. *) + allowed_commands = [ + (df, df); + (ls, "ls incoming");] + + (* Allow you to use any command with ! in the interface instead of only the + ones in allowed_commands *) + allow_any_command = false + + (* Are all users allowed to change MLDonkey options? *) + enable_user_config = true + + (* Allow others to browse our share list (0: none, 1: friends only, 2: everyone *) + allow_browse_share = 1 + + (* Regexp of messages to filter out, example: string1|string2|string3 *) + messages_filter = "Your client is connecting too fast" + + + (************************************) + (* SECTION : Other *) + (* Other options *) + (************************************) + + + + (* (experimental) *) + save_results = 0 + + (* filters on replies (replies will be kept). *) + filters = "" + + (* Buffer writes and flush after buffer_writes_delay seconds (experimental) *) + buffer_writes = false + + (* build statistics about eMule mods *) + emule_mods_count = false + + (* show all eMule mods in statistics *) + emule_mods_showall = false + + (* How often (in hours) should a backup of the ini files be written into old_config. + A value of zero means that a backup is written only when the core shuts down. *) + backup_options_delay = 0 + + (* Define the total number of options archives in old_config. *) + backup_options_generations = 10 + + (* Define the format of the archive, zip or tar.gz are valid. *) + backup_options_format = "tar.gz" + + (* The maximum time in seconds to wait for networks to cleanly shutdown. *) + shutdown_timeout = 3 + + (* The IP address used to bind the p2p clients *) + client_bind_addr = "0.0.0.0" + + + +(*****************************************************************) +(* *) +(* ADVANCED OPTIONS *) +(* *) +(* All the options after this line are for the expert *) +(* user. Do not modify them if you are not sure. *) +(* *) +(*****************************************************************) + + + + + + (************************************) + (* SECTION : Interfaces FOR EXPERTS *) + (* Options to control ports used by mldonkey interfaces *) + (************************************) + + + + (* The IP address used to bind the http server *) + http_bind_addr = "0.0.0.0" + + (* The IP address used to bind the gui server *) + gui_bind_addr = "0.0.0.0" + + (* The IP address used to bind the telnet server *) + telnet_bind_addr = "0.0.0.0" + + (* Should *all* sources for a file be shown on HTML/telnet vd *) + print_all_sources = true + + (* Improved telnet interface *) + improved_telnet = true + + (* A space-separated list of keywords. Each keyword triggers + printing information on the corresponding messages: + verb : verbose mode (interesting not only for coders) + mc : debug client messages + mr|raw : debug raw messages + mct : debug emule clients tags + ms : debug server messages + sm : debug source management + net : debug net + gui : debug gui + no-login : disable login messages + file : debug file handling + do : some download warnings + up : some upload warnings + unk : unknown messages + ov : overnet + loc : debug source research/master servers + share: debug sharing + md4 : md4 computation + connect : debug connections + udp : udp messages + ultra|super : debug supernode + swarming : debug swarming + hc : http_client messages + hs : http_server messages + act : debug activity + bw : debug bandwidth + unexp : debug unexpected messages + *) + verbosity = "" + + + (************************************) + (* SECTION : Bandwidth FOR EXPERTS *) + (* *) + (************************************) + + + + (* The delay in milliseconds to wait in the event loop. Can be decreased to + increase the bandwidth usage, or increased to lower the CPU usage. *) + loop_delay = 20 + + + (************************************) + (* SECTION : Networks FOR EXPERTS *) + (* Networks options *) + (************************************) + + + + (* Set to true if you also want mldonkey to run as a OpenFT sub node (experimental) *) + enable_openft = false + + + (************************************) + (* SECTION : Network Config FOR EXPERTS *) + (* Network config options *) + (************************************) + + + + (* URLs of RSS feeds *) + rss_feeds = [] + + (* Keep IP blocking ranges descriptions in memory *) + ip_blocking_descriptions = false + + (* IP blocking list filename (peerguardian format), can also be in gz/bz2/zip format + Zip files must contain either a file named guarding.p2p or guarding_full.p2p. *) + ip_blocking = "" + + (* List of countries to block connections from/to (requires Geoip). + Names are in ISO 3166 format, see http://www.maxmind.com/app/iso3166 + You can also at your own risk use "Unknown" for IPs Geoip won't recognize. *) + ip_blocking_countries = [] + + (* false: use ip_blocking_countries as block list, all other countries are allowed + true: use ip_blocking_countries as allow list, all other countries are blocked *) + ip_blocking_countries_block = false + + (* Location of GeoIP.dat (Get one from http://www.maxmind.com/download/geoip/database/) *) + geoip_dat = "" + + (* The size of the header of a TCP/IP packet on your connection (ppp adds + 14 bytes sometimes, so modify to take that into account) *) + tcpip_packet_size = 40 + + (* The size of the MTU of a TCP/IP packet on your connection *) + mtu_packet_size = 1500 + + (* The size of the frame packet on your network (on my cable link, it is 250) *) + packet_frame_size = 250 + + (* The size of the minimal packet you want mldonkey to send when data is + available on the connection *) + minimal_packet_size = 600 + + (* Should a connection check if the peer we are connected to is still alive? + This implies some bandwidth-cost (with 200 connections ~10-20%) *) + socket_keepalive = false + + + (************************************) + (* SECTION : HTML mods FOR EXPERTS *) + (* Options to configure HTML mode *) + (************************************) + + + + (* Whether to use the modified WEB interface *) + html_mods = true + + (* Which html_mods style to use (set with html_mods_style command) *) + html_mods_style = 0 + + (* Whether to use human readable GMk number format *) + html_mods_human_readable = true + + (* Whether to use relative availability in the WEB interface *) + html_mods_use_relative_availability = true + + (* Whether to display the Net column in vd output *) + html_mods_vd_network = true + + (* Whether to display the Active Sources column in vd output *) + html_mods_vd_active_sources = true + + (* Whether to display the Age column in vd output *) + html_mods_vd_age = true + + (* Show graph in vd output *) + html_mods_vd_gfx = true + + (* Remove graph files on core shutdown *) + html_mods_vd_gfx_remove = false + + (* Fill graph in vd output *) + html_mods_vd_gfx_fill = true + + (* Split download and upload graph in vd output *) + html_mods_vd_gfx_split = false + + (* Stacked download and upload graph *) + html_mods_vd_gfx_stack = true + + (* Flip up/side graph position in vd output *) + html_mods_vd_gfx_flip = true + + (* Show mean line on graph in vd output *) + html_mods_vd_gfx_mean = true + + (* Show transparent graph in vd output (only for png) *) + html_mods_vd_gfx_transparent = true + + (* Draw graph as png if true, else draw as jpg in vd output *) + html_mods_vd_gfx_png = true + + (* Show hourly graph in vd output *) + html_mods_vd_gfx_h = true + + (* Graph x size in vd output ( 320 < x < 3600 ) *) + html_mods_vd_gfx_x_size = 630 + + (* Graph y size in vd output ( 200 < y < 1200 ) *) + html_mods_vd_gfx_y_size = 200 + + (* Draw tag graph *) + html_mods_vd_gfx_tag = false + + (* Use tag source image *) + html_mods_vd_gfx_tag_use_source = false + + (* Tag source image name *) + html_mods_vd_gfx_tag_source = image + + (* Draw tag as png if true, else draw as jpg in vd output *) + html_mods_vd_gfx_tag_png = true + + (* Enable tag graph title *) + html_mods_vd_gfx_tag_enable_title = true + + (* Tag graph title *) + html_mods_vd_gfx_tag_title = "MLNet traffic" + + (* Tag graph title x pos in vd output + *) + html_mods_vd_gfx_tag_title_x_pos = 4 + + (* Tag graph title y pos in vd output *) + html_mods_vd_gfx_tag_title_y_pos = 1 + + (* Tag graph download x pos in vd output *) + html_mods_vd_gfx_tag_dl_x_pos = 4 + + (* Tag graph download y pos in vd output *) + html_mods_vd_gfx_tag_dl_y_pos = 17 + + (* Tag graph upload x pos in vd output *) + html_mods_vd_gfx_tag_ul_x_pos = 4 + + (* Tag graph upload y pos in vd output *) + html_mods_vd_gfx_tag_ul_y_pos = 33 + + (* Tag graph x size in vd output ( 130 < x < 3600 ) *) + html_mods_vd_gfx_tag_x_size = 80 + + (* Tag graph y size in vd output ( 50 < x < 1200 ) *) + html_mods_vd_gfx_tag_y_size = 50 + + (* Whether to display the Last column in vd output *) + html_mods_vd_last = true + + (* Whether to display the Priority column in vd output *) + html_mods_vd_prio = true + + (* Whether to display the Queues in vd # output *) + html_mods_vd_queues = true + + (* Change height of download indicator bar in vd output *) + html_vd_barheight = 2 + + (* Whether to display chunks list as graph or text in vd output *) + html_vd_chunk_graph = true + + (* Change style of chunk graph *) + html_vd_chunk_graph_style = 0 + + (* Change max width of chunk graph *) + html_vd_chunk_graph_max_width = 200 + + (* Whether to display the pending slots in uploaders command *) + html_mods_show_pending = true + + (* Whether to load the mldonkey_messages.ini file (false=use internal settings) *) + html_mods_load_message_file = false + + (* Maximum chat messages to log in memory *) + html_mods_max_messages = 50 + + (* Whether to use checkboxes in the WEB interface for download list *) + html_checkbox_vd_file_list = true + + (* Whether to use checkboxes in the WEB interface for search result list *) + html_checkbox_search_file_list = false + + (* Use gzip compression on web pages *) + html_use_gzip = false + + (* Whether to use the fancy javascript tooltips or plain html-title *) + html_mods_use_js_tooltips = true + + (* How long to wait before displaying the tooltips *) + html_mods_js_tooltips_wait = 0 + + (* How long to display the tooltips *) + html_mods_js_tooltips_timeout = 100000 + + (* Use javascript to display option help text as js popup (true=use js, false=use html tables) *) + html_mods_use_js_helptext = true + + + (************************************) + (* SECTION : Debug FOR EXPERTS *) + (* Debug options *) + (************************************) + + + + (* If this option is set, IP addresses on the local network are allowed + (only for debugging) *) + allow_local_network = false + + (* size of log in number of records *) + log_size = 300 + + (* Maximum size of log_file in MB *) + log_file_size = 2 + + (* The file in which you want mldonkey to log its debug messages. If you + set this option, mldonkey will log this info in the file until you use the + 'close_log' command. The log file may become very large. You can + also enable logging in a file after startup using the 'log_file' command. *) + log_file = "mlnet.log" + + (* number of lines for GUI console messages *) + gui_log_size = 30 + + + (************************************) + (* SECTION : Download FOR EXPERTS *) + (* Download options *) + (************************************) + + + + (* Set to true if you want MLdonkey to emulate sparse files on your disk. + Files will use less space, but and won't work anymore. + Works only on Edonkey plugin. EXPERIMENTAL. *) + emulate_sparsefiles = false + + (* How many sources to use to download each chunk *) + sources_per_chunk = 3 + + (* What algorithm to use to select blocks (currently 1 or 2) *) + swarming_block_selection_algorithm = 1 + + + (************************************) + (* SECTION : Startup FOR EXPERTS *) + (* Startup options *) + (************************************) + + + + (* How many megabytes should MLdonkey keep for saving configuration files. *) + config_files_security_space = 10 + + + (************************************) + (* SECTION : Paths FOR EXPERTS *) + (* Paths options *) + (************************************) + + + + (* Name of program used for preview (first arg is local filename, second arg + is name of file as searched on eDonkey *) + previewer = mldonkey_previewer + + (* Directory where mldonkey binaries are installed *) + mldonkey_bin = "." + + (* Name of GUI to start *) + mldonkey_gui = "./mlgui" + + + (************************************) + (* SECTION : MLChat FOR EXPERTS *) + (* MLChat options *) + (************************************) + + + + (* port of the external chat application *) + chat_app_port = 5036 + + (* hostname of the external chat application *) + chat_app_host = localhost + + (* port used by the external chat application to use the core as a proxy *) + chat_port = 4002 + + (* The IP address used to bind the chat server *) + chat_bind_addr = "0.0.0.0" + + (* the id to use for communicating with the core console through chat interface *) + chat_console_id = "donkey console" + + (* use the chat to indicate when a file has been downloaded *) + chat_warning_for_downloaded = true + + + (************************************) + (* SECTION : Other FOR EXPERTS *) + (* Other options *) + (************************************) + + + + (* keep seen files in history to allow local search (can be expensive in memory) *) + use_file_history = false + + (* Buffer writes and flush after buffer_writes_delay seconds (experimental) *) + buffer_writes_delay = 30. + + (* Flush buffers if buffers exceed buffer_writes_threshold kB (experimental) *) + buffer_writes_threshold = 1024 + + (* The conversions to apply on Unicode characters *) + utf8_filename_conversions = [] + + (* The size of the buffer between the client and its GUI. Can be useful + to increase when the connection between them has a small bandwith *) + interface_buffer = 1000000 + + (* The size long names will be shortened to in the interface *) + max_name_len = 50 + + (* The size long client names will be shortened to in the interface *) + max_client_name_len = 25 + + (* Is the default terminal an ANSI terminal (escape sequences can be used) *) + term_ansi = true + + (* Delay between updates to the GUI *) + update_gui_delay = 1. + + (* The realm shown when connecting with a WEB browser *) + http_realm = MLdonkey + + (* This option controls whether the WEB interface should use frames or not *) + use_html_frames = true + + (* This option controls whether the WEB interface should show frame borders or not *) + html_frame_border = true + + (* The height of the command frame in pixel (depends on your screen and browser sizes) *) + commands_frame_height = 46 + + (* Force compaction every hours (in [1..24]) *) + compaction_delay = 2 + + (* The delay between reloads of the vd output in the WEB interface *) + vd_reload_delay = 120 + + (* (experimental) *) + dp500_pclink = false + + (* (experimental) *) + dp500_port = 8000 + + (* (experimental) *) + dp500_buffer = 2000000 + + (* (experimental) *) + dp500_directory = dp500 + + (* Should the MLSUBMIT.REG file be created *) + create_mlsubmit = true + + (* Size of the minor heap in kB *) + minor_heap_size = 32 + + (* The source queues to display in source lists (see 'sources' command) *) + relevant_queues = [ + 0; + 1; + 2; + 3; + 4; + 5; + 6; + 8; + 9; + 10;] + + (* The minimal delay between two connections to the same client (in seconds) *) + min_reask_delay = 600 + + (* Whether to display results already downloaded *) + display_downloaded_results = true + + (* Minimal number of results for filter form to appear *) + filter_table_threshold = 50 + + (* Maximal size of the buffers of a client *) + client_buffer_size = 500000 + + (* The delay between two saves of the 'downloads.ini' file (default is 15 minutes). + Changes to this option require a core restart. *) + save_options_delay = 900. + + (* timeout when connecting to a server *) + server_connection_timeout = 30. + + (* The delay between one glance at a file and another *) + download_sample_rate = 1. + + (* How many samples go into an estimate of transfer rates *) + download_sample_size = 10 + + (* This option defines a set of date at which some commands have to be executed. + For each tuple, the first argument is a list of week days (from 0 to 6), + the second is a list of hours (from 0 to 23) and the last one a command to + execute. Can be used with 'pause all' and 'resume all' for example to + resume and pause downloads automatically for the night. *) + calendar = [] + + (* The percentage of free memory before a compaction is triggered *) + compaction_overhead = 25 + + (* The major GC speed is computed from this parameter. This is the memory + that will be "wasted" because the GC does not immediatly collect + unreachable blocks. It is expressed as a percentage of the memory used + for live data. The GC will work more (use more CPU time and collect + blocks more eagerly) if space_overhead is smaller. *) + space_overhead = 80 + + (* Maximal number of results displayed for a search *) + max_displayed_results = 1000 + + (* (internal option) *) + options_version = 13 diff --git a/config/mldonkey/old_config/fileTP.ini b/config/mldonkey/old_config/fileTP.ini new file mode 100644 index 0000000000..3618b8ba15 --- /dev/null +++ b/config/mldonkey/old_config/fileTP.ini @@ -0,0 +1,34 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : FileTP *) + (* FileTP options *) + (************************************) + + + + (* A list of lists, where each list contains equivalent prefixes for mirrors *) + mirrors = [] + + (* A list of (hostname, args). Example: [ ( "mycomputer.mydomain.fr", (ssh, "mldonkey@mycomputer.mydomain.fr") ) ] *) + remote_shells = [] + + (* The command to call to get a range *) + get_range = get_range + + (* The argument to !!get_range to get a range *) + range_arg = range + + (* (internal option) *) + options_version = 0 + + (* Chunk size (in bytes) (0 = No chunks) *) + chunk_size = 0 + old_urls = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/files.ini b/config/mldonkey/old_config/files.ini new file mode 100644 index 0000000000..ed06f2dfe9 --- /dev/null +++ b/config/mldonkey/old_config/files.ini @@ -0,0 +1,13 @@ + + (* All the swarmers used *) + swarmers = [] + + (* The files whose download is finished *) + done_files = [] + + (* The files currently being downloaded, primary downloads must come first *) + files = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/friends.ini b/config/mldonkey/old_config/friends.ini new file mode 100644 index 0000000000..9c654ac738 --- /dev/null +++ b/config/mldonkey/old_config/friends.ini @@ -0,0 +1,7 @@ + + (* The list of known friends *) + friends = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/searches.ini b/config/mldonkey/old_config/searches.ini new file mode 100644 index 0000000000..67e9977a27 --- /dev/null +++ b/config/mldonkey/old_config/searches.ini @@ -0,0 +1,94 @@ + + (* Maximal number of saved searches *) + max_saved_searches = 10 + customized_queries = [ + ("Complex Search", [ + AND; + (KEYWORDS, keywords, ""); + (MODULE, "Simple Options", [ + AND; + (MINSIZE, "Min Size", ""); + (MAXSIZE, "Max Size", ""); + (MEDIA, Media, ""); + (FORMAT, Format, "")]); + (MODULE, "Mp3 Options", [ + AND; + (MP3_ARTIST, Artist, ""); + (MP3_ALBUM, Album, ""); + (MP3_TITLE, Title, ""); + (MP3_BITRATE, "Min Bitrate", "")])]); + ("MP3 Search", [ + AND; + (KEYWORDS, keywords, ""); + (MP3_ARTIST, Artist, ""); + (MP3_ALBUM, Album, ""); + (MP3_TITLE, Title, ""); + (MP3_BITRATE, "Min Bitrate", ""); + [ + HIDDEN; + (MEDIA, Media, Audio); + (FORMAT, Format, mp3)]]); + ("Movie Search", [ + AND; + (KEYWORDS, keywords, ""); + [ + HIDDEN; + (MINSIZE, "Min Size", 500000000); + (MEDIA, Media, Video); + (FORMAT, Format, avi)]]); + ("Album Search", [ + AND; + (KEYWORDS, Keywords, album); + [ + HIDDEN; + (ANDNOT, (MINSIZE, "Min Size", 30000000), (FORMAT, Format, mp3))]]);] + + (* Shortcuts for special specialized searches *) + special_queries = [ + ("-1cd", "-maxsize 735000000"); + ("-movies", "avi -minsize 650000000 -1cd"); + ("-mp3s", "mp3 -minsize 3000000 -maxsize 10000000"); + ("-albums", "album -minsize 30000000 -maxsize 150000000"); + ("-nosex", "-without xxx");] + customized_sharing = [ + (mp3s, { recursive = true + extensions = [ + ".mp3";] + minsize = 0 + maxsize = 10485760 +}); + (avis, { recursive = true + extensions = [ + ".avi";] + minsize = 524288000 + maxsize = 9223372036854775807 +}); + (all_files, { recursive = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (incoming_files, { incoming = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (incoming_directories, { incoming = true + directories = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (only_directory, { extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (directories, { directories = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +});] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/servers.ini b/config/mldonkey/old_config/servers.ini new file mode 100644 index 0000000000..ca19972bd6 --- /dev/null +++ b/config/mldonkey/old_config/servers.ini @@ -0,0 +1,17 @@ + + (* List of known servers *) + known_servers = [] + Overnet = { + + (* List of IP addresses to use to boot Kademlia networks *) + boot_peers = [] +} + Kademlia = { + + (* List of IP addresses to use to boot Kademlia networks *) + boot_peers = [] +} + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/shared_files.ini b/config/mldonkey/old_config/shared_files.ini new file mode 100644 index 0000000000..834e5064f2 --- /dev/null +++ b/config/mldonkey/old_config/shared_files.ini @@ -0,0 +1,5 @@ + shared_files = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/shared_files_new.ini b/config/mldonkey/old_config/shared_files_new.ini new file mode 100644 index 0000000000..834e5064f2 --- /dev/null +++ b/config/mldonkey/old_config/shared_files_new.ini @@ -0,0 +1,5 @@ + shared_files = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/stats.ini b/config/mldonkey/old_config/stats.ini new file mode 100644 index 0000000000..d82d834d7b --- /dev/null +++ b/config/mldonkey/old_config/stats.ini @@ -0,0 +1,96 @@ + guptime = 0 + stats = [ + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +};] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/stats_bt.ini b/config/mldonkey/old_config/stats_bt.ini new file mode 100644 index 0000000000..86a7ea3520 --- /dev/null +++ b/config/mldonkey/old_config/stats_bt.ini @@ -0,0 +1,342 @@ + guptime = 0 + stats = [ + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +};] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/stats_mod.ini b/config/mldonkey/old_config/stats_mod.ini new file mode 100644 index 0000000000..8288845416 --- /dev/null +++ b/config/mldonkey/old_config/stats_mod.ini @@ -0,0 +1,683 @@ + stats = [ + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +};] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/old_config/users.ini b/config/mldonkey/old_config/users.ini new file mode 100644 index 0000000000..0733d2a9f8 --- /dev/null +++ b/config/mldonkey/old_config/users.ini @@ -0,0 +1,36 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Users *) + (* User accounts on the core *) + (************************************) + + + + (* Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5 *) + users = [ + (admin, "31D6CFE0D16AE931B73C59D7E0C089C0");] + + + (************************************) + (* SECTION : Users *) + (* User accounts on the core (new format) *) + (************************************) + + + + (* The users that are defined on this core. The default user is + called 'admin', and uses an empty password. To create new users, + login as admin in mldonkey, and use the 'useradd' command. *) + users2 = [ + { user_name = admin + user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0" + user_mail = "" +}; + { user_name = admin + user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0" + user_mail = "" +};] diff --git a/config/mldonkey/onlinesig.dat b/config/mldonkey/onlinesig.dat new file mode 100644 index 0000000000..d70353b2d9 --- /dev/null +++ b/config/mldonkey/onlinesig.dat @@ -0,0 +1,2 @@ +0 +0.0|0.0|0 diff --git a/config/mldonkey/searches.ini b/config/mldonkey/searches.ini new file mode 100644 index 0000000000..67e9977a27 --- /dev/null +++ b/config/mldonkey/searches.ini @@ -0,0 +1,94 @@ + + (* Maximal number of saved searches *) + max_saved_searches = 10 + customized_queries = [ + ("Complex Search", [ + AND; + (KEYWORDS, keywords, ""); + (MODULE, "Simple Options", [ + AND; + (MINSIZE, "Min Size", ""); + (MAXSIZE, "Max Size", ""); + (MEDIA, Media, ""); + (FORMAT, Format, "")]); + (MODULE, "Mp3 Options", [ + AND; + (MP3_ARTIST, Artist, ""); + (MP3_ALBUM, Album, ""); + (MP3_TITLE, Title, ""); + (MP3_BITRATE, "Min Bitrate", "")])]); + ("MP3 Search", [ + AND; + (KEYWORDS, keywords, ""); + (MP3_ARTIST, Artist, ""); + (MP3_ALBUM, Album, ""); + (MP3_TITLE, Title, ""); + (MP3_BITRATE, "Min Bitrate", ""); + [ + HIDDEN; + (MEDIA, Media, Audio); + (FORMAT, Format, mp3)]]); + ("Movie Search", [ + AND; + (KEYWORDS, keywords, ""); + [ + HIDDEN; + (MINSIZE, "Min Size", 500000000); + (MEDIA, Media, Video); + (FORMAT, Format, avi)]]); + ("Album Search", [ + AND; + (KEYWORDS, Keywords, album); + [ + HIDDEN; + (ANDNOT, (MINSIZE, "Min Size", 30000000), (FORMAT, Format, mp3))]]);] + + (* Shortcuts for special specialized searches *) + special_queries = [ + ("-1cd", "-maxsize 735000000"); + ("-movies", "avi -minsize 650000000 -1cd"); + ("-mp3s", "mp3 -minsize 3000000 -maxsize 10000000"); + ("-albums", "album -minsize 30000000 -maxsize 150000000"); + ("-nosex", "-without xxx");] + customized_sharing = [ + (mp3s, { recursive = true + extensions = [ + ".mp3";] + minsize = 0 + maxsize = 10485760 +}); + (avis, { recursive = true + extensions = [ + ".avi";] + minsize = 524288000 + maxsize = 9223372036854775807 +}); + (all_files, { recursive = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (incoming_files, { incoming = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (incoming_directories, { incoming = true + directories = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (only_directory, { extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +}); + (directories, { directories = true + extensions = [] + minsize = 1 + maxsize = 9223372036854775807 +});] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/servers.ini b/config/mldonkey/servers.ini new file mode 100644 index 0000000000..ca19972bd6 --- /dev/null +++ b/config/mldonkey/servers.ini @@ -0,0 +1,17 @@ + + (* List of known servers *) + known_servers = [] + Overnet = { + + (* List of IP addresses to use to boot Kademlia networks *) + boot_peers = [] +} + Kademlia = { + + (* List of IP addresses to use to boot Kademlia networks *) + boot_peers = [] +} + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/shared_files.ini b/config/mldonkey/shared_files.ini new file mode 100644 index 0000000000..834e5064f2 --- /dev/null +++ b/config/mldonkey/shared_files.ini @@ -0,0 +1,5 @@ + shared_files = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/shared_files_new.ini b/config/mldonkey/shared_files_new.ini new file mode 100644 index 0000000000..834e5064f2 --- /dev/null +++ b/config/mldonkey/shared_files_new.ini @@ -0,0 +1,5 @@ + shared_files = [] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/stats.ini b/config/mldonkey/stats.ini new file mode 100644 index 0000000000..c1879fe4a4 --- /dev/null +++ b/config/mldonkey/stats.ini @@ -0,0 +1,96 @@ + guptime = 1 + stats = [ + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +};] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/stats_bt.ini b/config/mldonkey/stats_bt.ini new file mode 100644 index 0000000000..b6288f5cd1 --- /dev/null +++ b/config/mldonkey/stats_bt.ini @@ -0,0 +1,342 @@ + guptime = 1 + stats = [ + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +}; + { seen = 0 + banned = 0 + filereqs = 0 + download = 0 + upload = 0 +};] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/stats_mod.ini b/config/mldonkey/stats_mod.ini new file mode 100644 index 0000000000..8288845416 --- /dev/null +++ b/config/mldonkey/stats_mod.ini @@ -0,0 +1,683 @@ + stats = [ + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +}; + { mseen = 0 + mbanned = 0 + mfilereqs = 0 + mdownload = 0 + mupload = 0 +};] + +(* + The following options are not used (errors, obsolete, ...) +*) diff --git a/config/mldonkey/users.ini b/config/mldonkey/users.ini new file mode 100644 index 0000000000..9083d7cd36 --- /dev/null +++ b/config/mldonkey/users.ini @@ -0,0 +1,32 @@ + + + (************************************) + (* Never edit options files when *) + (* the daemon is running *) + (************************************) + (* SECTION : Users *) + (* User accounts on the core *) + (************************************) + + + + (* Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5 *) + users = [ + (admin, "31D6CFE0D16AE931B73C59D7E0C089C0");] + + + (************************************) + (* SECTION : Users *) + (* User accounts on the core (new format) *) + (************************************) + + + + (* The users that are defined on this core. The default user is + called 'admin', and uses an empty password. To create new users, + login as admin in mldonkey, and use the 'useradd' command. *) + users2 = [ + { user_name = admin + user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0" + user_mail = "" +};] diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 8d7af10c49..a5a77eb539 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -189,9 +189,7 @@ END $netsettings{'DNS2'} END } -print < -END + # Memory usage warning my @free = `/usr/bin/free`; @@ -216,7 +214,7 @@ foreach my $line (@df) { if ($1<5) { # available:plain value in MB, and not %used as 10% is too much to waste on small disk # and root size should not vary during time - $warnmessage .= "
  • $Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$1M !
  • \n"; + $warnmessage .= "$Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$1M !\n"; } } else { @@ -225,15 +223,17 @@ foreach my $line (@df) { if ($1>90) { @temp = split(/ /,$line); $temp2=int(100-$1); - $warnmessage .= "
  • $Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$temp2% !
  • \n"; + $warnmessage .= "$Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$temp2% !\n"; } } } if ($warnmessage) { - print "
    $warnmessage
    "; + print "$warnmessage"; } - +print < +END &Header::closebox(); &Header::closebigbox(); diff --git a/html/cgi-bin/netconfig.cgi b/html/cgi-bin/netconfig.cgi new file mode 100644 index 0000000000..f13d864cbc --- /dev/null +++ b/html/cgi-bin/netconfig.cgi @@ -0,0 +1,439 @@ +#!/usr/bin/perl +# +# EMBCop CGIs +# +# This code is distributed under the terms of the GPL +# +# (c) Michel Schaaf +# +# $Id: netconfig.cgi,v 1.11.2.27 2005/10/27 07:40:14 schaaf Exp $ +# + +use strict; + +# enable only the following on debugging purpose +use warnings; +use CGI::Carp 'fatalsToBrowser'; + +require '/var/ipfire/general-functions.pl'; +require "${General::swroot}/lang.pl"; +require "${General::swroot}/header.pl"; + +my %cgiparams=(); +$cgiparams{'ACTION'} = ''; +&Header::getcgihash(\%cgiparams); + +my %ethsettings = (); +&General::readhash("${General::swroot}/ethernet/settings", \%ethsettings); + +my $key = (); + +my %net_config_type = (0 => "GREEN (RED is modem/ISDN)", +1 => "GREEN + ORANGE (RED is modem/ISDN)", +2 => "GREEN + RED", +3 => "GREEN + ORANGE + RED", +4 => "GREEN + BLUE (RED is modem/ISDN)", +5 => "GREEN + ORANGE + BLUE (RED is modem/ISDN)", +6 => "GREEN + BLUE + RED", +7 => "GREEN + ORANGE + BLUE + RED"); + +my %landevice = ("eth0", "eth1", "eth2", "eth3"); +my %types = ("STATIC", "DHCP", "PPPOE", "PPTP"); + +my $dev_name = (); + +my %nic = ( +"100VG-AnyLan Network Adapters, HP J2585B, J2585A, etc" => "hp100" , +"3Com EtherLink III" => "3c509" , +"3Com 3c501" => "3c501" , +"3Com ISA EtherLink XL" => "3c515" , +"3Com 3c503 and 3c503/16" => "3c503" , +"3Com EtherLink MC (3c523)" => "3c523" , +"3Com EtherLink MC/32 (3c527)" => "3c527" , +"3Com EtherLink Plus (3c505)" => "3c505" , +"3Com EtherLink 16" => "3c507" , +"3Com Corkscrew EtherLink PCI III/XL etc." => "3c59x" , +"3Com Typhoon Family (3C990 3CR990 and variants)" => "typhoon" , +"Adaptec Starfire/DuraLAN" => "starfire" , +"Alteon AceNIC/3Com 3C985/Netgear GA620 Gigabit" => "acenic" , +"AMD8111 based 10/100 Ethernet Controller" => "amd8111e" , +"AMD LANCE/PCnetAllied Telesis AT1500, J2405A, etc" => "lance" , +"AMD PCnet32 and AMD PCnetPCI" => "pcnet32" , +"Ansel Communications EISA 3200" => "ac3200" , +"Apricot 680x0 VME, 82596 chipset" => "82596" , +"AT1700/1720" => "at1700" , +"Broadcom 4400" => "b44" , +"Broadcom Tigon3" => "tg3" , +"Cabletron E2100 series ethercards" => "e2100" , +"CATC USB NetMate-based Ethernet" => "catc" , +"CDC USB Ethernet" => "CDCEther" , +"Crystal LAN CS8900/CS8920" => "cs89x0" , +"Compaq Netelligent 10/100 TX PCI UTP, etc" => "tlan" , +"D-Link DL2000-based Gigabit Ethernet" => "dl2k" , +"Digi Intl. RightSwitch SE-X EISA and PCI" => "dgrs" , +"Digital 21x4x Tulip PCI ethernet cards, etc." => "tulip" , +"Digital DEPCA & EtherWORKS,DEPCA, DE100, etc" => "depca" , +"DM9102 PCI Fast Ethernet Adapter" => "dmfe" , +"Dummy Network Card (testing)" => "dummy" , +"EtherWORKS DE425 TP/COAX EISA, DE434 TP PCI, etc." => "de4x5" , +"EtherWORKS 3 (DE203, DE204 and DE205)" => "ewrk3" , +"HP PCLAN/plus" => "hp-plus" , +"HP LAN ethernet" => "hp" , +"IBM LANA" => "ibmlana" , +"ICL EtherTeam 16i/32" ,"eth16i" , +"Intel i82557/i82558 PCI EtherExpressPro" => "e100" , +"Intel EtherExpress Cardbus Ethernet" => "eepro100_cb" , +"Intel i82595 ISA EtherExpressPro10/10+ driver" ,"eepro" , +"Intel EtherExpress 16 (i82586)" => "eexpress" , +"Intel Panther onboard i82596 driver" => "lp486e" , +"Intel PRO/1000 Gigabit Ethernet" => "e1000" , +"KLSI USB KL5USB101-based" => "kaweth" , +"MiCom-Interlan NI5010 ethercard" => "ni5010" , +"Mylex EISA LNE390A/B" => "lne390" , +"Myson MTD-8xx PCI Ethernet" => "fealnx" , +"National Semiconductor DP8381x" => "natsemi" , +"National Semiconductor DP83820" => "ns83820" , +"NE/2 MCA" => "ne2" , +"NE2000 PCI cards, RealTEk RTL-8029, etc" => "ne2k-pci" , +"NE1000 / NE2000 (non-pci)" => "ne" , +"NI50 card (i82586 Ethernet chip)" => "ni52" , +"NI6510, ni6510 EtherBlaster" => "ni65" , +"Novell/Eagle/Microdyne NE3210 EISA" => "ne3210" , +"NVidia Nforce2 Driver" => "forcedeth" , +"Packet Engines Hamachi GNIC-II" => "hamachi" , +"Packet Engines Yellowfin Gigabit-NIC" => "yellowfin" , +"Pegasus/Pegasus-II USB ethernet" => "pegasus" , +"PureData PDUC8028,WD8003 and WD8013 compatibles" => "wd" , +"Racal-Interlan EISA ES3210" => "es3210" , +"RealTek RTL-8139 Fast Ethernet" => "8139too" , +"RealTek RTL-8139C+ series 10/100 PCI Ethernet" => "8139cp" , +"RealTek RTL-8150 USB ethernet" => "rtl8150" , +"RealTek RTL-8169 Gigabit Ethernet" => "r8169" , +"SiS 900 PCI" => "sis900" , +"SKnet MCA" => "sk_mca" , +"SMC 9000 series of ethernet cards" => "smc9194" , +"SMC EtherPower II" => "epic100" , +"SMC Ultra/EtherEZ ISA/PnP Ethernet" => "smc-ultra" , +"SMC Ultra32 EISA Ethernet" => "smc-ultra32" , +"SMC Ultra MCA Ethernet" => "smc-mca" , +"Sundance Alta" => "sundance" , +"SysKonnect SK-98xx" => "sk98lin" , +"Toshiba TC35815 Ethernet" => "tc35815" , +"Tulip chipset Cardbus Ethernet" => "tulip_cb" , +"USB Ethernet" => "usbnet" , +"VIA Rhine PCI Fast Ethernet, etc" => "via-rhine" , +"Winbond W89c840 Ethernet" => "winbond-840" , +"Xircom Cardbus Ethernet" => "xircom_cb" , +"Xircom (tulip-like) Cardbus Ethernet" => "xircom_tulip_cb" ); + +if ($cgiparams{'ACTION'} eq $Lang::tr{'save'}) { +$ethsettings{'CONFIG_TYPE'} = $cgiparams{'CONFIG_TYPE'}; +$ethsettings{'GREEN_ADDRESS'} = $cgiparams{'GREEN_ADDRESS'}; +$ethsettings{'GREEN_NETMASK'} = $cgiparams{'GREEN_NETMASK'}; +$ethsettings{'GREEN_DRIVER'} = $cgiparams{'GREEN_DRIVER'}; +$ethsettings{'GREEN_DRIVER_OPTIONS'} = $cgiparams{'GREEN_DRIVER_OPTIONS'}; +$ethsettings{'GREEN_DEV'} = $cgiparams{'GREEN_DEV'}; +$ethsettings{'GREEN_BROADCAST'} = $cgiparams{'GREEN_BROADCAST'}; +$ethsettings{'GREEN_NETADDRESS'} = $cgiparams{'GREEN_NETADDRESS'}; +$ethsettings{'RED_ADDRESS'} = $cgiparams{'RED_ADDRESS'}; +$ethsettings{'RED_NETMASK'} = $cgiparams{'RED_NETMASK'}; +$ethsettings{'RED_DRIVER'} = $cgiparams{'RED_DRIVER'}; +$ethsettings{'RED_DRIVER_OPTIONS'} = $cgiparams{'RED_DRIVER_OPTIONS'}; +$ethsettings{'RED_DEV'} = $cgiparams{'RED_DEV'}; +$ethsettings{'RED_BROADCAST'} = $cgiparams{'RED_BROADCAST'}; +$ethsettings{'RED_TYPE'} = $cgiparams{'RED_TYPE'}; +$ethsettings{'RED_NETADDRESS'} = $cgiparams{'RED_NETADDRESS'}; +$ethsettings{'ORANGE_ADDRESS'} = $cgiparams{'ORANGE_ADDRESS'}; +$ethsettings{'ORANGE_NETMASK'} = $cgiparams{'ORANGE_NETMASK'}; +$ethsettings{'ORANGE_DRIVER'} = $cgiparams{'ORANGE_DRIVER'}; +$ethsettings{'ORANGE_DRIVER_OPTIONS'} = $cgiparams{'ORANGE_DRIVER_OPTIONS'}; +$ethsettings{'ORANGE_DEV'} = $cgiparams{'ORANGE_DEV'}; +$ethsettings{'ORANGE_BROADCAST'} = $cgiparams{'ORANGE_BROADCAST'}; +$ethsettings{'ORANGE_NETADDRESS'} = $cgiparams{'ORANGE_NETADDRESS'}; +$ethsettings{'BLUE_ADDRESS'} = $cgiparams{'BLUE_ADDRESS'}; +$ethsettings{'BLUE_NETMASK'} = $cgiparams{'BLUE_NETMASK'}; +$ethsettings{'BLUE_DRIVER'} = $cgiparams{'BLUE_DRIVER'}; +$ethsettings{'BLUE_DRIVER_OPTIONS'} = $cgiparams{'BLUE_DRIVER_OPTIONS'}; +$ethsettings{'BLUE_DEV'} = $cgiparams{'BLUE_DEV'}; +$ethsettings{'BLUE_BROADCAST'} = $cgiparams{'BLUE_BROADCAST'}; +$ethsettings{'BLUE_NETADDRESS'} = $cgiparams{'BLUE_NETADDRESS'}; + +&General::writehash("${General::swroot}/ethernet/settings", \%ethsettings); +} + +&Header::showhttpheaders(); + +&Header::openpage($Lang::tr{'net config'}, 1, ''); + +&Header::openbigbox('100%', 'center'); + +&Header::openbox('100%', 'left', $Lang::tr{'net config'}); + +print <$Lang::tr{'net config type'} +
    + + + + + + +
    +$Lang::tr{'net config type help'}
    +END +; + +print <GREEN
    + + + + + + + + + + + + + + + + + + + + + + +
    $Lang::tr{'ip address'}:$Lang::tr{'netmask'}: +$Lang::tr{'net address'}: + + +
    $Lang::tr{'broadcast'}:$Lang::tr{'device'}:$Lang::tr{'driver'}:$ethsettings{'GREEN_DRIVER'}
    + + + +$Lang::tr{'options'}:
    +
    +END +; + +if ($ethsettings{'CONFIG_TYPE'} =~ /^(2|3|6|7)$/){ +print <RED
    + + + + + + + + + + + + + + + + + + +
    $Lang::tr{'ip address'}:$Lang::tr{'netmask'}:$Lang::tr{'net address'}:
    $Lang::tr{'device'}:$Lang::tr{'broadcast'}:$Lang::tr{'driver'}:$ethsettings{'RED_DRIVER'}
    $Lang::tr{'type'}:$Lang::tr{'options'}:
    +
    +END +; + +} + +if ($ethsettings{'CONFIG_TYPE'} =~ /^(1|3|5|7)$/){ +print <ORANGE
    + + + + + + + + + + + + + + + + + + + + + +
    $Lang::tr{'ip address'}:$Lang::tr{'netmask'}:$Lang::tr{'net address'}:
    $Lang::tr{'device'}:$Lang::tr{'broadcast'}:$Lang::tr{'driver'}:$ethsettings{'ORANGE_DRIVER'}
    $Lang::tr{'options'}:
    +
    +END +; + +} + +if ($ethsettings{'CONFIG_TYPE'} =~ /^(4|5|6|7)$/){ +print <BLUE
    + + + + + + + + + + + + + + + + + + + + + + +
    $Lang::tr{'ip address'}:$Lang::tr{'netmask'}:$Lang::tr{'net address'}:
    $Lang::tr{'device'}:$Lang::tr{'broadcast'}:$Lang::tr{'driver'}:$ethsettings{'BLUE_DRIVER'}
    $Lang::tr{'options'}:
    +
    +END +; + +} + +print < +END +; + +&Header::closebox(); + +&Header::closebigbox(); + +&Header::closepage(); diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index ea2f7d5268..25d258dff9 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1505,6 +1505,10 @@ 'select profile' => 'Wähle Profil', 'up' => 'Hoch', 'hardware graphs' => 'Hardware-Diagramme', +'net config' => 'Netzwerk-Konfiguration', +'net config type' => 'Netzwerk-Konfigurations-Typ', +'net config type help' => 'GREEN ist das lokale Netzwerk, RED ist das Internet, BLUE ist WLAN, ORANGE ist die DMZ.', +'net address' => 'Netzadresse', ); diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index e027047a21..adfe6a8a94 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1538,5 +1538,9 @@ 'select profile' => 'Select profile', 'up' => 'Up', 'hardware graphs' => 'hardware graphs', +'net config' => 'Network configuration', +'net config type' => 'kind of network configuration', +'net config type help' => 'GREEN is the local network, RED is the internet, BLUE is WLAN, ORANGE is the DMZ.', +'net address' => 'net address', ); diff --git a/lfs/mldonkey b/lfs/mldonkey new file mode 100644 index 0000000000..5ee5875c86 --- /dev/null +++ b/lfs/mldonkey @@ -0,0 +1,94 @@ +############################################################################### +# This file is part of the IPCop Firewall. # +# # +# IPCop is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +# IPCop is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPCop; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Makefiles are based on LFSMake, which is # +# Copyright (C) 2002 Rod Roard # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 2.7.7 + +THISAPP = mldonkey-$(VER) +DL_FILE = $(THISAPP).tar.bz2 +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = mldonkey +PAK_VER = ipfire-beta1 + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = d7b92ae3e8782a3c4adeb0e7870c07dc + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure --prefix=/opt/mldonkey --enable-pthread-lib \ + --disable-gnutella --disable-gnutella2 --disable-fasttrack + cd $(DIR_APP) && make + -mkdir -p /opt/mldonkey + -mkdir -p /opt/mldonkey/.mldonkey + cd $(DIR_APP) && cp -f mlnet /opt/mldonkey + cd $(DIR_APP) && cp -rf distrib/* /opt/mldonkey + cp -rf $(DIR_CONF)/mldonkey/* /opt/mldonkey/.mldonkey + -find /opt/mldonkey -name .svn -exec rm -rf {} \; + chown mldonkey.mldonkey /opt/mldonkey -R + -mkdir -p /var/log/mldonkey/{incoming,temp} + -mkdir -p /var/log/mldonkey/incoming/{directories,files} + chown mldonkey.mldonkey /var/log/mldonkey/{incoming,temp} -R + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/ocaml b/lfs/ocaml new file mode 100644 index 0000000000..340ce92800 --- /dev/null +++ b/lfs/ocaml @@ -0,0 +1,80 @@ +############################################################################### +# This file is part of the IPCop Firewall. # +# # +# IPCop is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +# IPCop is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPCop; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Makefiles are based on LFSMake, which is # +# Copyright (C) 2002 Rod Roard # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 3.09.2 + +THISAPP = ocaml-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = dc4a298cfa8c65fe4e506a06fe514ccd + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure -prefix /usr + cd $(DIR_APP) && make world + cd $(DIR_APP) && make opt + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index c65edbd271..c83470a61d 100644 --- a/make.sh +++ b/make.sh @@ -735,7 +735,9 @@ buildipcop() { ipcopmake gnump3d echo -ne "`date -u '+%b %e %T'`: Building ### P2P-Clients ### \n" | tee -a $LOGFILE ipcopmake applejuice - ipcopmake edonkeyclc + ipcopmake ocaml + ipcopmake mldonkey +# ipcopmake edonkeyclc # ipcopmake sane echo -ne "`date -u '+%b %e %T'`: Building ### Net-Tools ### \n" | tee -a $LOGFILE ipcopmake ntop @@ -1227,7 +1229,7 @@ build-only) svn info #echo "Usage: $0 {build|changelog|check|checkclean|clean|commit|diff|dist|gettoolchain|make|newpak|prefetch|pub-iso|pub-paks|shell|sync|toolchain|update}" #cat doc/make.sh-usage - select name in "End" "Build IPFire" "Prefetch" "Get Toolchain" "Update SVN Version" "sync to Server" + select name in "End" "Build IPFire" "Prefetch" "Create Diff" "Get Toolchain" "Update SVN Version" "Sync to Server" do case $name in "Update SVN Version") @@ -1250,7 +1252,7 @@ build-only) echo "### MAKE.SH GETTOOLCHAIN ###" $0 gettoolchain ;; - "sync to Server") + "Sync to Server") echo "svn commit" svn commit ;; diff --git a/src/ROOTFILES.i386 b/src/ROOTFILES.i386 index e97cd60372..2aa472489a 100644 --- a/src/ROOTFILES.i386 +++ b/src/ROOTFILES.i386 @@ -21056,6 +21056,7 @@ home/httpd/cgi-bin/asterisk.cgi/conf home/httpd/cgi-bin/asterisk.cgi/status home/httpd/cgi-bin/modem.cgi home/httpd/cgi-bin/netstatus.cgi +home/httpd/cgi-bin/netconfig.cgi #home/httpd/cgi-bin/networks.cgi home/httpd/cgi-bin/optionsfw.cgi home/httpd/cgi-bin/outgoingfw.cgi diff --git a/src/paks/mldonkey/ROOTFILES b/src/paks/mldonkey/ROOTFILES new file mode 100644 index 0000000000..6b80f90c65 --- /dev/null +++ b/src/paks/mldonkey/ROOTFILES @@ -0,0 +1,3 @@ +opt/mldonkey +opt/mldonkey/.mldonkey +var/log/mldonkey diff --git a/src/paks/mldonkey/install.sh b/src/paks/mldonkey/install.sh new file mode 100644 index 0000000000..3a9ce551bf --- /dev/null +++ b/src/paks/mldonkey/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Extract the files +tar xfz files.tgz -C / +cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2 diff --git a/src/paks/mldonkey/uninstall.sh b/src/paks/mldonkey/uninstall.sh new file mode 100644 index 0000000000..ad6122665e --- /dev/null +++ b/src/paks/mldonkey/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Delete the files +## Befehl fehlt noch +rm -f /opt/pakfire/installed/ROOTFILES.$2 -- 2.39.2