This repository has been archived on 2025-02-25. You can view files and clone it, but cannot push or open issues or pull requests.
Dmitri Bogomolov 8dca39e902
Initial support for PyQt5 (main window shown) using QtPy package.
QtPy is a compatibility layer which allows to use the code written for
PyQt5 with any python Qt binding: PyQt4, PyQt5, pyside or pyside2.

Main differences in PyQt5:

  - all widget classes are now in QtWidgets package, not QtGui;
  - QString obsoleted by unicode (sip API 2);
  - changed the way of signals connection.

Closes: #1191
2021-12-15 19:07:34 +02:00
2021-11-10 13:32:10 +05:30
2021-11-23 20:33:02 +02:00
2013-07-12 10:36:28 +01:00
2021-12-15 18:12:21 +05:30
2021-11-24 17:24:52 +05:30
2019-12-27 18:23:02 +01:00
2020-01-15 16:17:26 +05:30
2019-02-07 18:10:18 +02:00
2019-10-18 01:06:03 +03:00
2019-10-16 15:08:22 +03:00
2021-11-23 20:33:02 +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

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%