Commit Graph

665 Commits

Author SHA1 Message Date
fuzzgun ff5c7760d0 Application indicator selects tabs 2013-05-07 22:52:17 +01:00
fuzzgun 71448fe84a Beginning of application indicator as per issue #135 2013-05-07 22:22:34 +01:00
Jonathan Warren 38ae186a93 added several printLocks to improve console output 2013-05-07 16:31:18 -04:00
Jonathan Warren 3ab48c2fe3 Upon incoming connection, start the sendData thread before the receiveData thread 2013-05-07 16:25:01 -04:00
fuzzgun 59211053dc Changed Debian install directory and run script name based upon issue #135 2013-05-07 10:02:28 +01:00
fuzzgun db114ea30b Added minimum version numbers to Debian control file 2013-05-06 17:45:23 +01:00
fuzzgun a82771f7e1 Changelog update 2013-05-06 17:15:18 +01:00
fuzzgun e081e33f56 Added bitmessageqt directory to install scripts 2013-05-06 17:06:52 +01:00
fuzzgun 05c2a3b621 Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-05-06 16:58:25 +01:00
Jonathan Warren 1d4f49990d Merge pull request #134 from Atheros1/master
use os._exit(0) instead of sys.exit()
2013-05-06 08:37:35 -07:00
Jonathan Warren 4b27e07c2c use os._exit(0) instead of sys.exit() 2013-05-06 11:35:45 -04:00
Jonathan Warren ac787d90a8 use os._exit(0) instead of sys.exit() 2013-05-06 11:32:40 -04:00
fuzzgun e54133b553 Changelog 2013-05-06 12:16:26 +01:00
Jonathan Warren 469d9c2ef6 Merge pull request #132 from Atheros1/master
v0.3.0
2013-05-05 22:03:38 -07:00
Jonathan Warren 7ba2a4f18b Close application if not daemon and PyQt not found 2013-05-05 17:52:57 -04:00
Jonathan Warren a4beb436a4 Added API Function: getStatus 2013-05-03 17:26:29 -04:00
Jonathan Warren 05c49a31cd support switching to and from portable mode without restarting 2013-05-03 15:53:38 -04:00
Jonathan Warren caf9890bd1 better error handling around sock.sendall 2013-05-03 12:24:47 -04:00
Jonathan Warren 73ec3e6293 Use different data structure to maintain the number of connections shown on the Network Status tab 2013-05-03 12:05:57 -04:00
Jonathan Warren b8f44aadb4 further deamon-related changes 2013-05-02 16:55:13 -04:00
Jonathan Warren da4cf1f1cb further deamon-related changes 2013-05-02 16:05:31 -04:00
Jonathan Warren cbca738524 further deamon-related changes 2013-05-02 15:59:10 -04:00
Jonathan Warren de59b4adf1 API-related changes 2013-05-02 15:39:51 -04:00
Jonathan Warren c5d4f50dbd More daemon related changes 2013-05-02 14:18:24 -04:00
Jonathan Warren 9a64c265a0 Continued daemon mode implementation 2013-05-02 12:47:43 -04:00
Jonathan Warren 0bc4712063 Continued daemon mode implementation 2013-05-02 11:53:54 -04:00
Jonathan Warren 08dad3e33d most daemon code done 2013-05-01 16:06:55 -04:00
Jonathan Warren 3811881868 bump version number to 0.3.0 2013-04-30 15:52:47 -04:00
Jonathan Warren 63f1b6a5c8 truncate display of long messages to avoid freezing the UI 2013-04-30 15:41:13 -04:00
Jonathan Warren 5b58ff2104 truncate display of long messages to avoid freezing the UI 2013-04-30 15:22:36 -04:00
Jonathan Warren 5d7c5f0c2b set hard date for encrypted-broadcast switchover 2013-04-30 12:22:47 -04:00
Jonathan Warren 0b78e36639 added extra statements for troubleshooting 2013-04-30 10:54:30 -04:00
Jonathan Warren 8e042930f2 add a simple printLock 2013-04-29 17:20:09 -04:00
Jonathan Warren 32d8a78fc7 test socket.close change 2013-04-29 15:20:56 -04:00
Jonathan Warren ddf347ecc5 test socket.close change 2013-04-29 14:12:15 -04:00
Jonathan Warren 57f602a373 use sock.shutdown() before sock.close() 2013-04-29 13:46:09 -04:00
Jonathan Warren 5c4669b39e use sock.shutdown() before sock.close() 2013-04-29 12:46:33 -04:00
Jonathan Warren e6438a9df3 Implimented broadcast encryption (testing completed) 2013-04-26 17:58:46 -04:00
Jonathan Warren d14be90c3b Implimented broadcast encryption (testing) 2013-04-26 17:12:35 -04:00
Jonathan Warren 896b96b7c7 Implimented broadcast encryption (testing) 2013-04-26 16:07:58 -04:00
Jonathan Warren afd644a97d Implimented broadcast encryption (testing) 2013-04-26 13:38:58 -04:00
Jonathan Warren 63e698f562 Implimented broadcast encryption (untested) 2013-04-26 13:20:30 -04:00
Jonathan Warren c1f1b6b72c continued working on v3 addresses 2013-04-25 16:11:00 -04:00
Jonathan Warren 9bac0b5311 First bit of code necessary for version 3 addresses 2013-04-24 15:48:46 -04:00
Jonathan Warren 6737a21d1c add .dat files to .gitignore 2013-04-23 15:59:10 -04:00
Jonathan Warren 89e0d57d51 Merge branch 'master' of github.com:Bitmessage/PyBitmessage 2013-04-23 15:57:40 -04:00
Jonathan Warren ae2223438a Merge pull request #130 from lkarsten/add_gitignore
Add gitignore file
2013-04-23 12:57:21 -07:00
Jonathan Warren db906e2b11 Display privacy warning when Broadcast is selected on Send tab 2013-04-22 16:39:43 -04:00
Jonathan Warren 973ea35177 don't use pubkeys table to send pubkeys to peers now that we maintain them in the inventory table for 28 days anyway 2013-04-22 16:01:41 -04:00
Lasse Karstensen 5f28f56c81 Add gitignore file 2013-04-20 14:26:41 +02:00