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

`dontconnect` option is handled differently when using a UI, therefore the core tests don't pick up this code path. Once we have UI tests, we need to add a separate...

test

Hello! Let's introduce some simple compatibility tests, based on a sample data and well known values. I wish them to cover the implementations of all the functionality, defined in the...

enhancement
refactoring
developers
documentation
test

The installment/compiling instruction for Ubuntu 20+ are an absolute mess, nothing works as described and you have to figure out a lot of things yourself. Would appreciate better instructions/documentation Especially...

To reach more people, should it be possible to translate the wiki pages? Here is a module for Mediawiki: https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_example And the installation procedure: https://www.mediawiki.org/wiki/Help:Extension:Translate/Installation

enhancement

Hello! I failed to start a test case for `singleWorker` and decided to begin with something easier. This test succeeds on py27, but for python3 I should probably mix this...

test

Abstract This document describes a method of key exchange and use to achieve Perfect Forward Secrecy. A means of encryption to ensure that, should a single message be decrypted, all...

enhancement

Hi! After reading the RTFD build logs for the [rebased doc branch](https://github.com/g1itch/PyBitmessage/tree/doc) I decided to update the documentation build procedure to python3. Now at least it [succeeds](https://pybitmessage-test.readthedocs.io/en/doc-python3/).

documentation

Added mock code for class_objectProcessor, class_singleWorker, inventory, connectionpool & stats

In this branch I'm gonna cover by tests all the crypto functions used in code and do a refactoring. Basic points: * only `highlevelcrypto` should import from `pyelliptic` * `highlevelcrypto`...

refactoring
documentation
test
packaging

Hello! I realized that column width problem in `QTableWidget` was actually the [Qt bug](https://bugreports.qt.io/browse/QTBUG-67131). I mostly finished work in this branch though it still needs some testing.

enhancement
obsolete
security
usability