..
bitmessagecurses
Added ignore comments for bare except warnings for addresses, class_smtpDeliver, depends, helper_msgcoding, helper_startup, highlevelcrypto, protocol & bitmessagecurses/__init__ files
2021-10-07 12:11:03 +05:30
bitmessagekivy
Refactor Kivy-payment screen test
2021-11-12 12:55:42 +05:30
bitmessageqt
l10n: reformat and remove py3 incompatibilities,
2021-08-30 21:17:34 +03:00
bitmsghash
fix windows header files api issue
2019-06-28 20:35:40 +05:30
fallback
Fix fallback package docstring
2019-10-18 01:06:02 +03:00
images
Loadmessage list feature with current account get and ngletters images icon
2018-08-31 18:26:22 +05:30
messagetypes
Remove import from outer package in messagetypes, use dotted imports
2021-11-26 18:04:40 +02:00
mock
Updated queue.Full logger.error to logger.warning and added bare except for subprocess.check_output function call for windows
2021-10-06 12:35:48 +05:30
network
Start adding hashes with double SHA512
2021-12-15 22:11:57 +02:00
plugins
Reverted import placement change & added ignore comment
2021-10-14 12:49:13 +05:30
pyelliptic
Add tests for base58 and WIF decoding using pyelliptic.arithmetic
2021-12-15 22:11:57 +02:00
sslkeys
Opportunistic encryption with TLS (2 of 2)
2016-05-02 15:00:20 +02:00
storage
Fixed flake8 CQ issues
2020-12-30 20:01:33 +05:30
tests
The test
2021-12-15 22:11:57 +02:00
translations
Cleanup the translation project
2019-05-23 10:21:33 +03:00
__init__.py
changes needed to get current code to run
2017-02-25 00:06:04 -06:00
addresses.py
Start adding hashes with double SHA512
2021-12-15 22:11:57 +02:00
api.py
Start adding hashes with double SHA512
2021-12-15 22:11:57 +02:00
bitmessagecli.py
Ignored bare except warnings
2021-09-08 13:09:14 +05:30
bitmessagemain.py
Added statusBar, getAllInboxMessages, getAllInboxMessageIds, getInboxMessageById, getInboxMessagesByReceiver, trashMessage, trashInboxMessage & addSubscription, methods testcases & updated related functions
2021-12-02 19:11:35 +05:30
bmconfigparser.py
Updated pylint ignore comments
2021-09-28 21:11:45 +05:30
build_osx.py
Imported packages sequencing and formatting
2020-01-30 12:14:40 +05:30
class_addressGenerator.py
Moved decodeWalletImportFormat() from shared to highlevelcrypto,
2021-12-15 22:13:47 +02:00
class_objectProcessor.py
Start adding hashes with double SHA512
2021-12-15 22:11:57 +02:00
class_singleCleaner.py
Updated code quality base except warning code changes in class_singleCleaner.py and added test for safeGetFloat in bmconfigparser.py
2021-09-08 13:48:59 +05:30
class_singleWorker.py
Moved decodeWalletImportFormat() from shared to highlevelcrypto,
2021-12-15 22:13:47 +02:00
class_smtpDeliver.py
Added ignore comments for bare except warnings for addresses, class_smtpDeliver, depends, helper_msgcoding, helper_startup, highlevelcrypto, protocol & bitmessagecurses/__init__ files
2021-10-07 12:11:03 +05:30
class_smtpServer.py
Added SmtpServerChannelException custom exception
2021-09-02 13:03:24 +05:30
class_sqlThread.py
Rewritten weird imports in class_sqlThread and fixed import from tr
2021-07-20 21:39:58 +03:00
debug.py
Rewritten the weird imports in debug
2021-07-28 14:33:13 +03:00
defaults.py
Marked variables comments in defaults for use in doc.
2019-11-11 17:13:20 +02:00
depends.py
Added more instructions to INSTALL.md, rearranges the steps and added warning for ubuntu 20 & greater
2021-12-15 12:19:31 +05:30
helper_ackPayload.py
Imported packages sequencing and formatting
2020-01-30 12:14:40 +05:30
helper_addressbook.py
updated addressbook table in class_sqlThread module
2021-01-14 15:43:30 +05:30
helper_bitcoin.py
helper_bitcoin pylint fixes
2019-11-25 15:17:32 +05:30
helper_inbox.py
Added undeleteMessage function in helper_inbox & respective method in api.py and separated inbox & trash testcases
2021-12-02 19:11:38 +05:30
helper_msgcoding.py
Added ignore comments for bare except warnings for addresses, class_smtpDeliver, depends, helper_msgcoding, helper_startup, highlevelcrypto, protocol & bitmessagecurses/__init__ files
2021-10-07 12:11:03 +05:30
helper_random.py
pybitmessage kivy app test cases and test script
2021-07-20 15:06:27 +05:30
helper_search.py
flake8 and style fixes and docstrings in helper_search
2020-05-11 13:39:13 +03:00
helper_sent.py
validate address in insert method and improve test cases
2020-11-21 13:53:10 +05:30
helper_sql.py
Import queue from six.moves in the top level module
2021-07-28 14:33:41 +03:00
helper_startup.py
Reverted try/except from read method
2021-10-07 12:11:04 +05:30
highlevelcrypto.py
Moved decodeWalletImportFormat() from shared to highlevelcrypto,
2021-12-15 22:13:47 +02:00
inventory.py
Imported packages sequencing and formatting
2020-01-30 12:14:40 +05:30
l10n.py
Fixed isort & updated exceptions
2021-09-29 17:54:48 +05:30
main.py
detach kivy version from upstream
2021-01-16 23:11:19 +05:30
multiqueue.py
Import queue from six.moves in the top level module
2021-07-28 14:33:41 +03:00
namecoin.py
Updated flake8 indentation changes & added return None to queryHTTP exceptions
2021-09-10 20:49:20 +05:30
openclpow.py
Updated code quality ignored bare except warnings changes in openclpow.py
2021-09-01 20:31:44 +05:30
pathmagic.py
Universal pathmagic returns app dir; activated in setup for python3
2021-02-17 17:11:25 +02:00
paths.py
Imported packages sequencing and formatting
2020-01-30 12:14:40 +05:30
proofofwork.py
Start adding hashes with double SHA512
2021-12-15 22:11:57 +02:00
protocol.py
Start adding hashes with double SHA512
2021-12-15 22:11:57 +02:00
pybitmessage
Total setup.py cleanup and simple script installation
2017-02-28 15:51:49 +02:00
qidenticon.py
Fix the qidenticon PyQt5 bug ( closes : #1901 )
2021-12-15 18:24:36 +02:00
queues.py
Import queue from six.moves in the top level module
2021-07-28 14:33:41 +03:00
randomtrackingdict.py
Updated binary operator line break code quality change
2021-08-19 14:11:49 +05:30
shared.py
Moved decodeWalletImportFormat() from shared to highlevelcrypto,
2021-12-15 22:13:47 +02:00
shutdown.py
Import queue from six.moves in the top level module
2021-07-28 14:33:41 +03:00
singleinstance.py
Removed print statement
2021-09-30 17:52:16 +05:30
singleton.py
Minimal changes to document Singleton and class definitions it wraps
2019-10-18 01:06:03 +03:00
state.py
pybitmessage kivy app test cases and test script
2021-07-20 15:06:27 +05:30
testmode_init.py
Added testmode check for HandleclearUISignalQueue & HandleGetStatusBar functions, replaced sample_inbox_msg_receiver_address by sample_deterministic_addr4
2021-12-02 19:11:36 +05:30
threads.py
Moved most of variables from shared elsewhere (mostly to state)
2020-05-05 17:27:38 +03:00
tr.py
Updated code quality print space, removed not required backslash & indentation changes in tr.py
2021-08-26 13:23:12 +05:30
upnp.py
Updated BMConfigParser getint to safeGetInt
2021-09-27 19:25:09 +05:30
version.py
Bump version
2018-02-14 00:23:47 +01:00