.. |
backend
|
Update resolution and fix format
|
2022-09-20 16:20:59 +05:30 |
bitmessagecurses
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
bitmessagekivy
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
bitmessageqt
|
fix bug in responsibility of message list on Qt GUI
|
2024-05-31 18:20:08 +09:00 |
bitmsghash
|
fix windows header files api issue
|
2019-06-28 20:35:40 +05:30 |
fallback
|
fix importing collections for Python3
|
2024-05-26 11:17:30 +09:00 |
images
|
Add Subscription and update test case of payment screen
|
2022-12-26 18:54:42 +05:30 |
messagetypes
|
Remove import from outer package in messagetypes, use dotted imports
|
2021-11-26 18:04:40 +02:00 |
mockbm
|
Rename mockpb dir to mockbm
|
2024-03-22 08:54:15 +00:00 |
network
|
fix SOCKS
|
2024-06-01 06:02:26 +09:00 |
plugins
|
use six.moves
|
2024-05-26 09:50:42 +09:00 |
pyelliptic
|
Merge branch 'bytes-key' into py3
|
2024-05-27 00:09:56 +09: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
|
workaround to invalid tag type
|
2024-05-31 02:35:22 +09:00 |
tests
|
fix to pass tests
|
2024-05-31 10:06:29 +09:00 |
translations
|
update translation files for using format() instead of arg()
|
2024-05-27 22:48:48 +09:00 |
__init__.py
|
changes needed to get current code to run
|
2017-02-25 00:06:04 -06:00 |
addresses.py
|
read from and write to SQLite database in binary mode
|
2024-05-27 04:45:40 +09:00 |
api.py
|
fix careless mistakes
|
2024-05-30 20:09:16 +09:00 |
bitmessagecli.py
|
use six.moves
|
2024-05-26 09:50:42 +09:00 |
bitmessagemain.py
|
Replaced state.streamsInWhichIAmParticipating with pool.streams
|
2024-05-15 09:21:37 +05:30 |
bmconfigparser.py
|
use six.moves
|
2024-05-26 09:50:42 +09:00 |
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
|
replace all of arg() occurrences to format()
|
2024-05-22 17:14:00 +09:00 |
class_objectProcessor.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
class_singleCleaner.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
class_singleWorker.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
class_smtpDeliver.py
|
use six.moves
|
2024-05-26 09:50:42 +09:00 |
class_smtpServer.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
class_sqlThread.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
dbcompat.py
|
refined: read from and write to SQLite database in binary mode
|
2024-05-27 22:43:01 +09:00 |
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
|
remove restriction for Python3 and add startup script for Python3
|
2024-05-27 23:01:19 +09:00 |
helper_ackPayload.py
|
Move randomBytes to highlevelcrypto
|
2024-04-12 15:46:32 +03:00 |
helper_addressbook.py
|
refined: read from and write to SQLite database in binary mode
|
2024-05-27 22:43:01 +09:00 |
helper_bitcoin.py
|
use binary literals for compatibility to Python3
|
2024-05-26 12:05:31 +09:00 |
helper_inbox.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
helper_msgcoding.py
|
fix types
|
2024-05-30 01:49:57 +09:00 |
helper_random.py
|
Move randomBytes to highlevelcrypto
|
2024-04-12 15:46:32 +03:00 |
helper_search.py
|
refined: read from and write to SQLite database in binary mode
|
2024-05-27 22:43:01 +09:00 |
helper_sent.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
helper_sql.py
|
fix bug in chunked database access
|
2024-05-31 18:05:52 +09:00 |
helper_startup.py
|
included defusedxml package for parsestring & cleaned upnp schema
|
2024-02-28 08:40:56 +05:30 |
highlevelcrypto.py
|
Move RIPEMD160 hash to highlevelcrypto and export to_ripe() (closes: #1796)
|
2024-05-20 15:07:20 +03:00 |
inventory.py
|
misc fixes to run with Python3; part 2
|
2024-05-28 12:58:40 +09:00 |
l10n.py
|
use six.PY2 and six.PY3
|
2024-05-25 09:06:02 +09:00 |
main.py
|
detach kivy version from upstream
|
2021-01-16 23:11:19 +05:30 |
multiqueue.py
|
fix importing collections for Python3
|
2024-05-26 11:17:30 +09:00 |
namecoin.py
|
Merge branch 'six' into py3
|
2024-05-26 10:18:08 +09:00 |
openclpow.py
|
Code Quality
|
2024-03-04 15:37:03 +00:00 |
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
|
Avoid recursion when trying to build bitmsghash lib
|
2024-05-05 23:22:34 +03:00 |
protocol.py
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
py3bitmessage
|
fix to pass tests
|
2024-05-31 10:06:29 +09:00 |
pybitmessage
|
fix to pass tests
|
2024-05-31 10:06:29 +09: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
|
use bytes() on keys to be hashable in Python3
|
2024-05-26 23:38:41 +09:00 |
revert_blob_to_text.py
|
add script to revert BLOB-keys into TEXT-keys
|
2024-05-30 21:06:26 +09:00 |
shared.py
|
fix to pass tests
|
2024-05-31 10:06:29 +09:00 |
shutdown.py
|
fix for newer versions of Python3
|
2024-05-30 11:17:28 +09:00 |
singleinstance.py
|
Code Quality
|
2024-02-28 07:23:55 +05:30 |
singleton.py
|
Minimal changes to document Singleton and class definitions it wraps
|
2019-10-18 01:06:03 +03:00 |
state.py
|
Moved dandelion runtime var from state to network->dandelion
|
2024-05-27 09:20:21 +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
|
Merge branch 'six' into py3
|
2024-05-26 10:18:08 +09:00 |
unqstr.py
|
fix unexpected label string
|
2024-05-31 02:53:10 +09:00 |
upnp.py
|
fix UPnP to work with Python3
|
2024-06-01 13:10:23 +09:00 |
version.py
|
Bump version
|
2018-02-14 00:23:47 +01:00 |