89 Commits (091e7b8d9203fc2240c46360515784b82d389d47)

Author SHA1 Message Date
ThomasV 6185f94de4 archive paid invoices in the history tab 8 years ago
ThomasV dcffea150e store contacts and invoices in wallet file. fix #1482 8 years ago
ThomasV 6d38c411d1 lazy load certificates 8 years ago
ThomasV 54dcca0787 fix #2118 8 years ago
Alexander Schlarb c666070af4 Properly handle invalid payment request URLs 8 years ago
ThomasV d950cd7323 fix crash when parsing request (issue #1969) 8 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV 41f6fec2ac kivy: set_paid for paid invoices 9 years ago
ThomasV fd0e5739e2 kivy: disable amount and description buttons if payment request is signed 9 years ago
ThomasV fbfb75eaa1 kivy: use scrollview for invoice dialog 9 years ago
ThomasV d56ec05b9b kivy: show payment request details 9 years ago
ThomasV dcc59d6f70 rm unused PR state 9 years ago
ThomasV ff7bdc1f38 paymentrequest.py: return No Signature 9 years ago
ThomasV 2955fd1a8c allow unsigned payment requests 9 years ago
ThomasV 078cabd745 kivy: store contacts as invoices 9 years ago
ThomasV 0b54ed0243 follow up 0d52911561 9 years ago
ThomasV ebd5a565ed fix: add missing definition of sha1 9 years ago
ThomasV ca3c320ef4 simplify x509 constructor 9 years ago
ThomasV aadffa0c8f check_ssl_config: verify pubkey 9 years ago
ThomasV a9e74da11c check SSL certificate in config dialog 9 years ago
ThomasV e8d30129ea replace TLSLite dependency with minimal RSA implementation 9 years ago
ThomasV 508b5373ac minor fixes 9 years ago
ThomasV 8960b16e09 more sanitization 9 years ago
ThomasV b813ba0bdd sanitize timestamp and expiration in requests 9 years ago
ThomasV acbd434f76 cleanup request signing 9 years ago
ThomasV a8ed934a7f fix bug with make_unsigned_request 9 years ago
ThomasV a6c65b8997 change internal format of requests 9 years ago
ThomasV e77f0c98e7 extend bitcoin: URI with signature data, instead of serialized format 9 years ago
ThomasV f320178db9 no empty amount in bip70 9 years ago
ThomasV aa7b9af501 minor fix 9 years ago
ThomasV da55d9ed6e payment requests: cmdline fixes 9 years ago
ThomasV dff8f6b338 rework paymentrequest methods 9 years ago
ThomasV cb2bc54f96 store and display signatures of own requests 9 years ago
ThomasV f3c4a55e77 add dnssec verification to payment requests 9 years ago
ThomasV 56f8fc62f9 fix 1312 9 years ago
Neil Booth a3ad32bd91 Use requests instead - SSL handling is superior 10 years ago
ThomasV 479a6f84e7 paymentrequest: add headers to http request 10 years ago
ThomasV 8bccf7b2db replace httplib with requests 10 years ago
ThomasV 8995cdbf14 rename fields: 'time' -> 'timestamp', payment_requests 10 years ago
ThomasV 357c405ac6 fix publish_request 10 years ago
ThomasV 9bd94e5062 refactor payment requests 10 years ago
ThomasV 48e53498db improve requests 10 years ago
ThomasV ca62df89d4 fix: set_config 10 years ago
ThomasV d85a11173d verify: return earlier if request is empty 10 years ago
ThomasV 088d8e8415 show request status 10 years ago
ThomasV c35cdf1fd8 rename ssl config variables 10 years ago
ThomasV 6cff7a284a store invoices as dict. rename domain -> requestor 10 years ago
ThomasV 74b0ed5f48 move get_status to InvoiceStore 10 years ago
ThomasV 409c34d1bf verify: create a PaymentRequest instance, to avoid blanking the signature as side effect 10 years ago
ThomasV 30bed4c5a9 sign and save to file bip70 payment request; redo receive tab layout 10 years ago