From 10f1d8cf0a4d8b23b6ca2680bf26e44575867fbc Mon Sep 17 00:00:00 2001 From: sigoa Date: Sat, 2 Dec 2017 07:59:19 +0100 Subject: [PATCH 1/6] Signed-off-by: sigoa --- build/notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build/notes.txt diff --git a/build/notes.txt b/build/notes.txt new file mode 100644 index 00000000..932502c9 --- /dev/null +++ b/build/notes.txt @@ -0,0 +1,8 @@ +just a scratchpad. + + +include BM API stuff + +keys.dat example with all switches also from bmcli.py + + From 56c9f4adcd2b2e79220ce5b9d649e630209f0afe Mon Sep 17 00:00:00 2001 From: sigoa <34177893+sigoa@users.noreply.github.com> Date: Sat, 2 Dec 2017 08:25:35 +0100 Subject: [PATCH 2/6] z3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit änd --- build/notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/notes.txt b/build/notes.txt index 932502c9..a2ee8e85 100644 --- a/build/notes.txt +++ b/build/notes.txt @@ -1,6 +1,6 @@ just a scratchpad. - +Z. 3 änd include BM API stuff keys.dat example with all switches also from bmcli.py From 026c7ef23208c72d7724655b28fa110456e39837 Mon Sep 17 00:00:00 2001 From: sigoa Date: Mon, 4 Dec 2017 19:54:15 +0100 Subject: [PATCH 3/6] --- ---- --- build/notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/notes.txt b/build/notes.txt index a2ee8e85..539dedc8 100644 --- a/build/notes.txt +++ b/build/notes.txt @@ -6,3 +6,4 @@ include BM API stuff keys.dat example with all switches also from bmcli.py +Z9 online Änd. 1 From 37d6fe6f5512a70c0528cb6bec664e94e9dad0ac Mon Sep 17 00:00:00 2001 From: sigoa Date: Mon, 4 Dec 2017 19:57:14 +0100 Subject: [PATCH 4/6] Set theme jekyll-theme-merlot --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..c50ff38d --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-merlot \ No newline at end of file From 6e47dfb4ef9dd3d9c00820900356d2388cc5ac23 Mon Sep 17 00:00:00 2001 From: sigoa Date: Fri, 22 Dec 2017 20:48:04 +0000 Subject: [PATCH 5/6] translate: could not load message from disk (#6) message = "Error occurred: could not load message from disk." TODO: _translate( this ! it happens frequently. my suggestion: "Error occurred: could not load message from disk. -- This is not a (received) BitMessage, but an error message due to a read storage problem." --- src/bitmessageqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessageqt/__init__.py b/src/bitmessageqt/__init__.py index 4cda426d..64b1177b 100644 --- a/src/bitmessageqt/__init__.py +++ b/src/bitmessageqt/__init__.py @@ -3873,7 +3873,7 @@ class MyForm(settingsmixin.SMainWindow): else: data = self.getCurrentMessageId() if data != False: - message = "Error occurred: could not load message from disk." + message = "Error occurred: could not load message from disk." #### TODO: _translate( this ! happens frequently messageTextedit.setCurrentFont(QtGui.QFont()) messageTextedit.setTextColor(QtGui.QColor()) messageTextedit.setContent(message) From c2c5e04a14338394904e3047a60a1014a8db2296 Mon Sep 17 00:00:00 2001 From: sigoa Date: Fri, 22 Dec 2017 23:47:02 +0000 Subject: [PATCH 6/6] reword landing page shorten sentences --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7a161d04..3d61b769 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,16 @@ PyBitmessage -============ +----------- -Bitmessage is a P2P communications 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, and it aims to hide "non-content" data, like the -sender and receiver of messages, from passive eavesdroppers like those running -warrantless wiretapping programs. +Bitmessage is a peer-to-peer communication protocol used to send encrypted messages to another single person or to multiple subscribers. It is decentralized and trustless, meaning that one needs not inherently trust any entities such as root certificate authorities. Bitmessage uses strong authentication, meaning that the sender of a message cannot be spoofed. It aims to hide meta-data, such as the ID of sender and receiver of messages from passive eavesdroppers like those warrantless wiretapping programs which are ongoing. 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 solicit feedback on the DevTalk -pseudo-mailing list: -BM-2D9QKN4teYRvoq2fyzpiftPh9WP9qggtzh + +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 solicit feedback on the DevTalk pseudo-mailing-list ("subscribe"): http://bm6hsivrmdnxmw2f.onion/chan/DevTalk + +Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY +which is on preview here: http://beamstat.com/chan/bitmessage References