Commit Graph

4383 Commits

Author SHA1 Message Date
Andrew Resch ab4fec5573 Fix issue when initializing gettext that would prevent deluge from starting 2009-02-01 22:18:39 +00:00
Andrew Resch c399f7c9b3 Move the list_methods rpc to the daemon object and rename it to 'get_method_list' 2009-02-01 20:39:07 +00:00
Marcos Pinto 27cf34f85b trunk lang sync 2009-01-31 21:16:38 +00:00
Damien Churchill 27937e21dd import stat as it's used in generating ssl keys 2009-01-30 19:26:43 +00:00
Damien Churchill c6439e5a22 add a list_methods method so a javascript json-client can be built for
the webui
2009-01-30 14:09:22 +00:00
Andrew Resch b3b856bcca Fix double-clicking on host entry to connect 2009-01-30 03:07:22 +00:00
Andrew Resch d6fd69eba8 Fix adding torrents 2009-01-29 01:42:48 +00:00
Andrew Resch 887ef8d7ca Fix component depend on CorePluginManager 2009-01-29 01:19:26 +00:00
Andrew Resch 6a0594b47d Rename the daemons PluginManager component to CorePluginManager to not
conflict with the gtkui in Classic mode.
2009-01-28 23:10:44 +00:00
Andrew Resch e9f8c7b0e8 Get Classic mode working somewhat. There are still some issues to
resolve with it.
2009-01-28 17:59:27 +00:00
Andrew Resch 9f369388e6 lt sync 3225 2009-01-28 16:19:36 +00:00
Andrew Resch 44ffcd4499 Automatically get localclient credentials if attempting to connect to a
localhost
2009-01-28 02:31:51 +00:00
Andrew Resch 464073e596 Update the list 2 seconds after starting the daemon 2009-01-28 01:36:46 +00:00
Marcos Pinto 01fbda7c9e minor connectionmanager fixes on adding hsot 2009-01-28 01:14:29 +00:00
Andrew Resch 4d2c6881f8 Fix saving hostlist on host remove 2009-01-28 00:57:45 +00:00
Andrew Resch 6cd05fbbc9 Remove default user/pass from hostlist 2009-01-28 00:52:18 +00:00
Andrew Resch 089f0afa32 Fix license headers
Remove ui/webui/ssl from package_data since it doesn't exist
2009-01-28 00:36:33 +00:00
Andrew Resch 865921a677 Fix issue when using 'Active' state 2009-01-28 00:03:14 +00:00
Andrew Resch 47bb52f72a Remove pythonize module since it's no longer used 2009-01-27 23:44:26 +00:00
Andrew Resch eda19c3d60 Update copyright years in aboutdialog 2009-01-27 23:34:03 +00:00
Andrew Resch 8f12919013 Fix saving files/peers tab state when no column is sorted 2009-01-27 21:45:44 +00:00
Andrew Resch b681ca8909 Fix typo 2009-01-27 21:41:48 +00:00
Andrew Resch 08ea99c233 Fix #761 use proper theme colours in sidebar 2009-01-27 21:21:15 +00:00
Andrew Resch 3632409b29 Fix import 2009-01-27 20:48:29 +00:00
Andrew Resch 45669ca703 lt sync 3219 2009-01-27 19:24:07 +00:00
Andrew Resch bf4dae61d2 lt sync 3218 2009-01-27 17:27:23 +00:00
Andrew Resch 42588656fd Implement new DelugeRPC method to replace XMLRPC.
This commit breaks _a lot_ of things including the web and console UIs, please do not expect 
anything to work.
2009-01-27 08:03:39 +00:00
Andrew Resch ce1b7b491d Fix up some copyright headers 2009-01-27 00:21:53 +00:00
Andrew Resch 657ec0756a Remove 'state_upgrade.py' script since this functionality is included in Deluge now. 2009-01-27 00:17:43 +00:00
John Garland d727a515b7 Updated for new year 2009-01-26 05:06:08 +00:00
Andrew Resch 20751de699 ltsync 3211 2009-01-25 02:51:01 +00:00
Andrew Resch 24e526ce93 Revert unintended change 2009-01-25 02:17:15 +00:00
Andrew Resch 5697376caa lt sync 3209 2009-01-25 02:10:39 +00:00
Andrew Resch 082dea9b80 Update python bindings from libtorrent svn 2009-01-24 05:31:45 +00:00
Andrew Resch d9ab0ec0ca Fix setting outgoing ports 2009-01-24 05:25:37 +00:00
Andrew Resch 9df4c84295 lt sync 3205 2009-01-24 04:12:32 +00:00
Andrew Resch 05141c6f2c Fix when sorting # column, downloads should be on top 2009-01-23 05:25:31 +00:00
Andrew Resch 7167c0ecca Fix setting file priorities when adding a torrent 2009-01-22 08:22:50 +00:00
Andrew Resch 71aebaffdf Fix being able to select/deselect files in the add torrent dialog 2009-01-22 06:01:34 +00:00
Andrew Resch 85b1a86669 Fix setting Peer TOS byte 2009-01-21 14:03:26 +00:00
John Garland 72601aebf4 Fixed blocklist web ui 2009-01-21 03:56:38 +00:00
John Garland 3b9b47011c Fixed regression where blocklist no longer checked for update on startup 2009-01-20 13:46:13 +00:00
Andrew Resch 2403d13ceb Fix torrents not displaying properly after disconnecting and
reconnecting to the daemon
2009-01-20 11:45:43 +00:00
John Garland 2368a82b13 Fixed regression where blocklist would import empty list 2009-01-20 07:14:25 +00:00
John Garland 2ea8ca1000 No longer checks for newer blocklist on startup 2009-01-19 10:46:24 +00:00
John Garland 7c6319b1db Fixed bug where blocklist was reset when not imported
Date is now of remote blocklist (makes checking more precise)
Fixed web ui from crashing (still doesn't work though)
2009-01-19 10:14:33 +00:00
John Garland a6de74c858 Blocklist is no longer imported if up to date 2009-01-19 08:12:31 +00:00
John Garland 1ec3751f91 need_new_blocklist is no longer blocking
removed download arg from import_list
updated gtkui and webui
2009-01-19 07:56:49 +00:00
John Garland 813063bd12 need_new_blocklist now checks if remote blockist is newer/bigger 2009-01-19 06:02:58 +00:00
Andrew Resch 58361f4af2 Default to ERROR logging level if the supplied logging level is invalid 2009-01-18 06:24:49 +00:00