Andrew Resch
dc17647590
Fix applying proxy settings
2009-01-02 21:25:26 +00:00
Andrew Resch
f97273e094
Change how the alert name is found to use the class's __name__ property
2008-12-31 02:47:17 +00:00
Andrew Resch
368f94157f
Fix issue that prevented torrents from being added
2008-12-28 15:38:28 +00:00
Andrew Resch
00e74c9491
Make new release checking much more robust
2008-12-27 00:13:59 +00:00
Andrew Resch
15802aa432
Remove 'torrent_alert' handler
2008-12-27 00:02:11 +00:00
Andrew Resch
7ac25da4bd
Fix new version check
2008-12-26 08:04:31 +00:00
Andrew Resch
d207429f02
Fix #661 show proper tracker host when ending in .co.uk, .com.au, etc..
2008-12-22 10:07:39 +00:00
Andrew Resch
aed14960a9
Yet another typo fix
2008-12-20 23:19:24 +00:00
Andrew Resch
a23d877a99
Fix more issues with TorrentOptions
2008-12-20 23:14:06 +00:00
Andrew Resch
6756c69580
Fix some typos
2008-12-20 23:06:53 +00:00
Andrew Resch
6083c1655f
Clean up has_key method in TorrentOptions
2008-12-20 06:28:44 +00:00
Andrew Resch
3481d26821
Fix up to __getitem__ in TorrentOptions
2008-12-20 05:49:03 +00:00
Andrew Resch
4313d84ed8
Fix some typos
2008-12-20 05:20:21 +00:00
Andrew Resch
04fdd521ea
Use the 'allow_remote' config option instead of always using False
2008-12-20 05:00:55 +00:00
Andrew Resch
97d2f371b3
Import sys in rpcserver
2008-12-20 04:48:01 +00:00
Andrew Resch
b6822f446a
Fix saving dht state
2008-12-20 04:33:47 +00:00
Andrew Resch
04d14df8c7
Re-org Core and start using RPCServer
2008-12-20 04:27:59 +00:00
Andrew Resch
8ed2d25ce5
Ignore _* when doing new version check
2008-12-18 07:06:06 +00:00
Andrew Resch
d4445adf20
Fix importing system libtorrent
2008-12-16 04:32:03 +00:00
Marcos Pinto
24a0ccee0a
make test active port use internal graphic instead of launching browser
2008-12-16 02:49:06 +00:00
Andrew Resch
19b7369786
Continue starting Deluge if the gettext/locale initialization doesn't
...
work.. It will now just print an Error message.
2008-12-14 17:53:42 +00:00
Andrew Resch
34678f1076
Ignore blank lines in auth file
2008-12-11 09:56:22 +00:00
Andrew Resch
55e694e80b
Change libtorrent import behaviour to first try importing deluge.libtorrent and then libtorrent. It will now also raise an ImportError if libtorrent version is not 0.14.
2008-12-10 23:30:09 +00:00
Andrew Resch
33663a9d5d
Strip new lines when loading auth file
2008-12-10 10:19:19 +00:00
Andrew Resch
da177ff4e4
Do not require a daemon restart to use updated auth file
2008-12-10 10:04:32 +00:00
Andrew Resch
37c3b4334c
Add basic authentication -- your connectionmanager config will be cleared and this will likely break other UIs
2008-12-10 07:56:40 +00:00
Andrew Resch
b077d5075a
Fix ratio calc
2008-12-09 11:14:11 +00:00
Andrew Resch
c1f977a2d1
Fix division by zero error in get_ratio
2008-12-09 08:22:20 +00:00
Andrew Resch
44223592b0
Fix #646 when calculating share ratio use the 'total_done' value if 'all_time_download' is 0
2008-12-09 02:55:20 +00:00
Andrew Resch
819ab070b4
Add support for a basic auth transport and handler in rpcserver
2008-12-09 02:12:37 +00:00
Andrew Resch
ab56257b49
Fix typo in get_eta() stop_seed_ratio should be stop_ratio
2008-12-08 13:09:46 +00:00
Andrew Resch
253b8a857f
Fix drag n' dropping in the files tab
2008-12-07 12:42:09 +00:00
Damien Churchill
92574feeb4
add get_config_values method to core to allow for multiple config values to be retrieved
2008-12-03 22:46:56 +00:00
Andrew Resch
121d638d03
Fix shutting deluged down when using Python 2.6
2008-12-02 04:48:57 +00:00
Damien Churchill
6fdd660883
remove iterator method put in by mistake
2008-12-02 00:14:23 +00:00
Damien Churchill
443fef1d95
add a basic interface to the glob module for use by a javascript file picker widget
2008-12-01 23:13:19 +00:00
Andrew Resch
ad4e276a39
Fix renaming folders when there is no trailing slash
2008-11-30 00:53:46 +00:00
Andrew Resch
34671971be
Clean-up gettext code and make it more portable
2008-11-29 21:21:05 +00:00
Andrew Resch
bb8c41ad03
Change how gettext is initialized to be more simple
2008-11-29 20:44:53 +00:00
Andrew Resch
32db5e2c5d
Do not have signalmanager/receiver connections linger by setting the
...
SO_LINGER sockopt.
2008-11-29 19:07:28 +00:00
Andrew Resch
d59a59dadc
Break out proxy preferences to include peer, web_seed, tracker and dht.
2008-11-29 03:16:43 +00:00
Andrew Resch
5f4a2533ec
Include the tracker host in tracker status string
2008-11-28 23:39:46 +00:00
Andrew Resch
4933618f50
Fix #47 the state and config files are no longer invalidated when there
...
is no diskspace
2008-11-28 23:36:18 +00:00
Andrew Resch
c6422b53df
Rework the Remove Torrent Dialog and change client.remove_torrent() to
...
only having the option of removing data, not torrent file. Deleting the
torrent file was deleting the torrent file in the Copy Torrentfile
folder and this is not desirable.
2008-11-26 09:11:18 +00:00
Andrew Resch
66ae89122d
Fallback to using DNS for geoip lookups if the database file is not
...
available
2008-11-25 22:43:31 +00:00
Martijn Voncken
35ebf57060
get_stats+overhead
2008-11-25 19:28:25 +00:00
Andrew Resch
c6ddaeaac7
Remove OpenSSL exception from license headers
2008-11-23 04:58:01 +00:00
Andrew Resch
3dbd3a3fd3
Add an option to not include IP overhead in rate limiting (setting False
...
is equivalent to how 0.5.x behaves)
2008-11-22 09:00:01 +00:00
Andrew Resch
f5ad01a865
Add 'get_session_status' to core
2008-11-21 09:15:05 +00:00
Andrew Resch
c028b861f8
Fix bug in calculating the ETA for seeding torrents with a stop seed
...
ratio set
2008-11-21 07:49:15 +00:00