Os presentamos a Mute Mfc 0.4, un nuevo paradigma en la programación de software de intercambio de archivos, que nace con la premisa de proteger la privacidad de sus usuarios.
- Descargar Mute Mfc 0.4 -
Mute Mfc dispone de una nueva red de intercambio, en la que a diferencia de las tradicionales que emplean direcciones IP, se utilizan direcciones virtuales, capaces de enmascarar la privacidad de sus usuarios, tanto "uploaders", como "downloaders".
El programa está inspirado en el algoritmo de entes "Ant", un sistema de enrutamiento ligero, robusto y sobre todo adaptativo, capaz de localizar de manera inteligente y sin necesidad de desvelar la IP de los intercambiadores el camino más corto entre dos usuarios.
El programa ha sido liberado bajo licencia GPL y es multiplataforma, disponiendo versiones nativas para Linux, MacOS y Windows.
Sin dudas una auténtica carga de profundidad contra las empresas propietarias de derechos de autor, que ven con ello limitado el alcance de sus tácticas de espionaje, por otro lado actualmente consideradas ilegales.
What´s New:
--Added resume support for downloads.
--Added setting to control time interval for log roll-over.
--Increased the send queue length to 300 (was previously 50).
--Added code for cleanly breaking a socket connection that is blocked on a send. This makes removing bad connections and shutting down much faster.
--Changed to handle repeat downloads of the same file more gracefully.
--Changed HostCatcher to convert address to IP-form before trying to add it, thus avoiding the slowdown (win32, mainly) of comparing a bad DNS-form address to each address in the list (it used to call gethostbyname for the bad address over and over during each comparison).
--Changed the HostCatcher class to return a host list in a randomized order (before, if several new nodes connected to the same host cache, they would all march through the same host list in the same order to look for connections).
--Added code to make canceling downloads instantaneous.
--Added a "Grab Hash" button that copies the hash from the selected search result into the search field (along with hash_). This allows you to search for duplicates of a particular file.
--Changed search panel so that buttons are disabled when they cannot do anything (for example, the download button is disabled when no results are selected).
--Updated ui/common/formatUtils to use translations for the time units (hours, minutes, seconds, milliseconds).
--Added GiB units (before, MiB was the largest).
--Changed file sharing code to use BinarySemaphores instead of general (counting) Semaphores.
--Added a connection quality gauge.
New settings in this release (see settings/README.txt for descriptions):
logRolloverInSeconds.ini
sendQueueSizePerConnection.ini
New translation strings in this release (see languages/English.txt):
grab_hash_button
download_already_active_title
download_already_active_message
hour_unit
hours_unit
minute_unit
minutes_unit
second_unit
seconds_unit
millisecond_unit
milliseconds_unit
connection_quality_label