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

Please see this forum topic https://bitmessage.org/forum/index.php/topic,3306.0.html

enhancement
usability

This is just my list of things that I feel like should be put into bitmessage asap. I understand that bug fixes and other issues may have to come first....

enhancement
usability

Would it be possible to add message signatures for each identity? E.g., when I start a new message and pick an identity, it would autofill the signature at the bottom:...

enhancement
usability

I have several identities when I prefer to keep collapsed. When I close bitmessage and restart it, all of the identities are expanded again and I have to collapse them...

enhancement
usability

Could you make release here on GitHub a bit more frequent so that distributions can include updates sooner?

enhancement
question

As you know Qt4 is no longer receiving security updates, you should switch to Qt5 and its python bindings. The switch from pyqt4 to pyqt5 should be relatively easy according...

enhancement

on a pristine install, if you modify PORTABLE mode and / or change NETWORK settings - say SOCKS5 settings back and forth - or such - then pyBM (run from...

bug
security
usability
test

1)Added kivy app code of python3 version. 2)Added python3_requirement.txt withj all kivy amd kivymd latest version. 3)Added main_test module for running telenium test cases 4)Added telenium test cases(Graphical test cases)...

Hello! I decided to further debug the duplicate hosts issue in the branch [knownnodes-debug](https://github.com/g1itch/PyBitmessage/tree/knownnodes-debug). And now I think that `knownnodes` need some more checks and optimizations. Work in progress.

Hello! This may address a part of #1711: not video but a working method to take screenshots. I also added `xvfbwrapper` into tests requirements for Linux and returned platform independent...