This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Dmitri Bogomolov 7a89109fc9
New logging approach in order to reduce imports from submodules
and use logging without risk of circular import. Only subpackage
that imports from debug is bitmessageqt - because it also uses
debug.resetLogging().
Instead of from debug import logger is now recommended to use:

import logging

logger = logging.getLogger('default')

All subclasses of StoppableThread now have a logger attribute.
All threading related stuff except for set_thread_name()
was moved from helper_threading to network.threads.

Fixed two my mistakes from previous edit of debug in a1a8d3a:

 - logger.handlers is not dict but iterable
 - sys.excepthook should be set unconditionally
2019-10-18 09:35:24 +03:00
2017-01-11 14:21:53 +01:00
2019-09-16 18:14:34 +05:30
2013-07-12 10:36:28 +01:00
2019-10-18 01:06:03 +03:00
2019-09-25 18:55:01 +03:00
2013-07-12 10:36:28 +01:00
2019-02-05 15:16:30 +01:00
2018-12-31 23:15:23 -08:00
2019-02-05 15:16:30 +01:00
2019-02-07 18:10:18 +02:00
2019-10-18 01:06:03 +03:00
2019-09-25 18:55:01 +03:00
2019-10-16 15:08:22 +03:00
2019-10-18 01:06:03 +03: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

Description
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol
https://bitmesage.org Readme 474 MiB
2018-02-14 00:24:14 +01:00
Languages
Python 90.8%
kvlang 6.2%
Shell 1.6%
C 0.6%
Dockerfile 0.5%
Other 0.3%