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
f0e6f5bf64
Merge branch 'master' of github.com:spesmilo/electrum
10 years ago
ThomasV
18d145cced
add websocket to webpages
10 years ago
Neil Booth
0f2d4bd375
Add bitflyer.jp block explorer
10 years ago
Neil Booth
a1f67e3fff
Clarify fee retention statement.
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
074872afbc
fix #1359
10 years ago
ThomasV
878e3f80ad
fix expiration date display
10 years ago
ThomasV
a8ed934a7f
fix bug with make_unsigned_request
10 years ago
ThomasV
e4ea07c168
better help msg
10 years ago
ThomasV
01d4118221
rm useless warning
10 years ago
ThomasV
1628965ed5
update release notes
10 years ago
ThomasV
e376e445ee
fix info in release notes
10 years ago
ThomasV
fa867d5792
update release notes
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
1e668209dc
improve signed URI window
10 years ago
ThomasV
9c30ad3dd5
extend bitcoin URIs with signed payment requests passed directly
10 years ago
ThomasV
e2185da094
sleep to let socket threads timeout
10 years ago
ThomasV
47d86d12be
add ssl_cert path to preferences
10 years ago
ThomasV
e879cb4552
https download of headers
10 years ago
ThomasV
380e072842
fix bug with import_key
10 years ago
ThomasV
31739d01d7
fix bug #1365
10 years ago
ThomasV
aef7e4365e
Merge pull request #1364 from neocogent/wildcard
Wildcard SSL Support
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
ThomasV
e444ff3519
catch invalid password exception
10 years ago
Neil Booth
e7ea3e5d01
Add two more block explorers
chain.so and biteasy.com
10 years ago
ThomasV
17948fb781
fix 1360
10 years ago
ThomasV
471cab6089
do not base64encode signatures in requests
10 years ago
ThomasV
7588519e8e
improve payreq signing message
10 years ago
Neil Booth
677f235e4b
Fix typo.
10 years ago
ThomasV
5c4717b53c
use signal disconnect instead of boolean
10 years ago
ThomasV
f320178db9
no empty amount in bip70
10 years ago
ThomasV
eb3442ab47
use date_str in invoices list
10 years ago
ThomasV
6fa7f57f10
express expiration dates in natural language
10 years ago
ThomasV
0fad7cd5e1
do not show openalias field in red if no alias is defined
10 years ago
Neil Booth
3fbd81f8ab
Improved dialog centring
Password requests from the tx dialog box are now centred on the
tx dialog. Similarly for error messages if misentering the password.
Also, "Signing transaction..." and "Broadcasting transaction..." are
centred on the appropriate tx dialog.
Finally restore the old "Sign" button enabling / disabling, as we
can now tell if the user cancelled the password request.
10 years ago
Neil Booth
b0ca9afc1e
Improved password wrapper.
Doesn't require any particular argument order of the wrapped
function.
Caller can tell if the user cancelled the request or not.
Optionally handles parent window hints.
10 years ago