Commit 06ec94c
File tree
4 files changed
+22
-8
lines changed- .github/workflows
- src
4 files changed
+22
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Submodule libsession-util updated 92 files
- .clang-format+1-1
- .drone.jsonnet+3-1
- .gitignore+1-1
- .gitmodules+3-3
- CMakeLists.txt+18-4
- cmake/AddStaticBundleLib.cmake+25-3
- cmake/GenVersion.cmake+4-1
- cmake/StaticBuild.cmake-41
- external/CMakeLists.txt+31-10
- external/oxen-encoding-1
- external/oxen-libquic+1
- include/session/config.hpp+6-9
- include/session/config/base.h+49-45
- include/session/config/base.hpp+54-30
- include/session/config/contacts.h+2-2
- include/session/config/contacts.hpp+3-3
- include/session/config/convo_info_volatile.h+16-4
- include/session/config/groups/info.h-1
- include/session/config/groups/info.hpp+5-5
- include/session/config/groups/keys.hpp+7-8
- include/session/config/groups/members.h+4-1
- include/session/config/profile_pic.hpp+1-2
- include/session/config/protos.hpp+2-1
- include/session/config/user_groups.h+21-12
- include/session/config/user_groups.hpp+1-1
- include/session/curve25519.hpp+1-1
- include/session/file.hpp+28
- include/session/log_level.h+20
- include/session/logging.h+73
- include/session/logging.hpp+113
- include/session/network.h+351
- include/session/network.hpp+754
- include/session/onionreq/builder.h+26-39
- include/session/onionreq/builder.hpp+59-26
- include/session/onionreq/hop_encryption.hpp+3
- include/session/onionreq/key_types.hpp+1
- include/session/onionreq/parser.hpp+4-3
- include/session/onionreq/response_parser.hpp+5
- include/session/random.hpp+36-1
- include/session/session_encrypt.h+21-6
- include/session/session_encrypt.hpp+20-2
- include/session/util.hpp+47-33
- proto/CMakeLists.txt+8
- src/CMakeLists.txt+17-16
- src/config.cpp+5-9
- src/config/base.cpp+152-91
- src/config/community.cpp+6-65
- src/config/contacts.cpp+35-32
- src/config/convo_info_volatile.cpp+120-117
- src/config/groups/info.cpp+27-25
- src/config/groups/keys.cpp+148-116
- src/config/groups/members.cpp+29-26
- src/config/internal.cpp+1-1
- src/config/internal.hpp-8
- src/config/protos.cpp-1
- src/config/user_groups.cpp+74-69
- src/config/user_profile.cpp+14-13
- src/curve25519.cpp+2-2
- src/file.cpp+38
- src/hash.cpp+6-1
- src/logging.cpp+106
- src/network.cpp+3.3k
- src/onionreq/builder.cpp+156-21
- src/onionreq/hop_encryption.cpp+16-4
- src/onionreq/key_types.cpp+8
- src/onionreq/response_parser.cpp+15-7
- src/random.cpp+20
- src/session_encrypt.cpp+152-7
- src/util.cpp+85-2
- tests/CMakeLists.txt+30-6
- tests/catch2_bt_format.hpp+1-1
- tests/test_blinding.cpp+2-11
- tests/test_config_contacts.cpp+2-2
- tests/test_config_convo_info_volatile.cpp+1-4
- tests/test_config_user_groups.cpp+96-7
- tests/test_config_userprofile.cpp+18-13
- tests/test_configdata.cpp+9-7
- tests/test_curve25519.cpp+1-1
- tests/test_group_info.cpp+2-4
- tests/test_group_keys.cpp+12-12
- tests/test_group_members.cpp-2
- tests/test_logging.cpp+121
- tests/test_multi_encrypt.cpp+12-8
- tests/test_network.cpp+1.5k
- tests/test_onionreq.cpp+1
- tests/test_session_encrypt.cpp+43-2
- tests/utils.hpp+83
- utils/android.sh-2
- utils/ci/drone-format-verify.sh+1-1
- utils/format.sh+1-1
- utils/ios.sh+25-16
- utils/static-bundle.sh-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
109 | 122 | | |
110 | 123 | | |
111 | 124 | | |
| |||
0 commit comments