Marcos Pinto
02d66701c4
fix ppc detection
2008-02-15 17:07:56 +00:00
Marcos Pinto
5fc175092b
only add rt on linux
2008-02-15 17:04:31 +00:00
Andrew Resch
e03a516cb5
Fix #34
2008-02-14 08:01:18 +00:00
Marcos Pinto
02cfb48eea
version bump
2008-02-14 06:28:41 +00:00
Martijn Voncken
c013c520df
add webui to POTFILES
2008-02-13 19:46:30 +00:00
Marcos Pinto
3e2f8020bb
add enabled plugins to send info
2008-02-13 09:47:34 +00:00
Marcos Pinto
bab5b518ab
add seed time to changelog
2008-02-13 07:29:34 +00:00
Marcos Pinto
1c08462dd3
add time limits for seeding torrents
2008-02-13 04:45:31 +00:00
Andrew Resch
9bb58d498c
Remove some cruft.
2008-02-12 21:48:58 +00:00
Andrew Resch
4c2ec1b8fb
Change 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.
2008-02-12 21:29:39 +00:00
Andrew Resch
31ae3488ba
Tweak 'quit and shutdown daemon'.
2008-02-12 21:26:01 +00:00
Martijn Voncken
85e6c4c76d
update template translation strings
2008-02-12 21:17:47 +00:00
Martijn Voncken
949ee6160d
add tab_files
2008-02-12 21:04:12 +00:00
Martijn Voncken
991a413327
torrent_info:display torrent files
2008-02-12 21:03:33 +00:00
Marcos Pinto
6b716c782d
update changelog
2008-02-12 20:59:23 +00:00
Marcos Pinto
05240945a7
add 'switch torrent source' to movetorrent plugin
2008-02-12 20:57:46 +00:00
Marcos Pinto
cb493591f1
fix deprecation warning with float
2008-02-12 20:27:58 +00:00
Martijn Voncken
75663de03c
polish
2008-02-12 19:56:11 +00:00
Andrew Resch
dfaf263d66
Fix preferences to actually set global per torrent download/upload
...
speeds.
Apply global per torrent download/upload speeds to all torrents on
change.
2008-02-12 19:51:45 +00:00
Martijn Voncken
345f61b740
torrent_add options bugfix
2008-02-12 18:39:07 +00:00
Martijn Voncken
0b306717b6
torrent_add:options
2008-02-12 18:14:18 +00:00
Martijn Voncken
b0a9bf49fe
fix broken svn state on torrent_add
2008-02-12 16:53:48 +00:00
Andrew Resch
9beda7c96e
Return a full status, including functions, when len(keys) is 0.
2008-02-12 02:42:09 +00:00
Martijn Voncken
22352888f6
add form again
2008-02-11 20:42:48 +00:00
Martijn Voncken
9be62d2056
add form again
2008-02-11 20:30:44 +00:00
Martijn Voncken
8719ad3c50
torrent_add : start of options ui
2008-02-11 19:13:54 +00:00
Martijn Voncken
8f8a6e41aa
torrent_add:options ui
2008-02-11 19:09:23 +00:00
Marcos Pinto
f4a5b750d8
use gobject timer for saving mem and fastresume
2008-02-11 17:43:15 +00:00
Martijn Voncken
9df4492083
refactor forms
2008-02-11 16:59:29 +00:00
Marcos Pinto
ee0851b39e
add support for debian kfreebsd
2008-02-11 14:26:29 +00:00
Marcos Pinto
0f5d041c83
update changelog
2008-02-11 13:32:59 +00:00
Marcos Pinto
1d7306910f
lt sync - fixes lockup
2008-02-11 13:31:44 +00:00
Andrew Resch
d32ffa7ace
Remove shutdown() from TorrentManager because stop() is already called
...
during a component shutdown.
2008-02-11 03:13:07 +00:00
Marcos Pinto
c13fb94bcc
fix keyboard interrupt
2008-02-11 00:15:31 +00:00
Marcos Pinto
494c0cc558
sync asio
2008-02-10 22:07:23 +00:00
Marcos Pinto
cc5ebf59d8
resync asio
2008-02-10 22:05:58 +00:00
Marcos Pinto
8c5f699015
launchpad lang fix
2008-02-10 21:58:00 +00:00
Marcos Pinto
0848e0faac
update changelog
2008-02-10 21:51:06 +00:00
Marcos Pinto
f20e1af0f0
fix alignment of torrent info
2008-02-10 21:49:23 +00:00
Andrew Resch
42e75fbcdd
Fix test port button.
2008-02-10 15:29:15 +00:00
Sadrul Habib Chowdhury
76da1ac525
Show an error message when trying to do an operation while disconnected from a deluge daemon.
2008-02-10 14:12:14 +00:00
Andrew Resch
25295ee094
Do not save fastresume files if torrent is being checked or is queued
...
for being checked.
2008-02-10 14:03:22 +00:00
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