jai.s
ec035c4f9d
Removed tor for travis and stem from requirement.txt and worked on the process killing issue
2020-10-08 20:08:46 +05:30
jai.s
2dfc120eea
Changed shebang and made changes in the travis
2020-10-06 15:48:03 +05:30
jai.s
e1df39065c
Solved the pybitmessage -t issue and added new file for the dummy objects for the test core
2020-09-25 17:58:54 +05:30
jai.s
ef087e571c
Added try and except for test condition in the bitmessagemain
2020-09-22 20:22:17 +05:30
jai.s
a16f2c6deb
Removed try and except for the testcases in bitmessagemain
2020-09-22 19:27:55 +05:30
jai.s
38194071c6
Added condition for testmode in signal_handler and cookies condition in post method in api
2020-09-22 16:11:25 +05:30
jai.s
269ffbb275
Solved the pybitmessage -t issue and Removed unrequired prints and logger and typo
2020-09-17 19:59:00 +05:30
jai.s
53d46dbdf0
Added conditions for API test cases
2020-08-30 00:23:30 +05:30
jai.s
c7700507e1
Changed path to src to pybitmessage
2020-07-31 20:42:13 +05:30
jai.s
7773392847
Initial commit for test cases python3 porting
2020-07-16 15:36:49 +05:30
0dd9c85831
Merge branch 'v0.6' of https://github.com/Bitmessage/PyBitmessage into py3porting
2020-06-19 19:46:27 +05:30
d6953eb450
New package: bitmessageqt.tests
...
any test cases from it will be added to tests.core test suite if possible,
e.g. PyQt is functional. TestSupport - minimal test case for support module
to reproduce #1633 .
2020-06-15 12:06:31 +03:00
487eab6f78
fix conflicts after merging
2020-06-10 15:46:16 +05:30
d09782e53d
Obsolete bitmessagemain.connectToStream(), use BMConnectionPool method
2020-05-05 17:30:31 +03:00
185ad66ea5
Moved most of variables from shared elsewhere (mostly to state)
2020-05-05 17:27:38 +03:00
ade796c700
fixes after new merging PR #23
2020-02-19 16:31:42 +05:30
23a8ab2c19
fixes after new merging
2020-02-19 15:38:27 +05:30
lakshyacis
6f35da4096
Imported packages sequencing and formatting
2020-01-30 12:14:40 +05:30
lakshyacis
3211fca953
formatting and shorten line length
2020-01-22 15:55:26 +05:30
lakshyacis
1decaad156
invalid syntax pylint issue resolve
2020-01-21 15:38:12 +05:30
lakshyacis
26d75d99fd
Logging and modules issues fixes
2020-01-20 19:57:58 +05:30
lakshyacis
4d385a9c79
Code quality issues fixes
2020-01-20 18:59:51 +05:30
lakshyacis
b6a81f1252
Formatting and fix License
2020-01-15 16:17:26 +05:30
07469f1c0f
conflicts resolved
2020-01-09 16:19:39 +05:30
jai.s
fdbc175769
Updated origin and solved conflicts
2020-01-08 17:05:29 +05:30
lakshyacis
e436b8ecf6
commit after conflicts
2020-01-06 16:44:13 +05:30
jai.s
863558dad0
Updated origin by upstream
2020-01-06 15:13:31 +05:30
74036147e5
Merge branch 'v0.6' of https://github.com/surbhicis/PyBitmessage into UiChanges
2020-01-06 15:04:47 +05:30
5160a68c28
Moved start_proxyconfig to helper_startup;
...
no more prints in helper_startup
2020-01-04 14:28:45 +02:00
sandakersmann
9119507b03
Changed copyright year to 2020
2019-12-27 18:23:02 +01:00
lakshyacis
0de9e38415
python3 fixes
2019-12-24 19:32:37 +05:30
jai.s
9b1088b2e2
updated origin with upstream changes
2019-12-23 16:48:37 +05:30
3150956cdc
fix conflicts after merging
2019-12-18 16:38:10 +05:30
lakshyacis
af52d95503
bitmessagemain quality fixes
2019-11-25 10:41:55 +05:30
jai.s
fdbf7ad0f2
Worked on the network issues
2019-11-14 20:39:26 +05:30
388de96495
Alphabetical internal import order in bitmessagemain
2019-11-11 12:03:04 +02:00
341651973a
Reduced imports:
...
- exported from network package all objects used outside;
- made all threads available in threads module.
Wrote some module docstrings.
2019-11-11 12:03:03 +02:00
7a89109fc9
New logging approach in order to reduce imports from submodules
...
and use logging without risk of circular import. Only subpackage
that imports from debug is bitmessageqt - because it also uses
debug.resetLogging().
Instead of from debug import logger is now recommended to use:
import logging
logger = logging.getLogger('default')
All subclasses of StoppableThread now have a logger attribute.
All threading related stuff except for set_thread_name()
was moved from helper_threading to network.threads.
Fixed two my mistakes from previous edit of debug in a1a8d3a:
- logger.handlers is not dict but iterable
- sys.excepthook should be set unconditionally
2019-10-18 09:35:24 +03:00
jai.s
c813f679ae
Solved bmconfigparser python3 incompatibility issue and removed unrequired comment and line of code which are added during python3 plotting
2019-10-09 17:57:13 +05:30
jai.s
42ee9d910b
launch py3 convert app for first phase(need to do more checks)
2019-10-09 17:57:13 +05:30
jai.s
afb368e770
initial commit for python forward porting
2019-10-09 17:57:13 +05:30
144df6f1a1
Merge branch 'v0.6' of https://github.com/surbhicis/PyBitmessage into UiChanges
2019-09-26 18:42:45 +05:30
a7cfe5ba32
Try to test with tor
2019-09-25 18:55:01 +03:00
lakshyacis
581ef84ffa
Code Fixes 2 regarding PR#11
2019-09-19 16:53:42 +05:30
lakshyacis
69f8d50f81
code fixes for PR#11
2019-09-18 10:34:19 +05:30
Navjot
1177e17c81
resolve conflicts
2019-09-17 19:08:05 +05:30
73ce4b4c83
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
...
Ui Enhancement with dynamic addressbook updation and sent screen updation
Changes made for Sent Items refresh feature with auto add new message in kivy
2019-09-17 15:38:12 +05:30
lakshyacis
cc869d0426
bitmessagemain flake8 Fixes
2019-08-29 16:13:27 +05:30
ec11632297
Introduce pluggable proxy configurators
2019-08-08 11:46:50 +03:00
cis
da36062f7c
worked on fixing search bar issue
2019-08-06 21:43:34 +05:30