ThomasV
6b87256795
sign tx with empty scriptSig inputs
10 years ago
ThomasV
5f413aca1c
rm unneeded float conversion
10 years ago
ThomasV
c844d22a19
synchronous_get: return -> raise exception
10 years ago
ThomasV
85d9b8aa8d
fix: dePem cert before parsing
10 years ago
ThomasV
ca3c320ef4
simplify x509 constructor
10 years ago
ThomasV
713fa00d86
fix estimatefee for daemon
10 years ago
ThomasV
65c7dfafbc
check alias in signrequest
10 years ago
ThomasV
34e3261efd
fix estimate_fee
10 years ago
ThomasV
714445aba8
fix: wallet.is_used
10 years ago
ThomasV
e93ff18776
rename help -> commands
10 years ago
ThomasV
aadffa0c8f
check_ssl_config: verify pubkey
10 years ago
ThomasV
a9e74da11c
check SSL certificate in config dialog
10 years ago
ThomasV
43880d452e
dynamic fees
10 years ago
ThomasV
476d198be9
fix missing occurences of X509.parse
10 years ago
ThomasV
e8d30129ea
replace TLSLite dependency with minimal RSA implementation
10 years ago
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.
10 years ago
ThomasV
8ae64064b6
dont silence dns errors
10 years ago
ThomasV
380bccacf0
request_queue.put should never block, because maxsize is not set
10 years ago
ThomasV
963ec4ca3e
dnssec: don't call get_default_resolver
10 years ago
ThomasV
9938fbd160
version 2.4.1
10 years ago
ThomasV
465d1dfd8b
fix #1378
10 years ago
ThomasV
2ec19e7528
fix bugs with ecdsa/dnssec
10 years ago
Eagle[TM]
4731418af9
Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23
10 years ago
ThomasV
77b0e7be5e
network: initial status should be 'unknown', distinct from 'connecting'
10 years ago
ThomasV
348a9b0e21
fix imports, cleanup
10 years ago
ThomasV
e96a0945ca
do not use pycrypto for DNSSEC validation
10 years ago
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.
10 years ago
ThomasV
96c3513cb2
add character encoding declaration to index.html
10 years ago
ThomasV
cbf13197e2
websocket: hostname
10 years ago
ThomasV
e9f5e6866d
check www dir on daemon start
10 years ago
Roman Zeyde
87d3fafa22
util: fix small typo at parse_URI() and update its unittests
10 years ago
ThomasV
0c5bfb8c26
print -> util.print_error
10 years ago
ThomasV
e6924d9912
prevent websocket closing with balnk target
10 years ago
ThomasV
3da148f406
use local copy of javascript files
10 years ago
ThomasV
18d145cced
add websocket to webpages
10 years ago
Neil Booth
0f2d4bd375
Add bitflyer.jp block explorer
10 years ago
ThomasV
41d9c94821
don't add bip70 suffixes
10 years ago
ThomasV
6d54512627
clearrequests command; minor type fix
10 years ago
ThomasV
508b5373ac
minor fixes
10 years ago
ThomasV
8960b16e09
more sanitization
10 years ago
ThomasV
b813ba0bdd
sanitize timestamp and expiration in requests
10 years ago
ThomasV
37c07278d5
update var names
10 years ago
ThomasV
8f507d2afd
change var name
10 years ago
ThomasV
acbd434f76
cleanup request signing
10 years ago
ThomasV
a8ed934a7f
fix bug with make_unsigned_request
10 years ago
ThomasV
a6c65b8997
change internal format of requests
10 years ago
ThomasV
2c1fb1e37c
do not raise exception if uri has an unknown key
10 years ago
ThomasV
e77f0c98e7
extend bitcoin: URI with signature data, instead of serialized format
10 years ago
ThomasV
9c30ad3dd5
extend bitcoin URIs with signed payment requests passed directly
10 years ago
ThomasV
e879cb4552
https download of headers
10 years ago