PyBitmessage icon indicating copy to clipboard operation
PyBitmessage copied to clipboard

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:

Results 145 PyBitmessage issues
Sort by recently updated
recently updated
newest added

According to @g1itch in [a comment on](https://github.com/Bitmessage/PyBitmessage/issues/1538#issuecomment-703701796) #1538, the sole onion bootstrap server is down. This poses extra problems when 'onionservicesonly=true' (old style) or 'onlynet=onion' (new style, see #1694): either...

There are still occasions where `print` has remained and should be replaced by the `logger.*`. Some can remain, e.g. the notification about daemonizing or missing dependencies. This issue will be...

obsolete

Please add an onlynet=onion configuration option like in Bitcoin Core to exclusively allow connections to Bitmessage nodes behind a Tor Onion Service for enhanced privacy at the network layer.

refactoring

- it looks like if a connection is established, it does not relay all invs, although the initial "big inv" seems to work correctly. You can reproduce it by using...

bug

Mentioned in bitmessage chan. Needs to be checked if reproducible. Could be sqlite is createing a temp file in a different directory during VACUUM: I got the following error while...

bug

If a message is in queued or doing PoW, it shouldn't be possible to delete it. It can create problems. Alternatively, the singleWorker thread can check for the message still...

bug
developers

I installed PyQt with Homebrew but it didn't work. Message from terminal: - ERROR - The PyQt4 module is not available. My system is macOS 10.14.6

packaging
build

When I press "Quit", PyBitmessage offers to wait till all the sync is done, then quit. If I need to quit it anyway and click "Quit" again, nothing happens. The...

bug
usability

Operations like `slice_write_buf`, `slice_read_buf`, ~~`append_write_buf`~~, ~~`read_buf.extend`~~ are slow because they copy data around and reallocate memory. There are several things which can be done to improve this without major refactoring:...

performance

I don't know if Bitmessage supports CSS but I wasn't able to use CSS in my messages, neither with `` nor with `` or inline-CSS. A native CSS implementation would...

enhancement
usability