Changes between Version 7 and Version 8 of Plan/libtorrent


Ignore:
Timestamp:
01/15/2014 12:10:46 PM (10 years ago)
Author:
Cas
Comment:

remove outdated items

Legend:

Unmodified
Added
Removed
Modified
  • Plan/libtorrent

    v7 v8  
    88 * #1903 super_seeding (handle/status) 
    99 * #607 completed_time (handle) 
    10  * #2281 total_wanted_done (handle) 
    1110 * #1294 seed_mode (add_torrent) flag_seed_mode (status) 
    1211 * #1165 add_url_seed, remove_url_seed (handle) 
     
    1615 * #2122 listen_on_flags: listen_reuse_address and listen_no_system_port 
    1716 * #2219 set_i2p_proxy() i2p_proxy() 
    18   
    1917 * #1337 make_magnet_uri() 
    20   
    21   
     18   
    2219=== Session_settings === 
    2320 
     
    130127}}} 
    131128 
    132 '''core.py''' - change lt.bdecode in load_state to lt.lazy_bdecode to use new load_state which expects lazy_entry '''(lazy_bdecode missing from bindings)''' 
    133 {{{ 
    134         .def("load_state", load_state1) 
    135 }}} 
    136  
    137129'''preferencesmanager.py''' (set_%s_proxy -> set_proxy) # Same proxy used for all connections now 
    138130{{{