161 Commits

Author SHA1 Message Date
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
Martijn Voncken
eee10dab76 get_filter_tree 2008-08-18 18:05:48 +00:00
Andrew Resch
e720994f5f Fix properly shutting Deluge down when system shuts down 2008-08-17 04:51:28 +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
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
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
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
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
Marcos Pinto
4ac5d43d58 replace urllib.urlopen (which was marked as deprecated) with urllib2.urlopen 2008-07-18 04:10:01 +00:00
Marcos Pinto
cf71429e8e use rc version file 2008-07-11 10:09:13 +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
f1141b3f07 Actually fix typo 2008-07-06 07:34:49 +00:00
Andrew Resch
f45f0a081b Fix typo 2008-07-06 07:32:05 +00:00
Andrew Resch
ec50c9cb41 windows fix 2008-07-05 23:43:38 +00:00
Andrew Resch
fa77fad0ff Fix typo for windows 2008-07-04 21:39:16 +00:00
Andrew Resch
3a40d81a38 Fix new release check 2008-07-02 01:31:20 +00:00
Andrew Resch
5f1de26f58 Implement update checking 2008-07-02 01:19:43 +00:00
Andrew Resch
e1ceb07567 Try to fix issue where adding a lot of torrents at once crashes the
daemon.
2008-06-27 05:49:27 +00:00
Andrew Resch
c88fd0ab27 Fix #300 do not crash when 0-byte .torrent file is added 2008-06-25 14:21:36 +00:00
Andrew Resch
e43f2370e1 Add queueing options to the Options tab
Add setting auto managed from the torrent menu
2008-06-23 03:12:28 +00:00
Andrew Resch
c5a7abe5d2 Fix _on_send_info 2008-06-22 23:25:15 +00:00
Andrew Resch
b0cc183c0c Fix-up send info stuff 2008-06-22 22:14:59 +00:00
Marcos Pinto
d6f783abf1 add forgotten pygtk version 2008-06-22 21:42:15 +00:00
Marcos Pinto
dd18152266 add send stats info 2008-06-22 21:15:05 +00:00
Andrew Resch
aad8a926d6 lt sync 2432
Add new queueing options
2008-06-21 19:02:15 +00:00
Andrew Resch
2578ca3e21 Join listening thread on shutdown to make sure it exits properly before
terminating the interpreter
2008-06-17 19:46:15 +00:00
Andrew Resch
f769429e1d Add move storage on completed download option 2008-06-15 02:43:06 +00:00
Andrew Resch
8c49dd6e90 Fix move storage for remote hosts by adding a dialog for path entry. 2008-06-14 07:48:14 +00:00
Andrew Resch
9d40380f71 New option to make a copy of torrent file added to session.
Have torrentmanager handle old state files better by filling in the 
missing fields with defaults.
2008-06-14 02:10:23 +00:00
Andrew Resch
5936aeebb6 Fix #270 autoadd folder 2008-06-14 00:32:52 +00:00
Andrew Resch
f7010b18f3 Switch to libtorrent queueing
This breaks state.
2008-06-12 09:21:13 +00:00
Andrew Resch
d8b7393c94 Use libtorrents force_recheck() 2008-06-07 21:01:43 +00:00
Andrew Resch
bf00795050 Big code clean-up in torrentmanager and torrent. This breaks
torrent.state.  Sorry.
2008-06-07 00:20:36 +00:00
Andrew Resch
46a1eb26cf Fix peers list updating. 2008-04-08 12:02:08 +00:00