Skip to content

Releases: nitmir/btdht

v0.3.2

03 Mar 09:43
v0.3.2
b0c6ef5
Compare
Choose a tag to compare
  • 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

v0.3.1

13 Feb 15:01
v0.3.1
Compare
Choose a tag to compare
  • Expose utils._bdecode using utils.bdecode_rest
  • Minor fixes

v0.3.0

06 Dec 11:34
v0.3.0
Compare
Choose a tag to compare
  • 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

v0.1.1

19 Oct 14:06
v0.1.1
Compare
Choose a tag to compare

Initial release