PyBitmessage/src
Peter Šurda 0324958e92
Peer discovery fixes
- incoming packets weren't correctly processed
2017-08-06 23:05:54 +02:00
..
bitmessagecurses Typo 2017-06-10 10:07:47 +02:00
bitmessageqt Tooltips for network status columns 2017-07-06 19:36:04 +02:00
bitmsghash Changed Makefile to use CXX instead of g++ 2017-02-25 22:33:31 +01:00
fallback Add umsgpack as fallback 2017-05-07 20:15:16 +02:00
images removed images/can-icon-24px_2.png 2013-11-01 19:28:44 -04:00
messagetypes Frozen mode message type static 2017-02-26 20:50:06 +01:00
network Peer discovery fixes 2017-08-06 23:05:54 +02:00
plugins Show a dialog with QR-code for selected bm-address 2017-03-06 18:00:23 +02:00
pyelliptic LibreSSL compatibility 2017-02-18 17:22:17 +01:00
socks Don't report direct network errors as proxy errors 2017-02-20 12:34:55 +01:00
sslkeys Opportunistic encryption with TLS (2 of 2) 2016-05-02 15:00:20 +02:00
storage Fix typo introduced by code quality patch 2017-06-24 23:09:08 +02:00
translations Auto-updated language eo from transifex 2017-07-07 16:32:25 +02:00
__init__.py changes needed to get current code to run 2017-02-25 00:06:04 -06:00
addresses.py Imports, typos, syntax errors 2017-02-08 14:19:02 +01:00
api.py Fix network status in api 2017-06-10 10:08:40 +02:00
api_client.py more v4 address work. Should be done. 2013-09-18 00:04:01 -04:00
bitmessagecli.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
bitmessagemain.py Fix signal handler in daemon mode 2017-07-30 09:36:20 +02:00
bmconfigparser.py Allow multiple ReceiveQueue threads 2017-07-10 07:08:10 +02:00
build_osx.py Update build scripts 2016-05-02 15:00:25 +02:00
class_addressGenerator.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
class_objectHashHolder.py Assorted fixes 2017-01-11 18:13:00 +01:00
class_objectProcessor.py Unknown object log entry less severe 2017-07-05 09:01:40 +02:00
class_objectProcessorQueue.py Reduce cyclic dependencies 2017-02-08 13:41:56 +01:00
class_outgoingSynSender.py Download tracking refactoring 2017-03-19 22:08:00 +01:00
class_receiveDataThread.py Add TLS version debug info 2017-05-07 20:15:57 +02:00
class_sendDataThread.py Download tracking refactoring 2017-03-19 22:08:00 +01:00
class_singleCleaner.py Typo in previous commit 2017-08-06 21:38:23 +02:00
class_singleListener.py Fix onionbindip for some systems with IPv6 2017-05-10 20:01:23 +02:00
class_singleWorker.py Asyncore update 2017-05-29 03:16:14 +02:00
class_smtpDeliver.py Config file defaults and address unification 2017-05-15 12:18:07 +02:00
class_smtpServer.py Config file defaults and address unification 2017-05-15 12:18:07 +02:00
class_sqlThread.py Config file defaults and address unification 2017-05-15 12:18:07 +02:00
debug.py Fixes pointed out by landscape.io 2017-01-11 17:26:25 +01:00
defaultKnownNodes.py Add ratings to peers 2017-07-05 09:17:01 +02:00
defaults.py Cyclic import fix 2017-02-08 20:37:42 +01:00
depends.py Made it possible to use installed umsgpack 2017-06-12 13:54:44 +03:00
helper_bitcoin.py Fixed missing arithmetic import in helper_bitcoin file 2013-06-21 12:58:36 +01:00
helper_bootstrap.py Add ratings to peers 2017-07-05 09:17:01 +02:00
helper_generic.py Traceback on Ctrl-C 2017-05-27 19:02:05 +02:00
helper_inbox.py Reduce cyclic dependencies 2017-02-08 13:41:56 +01:00
helper_msgcoding.py Made it possible to use installed umsgpack 2017-06-12 13:54:44 +03:00
helper_random.py Unified random number provider 2017-07-05 08:52:16 +02:00
helper_search.py Sent folder in chans extended 2016-05-02 15:00:24 +02:00
helper_sent.py finished work on specifyTTL 2015-03-09 02:35:32 -04:00
helper_sql.py sqlExecute now returns rowcount 2016-05-02 15:00:24 +02:00
helper_startup.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
helper_threading.py Allow multiple ReceiveQueue threads 2017-07-10 07:08:10 +02:00
highlevelcrypto.py Typo 2017-06-10 10:11:50 +02:00
inventory.py Network status updates 2017-05-31 10:15:47 +02:00
knownnodes.py Add ratings to peers 2017-07-05 09:17:01 +02:00
l10n.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
message_data_reader.py Reduce cyclic dependencies 2017-02-08 13:41:56 +01:00
multiqueue.py New class multiqueue 2017-06-27 13:25:12 +02:00
namecoin.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
openclpow.py Fixed some inconvenience on first run mainly in Ubuntu. 2017-04-05 14:25:02 +03:00
paths.py Git head information in version 2017-02-07 20:46:30 +01:00
proofofwork.py Fixed some inconvenience on first run mainly in Ubuntu. 2017-04-05 14:25:02 +03:00
protocol.py Randomise node id 2017-07-10 07:10:05 +02:00
pybitmessage Total setup.py cleanup and simple script installation 2017-02-28 15:51:49 +02:00
qidenticon.py nonfunctional identicon settings-GUI 2013-09-18 17:39:45 +02:00
queues.py Change peer discovery tracking from queue to a dict 2017-08-06 21:29:54 +02:00
shared.py Config file defaults and address unification 2017-05-15 12:18:07 +02:00
shutdown.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
singleinstance.py Fix windows PID file 2017-08-06 18:29:08 +02:00
singleton.py Inventory refactoring 2017-01-10 21:15:35 +01:00
state.py Change peer discovery tracking from queue to a dict 2017-08-06 21:29:54 +02:00
throttle.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
tr.py Rename configparser.py to bmconfigparser.py 2017-02-22 09:34:54 +01:00
upnp.py Reset connection list on UPnP 2017-02-28 01:15:49 +01:00
version.py Version bump for 0.6.2 2017-03-01 13:12:31 +01:00