257 Commits (1a8e8bc047bc6cd124b338e9c69c3bbb561db54a)

Author SHA1 Message Date
Neil e0a6b082d2 First message on an interface is server.version (#4407) 7 years ago
SomberNight c8bed8791a
assert datadir available 7 years ago
Dimitris Apostolou 989c9c2b55 Fix typos 7 years ago
ThomasV ad6dd73a03 do not catch OSError in pipe.send (fix ANR on some versions of Android) 7 years ago
SomberNight 9b7536e75c use explicit utf-8 encoding when opening files in text mode 7 years ago
ThomasV 4137ae94a0 flush certificate file; might fix #4059 7 years ago
SomberNight 08aee6a857 logging - use self.print_error instead of util.print_error 7 years ago
fr3aker b7d587c6ac
fix parsing of ipv6 addresses in interface 7 years ago
Justin Turner Arthur 9a0aa9b478 Remove Python 2 support imports. 7 years ago
SomberNight 07e9415c2d interface ssl: besides TLS 1.1, also allow later versions 7 years ago
ThomasV 1cbc794229 interface: catch py3 exceptions 7 years ago
ThomasV 216e9403be cleanup six (no python2 support) 7 years ago
ThomasV 4df5997940 catch wrap_socket timeouts 7 years ago
ThomasV 1a6e41cec8 python3 updates 7 years ago
fr3aker 8a15581d8e fix imports 8 years ago
Dmitry Sorokin d304ccdf17 py3 in qtgui 8 years ago
Dmitry Sorokin 5be78950ca py3 8 years ago
ThomasV 7daa8ebfdd interface: close wire is response is not dict 8 years ago
ThomasV 29e2570d3d prevent busy looping 8 years ago
ThomasV d61ccd4275 throttle send_requests 8 years ago
ThomasV 5661aabaa4 revert to daemon for interface code 9 years ago
ThomasV 5f3b6af2e0 interface: do not use daemon threads 9 years ago
ThomasV d3a9af9e79 catch exception in interface.close 9 years ago
ThomasV a0b861cd8f fix bug in interface.get_responses 9 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV fe9ec6de06 reformatting 9 years ago
ThomasV 614f3df4b8 Revert "Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23" 9 years ago
Kefkius f329143733 Fix typo in Connection docstring 9 years ago
Neil Booth 6f1367fea6 Unify message IDs between network and interfaces 9 years ago
Neil Booth 93b99ebded Handy new class PrintError 9 years ago
Neil Booth cdcd4d7215 Fix 'tuple' object has no attribute 'copy' 9 years ago
Neil Booth 748662dede Add a debugging traceback. 9 years ago
Neil Booth 49a48d52ac Use select. 10 years ago
ThomasV 85d9b8aa8d fix: dePem cert before parsing 10 years ago
ThomasV ca3c320ef4 simplify x509 constructor 10 years ago
ThomasV 476d198be9 fix missing occurences of X509.parse 10 years ago
ThomasV 380bccacf0 request_queue.put should never block, because maxsize is not set 10 years ago
Eagle[TM] 4731418af9 Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23 10 years ago
Roman Zeyde 5fbd7553ed interface: fix check_host_name() pattern matching 10 years ago
neocogent 8792301846 restrict to *. only, add DN support also 10 years ago
neocogent 3c563b85ad adjust comment about wildcards 10 years ago
neocogent 59c231808f add wildcard ssl support 10 years ago
Roman Zeyde 9c06bee8c7 interface: slow_parse() is not defined for X509 10 years ago
ThomasV 604d5d432c sanitize server at the interface level (follow up to issue #1330) 10 years ago
Neil Booth 2f2e468d0a SocketPipe shouldn't close the socket. 10 years ago
Neil Booth ab2f80c3e0 Fix couple of minor socket issues 10 years ago
Neil Booth 76355e66c8 Make interface status tri-state. 10 years ago
ThomasV 5c73bc5bc7 interface: init ping_time with 0 so that the client sends version message 10 years ago
ThomasV 2a92a310ba typo 10 years ago
ThomasV 8c07bdc3bc do not timeout if interface is receiving data 10 years ago