Currently supports the ability to stop and restart downloads once download speeds fall below a configured limit for a time period along with options to exclude certain downloads.';
$mail="parg@users.sourceforge.net";
$versions = array(
new PluginVersionInfo(
"5.4.0.0", "0.3.3", "plugins/azantithrottle_0.3.3.jar", "plugins/azantithrottle_0.3.3.jar",
"0.3.3: Language update." ),
new PluginVersionInfo(
"4.5.1.1", "0.3.2", "plugins/azantithrottle_0.3.2.jar", "plugins/azantithrottle_0.3.2.jar",
"0.3.2: Made the stop/start code mode robust.
".
"0.3.1: Added torrent view column; preserve force-start status across restarts; enhanced logging.
".
"0.3: Added options to ignore force-started downloads and those actively uploading." ),
new PluginVersionInfo(
"4.3.0.6", "0.2", "plugins/azantithrottle_0.2.jar", "plugins/azantithrottle_0.2.jar",
"0.2: Added option to avoid restarting downloads with zero seeds.
".
"0.1: Initial release." )
);
$cvs_version =
new PluginVersionInfo(
"4.5.1.1", "0.3.3_CVS", "plugins/azantithrottle_0.3.3.jar", "plugins/azantithrottle_0.3.3.jar",
"" );
fillDetailVarsFromArray($versions, $cvs_version);
?>