-
- Downloads
Merge pull request #29 from Nheko-Reborn/device_verification
Device verification pipeline
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- examples/crypto_bot.cpp 7 additions, 7 deletionsexamples/crypto_bot.cpp
- include/mtx/events.hpp 33 additions, 1 deletioninclude/mtx/events.hpp
- include/mtx/events/collections.hpp 12 additions, 0 deletionsinclude/mtx/events/collections.hpp
- include/mtx/events/encrypted.hpp 69 additions, 5 deletionsinclude/mtx/events/encrypted.hpp
- include/mtx/identifiers.hpp 1 addition, 0 deletionsinclude/mtx/identifiers.hpp
- include/mtx/requests.hpp 5 additions, 0 deletionsinclude/mtx/requests.hpp
- include/mtx/responses/common.hpp 4 additions, 0 deletionsinclude/mtx/responses/common.hpp
- include/mtx/responses/sync.hpp 11 additions, 1 deletioninclude/mtx/responses/sync.hpp
- include/mtxclient/http/client.hpp 16 additions, 0 deletionsinclude/mtxclient/http/client.hpp
- lib/http/client.cpp 2 additions, 0 deletionslib/http/client.cpp
- lib/structs/events.cpp 4 additions, 1 deletionlib/structs/events.cpp
- lib/structs/events/collections.cpp 1 addition, 0 deletionslib/structs/events/collections.cpp
- lib/structs/events/encrypted.cpp 17 additions, 21 deletionslib/structs/events/encrypted.cpp
- lib/structs/requests.cpp 4 additions, 0 deletionslib/structs/requests.cpp
- lib/structs/responses/common.cpp 112 additions, 0 deletionslib/structs/responses/common.cpp
- lib/structs/responses/sync.cpp 8 additions, 3 deletionslib/structs/responses/sync.cpp
- tests/client_api.cpp 89 additions, 9 deletionstests/client_api.cpp
- tests/e2ee.cpp 6 additions, 17 deletionstests/e2ee.cpp
- tests/events.cpp 12 additions, 14 deletionstests/events.cpp
Loading
Please register or sign in to comment