Commit Graph

138 Commits

Author SHA1 Message Date
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
Jonathan Warren 77b987c340 small change to allow searching console output for nodes that accept incoming connections 2013-03-26 12:19:18 -04:00
Jonathan Warren b9b89091dc Do not share or accept IPs which are in the private ranges 2013-03-25 14:13:56 -04:00
Jonathan Warren 3e6c8a0453 comment out line used for testing 2013-03-22 13:29:06 -04:00
Jonathan Warren 4924ed56b1 removed unnecessairly complex RPC code which causes an error to appear for windows users if they rename the EXE 2013-03-22 13:26:07 -04:00
Jonathan Warren d1fe71111b removed unnecessairly complex RPC code which causes an error to appear for windows users if they rename the EXE 2013-03-22 13:23:44 -04:00
Jonathan Warren 05b55c799f start singleAPIThread only when apienabled = true 2013-03-22 12:34:12 -04:00
Jonathan Warren 267896cbe1 use base64 for the API passphrase and random address label 2013-03-19 16:17:54 -04:00
Jonathan Warren b8b9570356 Added numbers to the APIs error messages 2013-03-19 15:12:19 -04:00
Jonathan Warren 48ff6c0c7e adjust API command capitalization 2013-03-19 14:39:24 -04:00
Jonathan Warren b37102e907 API hooray! 2013-03-19 13:32:37 -04:00
Jonathan Warren dd7c3c711d additional sanity checking in recaddr() 2013-03-14 13:47:35 -04:00
Jonathan Warren d021900f92 Merge branch 'master' of github.com:Atheros1/PyBitmessage 2013-03-14 11:59:05 -04:00
Jonathan Warren 9d385a290d Upon receiving bad data from peer (bad magic bytes) print the data to console for analysis 2013-03-14 11:58:52 -04:00
Jonathan Warren fabd1ffccd additional sanity checking in the addr processing function 2013-03-12 16:03:16 -04:00
Jonathan Warren 3d78ece84e Show 'doing housekeeping' status bar when flushing inventory 2013-03-11 12:37:01 -04:00
Jonathan Warren 45eb98e265 Fixed github issue 63: Manage keys action triggered twice. 2013-03-11 12:02:11 -04:00
Jonathan Warren 945dd685a7 When deleting last entry from Sent items, clear lower text box also 2013-03-06 13:42:44 -05:00
Jonathan Warren 0c23093760 When deleting last message, be sure no message remains displayed in inbox 2013-03-05 14:50:31 -05:00
Jonathan Warren 2df9569d2c store pubkey after receiving a broadcast 2013-03-05 12:21:55 -05:00
Jonathan Warren eb05cec5b1 check if addr message is empty before processing it 2013-03-05 11:05:05 -05:00
Jonathan Warren 8453b1dd00 additional comment out old RSA-related code 2013-03-04 16:22:06 -05:00
Jonathan Warren 1a51c5ceb1 Merge branch 'master' of github.com:Atheros1/PyBitmessage 2013-03-03 01:54:45 -05:00
Jonathan Warren 3c4d1e16bc reloadBroadcastSendersForWhichImWatching when deleting item from Subscriptions list 2013-03-03 01:54:06 -05:00