Commit 2b495b6
committed
Merge tag 'v0.78.0' into ci
v0.78.0
SVR-B
-----
- Operations have been consistently renamed to `store` and `restore`.
- `restore` now returns an object containing both the
BackupForwardSecrecyToken for decryption, and "secret data" to be
used in the first `store` after restoration.
- `SvrB` now has a `createNewBackupChain` method, allowing you to
locally persist the backup "secret data" *before* the first store to
SVR-B for a fresh install.
- With the first two changes, the secret data argument to `restore` is
now required. See doc comments for more details.
Other Changes
-------------
- Rust: `SessionRecord::has_usable_sender_chain` now takes an
additional parameter to specify which criteria make a session
"usable" beyond simply *having* a sender chain. The previous
behavior can be requested by using
`SessionUsabilityRequirements::NotStale`.File tree
146 files changed
+5457
-925
lines changed- acknowledgments
- java
- client/src
- main/java/org/signal/libsignal
- internal
- messagebackup
- net
- test/java/org/signal/libsignal
- internal
- messagebackup
- net
- server/src/test/java/org/signal/libsignal/internal
- node
- ts
- net
- test
- rust
- account-keys
- src
- proto
- attest
- src
- bridge
- node/bin
- core/src
- message-backup
- examples
- src
- backup/chat
- frame
- tests/res/test-cases/valid-encrypted
- net
- chat/src
- examples
- infra
- src
- dns
- noise
- proto
- route
- connect
- tcp_ssl
- testutil
- src
- svrb
- tests
- fake_transport
- protocol
- fuzz
- fuzz_targets
- src
- ratchet
- state
- tests
- svrb
- src
- proto
- zkgroup
- src/api
- backups
- profiles
- tests
- swift
- Sources
- LibSignalClient
- SignalFfi
- Tests/LibSignalClientTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
146 files changed
+5457
-925
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments