Commit Graph

161 Commits

Author SHA1 Message Date
Jonathan Warren d4271d0428 add back in some error handling 2013-04-12 14:01:22 -04:00
Jonathan Warren 6b96dc62b0 fix issue with last commit 2013-04-12 13:55:32 -04:00
Jonathan Warren 5ba6c1233b fast bootstrap 2013-04-12 13:51:14 -04:00
Jonathan Warren 83678190fe tiny changes to comment lines 2013-04-12 12:42:20 -04:00
Jonathan Warren b8fb551830 If user trashes message before POW completed then closes Bitmessage, don't restart the send when client starts again 2013-04-10 16:23:43 -04:00
Jonathan Warren e02816b5ea fix address book delete entry 2013-04-10 14:56:32 -04:00
Jonathan Warren c0ad2bfd4d Load label for subscriptions on startup 2013-04-10 10:54:59 -04:00
Jonathan Warren 6a97577356 Upon adding address book entry, update To labels on Sent tab 2013-04-10 10:48:36 -04:00
Jonathan Warren a21bf5caab increment version number to 0.2.8 2013-04-09 10:48:09 -04:00
Jonathan Warren f34e1384f1 use sock.sendall instead of sock.send to fix Ubuntu restart-hang issue 2013-04-09 01:24:09 -04:00
Jonathan Warren d38f6f3f40 smarter selection of a message after deleting a message 2013-04-08 17:15:50 -04:00
Jonathan Warren 0c28958cc7 Fix minor text color issue with last commit 2013-04-08 16:45:16 -04:00
Jonathan Warren cdb4dbab8b Show unread messages in bold and do not switch to new messages upon arrival 2013-04-08 13:35:16 -04:00
Jonathan Warren 72ccdbcf44 Support selecting multiple addresses in address book 2013-04-08 12:07:05 -04:00
Jonathan Warren adb6ea4b6c Fix address generation bug (3 null bytes on beginning of RIPE hash) 2013-04-07 16:16:54 -04:00
Jonathan Warren 6150a782f9 don't insert <br> when displaying as HTML 2013-04-06 12:04:24 -04:00
Jonathan Warren af87503ec7 Support select multiple items in inbox and Sent box 2013-04-05 17:54:38 -04:00
Jonathan Warren c7efc06e83 added knownNodesLock 2013-04-04 14:53:39 -04:00
Jonathan Warren feb6061cca smarter commits Vastly improves disk performance 2013-04-04 13:39:11 -04:00
Jonathan Warren 58175b90e7 UTC time in pseudo-mailing-list broadcasts 2013-04-04 12:32:25 -04:00
Jonathan Warren 396df086ff refactor sendData function 2013-04-03 12:59:43 -04:00
Jonathan Warren 10c6934b8e move isAckDataValid to its own function 2013-04-02 18:00:43 -04:00
Jonathan Warren 2ea7b52d18 move isAckDataValid to its own function 2013-04-02 16:36:48 -04:00
Jonathan Warren ccae1fcb8a no unicode encoding needed when setting text; it is already unicode 2013-04-02 13:11:15 -04:00
Jonathan Warren ba4858de25 no unicode encoding needed when setting text; it is already unicode 2013-04-02 13:01:41 -04:00
Jonathan Warren 89b23c0cd5 added embeddedTime fuzzing to pubkey and getpubkey message assembly 2013-04-02 12:42:27 -04:00
Jonathan Warren df2b996b88 Msg designation reserved for person-to-person messages 2013-04-02 12:31:14 -04:00
Jonathan Warren 5f479ab05b use len(data) instead of self.payloadLength 2013-04-02 12:23:34 -04:00
Jonathan Warren 7f9fda2284 12px font is good 2013-04-02 11:39:19 -04:00
delicatebits d943974439 Updated to catch exception 2013-04-01 20:52:22 -04:00
delicatebits 234aa4dfec Add context menu action to view message as richtext 2013-04-01 19:29:30 -04:00
Jonathan Warren fc30ac0b84 Pring out error no matter what the error is 2013-04-01 16:43:51 -04:00
Jonathan Warren 6fcca86fd5 Probably finalize Github issue 94 fix 2013-04-01 15:36:22 -04:00
Jonathan Warren fa71fb1329 try to resolve issue 94 2013-04-01 15:13:39 -04:00
Jonathan Warren b535eac2d9 try to resolve issue 94 2013-04-01 15:11:46 -04:00
Jonathan Warren 088d26c7a0 fix github issue 84 (receive msg while sorted display issue) 2013-04-01 13:56:15 -04:00
Jonathan Warren ec4160c5a9 Fix bug introduced in last commit by tpltnt: exception when updating ackdata 2013-04-01 12:38:15 -04:00
Jonathan Warren 17726e2433 Merge pull request #78 from tpltnt/issue75
fixes for issue 75
2013-04-01 08:12:36 -07:00
Jonathan Warren 73db6bbf17 better debug messages 2013-03-30 18:32:30 -04:00
Jonathan Warren 27eea3070f display message when objectsThatWeHaveYetToCheckAndSeeWhetherWeAlreadyHave reaches 0 2013-03-30 15:56:01 -04:00
Jonathan Warren 17efa721c8 be verbose to help diagnose issue 2013-03-30 14:36:18 -04:00
Jonathan Warren c4c0286768 When flushing inventory in memory, clear items older than 5 minutes, not 60 minutes 2013-03-29 16:19:23 -04:00
Jonathan Warren 2911b61412 richtext or plaintext depends on sender 2013-03-29 16:01:31 -04:00
Jonathan Warren cfd33175a6 syntax fix 2013-03-29 13:13:05 -04:00
Jonathan Warren a60174f8ea handle strange edge case where we left off doing a POW and no longer have the recipients pubkey 2013-03-29 13:00:55 -04:00
Jonathan Warren ce8de60d96 Better deserialization 2013-03-28 17:56:20 -04:00
Jonathan Warren d9a44f0f17 prevent exception if user presses delete key when no more messages to delete 2013-03-27 17:14:01 -04:00
Jonathan Warren 8a5982fb28 Use delete key to trash Inbox or Sent messages 2013-03-27 10:27:11 -04:00
tpltnt da7a60c60b unicode() wrapped around strftime 2013-03-27 09:29:39 +01:00
Jonathan Warren d085221219 Improve behavior for case where user sends multiple messages in a row but then quickly closes Bitmessage. Recover and send all of them. 2013-03-26 12:44:55 -04:00