230 Commits (ab1714e9f27f11fe9392b96a2e8f8f617d833962)

Author SHA1 Message Date
bkkcoins 6e0b3620d2 Revert "Added proxy options to network dialog" 12 years ago
Maran 7969b62b55 Removed uncle-enzo from default servers since it's not syncing 12 years ago
bkkcoins 83bb644135 Added proxy options to network dialog 12 years ago
bkkcoins aa6f631f2e Added SOCKS support, with cmdline and SimpleConfig options 12 years ago
Amir Taaki 4c1bc14104 Remove assert which isn't true for the commands (only the GUI). 13 years ago
Amir Taaki b3b910d926 WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running. 13 years ago
Amir Taaki e61d478a80 Tidy up of code to comply with style guide. 13 years ago
Maran 4e3e4b90ea Fix port number for bytesized 13 years ago
Amir Taaki 6dfb9e12c7 Fixed bug where switching servers causes assert failure. 13 years ago
Amir Taaki 3a648f9119 Show list of all the servers available in the menubar. 13 years ago
Amir Taaki 188a671681 Corrected import paths for print_error. 13 years ago
Julian Tosh 4e5dfbeade Implementing a better print_error routine 13 years ago
Julian Tosh a3830e5903 Standardizing message format and implementing stderr for errors 13 years ago
Julian Tosh 22fcb9e521 Adding user enabled debug messages for server communications 13 years ago
Amir Taaki ba6e9417ed spawn both guis at start. clicking expand hides the simple one, shows the expert one. 13 years ago
ThomasV f08122dc6c filter old servers 13 years ago
ThomasV 9f927c8c1e update list of default servers 13 years ago
ThomasV 1084abeb53 update gui on new block 13 years ago
ThomasV b39289c4df patch by Soultaker; fix old_to_new 13 years ago
ThomasV 958a3fa5b6 set timeout to 1 minute 13 years ago
ThomasV 705fd76767 fix: make sure that the message is completely sent 13 years ago
ThomasV d08a0388b6 display kilobytes received 13 years ago
ThomasV 9b2f5805da virtual method init_socket 13 years ago
thomasv c5d42f3614 slightly more robust connection procedure 13 years ago
ThomasV 634bff6f8a bugfix: poke to reconnect 13 years ago
thomasv b8773178a1 setup package in lib subdirectory 13 years ago
thomasv 9c7a3c8329 simplification 13 years ago
thomasv f389cd6ad5 ping server every 5 minutes to make sure the link is not down 13 years ago
thomasv 505c1a3887 move start_session into wallet methods. replace get_servers with network dialog 13 years ago
genjix b3fd4a2832 mv client/* . && rm -fr client 13 years ago
ThomasV 26b19ad6bb version 0.44. fix jsonrpc stratum, deprecate native protocol 13 years ago
ThomasV 5744131e18 callbacks 13 years ago
ThomasV 2f6075acfc define pick_random_server 13 years ago
ThomasV 835d2106b1 rename interfaces 13 years ago
ThomasV d1a5fa5b97 fix servers list 13 years ago
ThomasV a579e1555e radio buttons for ports 13 years ago
ThomasV e05e0e9711 peers 13 years ago
ThomasV c3bbc35fa8 wallet synchronizer thread 13 years ago
ThomasV 57c1e6e92b use t for tcp; wallet.blocks==-1 means connecting 13 years ago
ThomasV 578baf189d keep one default server for now 13 years ago
ThomasV 81bb04378f fix recovery procedure 13 years ago
ThomasV d0dd8c847a new spec and conversion 13 years ago
ThomasV 5e512754d3 tolerate results without method 13 years ago
ThomasV 46733d9b0f separate protocols and port numbers 13 years ago
ThomasV f0e57e036b disconnected flag 13 years ago
ThomasV a61d0bd03c fix 13 years ago
ThomasV 49c422db67 new syntax 13 years ago
ThomasV fe142452e2 minor fixes 13 years ago
ThomasV 29072ef1ad fix 13 years ago
ThomasV cb1a0f27de no id in notifications 13 years ago