Commit Graph

3731 Commits

Author SHA1 Message Date
Andrew Resch 72cb14f1d7 Remove the decorator class and just raise the NoCoreError in
CoreProxy.call().
2008-02-10 13:42:14 +00:00
Sadrul Habib Chowdhury e95be5d131 Prevent an exception when multiple signals are tried to send to an unreachable client. 2008-02-10 13:39:47 +00:00
Andrew Resch 3ad87b0e91 Add error.py.
Remove old cache decorator classes from client.py.
Raise deluge.error.NoCoreError when attempting to use a client function 
when not connected to a daemon.
2008-02-10 13:36:58 +00:00
Sadrul Habib Chowdhury e554140276 Do not try to send signals to a client after 30 consecutive failures. 2008-02-10 13:29:01 +00:00
Sadrul Habib Chowdhury 885ca2c899 Two new commands 'halt' and 'connect'. 2008-02-10 12:02:57 +00:00
Sadrul Habib Chowdhury ca3f08690e Gracefully handle ctrl-d, and don't exit on blank command. 2008-02-10 11:39:29 +00:00
Sadrul Habib Chowdhury 47406335ac Debug/Info level log messages are noisy for the null-client. 2008-02-10 11:29:36 +00:00
Sadrul Habib Chowdhury 3d26049aeb Rearrange almost all of the code. 2008-02-10 11:11:04 +00:00
Sadrul Habib Chowdhury 5f40e030b1 Make 'deluge -u null' launch the null client. 2008-02-10 09:40:14 +00:00
Sadrul Habib Chowdhury 4eabde05ff Introduce the null client. 2008-02-10 08:22:56 +00:00
Marcos Pinto 27feb11ae8 fix save fast resume 2008-02-10 07:46:44 +00:00
Marcos Pinto d4d1ccac33 dont resave fastresume for seeds 2008-02-10 07:42:01 +00:00
Andrew Resch 1f881a3d9c Add debug prints for every function call. Define DELUGE_CORE_DEBUG to
see prints.
2008-02-10 06:41:05 +00:00
Andrew Resch 587d5afda0 Update upload_memory prior to saving state on shutdown. 2008-02-10 05:57:54 +00:00
Marcos Pinto 40ac3d1ad1 sync libtorrent 1991 2008-02-10 04:36:19 +00:00
Marcos Pinto 883ce6da4a fix dht asserts 2008-02-10 02:31:49 +00:00
Marcos Pinto 994fbd571d keyboard interrupt call shutdown, not core.quit 2008-02-10 00:33:54 +00:00
Marcos Pinto 6322115fef improved support for out-of-memory conditions, fix pe-crypto error handling and add some dht asserts 2008-02-09 22:02:14 +00:00
Andrew Resch cb59fd31aa More resume/pause all fixes. 2008-02-09 03:37:42 +00:00
Andrew Resch c7c1ea26f9 Fix resuming all torrents. 2008-02-08 22:51:41 +00:00
Martijn Voncken eee68666ef torrent-index no - , mimic gtk ui and use 0 or '' 2008-02-08 18:56:35 +00:00
Martijn Voncken 1c33177a63 torrent-index use '-' for unknown/empty values 2008-02-08 18:47:21 +00:00
Martijn Voncken eeac163a9d use utf-8 infinity symbol instead of Unlimited/Infinity string 2008-02-08 18:33:35 +00:00
Andrew Resch ae792ccb21 Split up function calls in get_torrent_status() and add 'file_progress'
key.  Patch from Sadrul.
2008-02-08 05:43:14 +00:00
Andrew Resch f1d488a09c Fix pause/resume all torrents in the SystemTray. 2008-02-08 00:46:10 +00:00
Andrew Resch 6342fe2e08 Set file_priorities default value to [] if not priorities have been set. 2008-02-07 23:19:17 +00:00
Andrew Resch 055e42776a Fix last. 2008-02-07 22:55:04 +00:00
Andrew Resch 1f3452277a Add 'file_priorities' status key to torrent. 2008-02-07 22:53:51 +00:00
Marcos Pinto f940a4c4db http_tracker connection fix and proxy support for udp-trackers 2008-02-07 07:23:43 +00:00
Andrew Resch 9a1d5e9bfa Allow incomplete options dictionaries when adding a torrent. The
missing keys will be replaced by defaults.
2008-02-07 07:20:17 +00:00
Marcos Pinto 187b4c423d update stats file due to our new ftp osuosl server 2008-02-07 06:46:21 +00:00
Martijn Voncken 737b95250d fix static-fileserver license 2008-02-04 21:21:02 +00:00
Martijn Voncken 75a626b28d more minor stuff on status bar 2008-02-04 21:06:02 +00:00
Martijn Voncken 7c0a997bbf move settings-link 2008-02-04 20:36:35 +00:00
Martijn Voncken 6402b95099 dht image 2008-02-04 20:32:26 +00:00
Martijn Voncken 6dbadf877d mimic gtk status-bar->images 2008-02-04 20:26:11 +00:00
Martijn Voncken ab37facd54 max 2 digits after . for %-completed 2008-02-04 18:57:36 +00:00
Martijn Voncken f7c7644362 fix error in lib/readme.txt 2008-02-04 18:17:14 +00:00
Andrew Resch 3af0ea2e9f Fix exception in get_selected_torrents(). 2008-02-04 07:28:17 +00:00
Marcos Pinto 2accb9902e add ssl to changelog 2008-02-04 04:16:40 +00:00
Andrew Resch 22f6477d69 Fix another typo. 2008-02-03 22:50:06 +00:00
Andrew Resch cc38bbdfbf Fix typo. 2008-02-03 22:45:23 +00:00
Andrew Resch ea49afb9c3 Fix tracker scraping in tracker_reply_alert. 2008-02-03 16:28:06 +00:00
Marcos Pinto 5e46ac1b42 fix library names for vc71 2008-02-03 09:05:55 +00:00
Marcos Pinto 6602721526 update changelog 2008-02-03 07:29:15 +00:00
Andrew Resch 784a25aec1 Fix desired ratio to default value when adding torrents. 2008-02-03 06:37:14 +00:00
Marcos Pinto f005a5d869 remove file.cpp in win 2008-02-03 05:37:10 +00:00
Marcos Pinto d40387ada9 forgot z has to be zlib in windows 2008-02-03 05:12:47 +00:00
Marcos Pinto 586543917a add proper boost path for windows 2008-02-03 03:24:36 +00:00
Andrew Resch 684c3098d9 Touch-up setup.py. 2008-02-03 01:12:46 +00:00