238 Commits (9138cf3cb8fc899a1779f14b06375cc3d1a2eaa1)

Author SHA1 Message Date
ThomasV 30763a6555 fix config: serialize/deserialize proxy 10 years ago
ThomasV c225795793 use ssl.PROTOCOL_SSLv23 10 years ago
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 10 years ago
ThomasV 60e5450a0e rm print statement 10 years ago
ThomasV 0c0da6a36d use certs from request module in interface.py 10 years ago
ThomasV 52450289ff we must check host name if cert is signed by CA 10 years ago
ThomasV 889ac782c1 simplify interface.get_socket, and fix a bug with new certificates 10 years ago
ThomasV dd849964d1 interface: forward errors 10 years ago
ThomasV 8ca42bbf43 accept ssl certs signed by CA 10 years ago
ThomasV ae56de3160 rm dead code 10 years ago
ThomasV 3a9bb3cd43 interface: print debug message with the correct id 10 years ago
ThomasV efa0972971 use ping time to determine if we are disconnected 10 years ago
ThomasV 411a87e0a3 fix disconnection error 10 years ago
ThomasV 58c817f81a close interfaces on shutdown 10 years ago
ThomasV 44072a4f48 separate interface classes 10 years ago
ThomasV ed8f9666df remove interface.synchronous_get 10 years ago
ThomasV fb878e1045 fix: catch server.version 10 years ago
ThomasV 28df27fba2 update interface.py 10 years ago
ThomasV 9efc25bdba interface: use parse_json 10 years ago
ThomasV 9a07c1cb44 rename process_response 10 years ago
ThomasV 191520f064 interface.py: print -> print_error 10 years ago
ThomasV f9985ae233 use x509 to check if server certificate has expired 10 years ago
ThomasV 80a988e337 slightly better notifications. at least, it fixes #652 11 years ago
ThomasV 696766c370 json-friendly debug messages. fix #659 11 years ago
ThomasV 268a099f87 sync_get 11 years ago
dmcdad 292ab39553 Update interface.py 11 years ago
ThomasV f4f418e9ec return message ids with send_http too 11 years ago
ThomasV de94eaadeb fix issue occuring with set_server 11 years ago
ThomasV 60b6fd399d exit gracefully if host cannot be resolved. Fixes #488 11 years ago
ThomasV cff8515e3c on sl error: print exception inside for loop, and do not continue the loop 11 years ago
Emery Hemingway 8f87f7e954 IPv6 support 11 years ago
ThomasV ee141f6d37 fix connect on windows 11 years ago
Bryan Stitt 225d8b83a3 don't use bare except 11 years ago
Bryan Stitt f0eb0eccde replace BaseException with Exception 11 years ago
ThomasV 83e699c314 sanitize server in interface.py (fix bug #309) 11 years ago
ThomasV d2af935fc7 use a regexp for the ssl bug workaround 11 years ago
ThomasV f858f69c56 workaround android bug with ssl certificates 11 years ago
ThomasV 66f224eab4 update a few scripts 11 years ago
ThomasV a6934f6796 support for all protocols 11 years ago
ThomasV 0b2c09d20b interface.debug flag 11 years ago
ThomasV c18a49b8fe auto-cycle: switch to the longest chain 11 years ago
ThomasV 77dd1ae1b1 handle handshake failures in SSL 11 years ago
ThomasV 7a5016ec42 move synchronous_get to network.py, fix get_balance script 11 years ago
ThomasV 5086fd6b27 do not check certificate expiration if OpenSSL cannot be imported 11 years ago
ThomasV 40e393187a manage subscriptions in network.py 11 years ago
ThomasV 7a5b8a6202 fix 11 years ago
ThomasV 676350ba8a delete expired certificates 11 years ago
ThomasV 614254d037 scripts to check certificates 11 years ago
ThomasV 36b61fccfd temporary_path for unverified certificates 11 years ago
ThomasV 1bcb361fca fixes 11 years ago