You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure
Scott Nonnenberg ce01eb7913
Log more info w/http errors, resilient to invalid group members (#1968)
* api.js: HttpError now preserves more of original error info

* Allow invalid conversation to be added to ConversationController

If a number we don't believe is valid comes in as part of a group, we
fall apart. We event prevent display of that conversation. Because we
have 'isValid()' protections in place for the places we create contacts
from user input in desktop (the search bar), we can temporarily add an
invalid contact to our collection (not saving it to the database) to
unblock this group scenario.

Still investigating what kind of phone number is valid in a mobile app
but not valid for us.

* Finish the debuggable error support

* Fix logging in the case of an invalid number
7 years ago
..
storage Cache messages on receipt, remove from cache when processed 8 years ago
test Remove built assets from repo, updates to docs + GH templates (#1955) 7 years ago
ProvisioningCipher.js Feature: Blue check marks for read messages if opted in (#1489) 8 years ago
account_manager.js Save prekeys optimistically, track confirms, new clean behavior (#1846) 7 years ago
api.js Log more info w/http errors, resilient to invalid group members (#1968) 7 years ago
contacts_parser.js Profiles (#1453) 8 years ago
crypto.js Profiles (#1453) 8 years ago
errors.js Make errors more debuggable; capture correct stack, include name (#1944) 7 years ago
event_target.js Animated loading screens on startup and first conversation load 8 years ago
helpers.js Move, rename, and simplify toArrayBuffer helper 9 years ago
key_worker.js Remove erroneous license file and headers 10 years ago
libsignal-protocol.js Proper session reset: Delete sessions before and after (#1796) 8 years ago
message_receiver.js NullMessage sent before verification sync should not be silent (#1857) 7 years ago
outgoing_message.js Feature: Blue check marks for read messages if opted in (#1489) 8 years ago
protobufs.js Protobufs: More logging on failure to load protobufs, fix tests 8 years ago
protocol_wrapper.js Update libsignal-protocol v0.9.0 9 years ago
sendmessage.js Fix device ID check, clean up prekey fetch logging (#1961) 7 years ago
storage.js Remove erroneous license file and headers 10 years ago
stringview.js Remove erroneous license file and headers 10 years ago
sync_request.js Add logging to help track down problems with Sync 8 years ago
task_with_timeout.js createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
websocket-resources.js Better handling of online/offline behavior, socket shutdown (#1593) 8 years ago