508 Commits

Author SHA1 Message Date
Martijn Voncken
3c183906d1 fix multiple-resume, there is no torrent_resumed method in core 2008-08-25 20:02:02 +00:00
Andrew Resch
36118b3d02 Add saving/loading of lt session state 2008-08-24 04:52:14 +00:00
Andrew Resch
8a39b7dcd5 Add 'PreferencesManager' component.
Clean up core.py a bit.
Fix DHT state saving/loading
2008-08-24 04:36:10 +00:00
Andrew Resch
231edf5931 Attempt to upgrade a 0.5.x state file to new format. 2008-08-21 20:43:01 +00:00
Martijn Voncken
d8b0fb5885 filter_tree:add label-plugin and init_func 2008-08-18 20:23:27 +00:00
Martijn Voncken
eee10dab76 get_filter_tree 2008-08-18 18:05:48 +00:00
Andrew Resch
1b03c0eff4 Fix #407 possible negative ETA 2008-08-18 00:36:19 +00:00
Andrew Resch
5647f61bab Fix to prevent Deluge from segfaulting when trying to autoadd an
incomplete torrent file
2008-08-17 17:27:56 +00:00
Andrew Resch
e720994f5f Fix properly shutting Deluge down when system shuts down 2008-08-17 04:51:28 +00:00
Martijn Voncken
d3b005f30d registered filters:keyword 2008-08-17 00:12:28 +00:00
Andrew Resch
14a6efef2b Fix loading torrents from state when fastresume file is missing 2008-08-16 23:55:45 +00:00
Martijn Voncken
b48c487acb move filtering to filtermanager 2008-08-16 23:07:10 +00:00
Martijn Voncken
14db4bc999 change get_torrents_status() api for filtering in core 2008-08-16 14:48:43 +00:00
Martijn Voncken
ad11029780 get_status -> get_dev_torrents_state 2008-08-15 22:00:22 +00:00
Martijn Voncken
080ff5974d basic get_status() 2008-08-15 21:00:28 +00:00
Martijn Voncken
0469d46717 add get_status_keys() 2008-08-15 20:39:32 +00:00
Martijn Voncken
1170a1cf31 remove trailing space 2008-08-15 19:38:14 +00:00
Andrew Resch
19f9e26a4e Fix #362 use libtorrents session pause/resume instead of current
pause_all, resume_all
2008-08-14 06:48:20 +00:00
Andrew Resch
e21183f125 Add an additional check in the try statement to prevent loading invalid
torrents
2008-08-14 06:46:35 +00:00
Andrew Resch
af1f2205bb Add per-torrent move on completed settings 2008-08-10 02:53:56 +00:00
Marcos Pinto
6fa31d1dc0 change copyright notices to gpl3 2008-08-08 05:59:07 +00:00
Andrew Resch
cba7b00f70 Add ability to register handlers for signals emitted in the core. 2008-08-05 23:32:12 +00:00
Andrew Resch
9fedc86172 lt sync 2588 2008-08-04 23:32:18 +00:00
Andrew Resch
5f03ea785c Fix queue order shuffling on restart 2008-08-02 04:31:30 +00:00
Andrew Resch
189e01f424 Save resume data periodically 2008-08-02 03:12:15 +00:00
Andrew Resch
9a00d4db39 Add progress to the peers tab 2008-07-30 14:15:00 +00:00
Andrew Resch
5706b80cb2 Implement #296 ability to change peer TOS byte 2008-07-30 06:52:20 +00:00
Andrew Resch
efb4462d37 Implement #79 ability to change outgoing port range 2008-07-30 05:37:17 +00:00
Andrew Resch
971c7e6f1d Fix deluged running with ssh X forwarding by removing the Gnome lib
import
2008-07-29 04:22:03 +00:00
Andrew Resch
5784b2adbb Fix do not create torrentfiles folder unless 'copy_torrent_file' is True
Fix some libtorrent asserts when using debug build
2008-07-26 03:50:10 +00:00
Marcos Pinto
92f2b369ca save/load dht state - close #359 2008-07-26 03:36:15 +00:00
Marcos Pinto
0fb159bd92 try to fix possible network/proxy problem 2008-07-23 19:55:02 +00:00
Martijn Voncken
f79f5d9113 tracker-column:use connected or first 2008-07-23 17:08:33 +00:00
Marcos Pinto
b321535601 proxy support 2008-07-22 02:51:40 +00:00
Andrew Resch
f9fd9c3ba7 Set 'send_redundant_have' to True 2008-07-21 06:36:34 +00:00
Andrew Resch
9930a311e7 Add 'tracker_host' torrent status key 2008-07-20 22:24:55 +00:00
Andrew Resch
fefc78f468 Fix #358 properly emit torrent_removed signal to clients when torrent is
removed by queue system
2008-07-20 20:32:54 +00:00
Andrew Resch
f222b2737e Add some extra bandwidth settings 2008-07-20 00:44:02 +00:00
Andrew Resch
29a8631b6f Do not try to pause a torrent that is already paused in the stop_ratio code 2008-07-19 02:11:28 +00:00
Marcos Pinto
4ac5d43d58 replace urllib.urlopen (which was marked as deprecated) with urllib2.urlopen 2008-07-18 04:10:01 +00:00
Andrew Resch
553ccd0a38 Fix #350 stop seeds when stop ratio is reached 2008-07-17 22:09:30 +00:00
Andrew Resch
1209663595 Fix possible division by zero crash 2008-07-15 06:54:44 +00:00
Andrew Resch
02ce32d5e2 Fix file progress percentages again 2008-07-15 02:17:39 +00:00
Andrew Resch
31bb4eface Fix displaying file percentages properly. 2008-07-14 23:17:20 +00:00
Marcos Pinto
cf71429e8e use rc version file 2008-07-11 10:09:13 +00:00
Andrew Resch
1f97344b2f Fix showing 'Checking' state when doing a forced recheck 2008-07-11 07:30:33 +00:00
Andrew Resch
053cba31cb Allow for shorter versions 2008-07-10 05:05:52 +00:00
Andrew Resch
f13ea7375e Allow versions with '-RC' tags 2008-07-10 05:02:40 +00:00
Andrew Resch
2dc13bd68e Update some default prefs 2008-07-10 04:55:25 +00:00
Andrew Resch
2423af8660 Set auto_managed to False when pausing and saving resume data on
shutdown.
2008-07-09 12:42:57 +00:00