1 file changed
+1
-1
lines changedSubmodule libsession-util updated 69 files
- .drone.jsonnet+7-6
- .gitmodules+3
- CMakeLists.txt+1-1
- docs/api/.gitignore+3
- docs/api/Makefile+27-17
- docs/api/README.md+56
- docs/api/api-to-markdown.py+14-9
- docs/api/docs/config_merge_logic.md+18-16
- docs/api/docs/index.md+1-1
- docs/api/docs/javascripts/katex.js+10
- docs/api/docs/stylesheets/extra.css+17
- docs/api/make-docs.sh+1-80
- docs/api/mkdocs.yml+73
- docs/api/requirements.txt+38
- docs/api/static/sidebar.md-10
- external/CMakeLists.txt+1-2
- external/oxen-libquic+1-1
- external/oxen-logging+1
- include/session/config.hpp+17-4
- include/session/config/base.h+54-19
- include/session/config/base.hpp+167-39
- include/session/config/convo_info_volatile.hpp+3-2
- include/session/config/encrypt.hpp+7-1
- include/session/config/groups/info.h+2-2
- include/session/config/groups/info.hpp+1-1
- include/session/config/groups/keys.h+5-5
- include/session/config/groups/keys.hpp+5-3
- include/session/config/groups/members.hpp+20
- include/session/hash.hpp+33-1
- include/session/multi_encrypt.h+4-4
- include/session/random.h+3-2
- include/session/session_encrypt.h+48
- include/session/session_encrypt.hpp+26
- include/session/session_network.h+4-4
- include/session/session_network.hpp+7-7
- include/session/types.hpp+2
- include/session/util.hpp+9-2
- src/CMakeLists.txt+2-2
- src/config/base.cpp+533-92
- src/config/convo_info_volatile.cpp+1-1
- src/config/encrypt.cpp+10-14
- src/config/groups/keys.cpp+4-4
- src/hash.cpp+13-10
- src/multi_encrypt.cpp+4-4
- src/onionreq/builder.cpp+1-1
- src/session_encrypt.cpp+110-1
- src/session_network.cpp+71-63
- tests/CMakeLists.txt+3-1
- tests/case_logger.cpp+93
- tests/main.cpp+3-1
- tests/swarm-auth-test.cpp+3-9
- tests/test_blinding.cpp+2-7
- tests/test_bugs.cpp+17-15
- tests/test_compression.cpp-3
- tests/test_config_contacts.cpp+403-23
- tests/test_config_convo_info_volatile.cpp+26-17
- tests/test_config_user_groups.cpp+40-34
- tests/test_config_userprofile.cpp+31-24
- tests/test_configdata.cpp+16-14
- tests/test_encrypt.cpp-2
- tests/test_group_info.cpp+34-34
- tests/test_group_keys.cpp+120-95
- tests/test_group_members.cpp+28-31
- tests/test_multi_encrypt.cpp+3-9
- tests/test_onionreq.cpp+1-1
- tests/test_session_encrypt.cpp+16-3
- tests/test_session_network.cpp+283-113
- tests/utils.hpp+11-66
- utils/ci/drone-docs-upload.sh+2-2
0 commit comments