Commit Graph

2844 Commits

Author SHA1 Message Date
s3goat
aec493ad72
Delete debug.log 2018-09-21 16:39:57 +02:00
s3goat
8779f20e26
Patch 1ipol (#3)
* better give positive advice, not negative advice

victims of cybercrime / ransomware don't want to be told what NOT to do.
they need to be told WHAT to do. we should not appear to be cynical here.


https://www.interpol.int/Crime-areas/Cybercrime

CAT USA     : https://www.fbi.gov/news/stories/the-cyber-action-team
ZAC Germany : https://www.polizei.de/Polizei/DE/Einrichtungen/ZAC/zac_node.html

https://www.nomoreransom.org/en/index.html  supported by Interpol: https://www.interpol.int/Crime-areas/Cybercrime/Online-safety/Ransomware

* pep style line breaks

quite annoying actually
2018-09-21 16:38:13 +02:00
s3goat
d1f76712c0
Patch 2ffs (#2)
* without that global, BM will crash

* pep fix

pep is quite the stickler

* that warning was cut short a bit

"Because you are not currently connected to the network, the BM will not be sent right now"

* little fixes

* pep

* removed global streamNumber 

will be autoset I guess

* pylint  :-(

* disa lint

* no "because"

* lint :-(

* omg

* oh my

* f it

* avoid addr

* []

* # pylint: disable=W0291   #  very helpful against overzealous checks

* spaces

* yy
2018-09-21 16:36:43 +02:00
dimyme
b20849dc7f Signed-off-by: dimyme 2018-09-21 14:07:20 +02:00
s3goat
e369f5e81b
new menu 9 2018-09-19 18:02:05 +02:00
s3goat
22c4ce4f10
1 2018-09-19 18:01:00 +02:00
s3goat
490616c2cb
1 2018-09-19 18:00:03 +02:00
s3goat
7b44c00b7e
Merge pull request #1 from Bitmessage/v0.6
qq
2018-09-18 14:44:17 +02:00
95e300d7ca
Fix pylint Too many arguments Issue 2018-09-04 18:54:59 +05:30
a5833be1b7
Fix pylint Instance of 'str' has no 'ids' member issue 2018-09-04 18:35:22 +05:30
abd3e02d72
Fix pylint global variable undefined at the module level issue 2018-09-04 18:21:27 +05:30
f4d25ab0ed
Fix pylint global variable warning issue 2018-09-04 18:14:28 +05:30
f004021c6d
Fix pylint issues based on no-self 2018-09-01 17:15:39 +05:30
30fc79ed45
Fix pylint issues 2018-08-31 18:26:22 +05:30
686967c36d
Fix flake8 issues 2018-08-31 18:26:22 +05:30
f98acd3ae0
Implementing swipe left to right delete feature for inbox, sent message to be archieved in Kivy 2018-08-31 18:26:22 +05:30
d8a5b9356f
Implement sent item message loading feature for current account logged with dynamic dispatching of accounts 2018-08-31 18:26:22 +05:30
c163001ee8
Loadmessage list feature with current account get and ngletters images icon 2018-08-31 18:26:22 +05:30
b1f7489b09
Implemement Ui for Inbox Load feature with create new address based on random number 2018-08-31 18:26:22 +05:30
0bc1dfdc8b
Add src to path when running pylint
- this will allow pylint to run in the main directory without complaining about
  imports
2018-08-27 18:59:15 +02:00
Alexx Saver
50ee7fa740
Fix subprocess.check_call 2018-08-20 06:50:46 +04:00
b0446ab4ab
Improve pickle knownnodes error handling
- Fixes #1333 (untested)
2018-08-05 09:07:31 +02:00
PyBitmessage Translations
62024ca7e9
Auto-updated language fr from transifex 2018-08-02 13:14:57 +02:00
358e621710
Round peer rating to 2 decimal places before saving knownnodes 2018-08-02 12:26:41 +03:00
342e2a209c
Use DNS seed only if knownnodes are empty 2018-07-30 17:39:12 +03:00
3ce4694591
Lower log_level for IOError while reading namecoin.conf 2018-07-30 11:48:16 +03:00
a1a8d3a05d
Fixed undesirable log_level replacement in depends 2018-07-30 11:48:11 +03:00
40a14748be
Merge pull request #1326 from g1itch/exceptions
Additional fix for #1316
2018-07-30 11:43:28 +03:00
72873a1bd4
Prevent KeyError in checkdeps if detectOS() returns None 2018-07-29 15:56:25 +03:00
5115425a61
Debian forgotten in e92a85e 2018-07-29 15:56:19 +03:00
PyBitmessage Translations
5a5f94eb3d
Auto-updated language zh_cn from transifex 2018-07-29 14:38:23 +02:00
PyBitmessage Translations
5934648da2
Auto-updated language eo from transifex 2018-07-29 14:34:52 +02:00
PyBitmessage Translations
6552662d83
Auto-updated language pl from transifex 2018-07-29 14:31:51 +02:00
PyBitmessage Translations
b99511ce2b
Auto-updated language ja from transifex 2018-07-29 14:26:41 +02:00
27d64df26e
Suggested Review changes in import statement sequence 2018-07-25 15:55:47 +05:30
8d5ff9abba
Added changes for create new message feature for send button and cancel button 2018-07-24 18:12:53 +05:30
b0809c3c23
Added images for create message icon and new idenetity 2018-07-24 15:45:18 +05:30
178194dd4c
Implement Ui for adding New Identity feature with navigation Enhancement 2018-07-24 15:41:00 +05:30
1adcf7f3f4
Changes made for Exit application button feature with trash enhancement 2018-07-24 15:40:47 +05:30
bb8d4c5a1f
Added Navigation Drawer UI with create feature 2018-07-24 15:40:35 +05:30
3b4d73d291
Travis should test mandatory dependencies
- travis script tests mandatory dependencies
- may require additional commits as I don't know exactly how travis handles
  errors from multiple scripts
2018-07-22 13:20:07 +02:00
e1d2ead701
Fix exception 'KeyError: None' in checkdeps introduced in e92a85e,
Fixes #1316
2018-07-22 13:37:12 +03:00
996a48f298
Confirmation for network switch 2018-07-22 12:10:13 +03:00
Marius Kjærstad
09e7cc42ad
Changed http:// to https:// on BeamStat link
Changed http:// to https:// on BeamStat link in README.md
2018-07-13 21:51:56 +02:00
PyBitmessage Translations
8537fbb2cc
Auto-updated language fr from transifex 2018-07-09 14:27:58 +02:00
13d41c7647
added imports for wrapper main file kivy running 2018-07-09 17:36:28 +05:30
956f689eeb
Fixes some issue of kivy running 2018-07-09 17:22:24 +05:30
a859dd78e7
moving a kivy module to a separate folder having Ui too 2018-07-09 17:22:08 +05:30
c22fd4e8a7
Changes made on UI for Desktop and Mobile Clients with suggested review changes 2018-07-09 17:22:08 +05:30
7aac991c4f
Changes made on UI for Desktop and Mobile Clients 2018-07-09 17:22:08 +05:30