Changes between Version 23 and Version 24 of Plan/libtorrent


Ignore:
Timestamp:
08/21/2014 02:07:44 PM (9 years ago)
Author:
Cas
Comment:

Add new enties

Legend:

Unmodified
Added
Removed
Modified
  • Plan/libtorrent

    v23 v24  
    55== Tickets requests for new/missing libtorrent features == 
    66=== Handle/Status === 
    7  * #1903 super_seeding (handle/status) 
    8  * #607 completed_time (handle) 
    9  * #1294 seed_mode (add_torrent) flag_seed_mode (status) 
    10  * #1165 add_url_seed, remove_url_seed (handle) 
    11  * #2196 piece_deadline (handle) 
    12  * set_priority (handle) priority (status) 
    13  * #1206 set_upload_mode (handle) upload_mode (status) flag_upload_mode (add_torrent) 
    14  * #2347 orig_files (status) 
     7 * [ticket:1903 #1903 super_seeding (handle/status)] 
     8 * [ticket:607 #607 completed_time (handle)] 
     9 * [ticket:1294 #1294 seed_mode (add_torrent) flag_seed_mode (status)] 
     10 * [ticket:1165 #1165 add_url_seed, remove_url_seed (handle)] 
     11 * [ticket:1206 #1206 set_upload_mode (handle) upload_mode (status) flag_upload_mode (add_torrent)] 
     12 * [ticket:2347 #2347 orig_files (status)] 
    1513 
    1614=== Session === 
    1715 * ~~Use `flush_disk_cache` flag with `save_resume_data` when stopping session~~ 
    18  * #2122 listen_on_flags: listen_reuse_address and listen_no_system_port 
    19  * #2219 set_i2p_proxy() i2p_proxy() 
    20  * #1337 make_magnet_uri() 
    21  * #2133 Remove incoming port randomization to avoid polluting DHT  
    22  * #2115 uTP/TCP Enable/Disable   
     16 * [ticket:2122 #2122 listen_on_flags: listen_reuse_address and listen_no_system_port] 
     17 * [ticket:2133 #2133 listen_on: Change incoming port randomization] 
     18 * [ticket:2219 #2219 set_i2p_proxy() i2p_proxy()] 
     19 * [ticket:1337 #1337 make_magnet_uri()] 
    2320 
    2421=== Session_settings === 
     
    2623These should be covered by the WiP by gazpachoking to query lt for all available settings. 
    2724 
    28  * #2195 ssl_listen 
    29  * #1466 send_buffer_watermark, send_buffer_watermark_factor 
    30  * #1903 strict_super_seeding 
    31  * #1384 announce_ip 
    32  * #2257 active_dht_limit, active_tracker_limit and active_lsd_limit 
    33  * #2059 tracker_backoff 
    34  * #1677 apply_ip_filter_to_trackers (for blocklist) 
    35  * #1395 announce_to_all_tiers 
    36   
    37   
     25 * [ticket:2115 #2115 uTP/TCP Enable/Disable] 
     26 * [ticket:1466 #1466 send_buffer_watermark, send_buffer_watermark_factor] 
     27 * [ticket:1903 #1903 strict_super_seeding] 
     28 * [ticket:1384 #1384 announce_ip] 
     29 * [ticket:2257 #2257 active_dht_limit, active_tracker_limit and active_lsd_limit] 
     30 * [ticket:2059 #2059 tracker_backoff] 
     31 * [ticket:1677 #1677 apply_ip_filter_to_trackers (for blocklist)] 
     32 * [ticket:1395 #1395 announce_to_all_tiers] 
     33 * [ticket:2472 #2472 anonymous mode] 
     34 
    3835=== Alerts === 
    39  * #1466 performance alert: send_buffer_watermark_too_low 
    40  * #637 storage_moved_alert 
    41  * #2006 storage_moved_failed_alert 
    42  * external_ip_alert 
     36 * [ticket:1466 #1466 performance alert: send_buffer_watermark_too_low] 
     37 * [ticket:637 #637 storage_moved_alert] 
     38 * [ticket:2006 #2006 storage_moved_failed_alert] 
     39 * [ticket:2490 #2490 Support for external_ip_alert] 
    4340 
    44 == Other potential changes == 
    45  * #367 Do not store per-torrent settings that are saved in the resume data [[br]] 
    46  Could be extended to included deluge torrent settings in resume data removing need for torrents.state 
     41= Features for future Deluge releases = 
     42 * Support SSL Torrents (also see #2195) 
     43 * [ticket:2196 #2196 piece_deadline (handle)] 
     44 * Torrent priority with set_priority (handle) priority (status) 
     45 * [ticket:367 #367 Do not store per-torrent settings that are saved in the resume data] [[br]] 
    4746 * Replace add_torrent with the more efficient non-blocking async_add_torrent. 
    48   
     47 
     48Notable libtorrent 1.0 [http://sourceforge.net/p/libtorrent/code/HEAD/tree/branches/RC_1_0/ChangeLog Changelog] entries: 
     49 
     50 * Support magnet links wrapped in .torrent files (need more details) 
     51 * Support storing save_path in resume data 
     52 * Include name, save_path and torrent_file in torrent_status, for improved performance 
     53 * allow moving files to absolute paths, out of the download directory 
     54 * add moving_storage field to torrent_status (might target 1.4 milestone) 
     55 * allow force_announce to only affect a single tracker (need more details) 
     56 
    4957== Deprecated Functions == 
    5058