]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed some configuration.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 2 Dec 2007 21:11:18 +0000 (21:11 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 2 Dec 2007 21:11:18 +0000 (21:11 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1116 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

29 files changed:
config/gnump3d/gnump3d.conf [deleted file]
config/mkinitcpio/load-modules.sh [deleted file]
config/mkinitcpio/start_udev [deleted file]
config/mkinitcpio/udev.rules [deleted file]
config/mkinitcpio/udev_hook [deleted file]
config/mkinitcpio/udev_install [deleted file]
config/mldonkey/bittorrent.ini [deleted file]
config/mldonkey/directconnect.ini [deleted file]
config/mldonkey/donkey.ini [deleted file]
config/mldonkey/downloads.ini [deleted file]
config/mldonkey/fileTP.ini [deleted file]
config/mldonkey/file_sources.ini [deleted file]
config/mldonkey/files.ini [deleted file]
config/mldonkey/friends.ini [deleted file]
config/mldonkey/mldonkey_submit [deleted file]
config/mldonkey/mlnet_strings.en [deleted file]
config/mldonkey/mlnet_strings.en_US.utf8 [deleted file]
config/mldonkey/mlsubmit.reg [deleted file]
config/mldonkey/onlinesig.dat [deleted file]
config/mldonkey/searches.ini [deleted file]
config/mldonkey/servers.ini [deleted file]
config/mldonkey/shared_files.ini [deleted file]
config/mldonkey/shared_files_new.ini [deleted file]
config/mldonkey/statistics.ini [deleted file]
config/mldonkey/stats.ini [deleted file]
config/mldonkey/stats_bt.ini [deleted file]
config/mldonkey/stats_mod.ini [deleted file]
config/mldonkey/users.ini [deleted file]
config/sysstat/CONFIG [deleted file]

diff --git a/config/gnump3d/gnump3d.conf b/config/gnump3d/gnump3d.conf
deleted file mode 100644 (file)
index 079874e..0000000
+++ /dev/null
@@ -1,944 +0,0 @@
-### 
-# $Id: gnump3d.conf,v 1.23 2006/04/26 13:44:40 skx Exp $
-###
-#
-#  This is the configuration file for GNUMP3d, the streaming MP3/OGG server.
-#
-#  All lines beginning with '#' are comments and may be ignored.
-#
-###
-#
-#  user = nobody  # Some comment
-#
-#  # The port to listen upon.
-#  port=3333
-#
-###
-#
-#  If you believe the documentation here is incomplete or misleading 
-# please consider contributing an update - or reporting it as a bug.
-#
-#  Comments on sensible defaults to ship this file with, or new options
-# should be sent to the author.
-#
-###
-#
-#  Steve
-#  ---
-#  http://www.gnump3d.org/   - Website for this software, including 
-#                              documentation and mailing lists.
-#
-#  http://www.steve.org.uk/  - My homepage.  Visit.  Enjoy.
-#
-####
-
-
-
-
-###
-#   Basic Server Settings
-####
-
-#
-#  The port upon which we are going to serve.  This may be any
-# port which is not already in use upon your machine.
-#
-#  You may use a low port, for example 80, if you are running
-# as root - but that is only recommended if you make use of
-# the `user' option, which occurs later in this file.
-#
-port = 8888
-
-
-#
-#  The following is the interface address that we wish to
-# bind upon.
-#
-#  You'll only need set this if you are running this server upon
-# a machine which has multiple IP addresses and you wish to force
-# it to bind to a particular address.
-#
-#  If you're not running this server on a machine with multiple
-# IP addresses, then please ignore this setting.
-#
-#
-# NOTE
-######
-#
-#  If you just want to specify the name used in all the generated
-# links then you should be setting `hostname' instead.
-#
-# binding_host = 192.168.2.2
-#
-
-
-#
-#  Set the hostname that is used in all the generated links.
-#
-#  (This defaults to the name of the server machine, with no
-# domain suffix).
-#
-#  You won't need this unless the machine which is serving on
-# MUST be accessed via its fully qualified domain name - for
-# example if you're running it on a machine which is accessible
-# to the world.
-#
-# NOTE
-######
-#
-#  See `binding_host' if you have a machine which has multiple
-# IP addresses and you're trying to bind to one in particular.
-#
-# hostname = mp3d.foo.org
-#
-
-
-#
-#  The root directory where we serve content from, this should be
-# the directory containing the MP3, OGG, or other media files that
-# you wish to share.
-#
-#  Obviously the files which you wish to serve should be accessible
-# to the user who this server is running as - which is set via the
-# 'user' setting below.
-#
-#  If you're on a multi-user system its probably a good idea to
-# make the audio files readable to other users anyway, share the
-# musical goodness!
-#
-root = /var/mp3
-
-
-#
-#  This is the file which logs all MP3's / OGG's / directories 
-# which clients access.
-#
-#  If you start the server as root it's recommended that you use
-# a canonical location such as '/var/log' or '/var/adm', (because
-# your system will, probably, rotate files held there).
-#
-#  If you're starting this server as a non-root user you should 
-# change these locations to be a directory upon which  you have write 
-# permissions.
-#
-####
-#
-#  IMPORTANT NOTE:
-#
-#   If you want the song statistics to be displayed correctly
-#  you MUST give the logfile as an absolute path - you must also
-#  ensure that the logfile is readable to the user whom you are
-#  running the server as.
-#
-####
-#
-#  NOTE:
-#
-#   This logfile is 100% apache logfile compatible so you may run any
-#  Apache logfile processor upon it if you so wish.
-#
-#   Simplistic statistics such as the most popular directories, songs,
-#  and clients are available via the installed script 'gnump3d-top'
-#  Run 'gnump3d-top --help' for details.
-#
-#
-####
-#
-logfile = /var/log/gnump3d/access.log
-
-
-#
-#  Specify the format of the logfile, this may use any valid variables
-# which are defined in package "main".
-#
-#
-log_format = $connected_address - $user [$date] "GET $REQUEST" $HTTP_CODE $SERVED_SIZE "-" "$USER_AGENT"
-
-
-
-#
-#  In the case of problems all output from the server will be sent
-# to an error log.
-# 
-#  This next option configures where that is
-#
-errorlog = /var/log/gnump3d/error.log
-
-
-
-#
-#  This option allows you to specify additional arguments to the
-# statistics generating program 'gnump3d-top', and it's complete
-# path if you don't have it installed upon the $PATH of the user
-# who starts the server:
-#
-# stats_program = /usr/bin/gnump3d-top
-#
-#
-#  For example you may change the default number of lines which are
-# reported from the default of 20 to 10 with this:
-#
-# stats_arguments = --count=10
-#
-#  To hide the directories which are handled by the various plugins
-# you may use the '--hide' option.
-#
-# stats_arguments = --hide
-#
-#  To read multiple logfiles, (eg to cope with files which have been
-# processed by logrotate), you could use:
-#
-# stats_arguments = --logfiles = /var/log/gnump3d/access.log*
-#
-#  Combine the options if you wish, and see the gnump3d-top man-page
-# for details of more arguments
-#
-# stats_arguments = --count=40 --hide --logfiles=/var/log/gnump3d/access.log*
-#
-
-
-
-
-##
-#  SECURITY OPTIONS.
-####
-
-#
-#  If there is a user value setup below then the server will become that
-# user, after creating the listening socket and after opening the logfiles
-# for writing.
-#
-#  If you want to run this server via init.d, (which has the effect of
-# starting the daemon as root), you should make sure you have this set
-# to an appropriate value.
-#  Otherwise you will have the server running as root, which is clearly
-# not a good idea - even in the unlikely event that this application is
-# 100% bug free.
-#
-#  You may comment the line out if you are running the daemon from your home
-# directory, and you are the only user with read access to the server root.
-# Although this is not recommended way of running the server.
-#
-#  For the benefit of fellow computer users is recommended that you run the
-# server as a user such as 'nobody', and allow people read-only access to
-# your audio files.
-#
-user = nobody
-
-
-
-
-##
-#  AUTHORISATION OPTIONS.
-####
-
-#
-#  The following section allows you to specify which clients
-# are allowed to connect to your server.
-#
-#  If you are leaving this server out on an Internet-accessible
-# machine then you will probably want to setup something here,
-# or at least make use of the password protection system.
-#
-#  The following entries are commented out, so they have no effect,
-# but they should serve as good examples of the things which 
-# are possible.
-#
-#
-# NOTE
-# ----
-#
-#  Multiple settings are allowed - just separated them with ';'
-#
-#
-#  Only people on the same subnet, (class C):
-# allowed_clients = 192.168.2.0/8
-#
-#  People on the same class B:
-# allowed_clients = 10.0.0.0/16
-#
-#  Only one person:
-# allowed_clients = 192.168.2.12
-#
-#  Everybody
-# allowed_clients = all
-#
-#  Nobody (!)
-# allowed_clients = none
-#
-#  Everybody local, and one remote address:
-# allowed_clients = 192.168.2.0/8; 194.247.82.33
-#
-#  Everybody local, and one remote range:
-# allowed_clients = 192.168.2.0/8; 194.237.82.0/8
-#
-#
-allowed_clients = all
-
-
-#
-#  'denied_clients' is the counterpart to allowed_clients - here
-# you can specify particular clients who are unable to browse your
-# music archive.
-#
-#  Usage is identical to the allowed clients above; eg:
-#
-#  denied_clients =  192.168.2.12; 192.168.2.25; 192.168.6.0/8
-#
-# denied_clients = none
-#
-
-
-##
-#
-#  This section controls whether we will prompt clients for
-# a username and password prior to granting access to the 
-# server.
-#
-#  This is enabled by default; all you need to do is create
-# a password file in the MP3 directory called '.password'.
-#
-#  (To disable this uncomment the 'enable_password_protection' line).
-#
-#   The password file should be of the following format:
-#
-#  username:password
-#  username2:password2
-#  ...:....
-#  usernameN:passwordN
-#
-#
-#  NOTE
-#  ----
-#
-#  The password file must be readable to the user the server is running
-# as.
-#
-###
-# enable_password_protection = 0
-###
-
-
-##
-#
-#  Referrer check
-#
-##
-#
-#  The last security option is the ability to block clients that don't
-# contain a specific 'Referrer:' header.
-#
-#  Note that referrer protection isn't terribly reliable, as many clients
-# will not send a referrer header when making a connection.  This is 
-# especially likely when clients are connecting via a 'privacy enhancing'
-# proxy server; such as Internet Junkbuster, etc.
-#
-#  Similarly malicious clients may deliberately stop sending referrers
-# if they realise what is going on.
-#
-#
-#
-###
-# If you wish to only allow a particular referring URL then specify it
-# here.
-# valid_referrers = http://somesite.com/
-
-
-##
-# SERVER FEATURES.
-####
-
-#
-#  This next option controls what happens when you click upon a
-# single MP3 file.
-#
-#  If always_stream is set to '1', and you click upon it you'll
-# actually get a .m3u (playlist) file containing a link to it - 
-# the advantage of doing this is that you don't have to download
-# the file in its entirety to listen to it - it should start playing
-# immediately.
-#
-#  If set to '0' the playlists will work via streaming, but selecting 
-# an individual MP3 file will cause it to be downloaded to your local
-# machine prior to playing - one drawback of this is that playback
-# will probably not start until the entire file has downloaded.
-#
-always_stream = 1
-
-
-#
-#  There is a link placed at the top of every directory, which allows you
-# to play the songs within that directory recursively.
-#
-#  By default the recursive option plays all the tracks in a
-# sorted order - by uncommenting the following option you can
-# have the recursive playlists default to being in a random order.
-#
-# recursive_randomize = 1
-#
-
-#
-#  This next setting controls the format of the playslist files.
-#
-#  There are two formats this server supports, simple playlists which
-# are just plain listings of tracks, and advanced playlists which contain
-# copies of the song tags in comments.
-#
-#  The advanced playlists will allow you to view song tag information
-# inside the playlist windows of both XMMS and WinAMP
-#
-#
-advanced_playlists = 1
-#
-
-
-
-##
-#  Server Appearance Settings.
-####
-
-
-##
-#
-#  All the output the server produces is generated with the help of
-# some HTML template files, these are referred to throughout the
-# program and each collection of templates is referred to collectively
-# as a 'theme'.
-#
-#  This next option allows you to specify which theme should be used
-# by default.  (Any client can select one of the available themes by
-# the use of cookies).
-#
-#  For each theme there are a collection of HTML files which are read
-# and used for the server output.  There are several basic files which
-# must be supplied to be considered a theme:
-#
-#  index.html   -> Used for displaying individual directories.
-#  search.html  -> Used for displaying the search form.
-#  results.html -> Used for displaying the results of a search.
-#  stats.html   -> Used for customising the server statistics page.
-#  
-#  In addition to those each plugin reads in it's own template file
-# and uses that.  For example the statistics plugin is accessed via
-# the URL   http://server.host.name:port/stats/, and reads in a template
-# called 'stats.html'
-#
-#  The theme directory defaults to /usr/share/gnump3d - but may be
-# changed via the 'theme_directory' setting given below.
-#
-#  When the server is running you may set the theme from your browser
-# via the preferences page, simply visit the link:
-#
-#      http://server.host.name:port/prefs
-#
-#
-#  NOTE
-#  ----
-#
-#   If you create a theme I'd be happy to include it in future releases
-#  if you wish - see the online theme creation docs at:
-#
-#      http://www.gnump3d.org/theme.html
-#
-theme = Liquid
-
-
-
-##
-#
-#  Set the base theme directory if you wish to place them in a non-standard
-# location.
-#
-##
-theme_directory = /usr/share/gnump3d/
-##
-
-
-
-##
-#
-#  This next option controls how directories are displayed on the index
-# pages. 
-#
-#  There are several defined variables which you can choose to use:
-#
-#  $LINK       = The actual URL of the directory.
-#
-#  $DIR_NAME   = The name of the directory.
-#
-#  $SONG_COUNT = The number of songs contained in the directory.
-#
-#  $DIR_COUNT  = The number of subdirectories in the directory.
-#
-#  $RECURSE    = A link to play the contents of the directory recursively.
-#
-#  $NEW        = Will insert the text specified by 'new_format' if the
-#                directory is recently modified.
-#
-#  NOTE: you can also specify "directory_format2" as an alternative display
-#  format. Directories are then listed with alternating display formats.
-#  This is useful if you want to have alternating background colors for
-#  each entry in a table, for example.
-#
-directory_format = <tr><td width="10%">&nbsp;</td><td><a href="$LINK">$DIR_NAME</a> $NEW</td><td>$SONG_COUNT</td><td>$DIR_COUNT</td><td>[$RECURSE]</td></tr></a>
-
-#
-# directory_format = <tr><td><a href="$LINK">$DIR_NAME</a></td></tr>
-#
-# directory_format = <tr><td><a href="$LINK">$DIR_NAME</a></td></tr>
-#
-# directory_format = <tr><td><a href="$LINK">$DIR_NAME</a></td><td>[$RECURSE]</td></tr>
-#
-
-
-##
-#  Text to insert if the directory is recently modified.
-##
-new_format = <font color="red"><b>New</b></font>
-
-##
-#  If a directory hasn't been modifed in more than 'x' days then
-# it isn't considered 'new'.
-##
-new_days   = 14
-
-
-##
-# File format
-##
-#
-#   This option is analogous to the 'directory_format' option above.
-#
-#   It specifies how the files should be listed.
-#
-#   $LINK         Is the link to the track itself
-#
-#   $SONG_FORMAT  Is a template string which is described below.
-#
-#  NOTE: you can also specify "file_format2" as an alternative display
-#  format. Files are then listed with alternating display formats.
-#  This is useful if you want to have alternating background colors for
-#  each entry in a table, for example.
-#
-file_format = <tr><td width="10%">&nbsp;</td><td><a href="$LINK">$SONG_FORMAT</a></td><td align="right">[<a href="/info$PLAINLINK">Info</a>] [<a href="$PLAINLINK">Download</a>]</td></tr>
-
-
-
-##
-#
-#  This next setting, `song_format', allows you to configure how the
-# MP3 and OGG Vorbis files are displayed.
-#
-#  If the file which has been found contains any tag information then
-# the following values will be available to you:
-#
-#   $ARTIST   -> The artist of the song.
-#
-#   $ALBUM    -> The album the song came from.
-#
-#   $COMMENT  -> The comment string attached to the song, if any.
-#                NOT AVAILABLE FOR OGG FILES.
-#
-#   $SONGNAME -> The name of the song.
-#
-#   $YEAR     -> The year the song was recorded.
-#                NOT AVAILABLE FOR OGG FILES.
-#
-#   $GENRE    -> The genre of the track.
-#                NOT AVAILABLE FOR OGG FILES.
-#
-#   $BPS      -> The sample rate of the song - if non-variable.
-#                NOT AVAILABLE FOR OGG FILES.
-#
-#   $LENGTH   -> The length of the track in MM:SS
-#                NOT AVAILABLE FOR OGG FILES, OR VBR MP3's.
-#
-#   $SECONDS  -> The length of the track in seconds
-#                NOT AVAILABLE FOR OGG FILES, OR VBR MP3's.             
-#
-#   $SIZE     -> The size of the audio stream.
-#                NOT AVAILABLE FOR OGG FILES, OR VBR MP3's.
-#
-#   $TRACK    -> The number of the track
-#
-#   $FILENAME will always be available.  (This is the name of the file
-# without any suffix or directory information).
-#
-song_format = $TRACK - $ARTIST - $ALBUM - $SONGNAME [ $GENRE - $LENGTH / $SIZE ] $NEW
-
-
-
-##
-#
-#  If you wish to change the text displayed on the 'Play'
-# link you should uncomment the following option, and change the
-# text appropriately.
-#
-##
-#
-# play_recursively_text = Play
-##
-
-
-##
-#
-#  This next option controls how songs are sorted prior to display,
-# and used in the playlists.
-# 
-#  You may use any of the $ values which are listed above in 
-# the 'song_format' setting, eg:
-#
-# Sort by the song name.
-# sort_order = $SONGNAME
-#
-# Sort by artist if present.
-# sort_order = $ARTIST
-##
-# Default to sorting by the track number, due to popular.
-sort_order = $TRACK
-
-
-
-
-
-##
-# DOWNSAMPLING / BIT RATE CHANGE
-##
-#
-#  This support allows the music to be down-sampled before it is streamed
-# to clients.  This will slow down the serving, and may be a little
-# processor intensive - I guess it will depend upon the speed of your
-# server, and the number of users you have.
-#
-##
-#
-#  Is downsampling support enabled?
-#
-#  If this is disabled then none of the further downsampling options will
-# apply, even if they are set.
-#
-#  Also note that if the downsampling support is disabled the preferences
-# page will not allow the clients to select their own bitrate.
-#
-#  (I think this makes sense, if it's disabled it's misleading to present
-# configuration options to the clients).
-# 
-# downsample_enabled = 1
-#
-
-##
-#
-# YOU MUST UNCOMMENT THESE LINES
-#
-#  Downsampling is based upon IP address, rather than enabled globally
-# this allows you to control things a little more tightly than user
-# preferences.
-#
-#  For example on a gateway machine you'd want all people on the internal
-# LAN to have full quality files, and people remote to have the lower
-# quality sounds.
-#
-#  The next two settings specify the downsampling ranges:
-#
-# downsample_clients = ALL
-# no_downsample_clients = 192.168.0.0/24
-#
-#  NOTE:  'no_downsample_clients' takes precedence over 'downsample_clients'.
-#
-#  Here are some examples, notice that you can use either single IP
-# addresses, ranges, 'NONE' or 'ALL'
-#
-#
-#   Downsample Everybody:
-#       downsample_clients = ALL
-#       no_downsample_clients = NONE
-#
-#   Downsample remote, allow local to have full quality
-#       downsample_clients = ALL
-#       no_downsample_clients = 192.168.0.0/24
-#
-#   Downsample all except two addresses
-#       downsample_clients = ALL
-#       no_downsample_clients = 192.168.0.162; 192.168.0.33
-#
-#   Full quality for all local, except one address
-#       downsample_clients = 192.168.0.99
-#       no_downsample_clients = 192.168.0.0/24
-#
-##
-
-##
-#
-# YOU MUST UNCOMMENT THESE LINES
-#
-#
-#  For each of the downsampling levels the user has chosen the selected
-# file will be processed by a command.
-#
-#  This command is assumed to write it's output directly to STDOUT.
-#
-#  The following options specify the command line to run, note that 
-# the string '$FILENAME' will be replaced by the file the user is
-# requesting.
-#
-# Note:
-#
-#  If you wish to downsample or convert any other file types you
-# need to add entries to this file to specify what is done to them
-# simply create an entry which looks like:
-#
-#   downsample_"level"_"file suffix" = command args
-#
-#downsample_high_mp3   = /usr/bin/lame  --mp3input -b 56 $FILENAME -
-#downsample_medium_mp3 = /usr/bin/lame  --mp3input -b 32 $FILENAME -
-#downsample_low_mp3    = /usr/bin/lame  --mp3input -b 16 $FILENAME -
-#
-#downsample_high_ogg   = /usr/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 96 -
-#downsample_medium_ogg = /usr/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 64 -
-#downsample_low_ogg    = /usr/bin/sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix --resample 22050 -b 32 -
-#
-
-#
-#  If you always want to force a particular bitrate upon clients who've
-# not chosen something different then specify it here:
-#
-# default_quality = medium
-
-#
-#
-##
-
-
-
-
-
-####
-#  Plugin control
-##
-
-#
-#  Several of the servers features are controlled via external plugins,
-# these are simple Perl scripts which are called by the server in response
-# to requests.
-#
-#  This next setting allows you to change the location from which the
-# plugins are loaded.
-#
-# plugin_directory = /usr/lib/perl5/gnump3d/plugins
-#
-#
-#  NOTE: the following directory should be correctly filled in by
-# the installation script - if this doesn't happen report this as
-# a bug.
-#
-plugin_directory = /usr/lib/perl5/5.8.8/gnump3d/plugins
-#
-
-
-#
-#  Plugin-Specific settings here.
-#
-
-
-#
-#  Directories to exclude when choosing a random directory.  Seperate
-# multiple directories with a '|' character.
-#
-# plugin_random_exclude = Talk|Midi|Video
-
-#
-##
-#  End Plugin Control
-####
-
-
-
-##
-#  HACKING - atypical configuration follows, this will not be of 
-#            interest to casual users.
-#
-#  Dragons lie yonder ... ->
-#
-#####
-
-#
-#  When files are served there needs to be an appropriate mime type
-# sent along with them, this allows the browser to pass the response
-# back to an MP3 player, etc.
-#
-#  Most Unix systems will have the file '/etc/mime.types' which is
-# used by default.  If not point this next file to wherever your mime
-# types file is located:
-#
-mime_file = /etc/gnump3d/mime.types
-#
-#
-
-#
-#  This next setting controls where the file types are looked up.
-# we support many audio, visual, and playlist files and to do this
-# we need to be able to lookup a file to determine what kind of
-# file it is.
-#
-#  Here is the lookup file.
-file_types = /etc/gnump3d/file.types
-
-#
-#
-#  In order to record which songs are currently being played the server
-# will create a temporary file containing that path of each file that
-# it is serving.
-#
-#  The path under which these files are created in may be set here.
-#
-now_playing_path = /var/cache/gnump3d/serving
-
-
-#
-#  As a speedup and optimisation song tag is read via a companion script
-# which is called 'gnump3d-index'.  This will be run automatically when
-# the server starts if possible.
-#
-#  This next setting controls where that script will write its tag database
-# to.
-#
-tag_cache = /var/cache/gnump3d/song.tags
-
-#
-#  This next setting allows you to control the path to the gnump3d-index
-# script which is used, as explained above.
-#
-#  Normally you shouldn't need to touch this.
-#
-# index_program = /usr/bin/gnump3d-index
-
-
-#
-#  This setting controls whether we should stream song title
-# information in shoutcast format.
-#
-#  If your client supports it then you should enable it, otherwise
-# not.
-#
-#  (This works correctly on WinAmp, and XMMS.)
-#
-shoutcast_streaming = 1
-
-
-#
-#  By default the server logfile is appended to when we start.
-#
-#  If you set the following value to '1' the logfile will be truncated
-# instead.
-#
-#  You might want to truncate the file to save space, but doing this
-# renders the server statistics less useful.
-#
-# truncate_log_file = 0
-
-
-#
-#  By default the server will close a connection it receives if it
-# hasn't received a valid request after 10 seconds.
-#
-#  Here you may change this timeout value.
-#
-#  read_time = 10
-
-
-
-#
-#  This next section controls whether we present a HTML interface
-# to the server.
-#
-#  In most situations you will want to do this - but some people have
-# approached me and suggested that it should be tweakable, so here's
-# the option to disable the browsing of the music
-#
-#  If you set this to '0' the best you can probably do is call
-# 'http://server:port/recurse.m3u' - or similar.
-#
-# enable_browsing = 1
-
-
-#
-#  This next value controls whether we should believe, and use, the
-# client supplied 'Host:' header.
-#
-#  This header is sent by HTTP/1.1 clients only, and could be spoofed.
-# You'll only NEED to use it if tunnelling over SSH or performing similar
-# magic.
-#
-#  It's enabled here because I don't believe it should cause any real harm
-# YMMV.
-#
-use_client_host = 1
-
-
-##
-#
-# Set this option to rewrite the hostname:port combination in the URLs in
-# your playlist.  Most people won't need this unless they are proxying
-# their connection or running multiple streaming servers through a load
-# balancer or DNS rotor.
-#
-# Note: If you set this you will almost certainly need to set
-#       "use_client_host=0"
-##
-# host_rewrite = ""
-
-
-##
-#
-#  This is an experimental feature - ignore it.
-#
-#  It does not work.
-#
-#  Ignore it: You are not expected to understand this (I've always wanted
-# to leave that as a comment somewhere ;)
-#
-##
-#
-#  jukebox_mode   = 1
-#  jukebox_player = /usr/bin/mpg123 $FILENAME
-#
-##
-
-
-##
-#
-#  Make it possible to hide song tags, and just display filenames.
-#
-##
-# hide_song_tags = 0
-
-##
-#
-#  Make it possible to disable the tag cache altogether, to save memory.
-#
-##
-# disable_tag_cache = 0
-
-
-##
-#
-#  This option allows you to insert a custom META-tag inside the header of
-# each page which is output.
-#
-#  You can add whatever you like here, perhaps the most useful thing to
-# add is an encoding type.
-#
-# add_meta_tag = <meta name="author" value="Steve Kemp" />
-# add_meta_tag = <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-##
-
-
-##
-#   End Of Hacking Section
-####
-
-
-
-##
-#  End of gnump3d.conf
-####
diff --git a/config/mkinitcpio/load-modules.sh b/config/mkinitcpio/load-modules.sh
deleted file mode 100644 (file)
index 33f8b6b..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#! /bin/sh
-# Implement blacklisting for udev-loaded modules
-#   Includes module checking
-# - Aaron Griffin & Tobias Powalowski for Archlinux
-[ $# -ne 1 ] && exit 1
-
-if [ -f /proc/cmdline ]; then 
-       for cmd in $(cat /proc/cmdline); do
-               case $cmd in
-                       *=*) eval $cmd ;;
-               esac
-       done
-fi
-
-# get the real names from modaliases
-i="$(/bin/modprobe -i --show-depends $1 | minised "s#^insmod /lib.*/\(.*\)\.ko.*#\1#g" | minised 's|-|_|g')"
-# add disablemodules= from commandline to blacklist
-k="$(echo ${disablemodules} | minised 's|-|_|g' | minised 's|,| |g')"
-
-if [ "${k}" != "" ] ; then
-       for o in ${k}; do
-               echo "${o}.ko" >> /disablemodules
-       done
-        for n in ${i}; do
-               if /bin/ugrep "^$n.ko" /disablemodules 2>&1 >/dev/null; then
-                       exit 1
-               fi
-       done
-fi
-/bin/modprobe $1
-
-# vim: set et ts=4:
diff --git a/config/mkinitcpio/start_udev b/config/mkinitcpio/start_udev
deleted file mode 100644 (file)
index 44e3272..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-#! /bin/sh
-#
-# start_udev
-# script to initialize /dev by using udev.
-#
-# Modified for Archlinux by Tobias Powalowski <tpowa@archlinux.org>
-#
-# Inspired by:
-# 
-# Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
-#
-# Released under the GPL v2 only.
-#
-# This needs to be run at the earliest possible point in the boot 
-# process.
-#
-# Based on the udev init.d script
-#
-# Thanks go out to the Gentoo developers for proving 
-# that this is possible to do.
-#
-# Yes, it's very verbose, feel free to turn off all of the echo calls,
-# they were there to make me feel better that everything was working
-# properly during development...
-
-prog=udev
-sysfs_dir=/sys
-bin=/sbin/udev
-udevd=/sbin/udevd
-udev_root="/dev"
-
-trigger_device_events () 
-{
-       /sbin/udevtrigger
-}
-
-wait_for_queue () 
-{
-       # disabled because it hangs network boot
-       #loop=20
-        #while ! [ "$loop" -gt 0 -a -d /dev/.udev/queue ]; do
-        #           sleep 0.1;
-        #           loop=$(($loop - 1))
-        #done
-       /sbin/udevsettle
-}
-
-make_extra_nodes () 
-{
-       # there are a few things that sysfs does not export for us.
-       # these things go here (and remember to remove them in 
-       # remove_extra_nodes()
-       #
-       # Thanks to Gentoo for the initial list of these.
-       ln -sf /proc/self/fd $udev_root/fd
-       ln -sf /proc/self/fd/0 $udev_root/stdin
-       ln -sf /proc/self/fd/1 $udev_root/stdout
-       ln -sf /proc/self/fd/2 $udev_root/stderr
-       ln -sf /proc/kcore $udev_root/core
-}
-
-udev_init  () 
-{
-# don't use udev if sysfs is not mounted.
-if [ ! -d $sysfs_dir/block ]; then
-       exit 1
-fi
-
-#echo "mounting... ramfs at $udev_root"
-mount -t ramfs none $udev_root
-
-# propogate /udev from /sys
-#echo "Creating initial udev device nodes:"
-
-#echo "making extra nodes"
-make_extra_nodes
-
-# check if udevd is already running
-#echo "start udev daemon"
-/sbin/udevd --daemon
-
-case "$(uname -r)" in
-       2.6.[0-9]|2.6.[0-9][!0-9]*) ;;
-       *)      if [ -f "/sys/class/tty/console/uevent" ]; then
-                       #echo "Kernel >= 2.6.15 and supports uevents"
-                       # trigger the sorted events
-                       echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
-                       # catch events that are real fast
-                       mkdir -p /dev/.udev/queue
-               else
-                       # for older kernels without uevents will be removed when udevstart dies in udev
-                       echo "Kernel does not support uevents, you need a kernel >= 2.6.15!"
-                       exit 1
-               fi 
-       ;;
-esac
-}
-
-udev_uevents () 
-{
-# configure all devices
-trigger_device_events
-# until we know how to do better, just wait for _all_ events to finish
-wait_for_queue
-}
-
-if [ $# -eq 0 ]; then
-udev_init
-udev_uevents
-fi
-
-[ "$1" = "init" ] && udev_init
-[ "$1" = "uevents" ] && udev_uevents
-
-exit 0
diff --git a/config/mkinitcpio/udev.rules b/config/mkinitcpio/udev.rules
deleted file mode 100644 (file)
index 939a946..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# Udev rules for Archlinux by Tobias Powalowski <tpowa@archlinux.org>
-#
-# This ruleset should provide a DevFS-compatible device tree.
-#
-# There are a number of modifiers that are allowed to be used in some
-# of the different fields. They provide the following subsitutions:
-#
-# %n the "kernel number" of the device.
-#    For example, 'sda3' has a "kernel number" of '3'
-# %k the kernel name for the device.
-# %M the kernel major number for the device
-# %m the kernel minor number for the device
-# %b the bus id for the device
-# %c the string returned by the PROGRAM
-# %s{filename} the content of a sysfs attribute.
-# %% the '%' char itself.
-#
-# There are a number of modifiers that are allowed to be used in some of the
-# fields.  See the udev man page for a full description of them.
-# global stuff
-#
-
-#####################################
-# Early rules - begin
-#####################################
-# wait for sysfs
-ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
-ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
-
-#####################################
-# Early rules -end
-#####################################
-
-#####################################
-###### Hotplug rules - begin
-#####################################
-# check if the device has already been claimed by a driver
-ENV{PHYSDEVDRIVER}=="?*", GOTO="hotplug_driver_loaded"
-
-# Modaliases to load
-ACTION=="add", ENV{MODALIAS}=="?*", RUN+="/lib/udev/load-modules.sh $env{MODALIAS}"
-# SCSI addon modules
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="[07]", RUN+="/lib/udev/load-modules.sh sd_mod"
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="14", RUN+="/lib/udev/load-modules.sh sd_mod"
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="[45]", RUN+="/lib/udev/load-modules.sh sr_mod"
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="1", SYSFS{vendor}=="Onstream", SYSFS{model}!="ADR*", RUN+="/lib/udev/load-modules.sh osst"
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="1", SYSFS{vendor}=="Onstream", SYSFS{model}=="ADR*", RUN+="/lib/udev/load-modules.sh st"
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="1", SYSFS{vendor}!="Onstream", RUN+="/lib/udev/load-modules.sh st"
-ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="[23689]", RUN+="/lib/udev/load-modules.sh sg"
-
-LABEL="hotplug_driver_loaded"
-
-# FIRMWARE
-ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="?*", RUN+="/lib/udev/firmware.sh"
-#####################################
-##### Hotplug rules - end
-#####################################
-
-#####################################
-###### CD/DVD symlinks - begin
-#####################################
-ACTION=="add", BUS=="ide", KERNEL=="hd[a-z]", IMPORT="/lib/udev/cdrom_id --export $tempnode"
-ACTION=="add", BUS=="scsi",    KERNEL=="sr[0-9]*", IMPORT="/lib/udev/cdrom_id --export $tempnode"
-ACTION=="add", BUS=="scsi",    KERNEL=="scd[a-z]", IMPORT="/lib/udev/cdrom_id --export $tempnode"
-ENV{ID_CDROM}=="?*", SYMLINK+="cd/cdrom-%b"
-ENV{ID_CDROM_CD_RW}=="?*", SYMLINK+="cd/cdrw-%b"
-ENV{ID_CDROM_DVD}=="?*", SYMLINK+="cd/dvd-%b"
-ENV{ID_CDROM_DVD_R}=="?*", SYMLINK+="cd/dvd-%b"
-#####################################
-###### CD/DVD symlinks - end
-#####################################
diff --git a/config/mkinitcpio/udev_hook b/config/mkinitcpio/udev_hook
deleted file mode 100644 (file)
index fc4c814..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# vim: set ft=sh:
-run_hook ()
-{
-    msg -n ":: Loading udev..."
-    /etc/start_udev
-    msg "done."
-}
diff --git a/config/mkinitcpio/udev_install b/config/mkinitcpio/udev_install
deleted file mode 100644 (file)
index 473956a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# vim:set ft=sh:
-
-install ()
-{
-    MODULES=""
-    BINARIES=""
-    FILES=" /etc/udev/udev.conf"
-    SCRIPT="udev"
-    add_file /lib/initcpio/udev/udevd /sbin/udevd
-    add_file /lib/initcpio/udev/udevtrigger /sbin/udevtrigger
-    add_file /lib/initcpio/udev/udevsettle /sbin/udevsettle
-    add_file /lib/initcpio/udev/udev.rules /etc/udev/rules.d/udev.rules
-    add_file /lib/initcpio/udev/start_udev /etc/start_udev
-    add_file /lib/initcpio/udev/firmware.sh /lib/udev/firmware.sh
-    add_file /lib/initcpio/udev/cdrom_id /lib/udev/cdrom_id
-    add_file /lib/initcpio/udev/load-modules.sh /lib/udev/load-modules.sh
-}
-
-help ()
-{
-cat <<HELPEOF
-  This hook will use udev to create your root device node
-  and detect the needed modules for your root device.
-  It is recommended to use this hook instead of modload.
-HELPEOF
-}
diff --git a/config/mldonkey/bittorrent.ini b/config/mldonkey/bittorrent.ini
deleted file mode 100644 (file)
index fbb170e..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-    (************************************)
-    (*   Never edit options files when  *)
-    (*       the daemon is running      *)
-    (************************************)
-    (* SECTION : Bittorrent *)
-    (* Bittorrent options *)
-    (************************************)
-
-
-
-       (* The port to bind the client to *)
-       (* changing this option requires restart of MLDonkey core *)
- client_port = 6882
-
-       (* The UID of this client *)
- client_uid = FVGUYMROHEXDALLJAB2KACHON6Y5HBUN
-
-       (* 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 *)
-       (* changing this option requires restart of MLDonkey core *)
- import_new_torrents_interval = 60.
-
-       (* Number of retries before a tracker is disabled, use 0 to not disable trackers *)
- tracker_retries = 10
-
-       (* 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) *)
-       (* Do not change this option, internal use only! *)
- options_version = 0
- old_files = []
-
-       (* The port to bind the tracker to *)
-       (* changing this option requires restart of MLDonkey core *)
- 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/directconnect.ini b/config/mldonkey/directconnect.ini
deleted file mode 100644 (file)
index 1010bae..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-    (************************************)
-    (*   Never edit options files when  *)
-    (*       the daemon is running      *)
-    (************************************)
-    (* SECTION : DirectConnect *)
-    (* DirectConnect options *)
-    (************************************)
-
-
-
-       (* The port to bind the client to *)
- client_port = 4444
-
-       (* How many slots are open to other clients *)
- dc_open_slots = 2
-
-       (* Your login on DC (no spaces !!!) *)
- login = ""
-
-       (* The URL from which the first server list is downloaded *)
- servers_list_url = "http://dchublist.com/hublist.config.bz2"
-
-       (* Define here a list of address/passwords/nick triples for hubs in form:
-           [ ("hubserver.ip.com", "nick1", "pass1");
-            ("somehub.somewhere.org", "nick2", "pass2");
-            ("11.22.333.444", "nick3", "pass3");
-           ] *)
- hubs_passwords = []
-
-       (* The time a search is active *)
- search_timeout = 60
-
-       (* Minimum time between automated file tth searches in minutes *)
- file_search_time = 60
-
-       (* In initialization, the time in seconds we wait connection responses from client *)
- client_timeout = 90
-
-       (* The maximum time in seconds we wait data from client in downloading *)
- client_read_timeout = 60
-
-       (* The maximum time in seconds we wait to continue pushing data to client in uploading *)
- client_write_timeout = 60
-
-       (* How many seconds we wait a client to continue slot before closing and freeing the slot *)
- wait_for_next_upload = 30
-
-       (* Is this client firewalled (use passive searches) *)
- firewalled = false
-
-       (* Automatically find alternative sources, if file is unavailable. Also add sources
-            from searches automatically *)
- autosearch_by_tth = true
-
-       (* Maximal number of sources to single file *)
- max_sources_file = 5
-
-       (* The line speed sent in the MyINFO message
-            eg. Modem, Cable, DSL, Satellite, LAN(T1), LAN(T3) *)
- client_speed = DSL
-
-       (* (internal option) *)
-       (* Do not change this option, internal use only! *)
- options_version = 0
-
-(*
- The following options are not used (errors, obsolete, ...) 
-*)
diff --git a/config/mldonkey/donkey.ini b/config/mldonkey/donkey.ini
deleted file mode 100644 (file)
index 1a49c61..0000000
+++ /dev/null
@@ -1,279 +0,0 @@
-
-
-    (************************************)
-    (*   Never edit options files when  *)
-    (*       the daemon is running      *)
-    (************************************)
-    (* SECTION : Donkey *)
-    (* Donkey options *)
-    (************************************)
-
-
-
-       (* The port used for connection by other donkey clients. *)
-       (* changing this option requires restart of MLDonkey core *)
- 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, currently disabled *)
- 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. Can contain single IPs, CIDR ranges, or begin-end ranges.
-         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 = false
-
-       (* 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
-
-       (* disconnect if server users is smaller *)
- min_users_on_server = 0
-
-       (* maximum number of files published to servers per minute, eMule default 200 *)
- max_published_files = 200
-
-       (* 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
-
-       (* Interval (in seconds) before republish files *)
-   republish = 10800.
-
-       (* allow extended search to search on overnet *)
-   search_keyword = true
-
-       (* Size of the filename storage used to answer queries *)
-   store_size = 2000
-
-       (* port for overnet *)
-       (* changing this option requires restart of MLDonkey core *)
-   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
-
-       (* Interval (in seconds) before republish files *)
-   republish = 10800.
-
-       (* allow extended search to search on overnet *)
-   search_keyword = true
-
-       (* 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 *)
-    (************************************)
-
-
-
-       (* Max number of UDP packets per round for eXtended Search *)
- max_xs_packets = 30
-
-       (* Delay used to request file sources *)
- check_client_connections_delay = 180.
-
-       (* Timeout on client connections when not queued *)
- client_timeout = 40.
-
-       (* 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 *)
- walker_server_lifetime = 300
- log_clients_on_console = false
-
-       (* Allow mldonkey to propagate your sources to other mldonkey clients.
-          This function is superseeded by eMule-style source exchange,
-          this option is outdated *)
- propagate_sources = false
-
-       (* Save sources to file_sources.ini and reload them on core start. *)
- keep_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 = 600.
-
-       (* How long a downloading client can stay in my upload queue (in minutes >5) *)
- upload_lifetime = 90
-
-       (* If true, each client is allowed to receive one chunk, this setting overrides upload_lifetime *)
- upload_full_chunks = true
-
-       (* If true, each client is allowed to complete only one chunk, independent, if it is empty or
-          partial. this setting overrides upload_full_chunks and dynamic_upload_lifetime,
-          but is, as a failsafe, limited by upload_lifetime (should be set reasonable high) *)
- upload_complete_chunks = false
-
-       (* 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) *)
-       (* changing this option requires restart of MLDonkey core *)
- 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
-
-       (* (internal option) *)
-       (* Do not change this option, internal use only! *)
- options_version = 4
-
-(*
- The following options are not used (errors, obsolete, ...) 
-*)
-become_master_delay = 120
-immediate_master = false
-max_udp_sends = 10
-check_connections_delay = 5.
-max_dialog_history = 30
-initial_score = 5
diff --git a/config/mldonkey/downloads.ini b/config/mldonkey/downloads.ini
deleted file mode 100644 (file)
index fb050a0..0000000
+++ /dev/null
@@ -1,1007 +0,0 @@
-
-
-    (************************************)
-    (*   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.0/8 192.168.1.2"
-         or for editing the ini-file: list separated by semi-colon
-         example for ini-file: allowed_ips = [ "127.0.0.0/8"; "192.168.1.2";]
-         CIDR and range notations are supported: ie use 192.168.0.0/24
-         or 192.168.0.0-192.168.0.255 for 192.168.0.* *)
- allowed_ips = [
-  "0.0.0.0/0";]
-
-       (* port for Graphical Interfaces *)
-       (* changing this option requires restart of MLDonkey core *)
- 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. *)
-       (* changing this option requires restart of MLDonkey core *)
- gift_port = 0
-
-       (* The port used to connect to your client with a WEB browser *)
-       (* changing this option requires restart of MLDonkey core *)
- http_port = 4080
-
-       (* port for user interaction *)
-       (* changing this option requires restart of MLDonkey core *)
- 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 *)
-    (* Bandwidth options *)
-    (************************************)
-
-
-
-       (* 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. Maximum value depends on max_hard_upload_rate:
-         >= 10    -> unlimited download
-         < 10 > 3 -> download limited to upload * 4
-         < 4      -> download limited to upload * 3 *)
- max_hard_download_rate = 50
-
-       (* Second maximal upload rate for easy toggling (use bw_toggle) *)
- max_hard_upload_rate_2 = 5
-
-       (* Second maximal download rate for easy toggling (use bw_toggle) *)
- max_hard_download_rate_2 = 20
-
-       (* 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
-
-       (* How many percent of upload slots can be used for downloading files tagged as release *)
- max_release_slots = 20
-
-       (* 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 = "192.168.181.70"
-
-       (* 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
-
-       (* Use http://ip.discoveryvip.com/ip.asp to obtain WAN IP *)
- discover_ip = true
-
-       (* 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://ed2k.2x4u.de/u581miei/max/server.met");
-           ("hublist", 0, "http://dchublist.com/hublist.config.bz2");
-           ("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");
-           ("geoip.dat", 168, "http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz");
-           ]
-          *)
- web_infos = [
-  ("contact.dat", 168, "http://download.overnet.org/contact.dat");
-  ("geoip.dat", 0, "http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz");
-  ("server.met", 0, "http://www.gruk.org/server.met.gz");
-  ("guarding.p2p", 96, "http://www.bluetack.co.uk/config/level1.gz");
-  (hublist, 0, "http://dchublist.com/hublist.config.bz2");
-  ("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/<theme_name> 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 <num>' *)
- 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) *)
-       (* changing this option requires restart of MLDonkey core *)
- run_as_user = mldonkey
-
-       (* 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) *)
-       (* changing this option requires restart of MLDonkey core *)
- run_as_useruid = 113
-
-       (* 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"
-
-       (* How often (in minutes) should MLDonkey scan all shared directories for new/removed files.
-         0 to disable scanning of shared directories. Use command reshare to manually scan shares.
-         When core starts all shared directories are scanned once, independent of this option. *)
-       (* changing this option requires restart of MLDonkey core *)
- share_scan_interval = 1
-
-       (* New download files are created with these rights (in octal) *)
- create_file_mode = 664
-
-       (* New directories in incoming_directories are created with these rights (in octal) *)
- create_dir_mode = 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 <interval> 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.
-          MLdonkey searches all shared_directories with incoming_* strategies
-          on commit and uses the first one with enough free diskspace.
-          Other strategies can be found in searches.ini, section customized_sharing. *)
- shared_directories = [
-  {     dirname = "/var/log/mldonkey/incoming/files"
-     strategy = incoming_files
-     priority = 0
-};
-  {     dirname = "/var/log/mldonkey/incoming/directories"
-     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
-
-       (* 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 = "DI-Emule|ZamBoR|Ketamine|eMule FX|AUTOMATED MESSAGE"
-
-       (* Regexp of comments to filter out, example: string1|string2|string3 *)
- comments_filter = "http://|https://|www\\."
-
-
-    (************************************)
-    (* SECTION : Other *)
-    (* Other options *)
-    (************************************)
-
-
-
-       (* (experimental) *)
- save_results = 0
-
-       (* 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 *)
-       (* changing this option requires restart of MLDonkey core *)
- 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 *)
-       (* changing this option requires restart of MLDonkey core *)
- http_bind_addr = "0.0.0.0"
-
-       (* The IP address used to bind the gui server *)
-       (* changing this option requires restart of MLDonkey core *)
- gui_bind_addr = "0.0.0.0"
-
-       (* The IP address used to bind the telnet server *)
-       (* changing this option requires restart of MLDonkey core *)
- telnet_bind_addr = "0.0.0.0"
-
-       (* Should *all* sources for a file be shown on HTML/telnet vd <num> *)
- 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
-         com : commands by non-admin users
-         act : debug activity
-         bw : debug bandwidth
-         geo : debug GeoIP
-         unexp : debug unexpected messages *)
- verbosity = ""
-
-
-    (************************************)
-    (* SECTION : Bandwidth FOR EXPERTS *)
-    (* Bandwidth options *)
-    (************************************)
-
-
-
-       (* 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 = 5
-
-
-    (************************************)
-    (* 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 = []
-
-       (* If MLDonkey can not read broken RSS feeds, use this program to preprocess them *)
- rss_preprocessor = xmllint
-
-       (* 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 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 Comments column in vd output *)
- html_mods_vd_comments = true
-
-       (* Whether to display the User column in vd output *)
- html_mods_vd_user = false
-
-       (* Whether to display the Group column in vd output *)
- html_mods_vd_group = false
-
-       (* 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
-
-       (* Whether to display flags instead of country codes *)
- html_flags = 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 ( 365 < x < 3665 ) *)
- html_mods_vd_gfx_x_size = 630
-
-       (* Graph y size in vd output ( 200 < y < 1200 ) *)
- html_mods_vd_gfx_y_size = 200
-
-       (* compute values for hourly graph every 1,2,3,4,5,10,15,20,30,60 min
-               Changes to this option require a core restart. *)
-       (* changing this option requires restart of MLDonkey core *)
- html_mods_vd_gfx_h_intervall = 60
-
-       (* Dynamic grid width, start with 1 h/grid, maximum html_mods_vd_gfx_h_grid_time h/grid *)
- html_mods_vd_gfx_h_dymamic = true
-
-       (* Max hours on time scale per grid (0 = no limit) *)
- html_mods_vd_gfx_h_grid_time = 0
-
-       (* Number of shown subgrids on graph (0 = no subgrids) *)
- html_mods_vd_gfx_subgrid = 0
-
-       (* 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
-
-       (* 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, this value is only checked on startup,
-          log_file will be deleted if its bigger than log_file_size. *)
- 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"
-
-       (* Post log messages to syslog. This setting is independent of log_file
-         and its associated commands, therefore close_log does not stop log to syslog.
-         Its therefore possible to log to syslog and log_file at the same time. *)
- log_to_syslog = false
-
-       (* number of lines for GUI console messages *)
- gui_log_size = 30
-
-
-    (************************************)
-    (* SECTION : Download FOR EXPERTS *)
-    (* Download options *)
-    (************************************)
-
-
-
-       (* How many sources to use to download each chunk *)
- sources_per_chunk = 3
-
-
-    (************************************)
-    (* SECTION : Startup FOR EXPERTS *)
-    (* Startup options *)
-    (************************************)
-
-
-
-       (* How many megabytes should MLdonkey keep for saving configuration files. *)
-       (* changing this option requires restart of MLDonkey core *)
- 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 : Other FOR EXPERTS *)
-    (* Other options *)
-    (************************************)
-
-
-
-       (* Buffer writes and flush after buffer_writes_delay seconds (experimental) *)
-       (* changing this option requires restart of MLDonkey core *)
- 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 maximum number of different filenames used by MLDonkey *)
- max_filenames = 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 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
-
-       (* Message printed at startup additional to welcome text *)
- motd_html = ""
-
-       (* Force compaction every <n> hours (in [1..24]) *)
- compaction_delay = 2
-
-       (* The delay between reloads of the vd output in the WEB interface *)
- vd_reload_delay = 120
-
-       (* 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 in byte of the buffers of a client, minimum 50.000 byte.
-       For high-volume links raise this value to 1.000.000 or higher. *)
- 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. *)
-       (* changing this option requires restart of MLDonkey core *)
- save_options_delay = 900.
-
-       (* timeout when connecting to a server *)
- server_connection_timeout = 30.
-
-       (* The delay between one glance at a file and another *)
-       (* changing this option requires restart of MLDonkey core *)
- download_sample_rate = 1.
-
-       (* How many samples go into an estimate of transfer rates *)
- download_sample_size = 100
-
-       (* 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) *)
-       (* Do not change this option, internal use only! *)
- options_version = 18
-
-       (* Maximum number of comments per file *)
- max_comments_per_file = 100
-
-       (* Maximum length of file comments *)
- max_comment_length = 256
diff --git a/config/mldonkey/fileTP.ini b/config/mldonkey/fileTP.ini
deleted file mode 100644 (file)
index 9e4b3e0..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-    (************************************)
-    (*   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) *)
-       (* Do not change this option, internal use only! *)
- 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
deleted file mode 100644 (file)
index 3f3e108..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-    (************************************)
-    (*   Never edit options files when  *)
-    (*       the daemon is running      *)
-    (************************************)
-    (* SECTION : Header *)
-    (* These options must be read first *)
-    (************************************)
-
-
- save_time = 191427490
- sources = []
-
-(*
- The following options are not used (errors, obsolete, ...) 
-*)
diff --git a/config/mldonkey/files.ini b/config/mldonkey/files.ini
deleted file mode 100644 (file)
index ed06f2d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-       (* 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
deleted file mode 100644 (file)
index 9c654ac..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-       (* 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
deleted file mode 100755 (executable)
index 275a5be..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/usr/bin/perl
-
-# Submit an eDonkey download request to mldonkey
-#
-# Argument(s): An ed2k URI of the form:
-#
-# ed2k://|file|<filename>|<filesize>|<MD4-sum|
-use LWP::UserAgent;
-
-($#ARGV >= 0) || die "Usage: mldonkey_submit <ed2kURI> ...
-";
-
-$vars{'HTTPURL'} = "http://192.168.181.70: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_strings.en b/config/mldonkey/mlnet_strings.en
deleted file mode 100644 (file)
index cd6f55f..0000000
+++ /dev/null
@@ -1,888 +0,0 @@
-(************************************)
-(*                                  *)
-
-         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"
-
-" <filename> : check file format" = " <filename> : check file format"
-
-"<ip> : undocumented" = "<ip> : 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"
-
-(*                                  *)
-(************************************)
-
-"<ip> :\t\t\tcheck whether an IP is blocked" = "<ip> :\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)"
-
-"<bool> :\t\t\tuse poll instead of select" = "<bool> :\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"
-
-"<theme> :\t\t\tselect html_theme" = "<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"
-
-"<num1> <num2> :\t\t\ttry to swarm downloads from file <num2> (secondary) to file <num1> (primary)" = "<num1> <num2> :\t\t\ttry to swarm downloads from file <num2> (secondary) to file <num1> (primary)"
-
-":\t\t\t\tclear the table of clients being debugged" = ":\t\t\t\tclear the table of clients being debugged"
-
-"<client nums> :\t\tdebug file state" = "<client nums> :\t\tdebug file state"
-
-"<client nums> :\t\tdebug message in communications with these clients" = "<client nums> :\t\tdebug message in communications with these clients"
-
-"<true|false> :\t\t\treactivate log to stdout" = "<true|false> :\t\t\treactivate log to stdout"
-
-"<width> <height> :\t\t\tset terminal width and height (devel)" = "<width> <height> :\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"
-
-"<user> :\t\t\tremove a mldonkey user" = "<user> :\t\t\tremove a mldonkey user"
-
-"<user> <passwd> [<mail>] :\tadd new mldonkey user/change user password" = "<user> <passwd> [<mail>] :\tadd new mldonkey user/change user password"
-
-"<file> :\t\t\tdownload all the links contained in the file" = "<file> :\t\t\tdownload all the links contained in the file"
-
-"<link> :\t\t\t\tdownload ed2k, sig2dat, torrent or other link" = "<link> :\t\t\t\tdownload ed2k, sig2dat, torrent or other link"
-
-"<num> \"<new name>\" :\t\tchange name of download <num> to <new name>" = "<num> \"<new name>\" :\t\tchange name of download <num> to <new name>"
-
-"<file number> :\t\t\tstart previewer for file <file number>" = "<file number> :\t\t\tstart previewer for file <file number>"
-
-"<num> :\t\t\t\t$bview file info$n" = "<num> :\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"
-
-"<num> :\t\t\t\tresume a paused download (use arg 'all' for all files)" = "<num> :\t\t\t\tresume a paused download (use arg 'all' for all files)"
-
-"<num> :\t\t\t\tpause a download (use arg 'all' for all files)" = "<num> :\t\t\t\tpause a download (use arg 'all' for all files)"
-
-"<num> :\t\t\tverify chunks of file <num>" = "<num> :\t\t\tverify chunks of file <num>"
-
-":\t\t\t\tdisplay downloaders list" = ":\t\t\t\tdisplay downloaders list"
-
-"<num> :\t\t\t\tcancel download (use arg 'all' for all files)" = "<num> :\t\t\t\tcancel download (use arg 'all' for all files)"
-
-"<num> :\t\t\tprint the segments downloaded in file" = "<num> :\t\t\tprint the segments downloaded in file"
-
-"<yes|no|what> :\t\t\tconfirm cancellation" = "<yes|no|what> :\t\t\tconfirm cancellation"
-
-"<priority> <files numbers> :\tchange file priorities" = "<priority> <files numbers> :\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"
-
-"<dir> :\t\t\t\tshare directory <dir>" = "<dir> :\t\t\t\tshare directory <dir>"
-
-"<priority> <dir> [<strategy>] :\tshare directory <dir> with <priority> [and sharing strategy <strategy>]" = "<priority> <dir> [<strategy>] :\tshare directory <dir> with <priority> [and sharing strategy <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"
-
-"[<options|sources|backup>] :\tsave options and/or sources or backup (empty for options and sources)" = "[<options|sources|backup>] :\tsave options and/or sources or backup (empty for options and sources)"
-
-"<option_name> <option_value> :\t$bchange option value$n" = "<option_name> <option_value> :\t$bchange option value$n"
-
-":\t\t\tforce download of an already downloaded file" = ":\t\t\tforce download of an already downloaded file"
-
-"<num> :\t\t\t\t$bfile to download$n" = "<num> :\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"
-
-"<query> :\t\t\t\tsearch for files locally\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n" = "<query> :\t\t\t\tsearch for files locally\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n"
-
-"<query> :\t\t\t\t$bsearch for files on all networks$n\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n" = "<query> :\t\t\t\t$bsearch for files on all networks$n\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n"
-
-"[<num>] :\t\t\t\t$bview results of a search$n" = "[<num>] :\t\t\t\t$bview results of a search$n"
-
-"<num1> <num2> ... :\t\tforget searches <num1> <num2> ..." = "<num1> <num2> ... :\t\tforget searches <num1> <num2> ..."
-
-"<num> :\t\t\t\tdisable a particular network" = "<num> :\t\t\t\tdisable a particular network"
-
-"<num> :\t\t\t\tenable a particular network" = "<num> :\t\t\t\tenable a particular network"
-
-":\t\t\t\tprint all networks" = ":\t\t\t\tprint all networks"
-
-"<cmd> :\t\t\t\tstart command <cmd> (must be allowed in 'allowed_commands' option or by 'allow_any_command' if arguments)" = "<cmd> :\t\t\t\tstart command <cmd> (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"
-
-"<m> :\t\t\t\tdisable upload during <m> minutes (multiple of 5)" = "<m> :\t\t\t\tdisable upload during <m> minutes (multiple of 5)"
-
-"<client num> :\t\t\tprint files from friend <client num>" = "<client num> :\t\t\tprint files from friend <client num>"
-
-":\t\t\t\tdisplay all friends" = ":\t\t\t\tdisplay all friends"
-
-"<client numbers> :\tremove friend (use arg 'all' for all friends)" = "<client numbers> :\tremove friend (use arg 'all' for all friends)"
-
-"<client num> :\t\tadd client <client num> to friends" = "<client num> :\t\tadd client <client num> to friends"
-
-"<client num> :\t\t\task friend files" = "<client num> :\t\t\task friend files"
-
-":\t\t\t\t\tview friends" = ":\t\t\t\t\tview friends"
-
-"<num> :\t\t\t\tdisconnect from server" = "<num> :\t\t\t\tdisconnect from server"
-
-"[<num>] :\t\t\t\tconnect to more servers (or to server <num>)" = "[<num>] :\t\t\t\tconnect to more servers (or to server <num>)"
-
-"<num> :\t\t\tprint banner of connected server <num>" = "<num> :\t\t\tprint banner of connected server <num>"
-
-"<server numbers> :\t\t\tremove server (use arg 'all' for all servers)" = "<server numbers> :\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"
-
-"<hour> \"<command>\" :\tadd a command to be executed every day" = "<hour> \"<command>\" :\tadd a command to be executed every day"
-
-":\t\t\t\t[<client num> <msg>]" = ":\t\t\t\t[<client num> <msg>]"
-
-":\t\t\t\tmessage_log [refresh delay in seconds]" = ":\t\t\t\tmessage_log [refresh delay in seconds]"
-
-"<minutes> :\t\t\tprint activity in the last <minutes> minutes" = "<minutes> :\t\t\tprint activity in the last <minutes> 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"
-
-"<num> :\t\t\t\tview client (use arg 'all' for all clients)" = "<num> :\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"
-
-"<url> :\t\t\tremove URL from web_infos" = "<url> :\t\t\tremove URL from web_infos"
-
-"<kind> <url> :\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)" = "<kind> <url> :\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"
-
-(*                                  *)
-(************************************)
-
-"<filename> <comment> :\tgenerate the corresponding <filename> .torrent file with <comment> in torrents/tracked/.\n\t\t\t\t\tThe file is automatically tracked, and seeded if in incoming/" = "<filename> <comment> :\tgenerate the corresponding <filename> .torrent file with <comment> 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 <n> hours (in [1..24])" = "Force compaction every <n> 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 <interval> hours for each directory, 0 to deactivate mail warnings." = "Send a warning mail each <interval> 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 <num>'" = "The command which is called when a download is started. Arguments\nare '-file <num>'"
-
-"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 <preview> and <recover> 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 <preview> and <recover> 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/<theme_name> directory\n     leave blank to use internal theme" = "html_mods_theme to use (located in relative html_themes/<theme_name> 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 <num>" = "Should *all* sources for a file be shown on HTML/telnet vd <num>"
-
-"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 <user> <password>' before." = "Command not authorized\n use 'auth <user> <password>' before."
-
-"Main commands are:\n" = "Main commands are:\n"
-
-"Available commands are:\n" = "Available commands are:\n"
-
diff --git a/config/mldonkey/mlnet_strings.en_US.utf8 b/config/mldonkey/mlnet_strings.en_US.utf8
deleted file mode 100644 (file)
index 0a9e2e8..0000000
+++ /dev/null
@@ -1,1012 +0,0 @@
-(************************************)
-         module "GeoIp"
-(************************************)
-
-"%s database loaded" = "%s database loaded"
-
-(************************************)
-         module "CommonWeb"
-(************************************)
-
-"%s while loading %s" = "%s while loading %s"
-
-"request %s (%s)" = "request %s (%s)"
-
-(************************************)
-         module "DriverMain"
-(************************************)
-
-"Core stopped" = "Core stopped"
-
-"Received SIGTERM, stopping MLDonkey..." = "Received SIGTERM, stopping MLDonkey..."
-
-"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"
-
-"%s " = "%s "
-
-"%s[dMain] disabled networks: " = "%s[dMain] disabled networks: "
-
-"---- enabling interfaces ----" = "---- enabling interfaces ----"
-
-"---- enabling %s ----" = "---- enabling %s ----"
-
-"enabling networks: " = "enabling networks: "
-
-"Check http://www.mldonkey.org for updates" = "Check http://www.mldonkey.org for updates"
-
-" : print version number and exit" = " : print version number and exit"
-
-" <filename> : check file format" = " <filename> : check file format"
-
-"<ip> : undocumented" = "<ip> : 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"
-
-"\"<user> <pass>\" : create user/change password" = "\"<user> <pass>\" : create user/change password"
-
-"Libmagic file-type recognition database present" = "Libmagic file-type recognition database present"
-
-(************************************)
-         module "Ip"
-(************************************)
-
-"[DNS] Resolving [%s] ..." = "[DNS] Resolving [%s] ..."
-
-(************************************)
-         module "DriverCommands"
-(************************************)
-
-":\t\t\tfor debugging only" = ":\t\t\tfor debugging only"
-
-"<ip> :\t\t\tcheck whether an IP is blocked" = "<ip> :\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)"
-
-"<bool> :\t\t\tuse poll instead of select" = "<bool> :\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 [<verbosity #num>]" = ":\t\t\t\tprint memory stats [<verbosity #num>]"
-
-"<theme> :\t\t\tselect html_theme" = "<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"
-
-"<num1> <num2> :\t\t\ttry to swarm downloads from file <num2> (secondary) to file <num1> (primary)" = "<num1> <num2> :\t\t\ttry to swarm downloads from file <num2> (secondary) to file <num1> (primary)"
-
-":\t\t\t\tclear the table of clients being debugged" = ":\t\t\t\tclear the table of clients being debugged"
-
-"<client nums> :\t\tdebug file state" = "<client nums> :\t\tdebug file state"
-
-"<client nums> :\t\tdebug message in communications with these clients" = "<client nums> :\t\tdebug message in communications with these clients"
-
-"<true|false> :\t\t\treactivate log to stdout" = "<true|false> :\t\t\treactivate log to stdout"
-
-"<width> <height> :\t\t\tset terminal width and height (devel)" = "<width> <height> :\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"
-
-"<user> <num> :\t\t\tchange owner of download <num> to <user>" = "<user> <num> :\t\t\tchange owner of download <num> to <user>"
-
-"<group> <num> :\t\t\tchange group of download <num> to <group>, use group = none for private file" = "<group> <num> :\t\t\tchange group of download <num> to <group>, use group = none for private file"
-
-":\t\t\t\tprint default group of logged-in user" = ":\t\t\t\tprint default group of logged-in user"
-
-":\t\t\t\tprint groups of logged-in user" = ":\t\t\t\tprint groups of logged-in user"
-
-":\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"
-
-"<group> <true|false> :\tchange group admin status" = "<group> <true|false> :\tchange group admin status"
-
-"<group> :\t\t\tremove an unused mldonkey group" = "<group> :\t\t\tremove an unused mldonkey group"
-
-"<group> <admin: true|false> :\tadd new mldonkey group" = "<group> <admin: true|false> :\tadd new mldonkey group"
-
-"<user> <dir> :\t\tchange user specific commit directory" = "<user> <dir> :\t\tchange user specific commit directory"
-
-"<user> <num> :\t\t\tchange number of allowed concurrent downloads" = "<user> <num> :\t\t\tchange number of allowed concurrent downloads"
-
-"<user> <mail> :\t\tchange user mail address" = "<user> <mail> :\t\tchange user mail address"
-
-"<passwd> :\t\t\tchange own password" = "<passwd> :\t\t\tchange own password"
-
-"<user> <group|None> :\tchange user default group" = "<user> <group|None> :\tchange user default group"
-
-"<user> <group> :\t\tremove a group from a mldonkey user" = "<user> <group> :\t\tremove a group from a mldonkey user"
-
-"<user> <group> :\t\tadd a group to a mldonkey user" = "<user> <group> :\t\tadd a group to a mldonkey user"
-
-"<user> :\t\t\tremove a mldonkey user" = "<user> :\t\t\tremove a mldonkey user"
-
-"<user> <passwd> [<group>] [<commit_dir>] [<mail>] [<max_downloads>]: add new mldonkey user/change user password" = "<user> <passwd> [<group>] [<commit_dir>] [<mail>] [<max_downloads>]: add new mldonkey user/change user password"
-
-"<file> :\t\t\tdownload all the links contained in the file" = "<file> :\t\t\tdownload all the links contained in the file"
-
-"<link> :\t\t\t\tdownload ed2k, sig2dat, torrent or other link" = "<link> :\t\t\t\tdownload ed2k, sig2dat, torrent or other link"
-
-":\t\t\ttell which files have several very different names" = ":\t\t\ttell which files have several very different names"
-
-"<num> \"<new name>\" :\t\tchange name of download <num> to <new name>" = "<num> \"<new name>\" :\t\tchange name of download <num> to <new name>"
-
-"<file number> :\t\t\tstart previewer for file <file number>" = "<file number> :\t\t\tstart previewer for file <file number>"
-
-"[<num>|queued|paused|downloading] :\t$bview file info for download <num>, or lists of queued, paused or downloading files, or all downloads if no argument given$n" = "[<num>|queued|paused|downloading] :\t$bview file info for download <num>, or lists of queued, paused or downloading files, or all downloads if no argument given$n"
-
-":\t\t\t\t$bmove downloaded files to incoming directory$n" = ":\t\t\t\t$bmove downloaded files to incoming directory$n"
-
-"<num> :\t\t\t\tchange release state of a download" = "<num> :\t\t\t\tchange release state of a download"
-
-"<num|all> :\t\t\tresume a paused download (use arg 'all' for all files)" = "<num|all> :\t\t\tresume a paused download (use arg 'all' for all files)"
-
-"<num|all> :\t\t\tpause a download (use arg 'all' for all files)" = "<num|all> :\t\t\tpause a download (use arg 'all' for all files)"
-
-"<num> :\t\t\tverify chunks of file <num>" = "<num> :\t\t\tverify chunks of file <num>"
-
-":\t\t\t\tdisplay downloaders list" = ":\t\t\t\tdisplay downloaders list"
-
-"<num|all> :\t\t\tcancel download (use arg 'all' for all files)" = "<num|all> :\t\t\tcancel download (use arg 'all' for all files)"
-
-"<num> :\t\t\tprint the segments downloaded in file" = "<num> :\t\t\tprint the segments downloaded in file"
-
-"<yes|no|what> :\t\t\tconfirm cancellation" = "<yes|no|what> :\t\t\tconfirm cancellation"
-
-"<file number> <random|linear> :\tchange download order of file blocks (default random, with first and last block first)" = "<file number> <random|linear> :\tchange download order of file blocks (default random, with first and last block first)"
-
-"<priority> <files numbers> :\tchange file priorities" = "<priority> <files numbers> :\tchange file priorities"
-
-":\t\t\t\tshow users currently uploading" = ":\t\t\t\tshow users currently uploading"
-
-"[downloading|shared|empty for all]: list links of shared files" = "[downloading|shared|empty for all]: list links of shared files"
-
-":\t\t\t\tstatistics on upload" = ":\t\t\t\tstatistics on upload"
-
-"<dir> :\t\t\t\tunshare directory <dir>" = "<dir> :\t\t\t\tunshare directory <dir>"
-
-"<priority> <dir> [<strategy>] :\tshare directory <dir> with <priority> [and sharing strategy <strategy>]" = "<priority> <dir> [<strategy>] :\tshare directory <dir> with <priority> [and sharing strategy <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"
-
-"[<option>|changed]:\t\t\tprint options (use * as wildcard), 'changed' prints all changed options, leave empty to print all options" = "[<option>|changed]:\t\t\tprint options (use * as wildcard), 'changed' prints all changed options, leave empty to print all options"
-
-":\t\t\t\t\t$bdisplay options$n" = ":\t\t\t\t\t$bdisplay options$n"
-
-"[<options|sources|backup>] :\tsave options and/or sources or backup (empty for options and sources)" = "[<options|sources|backup>] :\tsave options and/or sources or backup (empty for options and sources)"
-
-"<option_name> <option_value> :\t$bchange option value$n" = "<option_name> <option_value> :\t$bchange option value$n"
-
-":\t\t\tforce download of an already downloaded file" = ":\t\t\tforce download of an already downloaded file"
-
-"<num> :\t\t\t\t$bfile to download$n" = "<num> :\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"
-
-"<query> :\t\t\t\tsearch for files locally\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n" = "<query> :\t\t\t\tsearch for files locally\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n"
-
-"<query> :\t\t\t\t$bsearch for files on all networks$n\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n" = "<query> :\t\t\t\t$bsearch for files on all networks$n\n\n\tWith special args:\n\t-network <netname>\n\t-minsize <size>\n\t-maxsize <size>\n\t-media <Video|Audio|...>\n\t-Video\n\t-Audio\n\t-format <format>\n\t-title <word in title>\n\t-album <word in album>\n\t-artist <word in artist>\n\t-field <field> <fieldvalue>\n\t-not <word>\n\t-and <word>\n\t-or <word>\n"
-
-"[<num>] :\t\t\t\t$bview results of a search$n" = "[<num>] :\t\t\t\t$bview results of a search$n"
-
-"<num1> <num2> ... :\t\tforget searches <num1> <num2> ..." = "<num1> <num2> ... :\t\tforget searches <num1> <num2> ..."
-
-":\t\t\t\tprint network porttest results" = ":\t\t\t\tprint network porttest results"
-
-":\t\t\tforce start network porttest" = ":\t\t\tforce start network porttest"
-
-":\t\t\t\tstart IP discovery" = ":\t\t\t\tstart IP discovery"
-
-"<num> :\t\t\t\tdisable a particular network" = "<num> :\t\t\t\tdisable a particular network"
-
-"<num> :\t\t\t\tenable a particular network" = "<num> :\t\t\t\tenable a particular network"
-
-":\t\t\t\tprint all networks" = ":\t\t\t\tprint all networks"
-
-"<cmd> :\t\t\t\tstart command <cmd>\n\t\t\t\t\tmust be allowed in 'allowed_commands' option or by 'allow_any_command' if arguments" = "<cmd> :\t\t\t\tstart command <cmd>\n\t\t\t\t\tmust 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\treset country based transfer statistics and save statistics.ini" = ":\t\t\t\treset country based transfer statistics and save statistics.ini"
-
-":\t\t\t\tdisplay country database" = ":\t\t\t\tdisplay country database"
-
-"[<all|regex>]:\t\t\tdisplay country based transfer statistics for countries with data transfered,\n\t\t\t\t\tuse arg 'all' for all countries seen\n\t\t\t\t\tor * as wildcard for country name, code and continent" = "[<all|regex>]:\t\t\tdisplay country based transfer statistics for countries with data transfered,\n\t\t\t\t\tuse arg 'all' for all countries seen\n\t\t\t\t\tor * as wildcard for country name, code and continent"
-
-":\t\t\t\ttoggle between the two rate sets" = ":\t\t\t\ttoggle between the two rate sets"
-
-":\t\t\t\tprint current bandwidth stats" = ":\t\t\t\tprint current bandwidth stats"
-
-":\t\t\t\t\tview upload credits" = ":\t\t\t\t\tview upload credits"
-
-"<m> :\t\t\t\tdisable upload during <m> minutes, queue all files" = "<m> :\t\t\t\tdisable upload during <m> minutes, queue all files"
-
-"<client num> :\t\t\tprint files from friend <client num>" = "<client num> :\t\t\tprint files from friend <client num>"
-
-":\t\t\t\tdisplay all friends" = ":\t\t\t\tdisplay all friends"
-
-"<client numbers|all> :\tremove friend (use arg 'all' for all friends)" = "<client numbers|all> :\tremove friend (use arg 'all' for all friends)"
-
-"<client num> :\t\tadd client <client num> to friends" = "<client num> :\t\tadd client <client num> to friends"
-
-"<client num> :\t\t\task friend files" = "<client num> :\t\t\task friend files"
-
-":\t\t\t\t\tview friends" = ":\t\t\t\t\tview friends"
-
-"<server numbers|all> :\t\tdisconnect from server(s)" = "<server numbers|all> :\t\tdisconnect from server(s)"
-
-"[<num>] :\t\t\t\tconnect to more servers (or to server <num>)" = "[<num>] :\t\t\t\tconnect to more servers (or to server <num>)"
-
-"<num> :\t\t\tshow list of files published on server <num>" = "<num> :\t\t\tshow list of files published on server <num>"
-
-"<num> :\t\t\tprint banner of connected server <num>" = "<num> :\t\t\tprint banner of connected server <num>"
-
-"<server numbers|all|blocked|disc> :\tremove server(s) ('all'/'blocked'/'disc' = all/IP blocked/disconnected servers)" = "<server numbers|all|blocked|disc> :\tremove server(s) ('all'/'blocked'/'disc' = all/IP blocked/disconnected 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"
-
-"<hour> \"<command>\" :\tadd a command to be executed every day" = "<hour> \"<command>\" :\tadd a command to be executed every day"
-
-"<client num> <msg> :\t\tsend a message to a client" = "<client num> <msg> :\t\tsend a message to a client"
-
-":\t\t\t\tmessage_log [refresh delay in seconds]" = ":\t\t\t\tmessage_log [refresh delay in seconds]"
-
-"<minutes> :\t\t\tprint activity in the last <minutes> minutes" = "<minutes> :\t\t\tprint activity in the last <minutes> minutes"
-
-":\t\t\t\tprint mldonkey disk information" = ":\t\t\t\tprint mldonkey disk information"
-
-":\t\t\t\tprint mldonkey port usage information" = ":\t\t\t\tprint mldonkey port usage 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"
-
-"<num|all> :\t\t\t\tview client (use arg 'all' for all clients)" = "<num|all> :\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"
-
-"[<list of kind|URL>] :\tre-download web_infos, leave empty to re-download all" = "[<list of kind|URL>] :\tre-download web_infos, leave empty to re-download all"
-
-"<url> :\t\t\tremove URL from web_infos" = "<url> :\t\t\tremove URL from web_infos"
-
-"<kind> <url> [<period>] :\tload this file from the web\n\t\t\t\t\tkind is either server.met (if the downloaded file is a server.met)\n\t\t\t\t\tperiod is the period between updates (in hours, default 0 = only loaded at startup)" = "<kind> <url> [<period>] :\tload this file from the web\n\t\t\t\t\tkind is either server.met (if the downloaded file is a server.met)\n\t\t\t\t\tperiod is the period between updates (in hours, default 0 = only loaded at startup)"
-
-":\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 a 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 a 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"
-(************************************)
-
-"<filename> <comment> :\tgenerate the corresponding <filename> .torrent file with <comment> in torrents/tracked/.\n\t\t\t\t\tThe file is automatically tracked, and seeded if in incoming/" = "<filename> <comment> :\tgenerate the corresponding <filename> .torrent file with <comment> 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 actually\n\t\t\t\t\tgets to the tracker when shutting mlnet down, but you have to wait till the stops get to the\n\t\t\t\t\ttracker and not wait too long, so mldonkey reconnects to the tracker :)" = ":\t\t\t\tstops all bittorrent downloads, use this if you want to make sure that the stop signal actually\n\t\t\t\t\tgets to the tracker when shutting mlnet down, but you have to wait till the stops get to the\n\t\t\t\t\ttracker and not wait too long, so mldonkey reconnects to the tracker :)"
-
-(************************************)
-         module "DonkeyInteractive"
-(************************************)
-
-"No forceable download found" = "No forceable download found"
-
-"File already downloaded (use 'force_download' if necessary)" = "File already downloaded (use 'force_download' if necessary)"
-
-(************************************)
-         module "CommonComplexOptions"
-(************************************)
-
-"Options backup as %s correctly saved" = "Options backup as %s correctly saved"
-
-"Sources correctly saved" = "Sources correctly saved"
-
-"Options correctly saved" = "Options correctly saved"
-
-(************************************)
-         module "CommonOptions"
-(************************************)
-
-"Logging in %s" = "Logging in %s"
-
-"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"
-
-"Interval (in seconds) before republish files" = "Interval (in seconds) before republish files"
-
-"allow extended search to search on overnet" = "allow extended search to search on overnet"
-
-"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"
-
-"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)"
-
-"maximum number of files published to servers per minute, eMule default 200" = "maximum number of files published to servers per minute, eMule default 200"
-
-"disconnect if server users is smaller" = "disconnect if server users is smaller"
-
-"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\n  upload bandwidth sending messages to clients which are banned :)" = "true if you want your mldonkey to lose some\n  upload 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"
-
-"If true, each client is allowed to complete only one chunk, independent, if it is empty or\n   partial. this setting overrides upload_full_chunks and dynamic_upload_lifetime,\n   but is, as a failsafe, limited by upload_lifetime (should be set reasonable high)" = "If true, each client is allowed to complete only one chunk, independent, if it is empty or\n   partial. this setting overrides upload_full_chunks and dynamic_upload_lifetime,\n   but is, as a failsafe, limited by upload_lifetime (should be set reasonable high)"
-
-"If true, each client is allowed to receive one chunk, this setting overrides upload_lifetime" = "If true, each client is allowed to receive one chunk, this setting overrides upload_lifetime"
-
-"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"
-
-"Save sources to file_sources.ini and reload them on core start." = "Save sources to file_sources.ini and reload them on core start."
-
-"Maximal number of sources for each file" = "Maximal number of sources for each file"
-
-"Allow mldonkey to propagate your sources to other mldonkey clients.\n   This function is superseeded by eMule-style source exchange,\n   this option is outdated" = "Allow mldonkey to propagate your sources to other mldonkey clients.\n   This function is superseeded by eMule-style source exchange,\n   this option is outdated"
-
-"The maximal delay a connection with a server should last when walking through the list" = "The maximal delay a connection with a server should last when walking through the list"
-
-"Number of servers that can be used to walk\n  between servers" = "Number of servers that can be used to walk\n  between 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. Can contain single IPs, CIDR ranges, or begin-end ranges.\n  Servers on this list can't be added, and will eventually be removed" = "A list of server IP to remove from server list. Can contain single IPs, CIDR ranges, or begin-end ranges.\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, currently disabled" = "Should mldonkey try to detect sources responsible for corruption and ban them, currently disabled"
-
-"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"
-
-"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 UDP packets per round for eXtended Search" = "Max number of UDP packets per round for eXtended Search"
-
-"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"
-
-"The line speed sent in the MyINFO message\n     eg. Modem, Cable, DSL, Satellite, LAN(T1), LAN(T3)" = "The line speed sent in the MyINFO message\n     eg. Modem, Cable, DSL, Satellite, LAN(T1), LAN(T3)"
-
-"Maximal number of sources to single file" = "Maximal number of sources to single file"
-
-"Automatically find alternative sources, if file is unavailable. Also add sources\n     from searches automatically" = "Automatically find alternative sources, if file is unavailable. Also add sources\n     from searches automatically"
-
-"Is this client firewalled (use passive searches)" = "Is this client firewalled (use passive searches)"
-
-"How many seconds we wait a client to continue slot before closing and freeing the slot" = "How many seconds we wait a client to continue slot before closing and freeing the slot"
-
-"The maximum time in seconds we wait to continue pushing data to client in uploading" = "The maximum time in seconds we wait to continue pushing data to client in uploading"
-
-"The maximum time in seconds we wait data from client in downloading" = "The maximum time in seconds we wait data from client in downloading"
-
-"In initialization, the time in seconds we wait connection responses from client" = "In initialization, the time in seconds we wait connection responses from client"
-
-"Minimum time between automated file tth searches in minutes" = "Minimum time between automated file tth searches in minutes"
-
-"The time a search is active" = "The time a search is active"
-
-"Define here a list of address/passwords/nick triples for hubs in form:\n    [ (\"hubserver.ip.com\", \"nick1\", \"pass1\");\n     (\"somehub.somewhere.org\", \"nick2\", \"pass2\");\n     (\"11.22.333.444\", \"nick3\", \"pass3\");\n    ]" = "Define here a list of address/passwords/nick triples for hubs in form:\n    [ (\"hubserver.ip.com\", \"nick1\", \"pass1\");\n     (\"somehub.somewhere.org\", \"nick2\", \"pass2\");\n     (\"11.22.333.444\", \"nick3\", \"pass3\");\n    ]"
-
-"The URL from which the first server list is downloaded" = "The URL from which the first server list is downloaded"
-
-"Your login on DC (no spaces !!!)" = "Your login on DC (no spaces !!!)"
-
-"How many slots are open to other clients" = "How many slots are open to other clients"
-
-"The port to bind the client to" = "The port to bind the client 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   MLdonkey searches all shared_directories with incoming_* strategies\n   on commit and uses the first one with enough free diskspace.\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   MLdonkey searches all shared_directories with incoming_* strategies\n   on commit and uses the first one with enough free diskspace.\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"
-
-"Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5" = "Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5"
-
-"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.\n\nuser_groups                   = Files belonging to one of these groups can be seen by the user.\nuser_default_group            = New downloads by this user will belong to this group.\nuser_commit_dir               = Commit files to <incoming>/<user_commit_dir>\nuser_mail                     = Address used to sent confirmation mails after comitting a download\nuser_max_concurrent_downloads = Maximum number of downloads allowed, 0 = unlimited\n" = "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.\n\nuser_groups                   = Files belonging to one of these groups can be seen by the user.\nuser_default_group            = New downloads by this user will belong to this group.\nuser_commit_dir               = Commit files to <incoming>/<user_commit_dir>\nuser_mail                     = Address used to sent confirmation mails after comitting a download\nuser_max_concurrent_downloads = Maximum number of downloads allowed, 0 = unlimited\n"
-
-"The groups that are defined on this core.\n\ngroup_admin           = Are members of this group MLDonkey admins?\n                        Only members of this group can change settings and see uploads.\n" = "The groups that are defined on this core.\n\ngroup_admin           = Are members of this group MLDonkey admins?\n                        Only members of this group can change settings and see uploads.\n"
-
-"number of lines for GUI console messages" = "number of lines for GUI console messages"
-
-"Post log messages to syslog. This setting is independent of log_file\n  and its associated commands, therefore close_log does not stop log to syslog.\n  Its therefore possible to log to syslog and log_file at the same time." = "Post log messages to syslog. This setting is independent of log_file\n  and its associated commands, therefore close_log does not stop log to syslog.\n  Its therefore possible to log to syslog and log_file at the same time."
-
-"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, this value is only checked on startup,\n   log_file will be deleted if its bigger than log_file_size." = "Maximum size of log_file in MB, this value is only checked on startup,\n   log_file will be deleted if its bigger than log_file_size."
-
-"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)"
-
-"Maximum length of file comments" = "Maximum length of file comments"
-
-"Maximum number of comments per file" = "Maximum number of comments per file"
-
-"(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 in byte of the buffers of a client, minimum 50.000 byte.\nFor high-volume links raise this value to 1.000.000 or higher." = "Maximal size in byte of the buffers of a client, minimum 50.000 byte.\nFor high-volume links raise this value to 1.000.000 or higher."
-
-"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 <n> hours (in [1..24])" = "Force compaction every <n> hours (in [1..24])"
-
-"Message printed at startup additional to welcome text" = "Message printed at startup additional to welcome text"
-
-"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"
-
-"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 maximum number of different filenames used by MLDonkey" = "The maximum number of different filenames used by MLDonkey"
-
-"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\n  to increase when the connection between them has a small bandwith" = "The size of the buffer between the client and its GUI. Can be useful\n  to 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)"
-
-"(experimental)" = "(experimental)"
-
-"Regexp of comments to filter out, example: string1|string2|string3" = "Regexp of comments to filter out, example: string1|string2|string3"
-
-"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"
-
-"Allow you to use any command with ! in the interface instead of only the\n  ones in allowed_commands" = "Allow you to use any command with ! in the interface instead of only the\n  ones in allowed_commands"
-
-"Commands that you are allowed to be call from the interface. These\n  commands should short, so that the core is not blocked more than necessary." = "Commands that you are allowed to be call from the interface. These\n  commands 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 <interval> hours for each directory, 0 to deactivate mail warnings." = "Send a warning mail each <interval> 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 (in octal)" = "New directories in incoming_directories are created with these rights (in octal)"
-
-"New download files are created with these rights (in octal)" = "New download files are created with these rights (in octal)"
-
-"How often (in minutes) should MLDonkey scan all shared directories for new/removed files.\n  0 to disable scanning of shared directories. Use command reshare to manually scan shares.\n  When core starts all shared directories are scanned once, independent of this option." = "How often (in minutes) should MLDonkey scan all shared directories for new/removed files.\n  0 to disable scanning of shared directories. Use command reshare to manually scan shares.\n  When core starts all shared directories are scanned once, independent of this option."
-
-"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\n  a 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\n  a 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\n  a 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\n  a port < 1024 is needed)"
-
-"The command which is called when a download is started. Arguments\n  are '-file <num>'" = "The command which is called when a download is started. Arguments\n  are '-file <num>'"
-
-"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\n  " = "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\n  "
-
-"The maximal length of zero bytes between non-zero bytes in a file that\n  should be interpreted as downloaded during a recovery" = "The maximal length of zero bytes between non-zero bytes in a file that\n  should be interpreted as downloaded during a recovery"
-
-"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 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\n  available on the connection" = "The size of the minimal packet you want mldonkey to send when data is\n  available on the connection"
-
-"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"
-
-"If MLDonkey can not read broken RSS feeds, use this program to preprocess them" = "If MLDonkey can not read broken RSS feeds, use this program to preprocess them"
-
-"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.gruk.org/server.met.gz\");\n    (\"hublist\", 0, \"http://dchublist.com/hublist.config.bz2\");\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    (\"geoip.dat\", 168, \"http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz\");\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.gruk.org/server.met.gz\");\n    (\"hublist\", 0, \"http://dchublist.com/hublist.config.bz2\");\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    (\"geoip.dat\", 168, \"http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz\");\n    ]\n  "
-
-"User agent string (default = \"default\")" = "User agent string (default = \"default\")"
-
-"Use http://ip.discoveryvip.com/ip.asp to obtain WAN IP" = "Use http://ip.discoveryvip.com/ip.asp to obtain WAN 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." = "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/<theme_name> directory\n  leave blank to use internal theme" = "html_mods_theme to use (located in relative html_themes/<theme_name> 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 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" = "Tag graph title x pos in vd output"
-
-"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"
-
-"Number of shown subgrids on graph (0 = no subgrids)" = "Number of shown subgrids on graph (0 = no subgrids)"
-
-"Max hours on time scale per grid (0 = no limit)" = "Max hours on time scale per grid (0 = no limit)"
-
-"Dynamic grid width, start with 1 h/grid, maximum html_mods_vd_gfx_h_grid_time h/grid" = "Dynamic grid width, start with 1 h/grid, maximum html_mods_vd_gfx_h_grid_time h/grid"
-
-"compute values for hourly graph every 1,2,3,4,5,10,15,20,30,60 min\n\tChanges to this option require a core restart." = "compute values for hourly graph every 1,2,3,4,5,10,15,20,30,60 min\n\tChanges to this option require a core restart."
-
-"Graph y size in vd output ( 200 < y < 1200 )" = "Graph y size in vd output ( 200 < y < 1200 )"
-
-"Graph x size in vd output ( 365 < x < 3665 )" = "Graph x size in vd output ( 365 < x < 3665 )"
-
-"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 flags instead of country codes" = "Whether to display flags instead of country codes"
-
-"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 Group column in vd output" = "Whether to display the Group column in vd output"
-
-"Whether to display the User column in vd output" = "Whether to display the User column in vd output"
-
-"Whether to display the Comments column in vd output" = "Whether to display the Comments 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\n  upload/download and upload slots.  List separated by spaces, wildcard=255\n  ie: use 192.168.0.255 for 192.168.0.* " = "list of IP addresses allowed to connect to the core with no limit on\n  upload/download and upload slots.  List separated by spaces, wildcard=255\n  ie: use 192.168.0.255 for 192.168.0.* "
-
-"The delay in milliseconds to wait in the event loop. Can be decreased to\n  increase the bandwidth usage, or increased to lower the CPU usage." = "The delay in milliseconds to wait in the event loop. Can be decreased to\n  increase 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 percent of upload slots can be used for downloading files tagged as release" = "How many percent of upload slots can be used for downloading files tagged as release"
-
-"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"
-
-"Second maximal download rate for easy toggling (use bw_toggle)" = "Second maximal download rate for easy toggling (use bw_toggle)"
-
-"Second maximal upload rate for easy toggling (use bw_toggle)" = "Second maximal upload rate for easy toggling (use bw_toggle)"
-
-"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\n  control and data messages. Maximum value depends on max_hard_upload_rate:\n  >= 10    -> unlimited download\n  < 10 > 3 -> download limited to upload * 4\n  < 4      -> download limited to upload * 3" = "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\n  control and data messages. Maximum value depends on max_hard_upload_rate:\n  >= 10    -> unlimited download\n  < 10 > 3 -> download limited to upload * 4\n  < 4      -> download limited to upload * 3"
-
-"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\n  control 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\n  control 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  com : commands by non-admin users\n  act : debug activity\n  bw : debug bandwidth\n  geo : debug GeoIP\n  unexp : debug unexpected 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  com : commands by non-admin users\n  act : debug activity\n  bw : debug bandwidth\n  geo : debug GeoIP\n  unexp : debug unexpected messages"
-
-"Aliases to commands. The alias (fist string) has to be\n  whitespaceless, the outcome of the alias (second string)\n  may have spaces (put it in quotation then)." = "Aliases to commands. The alias (fist string) has to be\n  whitespaceless, the outcome of the alias (second string)\n  may 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 <num>" = "Should *all* sources for a file be shown on HTML/telnet vd <num>"
-
-"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\n  now 0 for disabled, because it does not check for a password." = "port for GiFT Graphical Interfaces interaction. It was 1213, but the default is\n  now 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\n  for internal command set: list separated by spaces\n  example for internal command: set allowed_ips \"127.0.0.0/8 192.168.1.2\"\n  or for editing the ini-file: list separated by semi-colon\n  example for ini-file: allowed_ips = [ \"127.0.0.0/8\"; \"192.168.1.2\";]\n  CIDR and range notations are supported: ie use 192.168.0.0/24\n  or 192.168.0.0-192.168.0.255 for 192.168.0.*" = "list of IP address allowed to connect to the core via telnet/GUI/WEB\n  for internal command set: list separated by spaces\n  example for internal command: set allowed_ips \"127.0.0.0/8 192.168.1.2\"\n  or for editing the ini-file: list separated by semi-colon\n  example for ini-file: allowed_ips = [ \"127.0.0.0/8\"; \"192.168.1.2\";]\n  CIDR and range notations are supported: ie use 192.168.0.0/24\n  or 192.168.0.0-192.168.0.255 for 192.168.0.*"
-
-"small name of client" = "small name of client"
-
-"loaded language resource file" = "loaded language resource file"
-
-(************************************)
-         module "CommonMessages"
-(************************************)
-
-"Full access enabled" = "Full access enabled"
-
-"Bad login/password" = "Bad login/password"
-
-"Command not authorized\n use 'auth <user> <password>' before." = "Command not authorized\n use 'auth <user> <password>' before."
-
-"Main commands are:\n" = "Main commands are:\n"
-
-"Available commands are:\n" = "Available commands are:\n"
-
-(************************************)
-         module "CommonStats"
-(************************************)
-
-"Country-based traffic statistics" = "Country-based traffic statistics"
-
-"Uptime" = "Uptime"
-
diff --git a/config/mldonkey/mlsubmit.reg b/config/mldonkey/mlsubmit.reg
deleted file mode 100644 (file)
index b38ebe2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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:@192.168.181.70:4080/submit?q=dllink+%1\""
diff --git a/config/mldonkey/onlinesig.dat b/config/mldonkey/onlinesig.dat
deleted file mode 100644 (file)
index d70353b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-0
-0.0|0.0|0
diff --git a/config/mldonkey/searches.ini b/config/mldonkey/searches.ini
deleted file mode 100644 (file)
index 67e9977..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-
-       (* 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
deleted file mode 100644 (file)
index ca19972..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-       (* 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
deleted file mode 100644 (file)
index 834e506..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
- 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
deleted file mode 100644 (file)
index 834e506..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
- shared_files = []
-
-(*
- The following options are not used (errors, obsolete, ...) 
-*)
diff --git a/config/mldonkey/statistics.ini b/config/mldonkey/statistics.ini
deleted file mode 100644 (file)
index d401ad7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-    (************************************)
-    (*   Never edit options files when  *)
-    (*       the daemon is running      *)
-    (************************************)
-    (* SECTION : Country statistics *)
-    (* Country-based traffic statistics *)
-    (************************************)
-
-
- guptime = 15
- country_stats = []
-
-(*
- The following options are not used (errors, obsolete, ...) 
-*)
diff --git a/config/mldonkey/stats.ini b/config/mldonkey/stats.ini
deleted file mode 100644 (file)
index 1eff387..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
- guptime = 16
- 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
-};]
-
-(*
- The following options are not used (errors, obsolete, ...) 
-*)
diff --git a/config/mldonkey/stats_bt.ini b/config/mldonkey/stats_bt.ini
deleted file mode 100644 (file)
index 37ab5a2..0000000
+++ /dev/null
@@ -1,468 +0,0 @@
- guptime = 16
- 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
-};
-  {     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
deleted file mode 100644 (file)
index 8288845..0000000
+++ /dev/null
@@ -1,683 +0,0 @@
- 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
deleted file mode 100644 (file)
index 43782c8..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-    (************************************)
-    (*   Never edit options files when  *)
-    (*       the daemon is running      *)
-    (************************************)
-    (* SECTION : Users *)
-    (* User accounts on the core (new format) *)
-    (************************************)
-
-
-
-       (* The groups that are defined on this core.
-       
-       group_admin           = Are members of this group MLDonkey admins?
-                               Only members of this group can change settings and see uploads.
-        *)
- groups = [
-  {     group_name = mldonkey
-     group_admin = true
-};]
-
-       (* 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.
-       
-       user_groups                   = Files belonging to one of these groups can be seen by the user.
-       user_default_group            = New downloads by this user will belong to this group.
-       user_commit_dir               = Commit files to <incoming>/<user_commit_dir>
-       user_mail                     = Address used to sent confirmation mails after comitting a download
-       user_max_concurrent_downloads = Maximum number of downloads allowed, 0 = unlimited
-        *)
- users2 = [
-  {     user_name = admin
-     user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0"
-     user_groups = [
-      mldonkey;]
-     user_default_group = mldonkey
-     user_mail = ""
-     user_commit_dir = ""
-     user_max_concurrent_downloads = 0
-};]
-
-
-    (************************************)
-    (* SECTION : Users *)
-    (* User accounts on the core (old format) *)
-    (************************************)
-
-
-
-       (* Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5 *)
- users = [
-  (admin, "31D6CFE0D16AE931B73C59D7E0C089C0");]
diff --git a/config/sysstat/CONFIG b/config/sysstat/CONFIG
deleted file mode 100644 (file)
index ce2d101..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Configuration file for sysstat
-# (C) 2000 Sebastien GODARD (sysstat <at> wanadoo.fr)
-
-# Directories
-PREFIX = /usr
-SA_LIB_DIR = /usr/lib/sa
-SADC_PATH = ${SA_LIB_DIR}/sadc
-SA_DIR = /var/log/sa
-MAN_DIR = /usr/man
-CLEAN_SA_DIR = y
-YESTERDAY = 
-HISTORY = 7
-
-DFLAGS =
-SAS_DFLAGS =
-
-ENABLE_NLS = n
-ENABLE_SMP_WRKARD = n
-
-ifeq ($(ENABLE_NLS),y)
-# NLS (National Language Support)
-REQUIRE_NLS = -DUSE_NLS -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(PREFIX)/share/locale\"
-endif
-ifdef REQUIRE_NLS
-   DFLAGS += $(REQUIRE_NLS)
-endif
-
-ifeq ($(ENABLE_SMP_WRKARD),y)
-# Uncomment this to enable workaround for Linux kernel SMP race condition
-SAS_DFLAGS += -DSMP_RACE
-endif
-
-# Man page group
-MAN_GROUP = root
-
-# Crontab owner
-CRON_OWNER = root
-
-# Run-command directories
-RC_DIR = /etc
-INIT_DIR = /etc/init.d
-INITD_DIR = init.d
-
-INSTALL_CRON = n
-