py2p-0.3.213
Pre-release
Pre-release
LivInTheLookingGlass
released this
06 Jul 19:53
·
792 commits
to master
since this release
Contains the python release for v0.3.213. 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 callback registry API
- Add disconnect after 60 seconds of incomplete message
- Add cryptography support for
ssl_wrapper.py
- Remove
net.py
- Refactor
mesh.py
- Move waterfalling policy to
mesh_connection
(where it should be)