File tree
116 files changed
+2810
-1872
lines changed- Scripts
- Session
- Calls/Call Management
- Conversations
- Settings
- Home
- Media Viewing & Editing
- Meta
- Notifications
- Path
- Settings
- Utilities
- Session.xcodeproj
- SessionMessagingKit
- Common Networking
- Database
- Migrations
- Models
- File Server
- Models
- Types
- Jobs/Types
- LibSession
- Config Handling
- Messages
- Open Groups
- Types
- Sending & Receiving
- Attachments
- Errors
- Message Handling
- Pollers
- Utilities
- SessionMessagingKitTests
- LibSession
- Utilities
- Open Groups
- _TestUtilities
- SessionNotificationServiceExtension
- SessionSnodeKit
- Database/Migrations
- LibSession
- Models
- Networking
- Types
- SessionSnodeKitTests/Models
- SessionUtilitiesKit
- Combine
- Crypto
- Database
- Migrations
- Types
- General
- JobRunner
- LibSession
- Utilities
- Meta
- Networking
- Utilities
- SignalUtilitiesKit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+2810
-1872
lines changed+17-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
50 | 63 |
| |
51 | 64 |
| |
52 | 65 |
| |
| |||
67 | 80 |
| |
68 | 81 |
| |
69 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
70 | 86 |
| |
71 | 87 |
| |
72 | 88 |
| |
|
Submodule LibSession-Util updated 28 files
- external/oxen-libquic+1-1
- include/session/config/base.hpp+40-17
- include/session/config/groups/keys.h+5
- include/session/config/groups/keys.hpp+5-4
- include/session/network.h+77
- include/session/network.hpp+226-82
- include/session/onionreq/response_parser.hpp+3
- include/session/random.hpp+11
- include/session/util.hpp+7
- src/config/base.cpp+65-50
- src/config/community.cpp+6-64
- src/config/contacts.cpp+21-22
- src/config/convo_info_volatile.cpp+74-85
- src/config/groups/info.cpp+23-21
- src/config/groups/keys.cpp+148-112
- src/config/groups/members.cpp+19-21
- src/config/internal.hpp-8
- src/config/user_groups.cpp+45-57
- src/config/user_profile.cpp+17-13
- src/network.cpp+1.1k-352
- src/onionreq/builder.cpp+7-1
- src/onionreq/response_parser.cpp+10-6
- src/random.cpp+30
- src/util.cpp+61
- tests/test_config_convo_info_volatile.cpp+1-1
- tests/test_configdata.cpp+1-1
- tests/test_group_keys.cpp+23-14
- tests/test_network.cpp+262-29
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 | 39 |
| |
41 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
| |||
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
77 |
| - | |
78 |
| - | |
79 | 83 |
| |
80 | 84 |
| |
81 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
37 | 39 |
| |
38 |
| - | |
39 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 |
| |
45 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
46 | 55 |
| |
47 | 56 |
| |
48 | 57 |
| |
| |||
183 | 192 |
| |
184 | 193 |
| |
185 | 194 |
| |
| 195 | + | |
186 | 196 |
| |
187 | 197 |
| |
188 | 198 |
| |
| 199 | + | |
189 | 200 |
| |
190 | 201 |
| |
| 202 | + | |
| 203 | + | |
191 | 204 |
| |
192 | 205 |
| |
193 | 206 |
| |
| |||
208 | 221 |
| |
209 | 222 |
| |
210 | 223 |
| |
211 |
| - | |
| 224 | + | |
| 225 | + | |
212 | 226 |
| |
213 | 227 |
| |
214 | 228 |
| |
|
0 commit comments