PackageTrack

PyPI

btdht

0.3.3nitmir/btdht

efficent full implementation of the bittorent mainline dht

Release timeline

6 releases since 2016
20182020202220242026

Releases

  1. 0.3.314 Sept 2019

    Nothing published for this version

  2. 0.3.23 Mar 2018
    Release notes
    • Fix raise of a UnboundLocalError instead of a socket.error in _process_incoming_message
    • Fix call to next method on iterator: In python3 iterator g.next() method is renamed to g.next()
      using next(g) works in python 2 and 3
    Open source →
  3. 0.3.113 Feb 2017
    Release notes
    • Expose utils._bdecode using utils.bdecode_rest
    • Minor fixes
    Open source →
  4. 0.3.06 Dec 2016
    Release notes
    • Python 3 compatibility
    • Windows compatibility
    • Document using sphinx
    • Refactor to use weightless thread, introduce a Scheduler class
    • Only send error message upon bad query. Always put a valid t in error message
    • Then called _add_peer_queried, check that port number is > 0
    • Style
    Open source →
  5. 0.2.018 Nov 2016

    Nothing published for this version

  6. 0.1.113 Oct 2016

    Nothing published for this version