Reference client for Bitmessage: a P2P encrypted decentralised communication protocol https://bitmesage.org
This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
navjot 42037502ab
fixed Own address should not save in address book issue
- removed redundant code

- written test case for address book own address saving

- fixed CQ issues

- added helper_addressbook module

- Fixed CQ issue of src.helper_addressbook module

- fixed travis-ci checks failing issue
2021-01-14 15:43:30 +05:30
buildscripts Downgrade pyinstaller for python 2.7 compatibility 2020-08-28 13:52:31 +02:00
desktop
dev
docs Experimental APIError codes table 2020-09-14 13:11:43 +03:00
examples
fabfile fix spelling mistakes 2020-01-04 18:48:23 +05:30
man
packages Add apparmor config to data_files for Debian and Ubuntu 2020-11-04 15:47:46 +02:00
src fixed Own address should not save in address book issue 2021-01-14 15:43:30 +05:30
.gitignore Ignore build directory 2020-02-19 21:16:41 +08:00
.readthedocs.yml
.travis.yml Install needed packages and try to run Qt tests 2020-06-15 12:06:37 +03:00
android_instruction.rst fix spelling mistakes 2020-01-04 18:48:23 +05:30
bandit.yml
checkdeps.py implemented dependency checks in checkdeps module 2020-11-25 19:52:27 +05:30
configure
COPYING
Dockerfile Remove deb building overdocumentation 2020-11-04 14:25:21 +02:00
INSTALL.md
LICENSE Formatting and fix License 2020-01-15 16:17:26 +05:30
MANIFEST.in
PULL_REQUEST_TEMPLATE.md
pybitmessage
README.md
requirements.txt Fixed some mistakes in tor dependent tests and marked them 2020-01-04 14:28:45 +02:00
setup.cfg
setup.py Add apparmor config to data_files for Debian and Ubuntu 2020-11-04 15:47:46 +02:00
stdeb.cfg stdeb config for building deb 2020-11-04 14:25:15 +02:00

PyBitmessage

Bitmessage is a P2P communication protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication, which means that the sender of a message cannot be spoofed. BM aims to hide metadata from passive eavesdroppers like those ongoing warrantless wiretapping programs. Hence the sender and receiver of Bitmessages stay anonymous.

Development

Bitmessage is a collaborative project. You are welcome to submit pull requests although if you plan to put a non-trivial amount of work into coding new features, it is recommended that you first describe your ideas in the separate issue.

Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY

References