PyBitmessage/src
Peter Šurda e84b19613e
Inventory refactoring
- minor refactoring, made it into singleton instead of a shared global
  variable. This makes it a little bit cleaner and moves the class into
a separate file
- removed duplicate inventory locking
- renamed singleton.py to singleinstance.py (this is the code that
  ensures only one instance of PyBitmessage runs at the same time)
2017-01-10 21:15:35 +01:00
..
bitmessagecurses Inventory refactoring 2017-01-10 21:15:35 +01:00
bitmessageqt Inventory refactoring 2017-01-10 21:15:35 +01:00
bitmsghash BSD compile fixes 2016-05-24 09:42:49 +02:00
images removed images/can-icon-24px_2.png 2013-11-01 19:28:44 -04:00
messagetypes Add extended encoding message validation 2016-11-15 17:10:33 +01:00
network New network backend (WIP, not integrated) 2016-12-01 16:48:04 +01:00
pyelliptic Typo 2016-05-02 15:00:23 +02:00
socks Proxy error handling 2016-10-20 01:49:40 +02:00
sslkeys Opportunistic encryption with TLS (2 of 2) 2016-05-02 15:00:20 +02:00
translations Auto-updated language fr from transifex 2017-01-05 19:24:45 +01:00
addresses.py Some preparations for python 3 2016-05-02 15:00:25 +02:00
api.py Many changes on chan create/join dialog 2016-10-28 22:07:16 +02:00
api_client.py
bitmessagecli.py New config parser class 2016-12-06 10:47:39 +01:00
bitmessagemain.py Inventory refactoring 2017-01-10 21:15:35 +01:00
build_osx.py Update build scripts 2016-05-02 15:00:25 +02:00
class_addressGenerator.py Many changes on chan create/join dialog 2016-10-28 22:07:16 +02:00
class_objectHashHolder.py Exception prevention in hashCount 2016-11-01 14:44:39 +01:00
class_objectProcessor.py Enable support for extended encoding 2016-11-14 20:23:58 +01:00
class_objectProcessorQueue.py objectProcessorQueue fixes 2016-05-02 15:00:23 +02:00
class_outgoingSynSender.py Don't connect to self fix 2016-11-14 20:20:41 +01:00
class_receiveDataThread.py Inventory refactoring 2017-01-10 21:15:35 +01:00
class_sendDataThread.py Thread names for IPv6 2016-05-02 15:00:23 +02:00
class_singleCleaner.py Inventory refactoring 2017-01-10 21:15:35 +01:00
class_singleListener.py Multiple connections on hidden service fix 2016-06-10 18:01:46 +02:00
class_singleWorker.py Inventory refactoring 2017-01-10 21:15:35 +01:00
class_smtpDeliver.py Add SMTP delivery labels 2016-07-09 09:58:01 +02:00
class_smtpServer.py SMTPd bugfix 2016-07-22 08:10:56 +02:00
class_sqlThread.py Hide connection notifications configuration option 2016-10-11 19:14:06 +02:00
configparser.py Fix timeformat in configparser 2016-12-06 13:04:52 +01:00
debug.py Default logger output UTF-8 2016-12-06 16:15:37 +01:00
defaultKnownNodes.py update list of defaultKnownNodes 2015-03-09 22:33:46 -04:00
depends.py DLL path fix in frozen mode 2016-05-02 15:00:23 +02:00
helper_bitcoin.py
helper_bootstrap.py Proxy error handling 2016-10-20 01:49:40 +02:00
helper_generic.py Multiprocessing PoW fixes and improvements 2016-10-22 05:00:35 +02:00
helper_inbox.py Update unread count more efficiently 2016-05-02 15:00:19 +02:00
helper_msgcoding.py Formating and standalone fix 2016-11-15 17:09:08 +01: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 Half-open connection limit warning fix 2016-11-13 08:50:09 +01:00
helper_threading.py Threads close better 2016-05-02 15:00:21 +02:00
highlevelcrypto.py Some preparations for python 3 2016-05-02 15:00:25 +02:00
inventory.py Inventory refactoring 2017-01-10 21:15:35 +01:00
l10n.py Fix locale init 2016-12-13 11:54:01 +01:00
message_data_reader.py Some preparations for python 3 2016-05-02 15:00:25 +02:00
namecoin.py Improve namecoin init error handling 2016-08-31 16:24:28 +08:00
openclpow.py OpenCL initialisation fix 2016-11-14 20:21:46 +01:00
proofofwork.py Notify if C PoW missing 2016-12-15 16:11:29 +01:00
protocol.py Addresses can be configured not to send acks 2016-05-02 15:00:22 +02:00
qidenticon.py
shared.py Inventory refactoring 2017-01-10 21:15:35 +01:00
singleinstance.py Inventory refactoring 2017-01-10 21:15:35 +01:00
singleton.py Inventory refactoring 2017-01-10 21:15:35 +01:00
tr.py Typo 2016-05-02 15:00:26 +02:00
upnp.py UPnP fix 2016-06-22 22:54:06 +02:00