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
ThomasV
380e072842
fix bug with import_key
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
Neil Booth
e7ea3e5d01
Add two more block explorers
chain.so and biteasy.com
10 years ago
ThomasV
471cab6089
do not base64encode signatures in requests
10 years ago
Neil Booth
677f235e4b
Fix typo.
10 years ago
ThomasV
f320178db9
no empty amount in bip70
10 years ago
ThomasV
6fa7f57f10
express expiration dates in natural language
10 years ago
ThomasV
aa7b9af501
minor fix
10 years ago
ThomasV
da55d9ed6e
payment requests: cmdline fixes
10 years ago
ThomasV
fbc23a61a3
fix cmdline addrequest
10 years ago
ThomasV
dff8f6b338
rework paymentrequest methods
10 years ago
ThomasV
35aba0c14b
show alias satus in gui after fetch
10 years ago
Eagle[TM]
4578777c29
network: Update default servers
10 years ago
ThomasV
cb2bc54f96
store and display signatures of own requests
10 years ago
ThomasV
71243c2a57
dnssec: fix hash, and skip SOA
10 years ago
ThomasV
094ce2e4b3
add DNSSEC chain validation
10 years ago
ThomasV
538846ee0b
remove incorrect dnssec validation
10 years ago
ThomasV
f3c4a55e77
add dnssec verification to payment requests
10 years ago
ThomasV
e9f3b21519
Fix transaction update
10 years ago
ThomasV
15f592f022
trezor multisig: build xpub from pubkey
10 years ago
ThomasV
0368a2cd5e
fix bug from #1281
10 years ago
ThomasV
b0f7411a0a
check and fix history on startup
10 years ago
ThomasV
e2c19ff871
fix #1344
10 years ago