Commit Graph

789 Commits

Author SHA1 Message Date
Andrew Resch ae0652227b Add post_session_load() plugin hook. This change does break
persistent.state.
Add some queue exports and stuff to the core.
2008-02-25 00:05:09 +00:00
Martijn Voncken d9868b0ce2 disable queue 2008-02-24 13:24:29 +00:00
Martijn Voncken fb85b87580 basic reconnect 2008-02-24 12:59:36 +00:00
Andrew Resch 8f039eb0fa Fix shutdown(). 2008-02-24 05:36:36 +00:00
Martijn Voncken ada8d5641f add_torrent_file_binary 2008-02-23 15:19:47 +00:00
Martijn Voncken 2c12368fad webui:add_torrent_file_binary 2008-02-23 15:18:18 +00:00
Andrew Resch 616dd6288a Minor cosmetic touch-ups.
Removed some imports that are no longer needed.
2008-02-22 22:36:31 +00:00
Martijn Voncken 80f11bff0f client.has_callback->fix api/readability 2008-02-22 22:27:21 +00:00
Martijn Voncken e192b38ab6 webui:client.py refactor 2008-02-22 22:16:43 +00:00
Martijn Voncken d53a606b0e big client.py refactor 2008-02-22 22:16:13 +00:00
Andrew Resch 21c4025a7b Show max_speeds in torrent details. 2008-02-22 09:12:16 +00:00
Andrew Resch 5cb5ce15d6 Fix formatting 2008-02-22 09:11:40 +00:00
Andrew Resch 5aa3bfd16d Fix stopping signalreceiver 2008-02-22 09:10:59 +00:00
Marcos Pinto 1e02029fe1 lt sync 2020 2008-02-22 06:26:08 +00:00
Andrew Resch 27ffaab15b Change core methods to use a list of torrent_ids. 2008-02-21 20:23:02 +00:00
Martijn Voncken 6d63307623 webui:fix torrent_add 2008-02-21 18:37:58 +00:00
Andrew Resch 1f5d9a10c1 Expose reset_ip_filter() to plugins. 2008-02-21 04:20:30 +00:00
Andrew Resch 361a276da4 Add reset_ip_filter() to core. 2008-02-21 04:19:13 +00:00
Martijn Voncken 88f2638764 fix CoreMethod 2008-02-20 20:24:08 +00:00
Martijn Voncken 4fa375bd6c proxy for plugin methods 2008-02-20 19:36:24 +00:00
Martijn Voncken 86eeef4b92 refactor:remove ws.(part1) 2008-02-19 20:50:29 +00:00
Martijn Voncken 35446801c6 queue+add logging 2008-02-19 18:27:28 +00:00
Andrew Resch 3d76649b78 Add missing file. Fixes #43. 2008-02-19 01:44:12 +00:00
Martijn Voncken c2a7c9fe92 queue 2008-02-18 16:51:49 +00:00
Andrew Resch 335c037add Modify 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.
2008-02-17 22:39:50 +00:00
Andrew Resch 89bea0a40f Modify SignalReceiver to only start the XMLRPC server once the thread is
started.
Allow components to directly connect to signals in Signals.
2008-02-17 18:56:39 +00:00
Andrew Resch 2eec78f9fb Expose block_ip_range() to plugins. 2008-02-17 05:51:07 +00:00
Andrew Resch c9caab1b4d Add block_ip_range() in core and expose it in client. 2008-02-17 05:46:51 +00:00
Andrew Resch 0940f9072e Add ip_filter.cpp 2008-02-17 05:33:59 +00:00
Andrew Resch 72e0a35986 Add ip_filter to libtorrent bindings. 2008-02-17 05:33:41 +00:00
Martijn Voncken bd99ebf190 webui:recheck 2008-02-16 15:13:26 +00:00
Martijn Voncken de77db0eae webui : robots.txt fix 2008-02-16 14:31:36 +00:00
Martijn Voncken 596e8bbf21 webui : robots.txt, prevent search-engine indexing 2008-02-16 14:29:35 +00:00
Martijn Voncken 07939d46b2 fix advanced webui statusbar for shwouchk 2008-02-16 14:20:00 +00:00
Martijn Voncken 89e2e3ae5c update file_prio+bugfixes 2008-02-16 13:56:04 +00:00
Martijn Voncken ed7b75b956 fix move,fix add using url 2008-02-16 10:33:40 +00:00
Martijn Voncken 6b49e4e623 extra status fields for torrent options 2008-02-16 08:25:24 +00:00
Andrew Resch dc2f8d6c9c Only show limits when set.
Increase spacing of StatusBarItems from 5 to 10.
2008-02-16 01:44:23 +00:00
Andrew Resch 9db2824bfe Expose set_torrent_max_connections(), set_torrent_max_upload_slots(),
set_torrent_max_upload_speed(), set_torrent_max_download_speed(), 
set_torrent_private_flag(), set_torrent_file_priorities().
2008-02-15 23:14:15 +00:00
Martijn Voncken 89278153bf part_button 2008-02-15 18:13:06 +00:00
Martijn Voncken c1b8d6e880 start of torrent-move,-options,-files 2008-02-15 18:11:34 +00:00
Andrew Resch e03a516cb5 Fix #34 2008-02-14 08:01:18 +00:00
Martijn Voncken c013c520df add webui to POTFILES 2008-02-13 19:46:30 +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
Martijn Voncken 75663de03c polish 2008-02-12 19:56:11 +00:00