4882 Commits (f02c2fde64139e555c14070fd4bb86c2322d00c7)
 

Author SHA1 Message Date
ThomasV f02c2fde64 add payrequest.html to setup 10 years ago
ThomasV 22ddbc7fef fix jsonrpc 10 years ago
ThomasV 3bb00f0006 store json record requests 10 years ago
ThomasV bf755f8ac0 jsonrpc interface 10 years ago
ThomasV 48e53498db improve requests 10 years ago
ThomasV fbc68d94d6 pop config variables from cmd line 10 years ago
ThomasV 5a4a9f5369 make txdialog a nonmodal widget 10 years ago
ThomasV 0b874b2bb0 Readding pending_transactions_for_notifications, needed by the gui. 10 years ago
ThomasV 8cba57d999 Merge pull request #1279 from kyuupichan/proxy_cleanup 10 years ago
Neil Booth a2445aa27d Remove unused vars and imports. 10 years ago
ThomasV fff4fe9e4a Merge pull request #1278 from kyuupichan/SocketPipe-no-close 10 years ago
ThomasV 47ebec1765 Merge pull request #1277 from kyuupichan/contrib_locale 10 years ago
Neil Booth 2f2e468d0a SocketPipe shouldn't close the socket. 10 years ago
Neil Booth c5c5afcb90 Fix bang line 10 years ago
ThomasV 90d7179d73 Merge pull request #1276 from kyuupichan/need_interface 10 years ago
Neil Booth caebdd0819 Need an interface to process a request. 10 years ago
Maran de535be5fc Cast ByteArray to string. Fixes #1259 10 years ago
ThomasV 3e4cb396b3 don't disable broadcast button if we are online but not connected 10 years ago
ThomasV fc23b0f490 fix #1274 10 years ago
ThomasV ec795ba3c0 fix var name 10 years ago
ThomasV ab60da89ac Add a help group for config variables. Change name of ssl variables 10 years ago
ThomasV 34360bddfb add missing definition of COIN 10 years ago
ThomasV 0ddd94b5b3 remove forgotten debugging statement 10 years ago
ThomasV ca62df89d4 fix: set_config 10 years ago
ThomasV d85a11173d verify: return earlier if request is empty 10 years ago
ThomasV cbeeedcca2 Add note for commands that are not SPV; fix format_request parameter 10 years ago
ThomasV fb6a74e034 fix typo 10 years ago
ThomasV 3188ff05a3 fix is_watching_only 10 years ago
ThomasV bade574188 Merge branch 'master' of git://github.com/spesmilo/electrum 10 years ago
ThomasV b832a5cea4 Merge pull request #1272 from kyuupichan/if-socket 10 years ago
ThomasV 4726d3a1fc minor fix: var name 10 years ago
ThomasV b5435a16e8 fix auto_connect name displayed in status 10 years ago
ThomasV 088d8e8415 show request status 10 years ago
Neil Booth ab2f80c3e0 Fix couple of minor socket issues 10 years ago
ThomasV e4946cf26e setconfig: return False on error 10 years ago
ThomasV 31c4849566 url_rewrite 10 years ago
ThomasV b83b7fa5c8 cmd line: format payment requests 10 years ago
ThomasV 2727df962e requests: store path not url 10 years ago
ThomasV b9e4825422 fix request_dir variable 10 years ago
ThomasV 514ea6aa8c doc for addrequest 10 years ago
ThomasV d41785c783 save payment requests in requests_dir 10 years ago
ThomasV 832369d7c4 Merge pull request #1270 from kyuupichan/if-tristate 10 years ago
ThomasV 0938299e9b move payment requests logic to wallet, add basic commands 10 years ago
Neil Booth 76355e66c8 Make interface status tri-state. 10 years ago
ThomasV e5b6b05482 show auto-connect in daemon status 10 years ago
ThomasV ed256e064a Merge pull request #1269 from kyuupichan/COIN 10 years ago
Neil Booth 03e53a5e01 Create a constant for 100000000 and use it 10 years ago
ThomasV 4d9be9a6d2 commands: use decorator to register commands 10 years ago
ThomasV 7e20901e3b read command defaults 10 years ago
ThomasV c3f82fd69c fix cmd descriptions 10 years ago