-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
34 lines (25 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Azureus AutoStop Plugin
Copyright(c) 2004 Chris Rose
Released under the GPL
The purpose of this plugin is to help with people whose ISPs are anal-retentive
about upload bandwidth usage, like mine is. Its purpose is to be a community-
friendly implementation of an upload limiter. It will not permit upload cutoff
at less than a 1.0 share ratio, but other than that it will disable uploads for
a few ratios that are equal to or greater than that.
The settings are, I hope, more or less self-explanatory. Feel free to comment on
it at http://www.offlineblog.com/projects/azureus-autostop-plugin.
## Version History
- 1.0.0
- Version 1, just sorta works
- 1.0.1
- Fixed a stupid bug where the plugin.properties was not included in the build.
- 2.0.0 Alpha 1
- Support per-torrent download ratio specification.
- Obligatory total rewrite.
- 2.0.0 Alpha 2
- AZSTOP-4 - it helps if the download listener is actually initialized.
- AZSTOP-5 - fixed some message strings not being valid
- 2.0.0 Alpha 3
- AZSTOP-6 - Fixed issue with multiple selections breaking the menu.
- 2.0.0 Beta 1
- AZSTOP-8 - Fixed failure to check if a torrent was stopped before trying to stop it.