59 Commits

Author SHA1 Message Date
Andrew Resch
93a0945915 Prevent set_DHT() from starting DHT if it's already started. 2007-06-22 09:10:32 +00:00
Marcos Pinto
bad3ea64d2 remove web seed proxy 2007-06-22 03:21:19 +00:00
Marcos Pinto
fcbc3b48b4 new proxy redone 2007-06-21 23:06:06 +00:00
Andrew Resch
3e2332ecd3 Fix 'auto_end_seeding' preference to actually be used by apply_queue()
Fixed some text in the Download/Upload speed system tray menu
2007-06-20 19:42:37 +00:00
Marcos Pinto
0023e44ed1 guess i was wrong 2007-06-20 07:56:26 +00:00
Marcos Pinto
a3236a275e fix stop seeding ratio 2007-06-20 07:41:23 +00:00
Andrew Resch
05bf525ff9 Fix 'queue_seeds_to_bottom' to actually work. 2007-06-19 23:44:21 +00:00
Andrew Resch
221304325a Fixes for auto end seed ratio.
Torrents will now pause and queue to bottom when ratio is hit.
2007-06-19 23:37:23 +00:00
Andrew Resch
5843ddf4d3 Resume fix 2007-06-19 06:16:50 +00:00
Andrew Resch
b885d2deeb Do not check for available free space if resuming a torrent that is
seeding
2007-06-19 03:17:23 +00:00
Andrew Resch
3118c2912f More pause/resume fix ups 2007-06-19 03:13:29 +00:00
Marcos Pinto
1a9a714fe7 tidy up 2007-06-17 17:12:22 +00:00
Marcos Pinto
82d2fb08c0 remove undeeded code 2007-06-17 03:26:12 +00:00
Marcos Pinto
20c4323cc7 allocation fix 2007-06-17 01:13:46 +00:00
Andrew Resch
8eb04467bb Small fix for the resume code 2007-06-16 18:56:11 +00:00
Marcos Pinto
a7b9c89557 remove debug print 2007-06-16 12:30:35 +00:00
Marcos Pinto
71ed6b6f67 proxy support 2007-06-16 10:56:09 +00:00
Marcos Pinto
39e7d25c1e add "desired ratio" option on per torrent basis 2007-06-16 07:00:55 +00:00
Marcos Pinto
525526316c connect queue to top 2007-06-16 05:45:22 +00:00
Marcos Pinto
ac99ef7d26 remove unused code 2007-06-16 04:47:35 +00:00
Andrew Resch
ec03ff3085 Remove 'applying queue' print out 2007-06-15 23:14:58 +00:00
Marcos Pinto
261be67769 add new lt files 2007-06-15 22:30:39 +00:00
Marcos Pinto
1d4561d513 remove debug print line 2007-06-15 21:53:34 +00:00
Marcos Pinto
55e5b75e54 major lt upgrade to trunk and turn on options for upnp, natpmp and utpex 2007-06-15 21:45:53 +00:00
Alon Zakai
8390e3977e embarrassing bug fixed in queue_bottom, that caused torrents to vanish... 2007-06-15 08:41:32 +00:00
Alon Zakai
2be048d89e prevent infinite recursion in apply_queue 2007-06-15 08:20:52 +00:00
Alon Zakai
cb4358f65e apply_queue after all queuing operations 2007-06-15 08:14:02 +00:00
Andrew Resch
d195907bde Changed the check for available space. Libtorrent automatically pauses
torrents if there is not enough disk space available.  There is now an 
available disk space check when the user tries to resume a torrent.
2007-06-15 07:35:04 +00:00
Alon Zakai
f631fb3116 Delete torrent's files correctly now. 2007-06-14 20:01:22 +00:00
Alon Zakai
797ac38ca7 Delete torrent's files correctly now. 2007-06-14 19:59:48 +00:00
Marcos Pinto
31d21bb161 remove dir even if it has empty dirs left over 2007-06-14 05:34:59 +00:00
Andrew Resch
3d1e4017d3 Now able to specify if the .torrent file gets deleted when removing a
torrent.
2007-06-13 21:10:12 +00:00
Marcos Pinto
188af2eee3 fix oops 2007-06-13 07:48:50 +00:00
Marcos Pinto
9a588c73f9 fix default for auto_seed_ratio 2007-06-13 07:47:58 +00:00
Zach Tibbitts
442bdf1c4c license fixes 2007-06-12 16:33:32 +00:00
Marcos Pinto
20f2696bad plugins reworked as modules and ip block - tarka 2007-06-12 08:13:16 +00:00
Marcos Pinto
3b9b8beba1 revert ip block and module changes 2007-06-12 03:32:49 +00:00
Marcos Pinto
4fe3d2769d new plugin system + ip block plugin...hopefully... 2007-06-12 02:52:53 +00:00
Andrew Resch
0072fe6c6f fix issue with changing enable_dht causing segfault
enabling and disabling DHT no longer requires a restart
2007-06-11 21:37:39 +00:00
Andrew Resch
2dfdb98e53 clean up output a bit 2007-06-10 08:42:19 +00:00
Marcos Pinto
1f6127160c fix shutil.copy() exception. ticket #308 - regulate 2007-06-10 01:03:30 +00:00
Marcos Pinto
a217199897 . 2007-06-08 21:31:11 +00:00
Marcos Pinto
60f2fb44ba indent fix 2007-06-08 21:07:28 +00:00
Andrew Resch
c1d3d7ea81 have calc_ratio return 0 on exception instead of -1 2007-06-08 08:55:05 +00:00
Andrew Resch
a40b8e4d50 details stats fixes 2007-06-08 08:49:24 +00:00
Marcos Pinto
2cc373e5fe add uploaded_memory back 2007-06-08 08:19:20 +00:00
Marcos Pinto
fb22b316c1 fix payload oops 2007-06-08 06:59:40 +00:00
Marcos Pinto
a074ef17ce tooltips touchupfix the problem where torrents disappear after an improper shutdown - andar 2007-06-08 01:48:12 +00:00
Marcos Pinto
90a473e013 global preferences patch by andar 2007-06-08 00:15:51 +00:00
Marcos Pinto
9f5b05b4d3 prefs, especially encryption, redone by andar 2007-06-06 22:26:52 +00:00