Commit Graph

1555 Commits (4ab37a0f380a720ca5552907f0fe1f4a4714014a)

Author SHA1 Message Date
Matthew Chen a2dfcd0288 Respond to CR. 6 years ago
Matthew Chen c183aeca8e Refine asserts around message sending. 6 years ago
Matthew Chen a6cef1c4cc Update UD indicators. 6 years ago
Matthew Chen b290c9a89f Fix headers for censorship circumvention. 6 years ago
Matthew Chen 4d1c38cc45 Never failover message sends. 6 years ago
Michael Kirk 24a19eaaca update REST endpoint ack url 6 years ago
Matthew Chen 4d2bbfc54d Fix crash around account attributes update when unregistered. 6 years ago
Michael Kirk f52a58e31e Handle known sender 6 years ago
Michael Kirk 6c2dbbc7c3 verify envelope source before proceeding with error handling 6 years ago
Matthew Chen dacccccf74 Remove UD websocket. 6 years ago
Matthew Chen c2cc74f387 Fix build break. 6 years ago
Matthew Chen 949225d525 Respond to CR. 6 years ago
Matthew Chen bbdeeffc76 Use persistent HTTP connection for UD requests. 6 years ago
Matthew Chen c0e57bb35b Use persistent HTTP connection for UD requests. 6 years ago
Matthew Chen 11f8fcc80f Use persistent HTTP connection for UD requests. 6 years ago
Matthew Chen b865b91147 Use REST for UD requests. 6 years ago
Matthew Chen b583e96a04 Tweak clearMayHaveLinkedDevices. 6 years ago
Matthew Chen d71a4c6ff3 Revert "Randomly fail half of all websocket requests."
This reverts commit cae430bac9.
6 years ago
Matthew Chen cae430bac9 Randomly fail half of all websocket requests. 6 years ago
Matthew Chen c9c9d35d19 Discard receipts for unregistered users. 6 years ago
Matthew Chen 2b5a79f123 Cycle websocket after learning of new linked devices via 409/410. 6 years ago
Matthew Chen f6322cb087 Fix logging in request maker. 6 years ago
Matthew Chen 47022377c2 Respond to CR. 6 years ago
Matthew Chen 954f32b775 Never use UD for sync messages. 6 years ago
Matthew Chen 8ff8f17b21 Never use UD for sync messages. 6 years ago
Matthew Chen 3a46a344ac Never use UD for sync messages. 6 years ago
Matthew Chen 1c21c31c2b Fix failed reloads in SignalRecipient. 6 years ago
Matthew Chen 3eab5b82cc Respond to CR. 6 years ago
Matthew Chen 3011175cef Fix "413 on prekey fetch" errors. 6 years ago
Matthew Chen e89d8b40d7 Fix "413 on prekey fetch" errors. 6 years ago
Matthew Chen 3cc1988f20 Fix "413 on prekey fetch" errors. 6 years ago
Matthew Chen 97e234f785 Fix "413 on prekey fetch" errors. 6 years ago
Matthew Chen 3729398507 Request profile fetches on main thread. 6 years ago
Matthew Chen 698e48f2d8 Respond to security review. 6 years ago
Matthew Chen 7d8b20d091 Apply refinements to UD logic. 6 years ago
Matthew Chen 44f6774396 Apply refinements to UD logic. 6 years ago
Matthew Chen c28d131f97 Respond to CR. 6 years ago
Matthew Chen e11d43d1f8 Respond to CR. 6 years ago
Matthew Chen ee87f1b489 Fix test breakage. 6 years ago
Matthew Chen c5f4711595 Apply refinements to UD logic. 6 years ago
Matthew Chen 2541be1619 Apply refinements to UD logic. 6 years ago
Michael Kirk 1dea927a3f Remove some usage of throwswrapped_ in udmanager since we don't need to
propogate the wrapped exception anyway.
6 years ago
Michael Kirk 3d9cd4f4ed CR: comments and code clarity 6 years ago
Michael Kirk 3bef78335d find -E . -type f -regex ".*\.(m|h|swift)" -exec sed -i "" -e "s/trywrapped_/throwswrapped_/g" {} \; 6 years ago
Michael Kirk cb9aa6304c find -E . -type f -regex ".*\.(m|h)" -exec sed -i "" -e "s/try_/throws_/" {} \; 6 years ago
Michael Kirk 8544c86427 Swift Exception wrap HKDFKit 6 years ago
Michael Kirk c4f8975308 Swift Exception wrap Curve25519 6 years ago
Michael Kirk c686e766b1 Exception audit, fail directly where intended 6 years ago
Michael Kirk 9d2731c9b8 exception auditing OWSRaiseException 6 years ago
Michael Kirk 3a6aafc454 Swift Exception wrap NSData+keyVersionByte 6 years ago