Commit Graph

3395 Commits

Author SHA1 Message Date
38cdb6a9d3
merged glitch's changes 2021-07-29 17:49:00 +05:30
975775852d
fixed code quality 2021-07-28 19:46:59 +05:30
078c183ae9
formatted, refactored & cleaned code 2021-07-28 19:46:59 +05:30
4a5645d9aa
fixed imports 2021-07-28 19:46:58 +05:30
28d172bec7
few changes 2021-07-28 19:46:58 +05:30
3c074b9b75
added tearDown() for cleanup application files 2021-07-28 19:46:57 +05:30
f2b3645cc2
cleaned code 2021-07-28 19:46:57 +05:30
9b0d12deac
fixed R0912 / too-many-branches 2021-07-28 19:46:56 +05:30
9a860f32dc
modified imports 2021-07-28 19:46:56 +05:30
baf5f621dd
few changes in bmconfigparser import 2021-07-28 19:46:56 +05:30
bf6426376e
Fixed errors & Py2/3 compatibility 2021-07-28 19:46:55 +05:30
c41cff67ac
python 3 port 2021-07-28 19:46:55 +05:30
f9c49fbeb3
Import queue from six.moves in the top level module 2021-07-28 14:33:41 +03:00
db21f3ea6b
Revisit helper_startup: rewrite weird imports, fix W504 and line length 2021-07-28 14:33:41 +03:00
b75585f26c
Rewritten the weird imports in debug 2021-07-28 14:33:13 +03:00
822f58ea5d
Rewritten weird imports in class_sqlThread and fixed import from tr 2021-07-20 21:39:58 +03:00
cis
eb85efe3e5
pybitmessage kivy app test cases and test script 2021-07-20 15:06:27 +05:30
a9488fb120
Don't add nonfunctional proxyconfig plugins in the Settings dialog 2021-07-02 21:22:39 +03:00
5fa8115273
Improve the appimage recipe:
- add sni-qt into the appimage for tray icon
  - remove python-stem - it's not functional and needs debugging
  - exclude more libs: ncurses, readline
2021-07-02 21:19:02 +03:00
cd21d34e62
Fix the issue with python2 in the appimage (closes: #1769) 2021-07-02 18:25:56 +03:00
bfad6cf69d
AppImage build script (fixes: #1450) 2021-06-29 13:21:55 +03:00
6463a4833a
AppImage recipe 2021-06-29 13:21:23 +03:00
73c7a09cb9
Skip test_sqlthread in python3; place noqa globally for flake8
and on each import to suppress pycodestyle warnings.
2021-06-18 18:49:36 +03:00
199b8c8ea5
Revert hidden import in tr, try python2 imports first 2021-06-18 18:20:32 +03:00
7b84c396fb
Revert hidden import of pyelliptic.openssl in helper_random 2021-06-18 18:20:32 +03:00
1219358c38
Checkup application files in the src dir after tests (closes: #1765) 2021-06-18 18:20:06 +03:00
b1a0a54d56
Remove bikeshed from the new sqlthread test case 2021-06-18 18:19:48 +03:00
583ed2151d
Make test_onionservicesonly() more predictable:
- load knownnodes from test_bootstrap() before check
 - generate fake onion nodes if still have not enough
2021-06-14 20:01:50 +03:00
8cdc934efd
Dry run built 32bit exe in buildscripts/winbuild.sh 2021-06-14 18:07:55 +03:00
132b413f6e
Exclude tests package from exe 2021-06-07 18:30:31 +03:00
ec2143f9f4
signed commit 2021-06-04 23:24:05 +05:30
3ac8f15ff1
fixed absolute imports 2021-06-04 23:24:04 +05:30
1ef6b34e93
ported test_randomtrackingdict to python3 2021-06-04 23:24:02 +05:30
16a11775e8
Add python-six dependency to Build-Depends in stdeb.cfg 2021-05-13 16:43:35 +03:00
bb144d78f6
Reverting some strange logic and formatting. Insted use six
- to replace basestring with compatible type
  - for unified configparser import
2021-05-02 18:15:08 +03:00
d5666f7ffc
Revert hidden imports in queues (Fixes: #1758) 2021-05-01 01:13:27 +03:00
64d2a831c4
Fix line break after binary operator in proxy 2021-04-29 17:44:01 +03:00
1ad86bcb5b
Init uploadChunk and downloadChunk in AdvancedDispatcher 2021-04-29 17:44:00 +03:00
8cf0a0bb46
Move initialization of connectedAt to AdvancedDispatcher 2021-04-29 17:44:00 +03:00
2c6f3c2fe1
Formatted lines for PEP8 in network.tls, removed stale comments 2021-04-29 17:44:00 +03:00
3f63278468
Done PEP8 formatting in network.bmproto (Fixes: #1703) 2021-04-29 17:44:00 +03:00
49f9620236
Add sqlite functions while versioning 2021-04-26 18:30:55 +05:30
f5fba7d1a8
update changes and rename file name 2021-04-06 13:04:44 +05:30
f075d27fae
add dot in importing 2021-04-05 19:08:10 +05:30
1b8dc18ef6
remove functions imports 2021-04-05 18:28:26 +05:30
06cab993d9
Fix configparser import error 2021-04-01 21:06:22 +05:30
6f9b66ddff
Qt test for UDP setting 2021-03-01 19:55:48 +02:00
79efacffb1
Replaced lost UDPSocket.maxTimeOffset by constants.MAX_TIME_OFFSET
Closes: #1696
2021-03-01 19:55:47 +02:00
6ee6989df2
A minimal test for UDP. Restore expected default settings in tearDown(). 2021-03-01 19:55:30 +02:00
5f9d507717
announceInterval is for AnnounceThread, not UDPSocket 2021-02-22 19:56:24 +02:00