Skip to content

py2p-0.3.186

Pre-release
Pre-release
Compare
Choose a tag to compare
@LivInTheLookingGlass LivInTheLookingGlass released this 01 Jul 05:12
· 822 commits to master since this release

Contains the python release for v0.3.186. No javascript is included in this release, as it is not yet network-enabled.

To set up using the compiled archives provided, use the command pip install $archive_path

To set up using the source archives, extract them, the run python setup.py install

New in this release:

  • Add deprecation warning for net.py
  • Add experimental SSL encryption
  • Add connection conflict resolution
  • Add experimental network repair functions (on disconnect, request your peers' peers)
  • Add protocol rejection test
  • Change behavior of request *
  • Move disconnect method from mesh_daemon to mesh_socket
  • Rewrite protocol documentation
  • Reduce max outgoing connections (8 -> 4)
  • No longer accepts waterfall packets >60s old
  • No longer limit length of waterfall queue