..
bitmessagecurses
Fixed Typo that prevented bitmessagecurses from running!
2018-05-02 18:24:11 +02:00
bitmessageqt
Sorted out configuration loading/updating a bit:
2018-07-04 17:59:58 +03:00
bitmsghash
Changed Makefile to use CXX instead of g++
2017-02-25 22:33:31 +01:00
fallback
Added: Sphinx docs, testing readthedocs integration
2018-06-13 10:07:45 +01:00
images
removed images/can-icon-24px_2.png
2013-11-01 19:28:44 -04:00
messagetypes
More messagetypes hardening
2018-02-19 16:57:47 +01:00
network
Fixed: ERROR - Too many items in inv message! Closes 1274
2018-06-14 11:57:04 +01:00
plugins
Added docstrings. Removed unused method Image.save().
2018-03-14 08:57:51 +02:00
pyelliptic
Added: Sphinx docs, testing readthedocs integration
2018-06-13 10:07:45 +01:00
socks
Added: Sphinx docs, testing readthedocs integration
2018-06-13 10:07:45 +01:00
sslkeys
Opportunistic encryption with TLS (2 of 2)
2016-05-02 15:00:20 +02:00
storage
Inventory checking performance optimisation
2018-02-02 14:33:29 +01:00
translations
Auto-updated language ru from transifex
2018-06-29 17:15:30 +02:00
__init__.py
changes needed to get current code to run
2017-02-25 00:06:04 -06:00
addresses.py
Address operations: simplified the code a bit
2018-03-22 12:13:47 +02:00
api_client.py
Added: Sphinx docs, testing readthedocs integration
2018-06-13 10:07:45 +01:00
api.py
flake8: api, debug
2018-05-21 12:20:57 +03:00
bitmessagecli.py
Fix issue #1288
2018-06-28 12:42:05 +01:00
bitmessagemain.py
Import email related stuff only if configured
2018-06-27 12:27:46 +03:00
bmconfigparser.py
flake8: bmconfigparser
2018-05-18 13:55:00 +03:00
build_osx.py
Update build scripts
2016-05-02 15:00:25 +02:00
class_addressGenerator.py
Fixed: Codacy issues in src/class_*.py
2018-05-03 19:05:39 +01:00
class_objectProcessor.py
flake8: class_objectProcessor
2018-05-18 13:55:55 +03:00
class_objectProcessorQueue.py
Fixed: Addressed PR comments
2018-05-07 11:50:51 +01:00
class_singleCleaner.py
flake8: bitmessagemain, class_singleCleaner, helper_generic, shutdown
2018-05-21 13:37:23 +03:00
class_singleWorker.py
Fixed: Addressed PR comments
2018-05-08 12:53:58 +01:00
class_smtpDeliver.py
Fixed: Codacy issues in src/class_*.py
2018-05-03 19:05:39 +01:00
class_smtpServer.py
Fixed: Codacy issues in src/class_*.py
2018-05-03 19:05:39 +01:00
class_sqlThread.py
Sorted out configuration loading/updating a bit:
2018-07-04 17:59:58 +03:00
debug.py
Returned logger setting to debug though slightly deduplicated
2018-06-30 01:28:22 +03:00
defaults.py
Cyclic import fix
2017-02-08 20:37:42 +01:00
depends.py
Rewritten detectOSRelease() to pull values from dict
2018-06-27 01:27:37 +03:00
helper_ackPayload.py
Add docstring in helper_ackPayload
2018-04-06 18:12:57 +05:30
helper_bitcoin.py
Fixed missing arithmetic import in helper_bitcoin file
2013-06-21 12:58:36 +01:00
helper_bootstrap.py
Moved reading knownnodes.dat into knownnodes module
2018-05-21 18:49:38 +03:00
helper_generic.py
helper_generic: imports in alphabetical order, import multiprocessing
2018-05-21 13:37:28 +03:00
helper_inbox.py
helper_inbox formating
2018-04-07 16:11:24 +05:30
helper_msgcoding.py
Fixed: Simple Codacy errors and warnings in src/helper_*
2018-05-02 15:52:47 +01:00
helper_random.py
Fixed: Simple Codacy errors and warnings in src/helper_*
2018-05-02 15:52:47 +01:00
helper_search.py
Fixed: Simple Codacy errors and warnings in src/helper_*
2018-05-02 15:52:47 +01:00
helper_sent.py
finished work on specifyTTL
2015-03-09 02:35:32 -04:00
helper_sql.py
Fixed: Simple Codacy errors and warnings in src/helper_*
2018-05-02 15:52:47 +01:00
helper_startup.py
Sorted out configuration loading/updating a bit:
2018-07-04 17:59:58 +03:00
helper_threading.py
Made changes while import prctl
2018-04-10 14:19:34 +05:30
highlevelcrypto.py
Typo
2017-06-10 10:11:50 +02:00
inventory.py
Remove unused imports
2018-03-13 07:41:59 +01:00
knownnodes.py
Create default knownnodes if cannot read from file
2018-05-21 18:49:39 +03:00
l10n.py
Rename configparser.py to bmconfigparser.py
2017-02-22 09:34:54 +01:00
message_data_reader.py
Added: Sphinx docs, testing readthedocs integration
2018-06-13 10:07:45 +01:00
multiqueue.py
implement more helper random changes with replace random.xxx
2018-03-21 18:19:08 +05:30
namecoin.py
Fixed: Style and lint violations for three more of the worst violating files
2018-05-28 14:35:30 +01:00
openclpow.py
Import numpy after pyopencl
2018-06-27 12:27:41 +03:00
paths.py
Try to replace copyright year from last commit date
2018-01-30 17:26:58 +02:00
proofofwork.py
C PoW init fix
2017-08-15 14:09:19 +02:00
protocol.py
Merge PR 1261 into v0.6
2018-06-12 00:10:34 +02:00
pybitmessage
Total setup.py cleanup and simple script installation
2017-02-28 15:51:49 +02:00
qidenticon.py
Fixed: Style and lint issues in src/qidenticon.py
2018-05-16 12:31:06 +01:00
queues.py
Change peer discovery tracking from queue to a dict
2017-08-06 21:29:54 +02:00
randomtrackingdict.py
Add docstring
2018-04-03 19:24:10 +02:00
shared.py
Even more unused variables
2018-03-22 13:48:07 +02:00
shutdown.py
flake8: bitmessagemain, class_singleCleaner, helper_generic, shutdown
2018-05-21 13:37:23 +03:00
singleinstance.py
flake8: bitmessagemain, class_singleCleaner, helper_generic, shutdown
2018-05-21 13:37:23 +03:00
singleton.py
Inventory refactoring
2017-01-10 21:15:35 +01:00
state.py
flake8: state
2018-06-26 16:28:31 +03:00
tr.py
Handled AttributeError when tr imported from plugin
2018-01-17 13:58:37 +02:00
upnp.py
UPnP parser fix
2018-02-26 20:03:35 +01:00
version.py
Bump version
2018-02-14 00:23:47 +01:00