ThomasV
a1f6da390d
more docs for merchant script
12 years ago
ThomasV
2c138316b7
move merchant script in separate dir
12 years ago
ThomasV
ea0f270fd9
update and fix the merchant script (fixes issue #254 )
12 years ago
ThomasV
33db7a0c43
fix servers script
12 years ago
ThomasV
66f224eab4
update a few scripts
12 years ago
ThomasV
33b41f22fe
release notes
12 years ago
ThomasV
5cfbe88f80
website url
12 years ago
ThomasV
6a7264134c
fix paths
12 years ago
ThomasV
f14d055ad8
choose_tx_from account, and use deterministic signatures (issue #323 )
12 years ago
ThomasV
3a894725ae
new account creation method (gui)
12 years ago
ThomasV
f74aa9ed3a
smaller timeout if disconnected
12 years ago
ThomasV
ab13e248ee
store account expanded status
12 years ago
ThomasV
45b111e14c
enable changes of protocol, proxy at runtime
12 years ago
ThomasV
1b4f26195b
rework network dialog layout
12 years ago
ThomasV
12c08f4f8c
improved help text
12 years ago
ThomasV
30f592864b
reorganize network dialog
12 years ago
ThomasV
a6934f6796
support for all protocols
12 years ago
ThomasV
9c1b688e4f
fix: server lag
12 years ago
ThomasV
a7eb1aadff
improved network dialog: auto-connect disables server choices
12 years ago
ThomasV
bc15caa84c
network: fix server lag detection
12 years ago
ThomasV
7ca42d75ff
network dialog: default ports
12 years ago
ThomasV
c0abd3c34e
show lag in status line
12 years ago
ThomasV
a38298c5ee
handle network.interface being None when network is disconnected
12 years ago
ThomasV
ac956a97cb
fix servers label
12 years ago
ThomasV
fbf91a67ad
better account naming/renaming
12 years ago
ThomasV
43002f2ede
Merge branch 'master' of git://github.com/spesmilo/electrum
12 years ago
ThomasV
5f6de3e0e9
Merge pull request #327 from Zomnut/master
Fix command line redirect error
12 years ago
Zomnut
bd59f6a835
Fix redirect error
Python bug (http://bugs.python.org/issue1927 ) causes raw_input to be redirected improperly between stdin/stderr on Unix systems if readline is not initialised first.
12 years ago
ThomasV
9a06da1d6b
fix: network object in console
12 years ago
ThomasV
0b2c09d20b
interface.debug flag
12 years ago
ThomasV
6faf1acc05
fix notifications
12 years ago
ThomasV
d52d5276f8
gui: simplify column widths
12 years ago
ThomasV
c63948b314
update default servers
12 years ago
ThomasV
c0b3aed48b
store a list of recently encountered servers
12 years ago
ThomasV
b1273d3900
network.is_connected()
12 years ago
ThomasV
a9fb0a9d19
resend subscriptions after disconnect
12 years ago
ThomasV
81f24b66c4
maintain NUM_SERVERS interfaces
12 years ago
thomasv
a33bb72dc7
disable 'offline' option in install wizard, because it is not implemented
12 years ago
thomasv
0e06c218d8
fix: tx_hash -> prevout_hash
12 years ago
thomasv
50c9830f79
show 'server lagging' icon if server lags and client does not use auto-connect
12 years ago
ThomasV
e462ef48cd
restore minimum lag for server swiching
12 years ago
ThomasV
c18a49b8fe
auto-cycle: switch to the longest chain
12 years ago
ThomasV
1be0ea1494
remove check_windows_wallet_migration
12 years ago
ThomasV
b4cef1b981
print connected to message synchronously
12 years ago
ThomasV
6f2471b69b
getpubkeys command
12 years ago
ThomasV
2f66cdf908
new flag for commands: requires_wallet
12 years ago
ThomasV
77dd1ae1b1
handle handshake failures in SSL
12 years ago
ThomasV
7a5016ec42
move synchronous_get to network.py, fix get_balance script
12 years ago
ThomasV
f93bc5951c
simplify show_seed dialog
12 years ago
ThomasV
5086fd6b27
do not check certificate expiration if OpenSSL cannot be imported
12 years ago