Bitmessage / PyBitmessage

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.82k stars 575 forks source link

No calculation of intersecting streams is performed #1641

Open PeterSurda opened 4 years ago

PeterSurda commented 4 years ago

The code doesn't compare streams I'm interested in with remote node's advertised streams. This will trigger bugs once streams are fully implemented.

There should be a new property in TCPConnection which will be an intersection of self.streams with BMConnectionPool().streams.

g1itch commented 4 years ago

I started moving into that direction (: 6a821ee

iPyGuy commented 4 years ago

Ok but when will there be updated releases? The last release was over 2 years ago in Feb 2018...

PeterSurda commented 4 years ago

There are problems with the 64bit windows binary and the osx build is untested. These are the main obstacles preventing a new official release.