File tree
6 files changed
+38
-7
lines changed- gradle
- library
- src/main
- cpp
- java/network/loki/messenger/libsession_util
6 files changed
+38
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 | 50 |
| |
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
56 | 54 |
| |
57 | 55 |
| |
58 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 |
| |
60 | 64 |
| |
61 | 65 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + |
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
85 | 95 |
| |
86 | 96 |
| |
87 | 97 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
Submodule libsession-util updated 51 files
- CMakeLists.txt+1-1
- external/oxen-libquic+1-1
- include/session/blinding.h+5-5
- include/session/config/base.hpp+44-1
- include/session/config/convo_info_volatile.hpp+2-2
- include/session/config/groups/info.hpp+3-3
- include/session/config/groups/keys.h-13
- include/session/config/groups/keys.hpp+41-9
- include/session/config/namespaces.h-34
- include/session/config/namespaces.hpp+10-16
- include/session/config/pro.h-157
- include/session/config/pro.hpp-167
- include/session/config/user_groups.hpp+5-5
- include/session/config/user_profile.h+31-40
- include/session/config/user_profile.hpp+44-23
- include/session/ed25519.h-17
- include/session/ed25519.hpp+2-14
- include/session/pro_backend.hpp-55
- include/session/session_encrypt.h+8-132
- include/session/session_encrypt.hpp+3-114
- include/session/session_protocol.h-474
- include/session/session_protocol.hpp-365
- include/session/types.h-58
- include/session/types.hpp+7-17
- include/session/util.hpp+1-11
- proto/SessionProtos.pb.cc+2.9k-4.4k
- proto/SessionProtos.pb.h+5.0k-6.6k
- proto/SessionProtos.proto+76-127
- src/CMakeLists.txt+1-6
- src/config.cpp+1
- src/config/groups/keys.cpp+177-38
- src/config/internal.cpp+59
- src/config/internal.hpp+30-1
- src/config/pro.cpp-303
- src/config/user_profile.cpp+53-61
- src/ed25519.cpp+5-45
- src/pro_backend.cpp-129
- src/session_encrypt.cpp+11-339
- src/session_protocol.cpp-835
- src/types.cpp-32
- src/util.cpp-58
- tests/CMakeLists.txt-2
- tests/test_config_convo_info_volatile.cpp+6-6
- tests/test_config_pro.cpp-161
- tests/test_config_user_groups.cpp+7-7
- tests/test_config_userprofile.cpp+136-4
- tests/test_ed25519.cpp+39-90
- tests/test_group_keys.cpp+1-1
- tests/test_logging.cpp+5-4
- tests/test_session_protocol.cpp-689
- tests/utils.hpp+3-68
0 commit comments