Commit Graph

6845 Commits

Author SHA1 Message Date
Matthew Chen
eed697bddd Handle certain call messages sync. 2021-09-22 12:12:10 -07:00
Matthew Chen
692c637e80 Handle certain call messages sync. 2021-09-22 12:11:09 -07:00
Matthew Chen
ba4d7a98f4 Deduplication message decryption to avoid spurious errors when NSE and main app message processing race. 2021-09-22 12:05:28 -07:00
Matthew Chen
d5b748a84c "Feature flags for .qa." 2021-09-22 12:05:28 -07:00
Matthew Chen
d8387848f2 Deduplication message decryption to avoid spurious errors when NSE and main app message processing race. 2021-09-22 12:05:28 -07:00
Matthew Chen
7356ee90dc Deduplication message decryption to avoid spurious errors when NSE and main app message processing race. 2021-09-22 12:05:28 -07:00
Matthew Chen
9e73b833af Deduplication message decryption to avoid spurious errors when NSE and main app message processing race. 2021-09-22 12:05:28 -07:00
Matthew Chen
8aa213d25b Deduplication message decryption to avoid spurious errors when NSE and main app message processing race. 2021-09-22 12:05:28 -07:00
Michelle Linington
4894bda366 "Feature flags for .production." 2021-09-21 20:59:07 -07:00
Michelle Linington
c88cdb9ab9 "Feature flags for .qa." 2021-09-21 18:46:11 -07:00
Michelle Linington
155c5b6a80 PR Feedback. Remove unused return value 2021-09-21 18:44:00 -07:00
Michelle Linington
3f956130c6 Ignore call messages that won't trigger CallKit ring 2021-09-21 18:44:00 -07:00
Matthew Chen
486a89df8d "Feature flags for .beta." 2021-09-21 16:48:42 -03:00
Matthew Chen
fb1ae64178 "Feature flags for .production." 2021-09-21 16:48:33 -03:00
Matthew Chen
76ef2373cd Default HTTP headers. 2021-09-21 14:21:01 -03:00
Michelle Linington
9c6902ba49 "Feature flags for .qa." 2021-09-17 18:25:42 -07:00
Michelle Linington
ff01b83713 "Feature flags for .beta." 2021-09-17 18:24:46 -07:00
Michelle Linington
c40452ee14 "Feature flags for .production." 2021-09-17 18:16:45 -07:00
Michelle Linington
5ff8a1af6e "Feature flags for .qa." 2021-09-17 17:26:18 -07:00
Michelle Linington
2ac795426d "Feature flags for .beta." 2021-09-17 17:26:08 -07:00
Michelle Linington
9a3d1eb41d "Feature flags for .production." 2021-09-17 17:24:43 -07:00
Michelle Linington
321b26fc09 Lint 2021-09-17 17:18:03 -07:00
Michelle Linington
032e12876d Update Pods 2021-09-17 17:18:03 -07:00
Michelle Linington
30926bc252 A couple bug fixes for sender key
- Desktop needs the groupId of the failed message tacked on to the
  resend request
- We need to be providing the unwrapped UD content to
  DecryptionErrorMessage
2021-09-17 17:18:03 -07:00
Matthew Chen
5f5bda269d "Feature flags for .beta." 2021-09-14 00:50:30 -03:00
Matthew Chen
ee0866c643 "Feature flags for .production." 2021-09-14 00:50:20 -03:00
Matthew Chen
11735d29c7 "Feature flags for .beta." 2021-09-14 00:23:40 -03:00
Matthew Chen
a0bb1d7b79 "Feature flags for .production." 2021-09-14 00:22:35 -03:00
Matthew Chen
1469ca65fe Handle remote attestation auth request failures. 2021-09-14 00:19:32 -03:00
Matthew Chen
02467dbce6 "Feature flags for .beta." 2021-09-12 17:50:03 -03:00
Matthew Chen
384cdf7210 "Feature flags for .production." 2021-09-12 17:49:29 -03:00
Matthew Chen
d1ed5ad429 "Feature flags for .qa." 2021-09-12 17:48:08 -03:00
Matthew Chen
ac67a214e4 "Feature flags for .beta." 2021-09-12 17:48:08 -03:00
Matthew Chen
2b5b1d9fd6 "Feature flags for .production." 2021-09-12 17:48:08 -03:00
Matthew Chen
53afc871a6 Disable native websocket. 2021-09-11 12:37:38 -03:00
Matthew Chen
e770c37f41 Enable native websocket. 2021-09-11 12:37:29 -03:00
Matthew Chen
61a00319d8 Disable native websocket. 2021-09-11 12:36:45 -03:00
Matthew Chen
dd257a1c58 Enable native websocket. 2021-09-11 12:36:26 -03:00
Matthew Chen
89f2d4573e Disable native websocket, refine logging. 2021-09-11 00:09:43 -03:00
Matthew Chen
62187e3411 Elaborate logging around message processing and web sockets. 2021-09-10 23:46:52 -03:00
Matthew Chen
4082893f84 Merge remote-tracking branch 'private/release/5.19.2' 2021-09-10 23:27:37 -03:00
Matthew Chen
c3cbb45eaf Add feature flag around holding websockets open until drained. 2021-09-10 23:14:48 -03:00
Matthew Chen
ee94988082 Elaborate logging around message processing and web sockets. 2021-09-10 21:06:35 -03:00
Michelle Linington
edc9b4dbb6 "Feature flags for .qa." 2021-09-10 15:37:59 -07:00
Michelle Linington
633feba964 "Feature flags for .beta." 2021-09-10 15:37:46 -07:00
Michelle Linington
e453f7b9ad "Feature flags for .production." 2021-09-10 15:23:52 -07:00
Michelle Linington
7f0b218340 Adjust max size declaration 2021-09-10 15:22:12 -07:00
Michelle Linington
dd283ed985 Increase the max outgoing sender key envelope size
The overhead for each sender key recipient rapidly increases the
envelope size even though the server will split the resulting messages
into smaller per-recipient chunks
2021-09-10 15:21:37 -07:00
Michelle Linington
270128bf70 Adjust max size declaration 2021-09-10 11:29:09 -07:00
Michelle Linington
31a54e6d7e Increase the max outgoing sender key envelope size
The overhead for each sender key recipient rapidly increases the
envelope size even though the server will split the resulting messages
into smaller per-recipient chunks
2021-09-10 11:06:24 -07:00