Commit Graph

2708 Commits

Author SHA1 Message Date
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
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
Dmitri Bogomolov c5462a00cc
Changes in Travis CI config: install pybitmessage and python_prctl 2018-04-05 13:48:13 +03:00
Dmitri Bogomolov 43a471a79b
Used state.testmode to indicate when operating in test mode 2018-04-05 13:48:13 +03:00
Peter Šurda 54c37150e0
Shutdown fixes
- tell sql thread to finish only after the other threads finished
- prevents other threads stalling on sql replies
2018-04-05 12:36:02 +02:00
Peter Šurda 12117ada99
Add docstring 2018-04-03 19:24:10 +02:00
Peter Šurda ca7becb921
Download fixes
- in corner cases, download request could have contained an incorrect
  request length. I haven't actually checked if this can be triggered
  though
- wait for downloading until anti intersection delay expires. Doesn't
  necessarily mean that it will always avoid peer's anti intersection
  delay, but it's close enough
- tracks last time an object was received. If it was too long time ago,
  reset the download request queue. This avoid situations like when a
  request gets ignored during the anti intersection delay, but it will
  keep thinking there are still pending requests as long as not all
  missing objects have been requested. This caused staggered download
  (request 1000 items, wait 1 minute, request 1000 more, wait another
  minute, ...)
- with these fixes, you should end up downloading as fast as your
  network and CPU allow
- best tested with trustedpeer
2018-04-03 19:24:07 +02:00
Dmitri Bogomolov 6eb2155497
Another unicode -> str bug (#1194) 2018-04-03 15:11:46 +03:00
Peter Šurda 5e0e1c09b3
Merge branch '1197' into upstream-v0.6 2018-04-02 17:39:28 +02:00
Peter Šurda 1a76c1df97
Merge branch '1193' into upstream-v0.6 2018-04-02 08:49:43 +02:00
Peter Šurda 703700be0d
Remove optional modules from .travis.yml
- pyqt4, msgpack and pyopencl
- we don't have any tests for them now
2018-04-02 08:34:49 +02:00
Peter Šurda 0c9cb4824d
Memory leak (kind of) fix
- objectsKnownToThem is supposed to track if it's necessary to send inv
  commands to a peer
- it is supposed to enter garbage collection after 1 hour
  (ObjectTracker.trackingExpires)
- due to peer not announcing all objects, or announcing them before we
  announce, this contains excessive number of entries after connection
  is fully established.
- profiling revealed that this creates unnecessary memory to be kept
  allocated
- this patch will prevent tracking of entries sent during bigInv,
  reducing the memory "leak"
- it is possible, in theory, that this does have some negative effect,
  like increased bandwidth or neglecting to announce some invs. It
  probably doesn't though as my review of objectsKnownToThem occurrences
  didn't reveal any such case, and since the dict didn't track fully
  accurately anyway (so it would have already been broken if it was a
  problem), I consider it an acceptable risk at the moment. If it indeed
  causes problems, they can be solved separately
- I tested this on one of the bootstrap servers with little memory, and
  it increased the number of connections than can be handled by a factor
  of about 3.5
2018-04-01 11:39:02 +02:00
Dmitri Bogomolov 58c3dfb3d4
Testing mode for bitmessagemain 2018-03-29 15:55:28 +03:00
Peter Šurda b1ac9c6faf
Update requirements.txt and .travis.yml
- requirements update
2018-03-29 11:23:50 +02:00
Peter Šurda d3d484dc08
Remove pyopencl from requirements.txt
- travis-ci builds pyopencl from source, which fails due to missing
  OpenCL headers
2018-03-29 10:31:10 +02:00
Peter Šurda 8bf533802b
Remove pyqt4 from requirements.txt
- pip doesn't contain pyqt4
2018-03-29 10:28:09 +02:00
Peter Šurda 0790a33fbf
Add travis.yml and requirements.txt
- these are very minimalistic, with input from @g1itch, @sigoa and
  @venkateshpitta
2018-03-29 10:10:18 +02:00
Peter Šurda 50ccb897fc
Merge branch '1148' into upstream-v0.6 2018-03-29 07:34:48 +02:00
Peter Šurda d5ae5cd1a5
Merge branch '1188' into upstream-v0.6 2018-03-28 07:44:24 +02:00
Dmitri Bogomolov 2268413cd0
Do not try to connect namecoin if dontconnect set in config (#1146) 2018-03-26 16:47:22 +03:00