PyBitmessage
PyBitmessage copied to clipboard
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
I received a report that the addressbook ordering doesn't seem to follow usable rules, the person complaining doesn't like it. It looks like it's addresses first, then subscriptions, and spaces...
Hello! In the second part of UI refactoring I moved most of widgets definitions into ui-files, removed autogenerated code and renamed `bitmessageui` to `main`. Minor appearance differences include: * Add...
Instead of just sleeping for 30 seconds before shutdown, the testing mode should: - [x] create a new random address - [ ] send a message from that address to...
Hello! I'm going to replace most of duplicated `helper_sql.sqlExecute()` with several functions having obvious names, keyword arguments and all necessary checks. This changeset contains the most frequent queries.
- replace void * with `BIGNUM` * where applicable - addresses #1622 - replace `0` with `None` when using a `NULL` pointer as parameter - `EC_POINT` struct is now defined...
This came in the bitmessage chan: hello! since last update the tray icon is always red, independently if there are connections. The icon in the main window correctly shows yellow....
Are there any plans or intention to separate the PyMessage GUI from the core bitmessage node? Tox does this nicely by maintaining [tox-core](https://github.com/irungentoo/toxcore) separately from its myriad of clients. Given...
minor change to reflect the current year at LICENSE.md
don't think it works now. Also write a test for it once implemented.
python2 bitmessagecli.py send M BM-[some-address] //error --- ``` Would you like to send a (M)essage or (B)roadcast? > M What is the To Address? > BM-[some-address] Using the only address...