You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PyBitmessage/src
Peter Šurda 4f543e14c1
TLS handshake fix
- TLS handshake in python is apparently always asynchronous, so it needs
  proper handling of SSLWantReadError and SSLWantWriteError
- also adds a timeout and a proper shutdown if handshake fails
7 years ago
..
bitmessagecurses Curses fixes 7 years ago
bitmessageqt Notify if C PoW missing 7 years ago
bitmsghash BSD compile fixes 7 years ago
images removed images/can-icon-24px_2.png 10 years ago
messagetypes Add extended encoding message validation 7 years ago
network New network backend (WIP, not integrated) 7 years ago
pyelliptic Typo 8 years ago
socks Proxy error handling 7 years ago
sslkeys Opportunistic encryption with TLS (2 of 2) 8 years ago
translations Auto-updated language fr from transifex 7 years ago
addresses.py Some preparations for python 3 8 years ago
api.py Many changes on chan create/join dialog 7 years ago
api_client.py more v4 address work. Should be done. 10 years ago
bitmessagecli.py New config parser class 7 years ago
bitmessagemain.py Merge commit 'd3a0404274e5105b9d6279901246af8f7009eb6d' into v0.6 7 years ago
build_osx.py Update build scripts 8 years ago
class_addressGenerator.py Many changes on chan create/join dialog 7 years ago
class_objectHashHolder.py Exception prevention in hashCount 7 years ago
class_objectProcessor.py Enable support for extended encoding 7 years ago
class_objectProcessorQueue.py objectProcessorQueue fixes 8 years ago
class_outgoingSynSender.py Don't connect to self fix 7 years ago
class_receiveDataThread.py TLS handshake fix 7 years ago
class_sendDataThread.py Thread names for IPv6 8 years ago
class_singleCleaner.py Keep known nodes for 28 instead of 2 days 7 years ago
class_singleListener.py Multiple connections on hidden service fix 7 years ago
class_singleWorker.py Encoding when sending to self 7 years ago
class_smtpDeliver.py Add SMTP delivery labels 7 years ago
class_smtpServer.py SMTPd bugfix 7 years ago
class_sqlThread.py Hide connection notifications configuration option 7 years ago
configparser.py Fix timeformat in configparser 7 years ago
debug.py Default logger output UTF-8 7 years ago
defaultKnownNodes.py update list of defaultKnownNodes 9 years ago
depends.py DLL path fix in frozen mode 8 years ago
helper_bitcoin.py Fixed missing arithmetic import in helper_bitcoin file 10 years ago
helper_bootstrap.py Proxy error handling 7 years ago
helper_generic.py Multiprocessing PoW fixes and improvements 7 years ago
helper_inbox.py Update unread count more efficiently 8 years ago
helper_msgcoding.py Formating and standalone fix 7 years ago
helper_search.py Sent folder in chans extended 8 years ago
helper_sent.py finished work on specifyTTL 9 years ago
helper_sql.py sqlExecute now returns rowcount 8 years ago
helper_startup.py Half-open connection limit warning fix 7 years ago
helper_threading.py Threads close better 8 years ago
highlevelcrypto.py Some preparations for python 3 8 years ago
l10n.py Fix locale init 7 years ago
message_data_reader.py Some preparations for python 3 8 years ago
namecoin.py Improve namecoin init error handling 7 years ago
openclpow.py OpenCL initialisation fix 7 years ago
proofofwork.py Notify if C PoW missing 7 years ago
protocol.py Addresses can be configured not to send acks 8 years ago
qidenticon.py nonfunctional identicon settings-GUI 10 years ago
shared.py New config parser class 7 years ago
singleton.py Lock file fixes 7 years ago
tr.py Typo 8 years ago
upnp.py UPnP fix 7 years ago