Changes between Version 18 and Version 19 of Plan/libtorrent


Ignore:
Timestamp:
02/17/2014 10:55:40 AM (10 years ago)
Author:
Cas
Comment:

remove deprecated proxy

Legend:

Unmodified
Added
Removed
Modified
  • Plan/libtorrent

    v18 v19  
    4848== Deprecated Functions == 
    4949 
    50 The list was generated from the lt bindings src files. 
    51  
    5250To test use libtorrent build with TORRENT_NO_DEPRECATE config. 
    53  
    54 '''preferencesmanager.py''' (set_%s_proxy -> set_proxy) # Same proxy used for all connections now 
    55 {{{ 
    56         .def("set_peer_proxy", allow_threads(&session::set_peer_proxy)) 
    57         .def("set_tracker_proxy", allow_threads(&session::set_tracker_proxy)) 
    58         .def("set_web_seed_proxy", allow_threads(&session::set_web_seed_proxy)) 
    59 }}}