This website requires JavaScript.
0e63392ee3
Fix #1385 : not check for pyqt if daemon = true set in config
Dmitri Bogomolov
2018-11-04 15:00:27 +0200
58bc170bda
Fix #1383 - formatting artifact in 7ed459b
Dmitri Bogomolov
2018-11-01 16:53:53 +0200
ae2cebb2a6
Minimal test for clientStatus consistency
Dmitri Bogomolov
2018-11-01 16:05:37 +0200
9ef928b4a9
Removed extra call of shared.thisapp.cleanup() in bitmessageqt
Dmitri Bogomolov
2018-07-22 20:54:54 +0300
ff04bf072e
Allow re-call of MyForm.quit() if user selected to wait at first
Dmitri Bogomolov
2018-07-06 15:16:22 +0300
4383b49be8
flake8 for bitmessageqt.MyForm.quit()
Dmitri Bogomolov
2018-07-06 13:40:45 +0300
44f5e03774
Merge pull request #1357 from coffeedogs/final_code_quality_2
coffeedogs
2018-10-31 17:09:58 +0000
10128b7560
Changes based on style and lint checks. (final_code_quality_2)
coffeedogs
2018-10-04 15:11:56 +0100
283154e508
Merge pull request #1370 from coffeedogs/final_code_quality_12
coffeedogs
2018-10-31 17:03:59 +0000
78ddb2f2f2
Changes based on style and lint checks. (final_code_quality_12)
coffeedogs
2018-10-10 13:00:53 +0100
7a53da73ff
Merge pull request #1363 from coffeedogs/final_code_quality_5
coffeedogs
2018-10-31 14:11:21 +0000
0bceeca524
Changes based on style and lint checks. (final_code_quality_5)
coffeedogs
2018-10-10 11:23:21 +0100
175916dbdd
Merge pull request #1356 from coffeedogs/final_code_quality_3
coffeedogs
2018-10-31 13:21:19 +0000
c875769b15
Changes based on style and lint checks. (final_code_quality_3)
coffeedogs
2018-10-04 15:23:01 +0100
2d4cb1e2ce
Merge pull request #1358 from coffeedogs/final_code_quality_1
coffeedogs
2018-10-31 12:45:20 +0000
a72da271d5
Changes based on style and lint checks. (final_code_quality_1)
coffeedogs
2018-10-04 15:01:38 +0100
1c914d8cd8
flake8 and style correction for network.udp
Dmitri Bogomolov
2018-10-19 11:50:46 +0300
625e83f4b4
Corrected style a bit
Dmitri Bogomolov
2018-10-19 10:12:48 +0300
49985a435f
Special class BMStringParser for sending ACK (resolves #1374 )
Dmitri Bogomolov
2018-10-13 00:12:00 +0300
7c7d6781a2
Removed old code from protocol, shared, state and class_objectProcessor modules (#1374 ), temporarily commented shared.checkAndShareObjectWithPeers() call
Dmitri Bogomolov
2018-10-12 18:42:31 +0300
1c2bef46c1
e417b62
allows to remove sleep from cleaner test
Dmitri Bogomolov
2018-10-11 16:34:57 +0300
5572e6b3a1
Suppress pylint warning about 'relative import'
Dmitri Bogomolov
2018-10-08 12:38:41 +0300
daf556ca50
Added tests for knownnodes: - import of pickled knownnodes; - default knownnodes if nothing imported; - knownnodes starvation (#1335 ), demanded changes in networkthread.
Dmitri Bogomolov
2018-10-03 18:42:12 +0300
2bbda63b9c
Added address length check
Dmitri Bogomolov
2018-08-02 17:15:05 +0300
c8a781c7c5
Marked use of random, subprocess and xmlrpclib in tests for skipping by bandit
Dmitri Bogomolov
2018-05-08 17:39:07 +0300
cfdb6beb54
Moved tests from helper_msgcoding into TestCore.test_msgcoding()
Dmitri Bogomolov
2018-05-08 17:01:20 +0300
ce6e9804ad
Added tests_require keyword to setup()
Dmitri Bogomolov
2018-04-20 10:17:58 +0300
ea8991c05b
Test case for config, not runs pybitmessage yet
Dmitri Bogomolov
2018-04-18 22:58:46 +0300
d8b4682ee9
Style fixes and docstrings for tests
Dmitri Bogomolov
2018-04-16 21:19:30 +0300
a3300ba8f1
A test case for core (which will be ran in main thread)
Dmitri Bogomolov
2018-04-16 11:26:52 +0300
51df0507e2
Fixed signal files creation
Dmitri Bogomolov
2018-04-16 10:00:23 +0300
589900f7c3
Added a test for chan creation/joining
Dmitri Bogomolov
2018-04-12 18:49:20 +0300
c49c131929
New test case class hierarchy: - TestProcessProto has common setUpClass and tearDownClass methods - TestProcess is for testing the PyBitmessage process (using psutil)
Dmitri Bogomolov
2018-04-12 17:29:22 +0300
c28d463261
Added doctstrings for all tests and a test for sendBroadcast API command
Dmitri Bogomolov
2018-04-12 13:34:37 +0300
981dddade4
Added test for createRandomAddress API command
Dmitri Bogomolov
2018-04-11 18:55:43 +0300
10346c84aa
Basic API tests and simple apinotify handler
Dmitri Bogomolov
2018-04-10 18:31:44 +0300
5b1d2e56a1
Changes into test mode: run in background, stop after 30 sec since last API response
Dmitri Bogomolov
2018-04-10 18:29:39 +0300
8aafb71024
Merge pull request #1364 from coffeedogs/final_code_quality_6
coffeedogs
2018-10-20 14:19:24 +0100
7ed459b644
Changes based on style and lint checks. (final_code_quality_6)
coffeedogs
2018-10-10 11:41:44 +0100
d8be7cd19a
Right check in module tr - right import order
Dmitri Bogomolov
2018-04-16 10:00:23 +0300
533df80ce9
Resolving pylint warnings
Dmitri Bogomolov
2018-09-05 13:56:06 +0300
bd5bdda009
Moved class singleAPI to api module and import api
below config check
Dmitri Bogomolov
2018-06-28 16:09:23 +0300
ef54bcaf82
The changes in #1325 are buggy. Implementing it properly.
Dmitri Bogomolov
2018-10-10 18:42:58 +0300
b2c8b77938
Closes #1360 : validate knownnodes received from the network
Dmitri Bogomolov
2018-10-11 16:27:08 +0300
6969ec0ec9
Removed commented config check and added module docstring
Dmitri Bogomolov
2018-10-05 12:32:09 +0300
e417b6257f
Fixes #1335 : - moved knownnodes cleanup to knownnodes module, - added a check for last node in stream initiating DNS based bootstrap.
Dmitri Bogomolov
2018-10-03 16:07:06 +0300
4c184d8ffe
Fix import of pickled knownnodes.dat
Dmitri Bogomolov
2018-10-02 12:35:35 +0300
95e300d7ca
Fix pylint Too many arguments Issue
surbhi
2018-09-04 18:54:59 +0530
a5833be1b7
Fix pylint Instance of 'str' has no 'ids' member issue
surbhi
2018-09-04 18:35:22 +0530
abd3e02d72
Fix pylint global variable undefined at the module level issue
surbhi
2018-09-04 18:21:27 +0530
f4d25ab0ed
Fix pylint global variable warning issue
surbhi
2018-09-04 18:14:28 +0530
f004021c6d
Fix pylint issues based on no-self
surbhi
2018-09-01 17:15:39 +0530
30fc79ed45
Fix pylint issues
surbhi
2018-08-31 18:04:20 +0530
686967c36d
Fix flake8 issues
surbhi
2018-08-31 16:49:57 +0530
f98acd3ae0
Implementing swipe left to right delete feature for inbox, sent message to be archieved in Kivy
surbhi
2018-08-21 18:18:16 +0530
d8a5b9356f
Implement sent item message loading feature for current account logged with dynamic dispatching of accounts
surbhi
2018-08-09 15:50:20 +0530
c163001ee8
Loadmessage list feature with current account get and ngletters images icon
surbhi
2018-08-07 11:44:14 +0530
b1f7489b09
Implemement Ui for Inbox Load feature with create new address based on random number
surbhi
2018-08-04 14:00:12 +0530
0bc1dfdc8b
Add src to path when running pylint
Peter Surda
2018-08-27 18:59:15 +0200
50ee7fa740
Fix subprocess.check_call
Alexx Saver
2018-08-20 06:50:46 +0400
b0446ab4ab
Improve pickle knownnodes error handling
Peter Surda
2018-08-05 09:07:31 +0200
62024ca7e9
Auto-updated language fr from transifex
PyBitmessage Translations
2018-08-02 13:14:57 +0200
358e621710
Round peer rating to 2 decimal places before saving knownnodes
Dmitri Bogomolov
2018-07-04 18:41:21 +0300
342e2a209c
Use DNS seed only if knownnodes are empty
Dmitri Bogomolov
2018-07-22 19:24:08 +0300
3ce4694591
Lower log_level for IOError while reading namecoin.conf
Dmitri Bogomolov
2018-07-22 21:07:22 +0300
a1a8d3a05d
Fixed undesirable log_level replacement in depends
Dmitri Bogomolov
2018-07-21 12:16:22 +0300
40a14748be
Merge pull request #1326 from g1itch/exceptions
Dmitri Bogomolov
2018-07-30 11:43:28 +0300
72873a1bd4
Prevent KeyError in checkdeps if detectOS() returns None
Dmitri Bogomolov
2018-07-22 14:48:08 +0300
5115425a61
Debian forgotten in e92a85e
Dmitri Bogomolov
2018-07-22 14:42:29 +0300
5a5f94eb3d
Auto-updated language zh_cn from transifex
PyBitmessage Translations
2018-07-18 11:25:25 +0200
5934648da2
Auto-updated language eo from transifex
PyBitmessage Translations
2018-07-22 12:48:10 +0200
6552662d83
Auto-updated language pl from transifex
PyBitmessage Translations
2018-07-22 12:58:11 +0200
b99511ce2b
Auto-updated language ja from transifex
PyBitmessage Translations
2018-07-28 11:57:58 +0200
27d64df26e
Suggested Review changes in import statement sequence
surbhi
2018-07-25 15:55:47 +0530
8d5ff9abba
Added changes for create new message feature for send button and cancel button
surbhi
2018-07-24 18:12:53 +0530
b0809c3c23
Added images for create message icon and new idenetity
surbhi
2018-07-24 15:45:18 +0530
178194dd4c
Implement Ui for adding New Identity feature with navigation Enhancement
surbhi
2018-07-24 15:35:39 +0530
1adcf7f3f4
Changes made for Exit application button feature with trash enhancement
surbhi
2018-07-19 17:17:37 +0530
bb8d4c5a1f
Added Navigation Drawer UI with create feature
surbhi
2018-07-18 18:19:39 +0530
3b4d73d291
Travis should test mandatory dependencies
Peter Surda
2018-07-22 13:20:07 +0200
e1d2ead701
Fix exception 'KeyError: None' in checkdeps introduced in e92a85e
, Fixes #1316
Dmitri Bogomolov
2018-07-19 14:06:34 +0300
996a48f298
Confirmation for network switch
Dmitri Bogomolov
2018-07-07 15:27:56 +0300
09e7cc42ad
Changed http:// to https:// on BeamStat link
Marius Kjærstad
2018-07-13 21:51:56 +0200
8537fbb2cc
Auto-updated language fr from transifex
PyBitmessage Translations
2018-07-08 08:01:27 +0200
13d41c7647
added imports for wrapper main file kivy running
surbhi
2018-07-09 17:36:28 +0530
956f689eeb
Fixes some issue of kivy running
surbhi
2018-07-09 17:16:41 +0530
a859dd78e7
moving a kivy module to a separate folder having Ui too
surbhi
2018-07-09 16:47:59 +0530
c22fd4e8a7
Changes made on UI for Desktop and Mobile Clients with suggested review changes
surbhi
2018-07-07 17:41:58 +0530
7aac991c4f
Changes made on UI for Desktop and Mobile Clients
surbhi
2018-07-05 19:15:18 +0530
4770790597
Added kivy for making it run on Desktop and Mobile Clients
surbhi
2018-07-05 19:07:16 +0530
6b2f82a7cd
Added suggested review changes for PR 1297
surbhi
2018-07-03 19:30:19 +0530
d7efd746f2
fix Missing module docstring issue with other pep8
surbhi
2018-07-03 15:45:42 +0530
b4a0d8ad37
fix codacy coding standards issue
surbhi
2018-07-03 15:36:20 +0530
c1868456df
Added kivy basic architecture for support mobile client PyBitmessage
surbhi
2018-07-03 14:38:02 +0530
529559d06a
Reduced BMConfigParser in the sake of readability
Dmitri Bogomolov
2018-03-03 17:59:53 +0200
ba5caf3fda
Sorted out configuration loading/updating a bit: - used BMConfigParser.safeGet.. methods instead of try .. except - moved all config checks from class_sqlThread into helper_startup - commented out initialization of settings which are then rewritten by updateConfig()
Dmitri Bogomolov
2018-03-03 17:31:49 +0200
2504c80da6
Fix an issue from #1153 for setup without plugins package
Dmitri Bogomolov
2018-07-01 01:16:32 +0300
c7d3784b80
No need to import namecoin early because it's really used only in Qt UI
Dmitri Bogomolov
2018-06-28 00:54:49 +0300
795b855c65
Returned logger setting to debug though slightly deduplicated
Dmitri Bogomolov
2018-06-27 11:24:09 +0300
da3e72186d
Auto-updated language ru from transifex
PyBitmessage Translations
2018-06-28 14:21:11 +0200