bff0e3f8d5Attempt fix fastresume saving issue.
Andrew Resch
2008-02-18 00:50:12 +00:00
b59d148a21Additional exposure for constants.
Andrew Resch
2008-02-17 23:54:52 +00:00
b3950faf9bExpose torrent_paused and torrent_checked alerts.
Andrew Resch
2008-02-17 23:46:44 +00:00
335c037addModify the remove torrent behaviour to be more HIG compliant. Add the ability to set per-torrent options from the Torrent menu. Add new CoreConfig component for keeping a local mirror of the core config.
Andrew Resch
2008-02-17 22:39:50 +00:00
89bea0a40fModify SignalReceiver to only start the XMLRPC server once the thread is started. Allow components to directly connect to signals in Signals.
Andrew Resch
2008-02-17 18:56:39 +00:00
2eec78f9fbExpose block_ip_range() to plugins.
Andrew Resch
2008-02-17 05:51:07 +00:00
c9caab1b4dAdd block_ip_range() in core and expose it in client.
Andrew Resch
2008-02-17 05:46:51 +00:00
0940f9072eAdd ip_filter.cpp
Andrew Resch
2008-02-17 05:33:59 +00:00
72e0a35986Add ip_filter to libtorrent bindings.
Andrew Resch
2008-02-17 05:33:41 +00:00
c013c520dfadd webui to POTFILES
Martijn Voncken
2008-02-13 19:46:30 +00:00
3e2f8020bbadd enabled plugins to send info
Marcos Pinto
2008-02-13 09:47:34 +00:00
bab5b518abadd seed time to changelog
Marcos Pinto
2008-02-13 07:29:34 +00:00
1c08462dd3add time limits for seeding torrents
Marcos Pinto
2008-02-13 04:45:31 +00:00
9bb58d498cRemove some cruft.
Andrew Resch
2008-02-12 21:48:58 +00:00
4c2ec1b8fbChange torrent saving/loading to use torrent options and update the state format to support new options. Some minor modifications to CoreProxy in client -- only run the do_multicall timer when 'connected' to a core.
Andrew Resch
2008-02-12 21:29:39 +00:00
31ae3488baTweak 'quit and shutdown daemon'.
Andrew Resch
2008-02-12 21:26:01 +00:00
dfaf263d66Fix preferences to actually set global per torrent download/upload speeds. Apply global per torrent download/upload speeds to all torrents on change.
Andrew Resch
2008-02-12 19:51:45 +00:00
f20e1af0f0fix alignment of torrent info
Marcos Pinto
2008-02-10 21:49:23 +00:00
42e75fbcddFix test port button.
Andrew Resch
2008-02-10 15:29:15 +00:00
76da1ac525Show an error message when trying to do an operation while disconnected from a deluge daemon.
Sadrul Habib Chowdhury
2008-02-10 14:12:14 +00:00
25295ee094Do not save fastresume files if torrent is being checked or is queued for being checked.
Andrew Resch
2008-02-10 14:03:22 +00:00
72cb14f1d7Remove the decorator class and just raise the NoCoreError in CoreProxy.call().
Andrew Resch
2008-02-10 13:42:14 +00:00
e95be5d131Prevent an exception when multiple signals are tried to send to an unreachable client.
Sadrul Habib Chowdhury
2008-02-10 13:39:47 +00:00
3ad87b0e91Add 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.
Andrew Resch
2008-02-10 13:36:58 +00:00
e554140276Do not try to send signals to a client after 30 consecutive failures.
Sadrul Habib Chowdhury
2008-02-10 13:29:01 +00:00
885ca2c899Two new commands 'halt' and 'connect'.
Sadrul Habib Chowdhury
2008-02-10 12:02:57 +00:00
ca3f08690eGracefully handle ctrl-d, and don't exit on blank command.
Sadrul Habib Chowdhury
2008-02-10 11:39:29 +00:00
47406335acDebug/Info level log messages are noisy for the null-client.
Sadrul Habib Chowdhury
2008-02-10 11:29:36 +00:00
3d26049aebRearrange almost all of the code.
Sadrul Habib Chowdhury
2008-02-10 11:11:04 +00:00