This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/src
Lee Miller 8e05e4a178
A test case for the network start checks that:
- all the threads are started,
  - it opens connections and updates stats.

A base class for partial run essentially mimics bitmessagemain.
2022-09-17 04:19:42 +03:00
..
backend Add common methods for backend 2022-07-06 13:08:59 +05:30
bitmessagecurses Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
bitmessagekivy Fixed Login screen, now redirect to myaddress screen 2022-09-15 12:47:16 +05:30
bitmessageqt Fixed multiline string spaces. 2022-09-01 13:35:59 +02:00
bitmsghash fix windows header files api issue 2019-06-28 20:35:40 +05:30
fallback Replace obsolete pycrypto with pycryptodome to support jammy: 2022-05-30 21:32:56 +03:00
images Add images and icons used in Kivy App 2022-08-17 15:22:10 +05:30
messagetypes Remove import from outer package in messagetypes, use dotted imports 2021-11-26 18:04:40 +02:00
mock Add kivy mock network and update setup file 2022-09-01 13:11:30 +05:30
network Pass config and state to network.start(), 2022-09-17 04:19:42 +03:00
plugins Add support for startonlogon in appimage 2022-08-14 01:14:06 +03:00
pyelliptic Build tests into the windows bundle if DEBUG=True is set in pyinstaller spec 2022-08-07 17:36:21 +03:00
sql add sql scripts files for sqlthread, change in sql import, updated code for sql file loading and fixed some linting 2022-03-23 16:36:10 +05:30
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 A test case for the network start checks that: 2022-09-17 04:19:42 +03: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 refactor address.py 2021-11-17 21:01:23 +05:30
api.py Add enableAddress API command and a check for sending from disabled address 2022-07-26 03:28:05 +03:00
bitmessagecli.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
bitmessagemain.py Pass config and state to network.start(), 2022-09-17 04:19:42 +03:00
bmconfigparser.py Update BMConfigParser and add test to enable/disable identity 2022-05-19 13:29:31 +05:30
build_osx.py add sql scripts files for sqlthread, change in sql import, updated code for sql file loading and fixed some linting 2022-03-23 16:36:10 +05:30
class_addressGenerator.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
class_objectProcessor.py Place obvious bandit nosec comments 2022-05-02 18:00:55 +03:00
class_singleCleaner.py Cleanup knownnodes only if network is enabled 2022-09-17 04:19:42 +03:00
class_singleWorker.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
class_smtpDeliver.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
class_smtpServer.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
class_sqlThread.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
debug.py Fix broken link 2022-08-24 00:02:26 +09:00
default.ini Set dontconnet to true in loadConfig 2022-02-28 12:29:59 +05:30
defaults.py Marked variables comments in defaults for use in doc. 2019-11-11 17:13:20 +02:00
depends.py Place obvious bandit nosec comments 2022-05-02 18:00:55 +03:00
helper_ackPayload.py Imported packages sequencing and formatting 2020-01-30 12:14:40 +05:30
helper_addressbook.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
helper_bitcoin.py helper_bitcoin pylint fixes 2019-11-25 15:17:32 +05:30
helper_inbox.py Add delete query 2022-07-07 21:17:40 +05:30
helper_msgcoding.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +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 Add trash query for sent box 2022-07-14 13:12:27 +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 Set dontconnet to true in loadConfig 2022-02-28 12:29:59 +05:30
highlevelcrypto.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
inventory.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
l10n.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +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 Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
openclpow.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
pathmagic.py Universal pathmagic returns app dir; activated in setup for python3 2021-02-17 17:11:25 +02:00
paths.py Use $APPIMAGE to determine exe folder and enable portable mode for AppImage 2022-08-12 05:30:18 +03:00
proofofwork.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
protocol.py Detect onion services in protocol in the same way as everythere 2022-08-30 17:22:53 +03: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 Mock multiqueue 2022-08-01 19:11:01 +08:00
randomtrackingdict.py Updated binary operator line break code quality change 2021-08-19 14:11:49 +05:30
shared.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
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 Move start of network threads to the network package, 2022-09-17 04:19:42 +03:00
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 Place obvious bandit nosec comments 2022-05-02 18:00:55 +03:00
version.py Bump version 2018-02-14 00:23:47 +01:00