Andrew Resch
90a22af5e5
Add command-line option for the daemon to restrict some config keys to being read-only.
...
This only affects the core.set_config() RPC method which will drop items if the key
is listed as read-only.
2016-02-02 19:02:28 -08:00
Calum Lind
77f8449c0c
[ #2767 ] [Packaging] Don't include .py files in OSX App
2015-12-11 18:50:49 +00:00
bendikro
be7ad16a3f
[ #2783 ] [GTKUI] Case insensitive sort for name column
2015-12-11 18:02:10 +00:00
Calum Lind
e28954f63e
Update Changelog
2015-12-11 14:27:11 +00:00
Calum Lind
52e60ac5b0
[ #2782 ] [WebUI] Fix HTTPS negotiating incorrect cipher
2015-12-11 11:53:52 +00:00
Calum Lind
6ffe5cd2a4
[Core] Improve logging in update_state
2015-12-11 11:52:59 +00:00
Calum Lind
9038357d78
[OSX] Fix starting deluged from connection manager
2015-12-10 21:31:37 +00:00
Calum Lind
d56f6cb4f1
[Core] Increase RSA key size
2015-12-10 09:47:41 +00:00
Calum Lind
5d301a4b33
[Core] Fix move_storage exception handling
2015-12-09 19:02:18 +00:00
Calum Lind
e65a7ff2ea
[GTKUI] Only save_state when mainwindow is visible
...
* A similar fix (550ddc01) was applied to develop so backporting to guard
against similar problems with columns not saving properly.
2015-11-30 23:41:51 +00:00
Calum Lind
1bdc99ded7
[GTKUI] Fix installing plugin from non-ascii path
2015-11-27 13:41:06 +00:00
Calum Lind
dd34492e16
[Core] Update tracker_host when setting new tracker status
...
* Fixes the tracker_host not updating when a tracker announce
is received from a different tracker and sets the tracker status.
2015-11-27 12:03:55 +00:00
Calum Lind
9f3b2f3167
[ #2093 ] Backport win32_unicode_argv from develop
...
* Also includes fix for drag'n'drop non-ascii filepaths by decoding after urlparse.
2015-11-26 13:46:04 +00:00
Calum Lind
0260e34189
[ #2485 ] [WebUI] Fix unconnected Options in context menu
2015-11-23 23:20:45 +00:00
Calum Lind
5464cf674a
[ #2777 ] Update MSVC SP1 check to latest release CLID
2015-11-15 18:43:04 +00:00
Calum Lind
a58ce30e7b
[ #2738 ] [Core] Fix illegal argument with torrent_handle.set_max_connections
2015-11-15 14:17:00 +00:00
Calum Lind
83cecc0c09
[Core] Put back translation markup for tracker error
2015-11-05 22:59:17 +00:00
Calum Lind
00757af149
[Core] Empty error message fix with certain trackers
...
By design alert.msg will be empty if the error code is '-1' so use
a.e.message() to get the message as fallback. It was not used at
replacement because when error code is not '-1' then a.e.message()
will also include the error code, which we do not want.
2015-11-05 22:23:35 +00:00
Calum Lind
639eefcf1d
[Core] Supress warnings with fresh config
...
* Test TMState has torrents before attempting old state update.
* Only warn about missing fastresume if torrents in session.
2015-10-28 15:35:36 +00:00
Calum Lind
69a1f5f210
[GTKUI] Don't display percentage for Error'd torrents
2015-10-28 15:35:36 +00:00
Calum Lind
0a74812eeb
[Console] Fix adding non-ascii torrent in non-interactive mode
2015-10-28 15:35:35 +00:00
Calum Lind
cf437b6a33
[Core] Add handle.clear_error to resume
2015-10-28 15:35:35 +00:00
Calum Lind
0ab7ebd017
[ #1032 ] [Core] Force a torrent error if resume data is rejected
...
* Add two new methods, force_error_state and clear_forced_error_state.
* Force error state upon rejected resume data.
* Keep original resume data in forced_error state.
2015-10-28 15:35:35 +00:00
Calum Lind
34e92b9f12
[Core] Add fastresume rejected alert handler
2015-10-20 15:32:15 +01:00
Calum Lind
86b1b75fb8
[ #2772 ] [GTKUI] Fix GtkWarning with unknown pango markup
2015-10-18 18:47:32 +01:00
Calum Lind
4b9dcf377c
[Core] Fix Twisted AlreadyCalled error on shutdown
2015-10-07 00:18:40 +01:00
Calum Lind
560318a5a7
[ #2703 ] [Core] Stop moving files if target files exist
2015-09-29 23:18:04 +01:00
Calum Lind
244ae878c9
[Core] Fix placement of self.state in torrent.py
...
* Need to be created earlier as set_options calls update_state
2015-09-29 23:17:46 +01:00
Calum Lind
f9b7892976
[Core] Reset trackers in force_recheck only if paused
2015-09-29 19:05:50 +01:00
Calum Lind
5f5b6fad0b
Fix indention error in move_storage
2015-09-29 18:51:52 +01:00
Calum Lind
5c545c5e0b
[Core] Fix torrent displaying wrong state
2015-09-29 18:44:52 +01:00
Calum Lind
20088a5c70
[Core] Workaround unwanted tracker announce when force rechecking paused torrent
...
* This workaround updates the stored torrent.trackers, sets empty handle.trackers then
resets trackers after pausing.
2015-09-29 18:43:11 +01:00
Calum Lind
099a4eb8c6
[ #2753 ] [GTKUI] Fix 'Added' column showing wrong date
...
* Unsure why added_time would be zero but only set the date if it is a postive value.
2015-09-28 13:17:13 +01:00
Calum Lind
ad7e519fb2
[Core] Minor correction to session resume
2015-09-28 12:37:15 +01:00
Calum Lind
df57c7f924
[ #2729 ] [Blocklist] Fix plugin lockup with empty url
2015-09-28 11:56:32 +01:00
Calum Lind
7315255831
[ #1330 ] [Core] Fix pausing and resuming session
...
* The paused state of torrents is now correctly stored on shutdown if the session is paused.
* core.pause_all_torrents now uses libtorrent session.pause and resume_all_torrents also refreshes
all torrents' state. This fixes only torrents that changed state being updated so queued torrents
would be incorrectly displayed as paused.
* Scheduler and Blocklist now use updated core methods rather than calling libtorrent directly.
2015-09-28 11:53:27 +01:00
Calum Lind
eab7850ed6
[Core] Return all plugin status keys with empty list
2015-09-28 11:30:33 +01:00
Calum Lind
542e028977
[ #2236 ] [Core] Fix filter keyerror removing plugin
2015-09-26 12:58:52 +01:00
Calum Lind
f131194b75
[GTKUI] [OSX] Fix empty scrolling status (systray) menu
...
* Same issue as seen on Windows in #302
2015-09-25 23:58:32 +01:00
Calum Lind
d7e6afb01e
[ #2435 ] [GTKUI] Prevent user changing selection when editing tracker
2015-09-25 17:45:59 +01:00
Calum Lind
e1dcf378c3
[ #2705 ] [WebUI] Fix hostlist not being created
2015-09-25 13:56:39 +01:00
Calum Lind
697c22a46c
[ #2765 ] Add support for TLS SNI in httpdownloader
2015-09-25 13:56:39 +01:00
Calum Lind
7ca704be72
[GTKUI] Fix connected issue in connection manager
...
* If host was not an ip address then it would not show as connected
2015-09-25 13:56:00 +01:00
Calum Lind
72d381a3b6
Fix data_files check in setup.py
2015-09-20 18:41:24 +01:00
Calum Lind
59c2520e0d
[Packaging] Revert unintended changes to osx scripts
2015-09-20 15:48:03 +01:00
Calum Lind
58d385241f
[ #2762 ] [GTKUI] Use correct column types for data
2015-09-20 15:39:04 +01:00
Calum Lind
58059300bd
[ #2763 ] [GTKUI] Fix unhandled error with invalid magnet uri
2015-09-20 15:19:57 +01:00
Calum Lind
e4f2a450d6
[ #2764 ] [Scheduler] Fix corrupt plugin prefs page on osx
2015-09-20 14:59:33 +01:00
Calum Lind
64bba77807
[Packaging] Minor osx updates
2015-09-20 01:50:05 +01:00
Calum Lind
a13b4270b5
[Packaging] Updates to the NSIS Installer script
...
* New message box popup if VC 2008 Redist package not detected.
* Add Start Menu page to choose where/if to install items.
* Add desktop shortcut install option to finish page.
* Clean up spacing and use consistent 4 spaces to indent.
* Exclude as many unneeded pygame libraries as possible.
2015-09-18 22:47:06 +01:00