Commit Graph

2726 Commits

Author SHA1 Message Date
coffeedogs ce955ba844
Fixed: Style and lint issues in src/qidenticon.py 2018-05-16 12:31:06 +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
Marius Kjærstad b72bd27873
Added some communication channels to README.md
Added some communication channels to README.md
2018-04-11 16:32:42 +02:00
Peter Šurda bb433fc495
Merge branch '1216' into v0.6 2018-04-11 13:36:41 +02:00
Peter Šurda 4507464c56
Merge branch '1214' into v0.6 2018-04-11 13:19:53 +02:00
Peter Šurda 2de5fbe01a
Merge branch '1210' into v0.6 2018-04-10 13:47:25 +02:00
Mahendra Garg d81fb4b63e
Made changes while import prctl 2018-04-10 14:19:34 +05:30
Mahendra Garg a836d0a9af
Merge branch 'helper_threading_formating' of https://github.com/MahendraNG/PyBitmessage into helper_threading_formating 2018-04-10 13:25:37 +05:30
Mahendra Garg 6bce912a81
Fix undefined streamNumber bug 2018-04-10 12:44:32 +05:30
Peter Šurda c76074df8c
Merge branch '1211' into v0.6 2018-04-10 08:16:56 +02:00
Peter Šurda 32ab6aaae5
Merge branch '1208' into v0.6 2018-04-10 08:12:25 +02:00
f97ada87 cb59b8abbd
component control switches 2018-04-09 15:03:02 +10:00
Mahendra 4840b2db5c
add docstring for sqlQuery and sqlBulkExecute methrod in helper_sql and removed query method of sqlBulkExecute class 2018-04-07 19:20:29 +05:30
Mahendra 5efb491349
add docstring for set_thread methrod in helper_msgcoding 2018-04-07 18:42:21 +05:30
Mahendra f71f895a11
helper_inbox formating 2018-04-07 16:11:24 +05:30
Mahendra e6e4c66010
helper_threading formating 2018-04-07 15:14:43 +05:30
Mahendra a3dff6200e
helper_search formating 2018-04-07 14:10:50 +05:30
Mahendra a012d4a707
helper_startup formating 2018-04-07 13:35:31 +05:30
Mahendra 498557a6d6
Removed unused variable queryreturn from helper_sql 2018-04-07 13:18:58 +05:30
Mahendra 21922251e2
helper_sql formating 2018-04-07 12:59:09 +05:30
Peter Šurda 62e80e9ca7
Merge branch '1206' into v0.6 2018-04-06 22:51:10 +02:00
Mahendra 5a2bac7e8c
Remove codacy error for docstring and reimport logger in helper_generic file 2018-04-06 19:09:56 +05:30
Mahendra 7052c734bd
Add log for thread error on helper_generic file
- Remove if condition for RegExParser
2018-04-06 19:00:32 +05:30
Mahendra c0036d8c18
Add docstring in helper_generic.py 2018-04-06 18:33:30 +05:30
Mahendra ed26782114
Add docstring in helper_ackPayload 2018-04-06 18:12:57 +05:30
Mahendra 442fe81e3a
helper_generic.py formating 2018-04-06 17:50:55 +05:30
Mahendra a70b063004
helper_ackPayload formating 2018-04-06 16:21:29 +05:30