Commit Graph

2901 Commits

Author SHA1 Message Date
coffeedogs ab1dd319e3
Fixed: Code style and lint fixes 2018-05-24 10:53:11 +01:00
f97ada87 609a4a92e2
enable delayed POW checks
enable delayed POW checks via optional "receive time" argument
2018-05-23 03:38:05 +00:00
Dmitri Bogomolov 659d45bb15
Create default knownnodes if cannot read from file 2018-05-21 18:49:39 +03:00
Dmitri Bogomolov b499e1bd22
Start without knownnodes if JSON got corrupted 2018-05-21 18:49:39 +03:00
Dmitri Bogomolov 5e72fdba17
Simplified addKnownNode() and added docstrings 2018-05-21 18:49:38 +03:00
Dmitri Bogomolov 67feb8fee9
Serialize knownnodes to json by default
Fixes #1232
2018-05-21 18:49:38 +03:00
Dmitri Bogomolov f87ce4ad50
Moved reading knownnodes.dat into knownnodes module 2018-05-21 18:49:38 +03:00
Dmitri Bogomolov ca42b4be63
flake8 for knownnodes 2018-05-21 18:49:38 +03:00
Dmitri Bogomolov 74ddda8775
helper_generic: imports in alphabetical order, import multiprocessing 2018-05-21 13:37:28 +03:00
Dmitri Bogomolov 4cf73675c2
flake8: bitmessagemain, class_singleCleaner, helper_generic, shutdown
and singleinstance
2018-05-21 13:37:23 +03:00
Dmitri Bogomolov cb0996c6c8
flake8: api, debug 2018-05-21 12:20:57 +03:00
Peter Šurda 4610e1a0d7
Merge PR 1254 into v0.6 2018-05-21 11:03:21 +02:00
Peter Šurda a43efc5b20
Merge PR 1253 into v0.6 2018-05-21 10:20:27 +02:00
Peter Šurda 78aa263964
Merge PR 1252 into v0.6 2018-05-21 09:07:56 +02:00
Peter Šurda 7313a4687e
Merge PR 1249 into v0.6 2018-05-21 08:56:36 +02:00
coffeedogs 6bb5b32b6a
Added: Support installing system dependencies of optional extra_requires components 2018-05-19 15:30:05 +01:00
Dmitri Bogomolov 40dc7d330d
flake8: class_objectProcessor 2018-05-18 13:55:55 +03:00
Dmitri Bogomolov 31f107f048
flake8: bmconfigparser 2018-05-18 13:55:00 +03:00
Peter Šurda de27c9082d
Merge PR 1251 into v0.6 2018-05-18 12:37:45 +02:00
coffeedogs 9263026bc8
Fixed: Addressed issues raised in PR 2018-05-17 10:51:21 +01:00
coffeedogs ce955ba844
Fixed: Style and lint issues in src/qidenticon.py 2018-05-16 12:31:06 +01:00
coffeedogs 6c268ba22f
Fixed: Type error, reported from the bitmessage chan 2018-05-16 12:01:51 +01:00
coffeedogs 5b21baed21
Fixed: Only re-calculate if something changed 2018-05-16 02:29:25 +01:00
coffeedogs da87ae24ee
Fixed: Style and lint violations in src/bitmessageqt/__init__.py 2018-05-15 16:20:53 +01:00
coffeedogs e0d31d77c9
Fixed: Style and lint violations in src/bitmessagecli.py 2018-05-15 16:15:44 +01:00
coffeedogs 81777e29c9
Added: Fabric taskrunner to check python files and report violations 2018-05-15 16:02:29 +01:00
Peter Šurda 7445665963
Merge branch '1228' into v0.6 2018-05-10 08:44:46 +02:00
fdemortain cafdff7f42
Update bitmessagecli.py 2018-05-09 14:09:42 +02:00
Peter Šurda 157590e0ee
Merge branch '1231' into v0.6 2018-05-09 14:08:11 +02:00
Peter Šurda 5d96a77a87
Merge branch '1233' into v0.6 2018-05-08 13:58:45 +02:00
coffeedogs 8979a1bef5
Fixed: Addressed PR comments 2018-05-08 12:53:58 +01:00
coffeedogs bbf55a0571
Fixed: Addressed PR comments 2018-05-08 12:37:54 +01:00
coffeedogs ed4a092c51
Removed: # nosec directives until further security review. 2018-05-08 12:13:49 +01:00
coffeedogs fe3a86d361
Fixed: Addressed PR comments 2018-05-07 11:50:51 +01:00
f97ada87 71d6fad242
pep8 fix
line length fixed by cleaning up an error message
2018-05-06 11:06:44 +00:00
f97ada87 bcaad3e0fb
fix issue 1236
fixes regression introduced in PR #1062 affecting default and minimum lengths of ackdata objects
2018-05-05 12:38:05 +00:00
Peter Šurda 4ea6f0208c
Merge branch '1230' into v0.6 2018-05-03 23:14:56 +02:00
coffeedogs c99c3fc782
Fixed: Codacy issues in src/class_*.py 2018-05-03 19:05:39 +01:00
NourEddine K. Yassine 0cd6e687c9
Fixed Typo that prevented bitmessagecurses from running! 2018-05-02 18:24:11 +02:00
coffeedogs dd1ee618a5
Fixed: Simple Codacy errors and warnings in src/helper_*
* Some local pickle operations and non-cryptographic random operations
were marked as safe to the bandit linter
 * A bandit config file was added and assert warnings are now ignored globally
 * Tightened up exception handling and code style
2018-05-02 15:52:47 +01:00
fdemortain ac297e8d33
Typos
l 563 : # Generate Address -> # Delete Address
l 1381 : determinstic -> deterministic
2018-05-02 09:37:57 +02:00
Humz 7ecc0052e3
Update INSTALL.md
sorry, i forgot about the second paragraph, all done now hopefully
2018-04-25 18:50:05 +01:00
Humz 6d3ca1ee46
Update INSTALL.md
made sure the dashes have changed to bullet points this time
2018-04-24 18:36:23 +01:00
Humz afdad30ef3
Tidying Up instructions
Improved flow of install instructions
2018-04-21 14:55:01 +01:00
Peter Šurda c9a2240b44
Merge branch '1220' into v0.6 2018-04-19 11:24:50 +02:00
Peter Šurda 6a01b3d0df
Merge branch '1217' into v0.6 2018-04-16 07:02:40 +02:00
bashgnu db61515553
Update broken download link.
Update broken download link to latest release on github.
2018-04-15 13:44:55 +08:00
bashgnu b1c38d8425
Re-update Year 2018-04-15 13:33:18 +08:00
bashgnu 878ff089a9
Update COPYING 2018-04-15 13:30:24 +08:00
f97ada87 54651c7598
fix logic bug in enableGUI implementation 2018-04-13 20:16:00 +10:00