Changes between Version 1 and Version 2 of Plan/libtorrent


Ignore:
Timestamp:
05/03/2013 12:21:10 AM (11 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plan/libtorrent

    v1 v2  
    1616 * #2219 set_i2p_proxy() i2p_proxy() 
    1717  
    18  * #2218 lt extensions control 
    19  * #2254 tex extension 
    2018 * #1337 make_magnet_uri() 
    2119  
     
    9997}}} 
    10098 
    101 core.py - now stored in session state using flags 
     99'''core.py''' - now stored in session state using flags 
    102100{{{ 
    103101        .def("dht_state", allow_threads(&session::dht_state)) 
     
    155153}}} 
    156154 
    157 '''new extension calls''' 
    158 {{{ 
    159     def("create_ut_pex_plugin", dummy_plugin_wrapper); 
    160     def("create_metadata_plugin", dummy_plugin_wrapper); 
    161     def("create_ut_metadata_plugin", dummy_plugin_wrapper); 
    162     def("create_smart_ban_plugin", dummy_plugin_wrapper); 
    163 }}} 
    164  
    165155=== torrent_handle.cpp === 
    166156'''torrent.py''' - handle().* -> handle.status().*)