Commit Graph

5190 Commits

Author SHA1 Message Date
ThomasV 77d7aa772d fix typo 2015-08-07 08:59:00 +02:00
ThomasV 34e3261efd fix estimate_fee 2015-08-06 19:26:34 +02:00
ThomasV 714445aba8 fix: wallet.is_used 2015-08-06 19:19:25 +02:00
ThomasV 0201bdbb20 release notes 2015-08-06 17:06:24 +02:00
ThomasV ef83328042 fix insert parameter order 2015-08-06 16:57:57 +02:00
ThomasV 385110653b gui tweaks 2015-08-06 16:56:20 +02:00
ThomasV eef49a328a add recently open files to menu. fixes #1273 2015-08-06 16:27:49 +02:00
ThomasV e93ff18776 rename help -> commands 2015-08-06 15:52:38 +02:00
ThomasV 71ec50e634 fix tooltips 2015-08-06 14:55:05 +02:00
ThomasV 2515fc9b6a use blue color to denote auto-filled values (fee, exchange rates plugin) 2015-08-06 12:56:48 +02:00
ThomasV b6e7dbe5f7 fix plot plugin 2015-08-06 12:02:09 +02:00
ThomasV 65ff969d07 update trezor dialog 2015-08-06 11:27:45 +02:00
ThomasV 12431a1eb8 add trezor icon 2015-08-06 11:22:16 +02:00
ThomasV e18ddd0096 do not show plugins that register a custom wallet type in the plugins toggle dialog 2015-08-06 11:12:15 +02:00
ThomasV aadffa0c8f check_ssl_config: verify pubkey 2015-08-05 20:59:51 +02:00
ThomasV a9e74da11c check SSL certificate in config dialog 2015-08-05 20:49:45 +02:00
ThomasV 7b3e1dafd4 replace wallet.set_fee calls 2015-08-05 18:35:36 +02:00
ThomasV 252c73a06a fix issue #1387 2015-08-05 18:01:56 +02:00
ThomasV 43880d452e dynamic fees 2015-08-05 15:45:28 +02:00
ThomasV 959620db46 fix fee estimate bug; follow up to aa6de86 2015-08-05 15:20:29 +02:00
ThomasV 5ddafa8b14 rm tlslite import 2015-08-04 19:29:43 +02:00
ThomasV 4a74806061 remove tlslite from make_packages 2015-08-04 18:56:38 +02:00
ThomasV 6ca9f148d4 fix config var names for ssl preferences 2015-08-04 18:48:38 +02:00
ThomasV 476d198be9 fix missing occurences of X509.parse 2015-08-04 18:31:08 +02:00
ThomasV e8d30129ea replace TLSLite dependency with minimal RSA implementation 2015-08-04 18:16:06 +02:00
ThomasV 2ba07377da pr error: clear after showing error 2015-08-04 17:29:17 +02:00
ThomasV cf6a366070 Merge branch 'master' of git://github.com/spesmilo/electrum 2015-08-01 08:48:19 +02:00
ThomasV c04d609862 fix: make_request returns pr 2015-08-01 08:48:04 +02:00
Neil Booth 4c8408b42d Print reason for failure to connect headers
Used to fail just with a "header didn't connect" message, now
it gives a reason too.
2015-08-01 13:09:52 +09:00
ThomasV 8ae64064b6 dont silence dns errors 2015-07-31 21:56:22 +02:00
ThomasV 380bccacf0 request_queue.put should never block, because maxsize is not set 2015-07-31 20:11:12 +02:00
ThomasV 963ec4ca3e dnssec: don't call get_default_resolver 2015-07-31 20:02:55 +02:00
ThomasV 9938fbd160 version 2.4.1 2015-07-31 14:52:16 +02:00
ThomasV 465d1dfd8b fix #1378 2015-07-31 14:51:48 +02:00
ThomasV 2ec19e7528 fix bugs with ecdsa/dnssec 2015-07-31 13:49:14 +02:00
ThomasV 58d131d7dd Merge pull request #1381 from EagleTM/master
Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23
2015-07-31 12:43:05 +02:00
Eagle[TM] 4731418af9 Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23 2015-07-30 20:40:05 +02:00
ThomasV 77b0e7be5e network: initial status should be 'unknown', distinct from 'connecting' 2015-07-30 11:32:16 +02:00
ThomasV 98501b17b3 rename email plugin 2015-07-30 09:46:16 +02:00
ThomasV 348a9b0e21 fix imports, cleanup 2015-07-29 22:16:36 +02:00
ThomasV e96a0945ca do not use pycrypto for DNSSEC validation 2015-07-29 22:06:44 +02:00
ThomasV 35923f1df0 add dns to imports 2015-07-29 18:37:00 +02:00
ThomasV 916071ce61 Merge pull request #1377 from romanz/master
interface: fix check_host_name() pattern matching
2015-07-29 10:57:04 +02:00
Roman Zeyde 5fbd7553ed interface: fix check_host_name() pattern matching
The existing pattern matching code:

    val.find('*.') == 0 and name.find(val[1:]) + len(val[1:]) == len(name)

will return True in the following case:

   val = '*.host.com'
   name = 'blah.org'

since string.find() will return -1, len(val[1:]) == 9 and len(name) == 8.
2015-07-26 18:11:30 +03:00
ThomasV 291b57b99a add pycrypto to dependencies in setup 2015-07-26 12:45:34 +02:00
ThomasV 0dc99a7a1f fix: reset payment_request in do_clear 2015-07-25 17:22:45 +02:00
ThomasV 70d59bbe06 Merge pull request #1376 from romanz/master
util: fix small typo at parse_URI() and update its unittests
2015-07-25 17:19:28 +02:00
ThomasV 96c3513cb2 add character encoding declaration to index.html 2015-07-25 12:50:00 +02:00
ThomasV cbf13197e2 websocket: hostname 2015-07-25 12:31:35 +02:00
ThomasV e9f5e6866d check www dir on daemon start 2015-07-25 12:25:47 +02:00