-
- Downloads
Fix issue in the build of device_verification branch (#27)
Merge device_verification from Chethan2k1/mtxclient * Fix build Issue in the crypto_bot.cpp * Add Linting * Change the location of DeviceEventVistor * Fix to_device test * Remove iostream header * Fix Remaining Tests * Remove Sender and Type in KeyRequest * Add endpoint to construct to_device messages * Add new endpoint new_send_to_device * Made Changes in new to_device_send * Wait for carl's access_token
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- examples/crypto_bot.cpp 7 additions, 7 deletionsexamples/crypto_bot.cpp
- include/mtx/events.hpp 2 additions, 1 deletioninclude/mtx/events.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/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/encrypted.cpp 17 additions, 17 deletionslib/structs/events/encrypted.cpp
- lib/structs/requests.cpp 4 additions, 0 deletionslib/structs/requests.cpp
- lib/structs/responses/common.cpp 2 additions, 2 deletionslib/structs/responses/common.cpp
- tests/client_api.cpp 80 additions, 1 deletiontests/client_api.cpp
- tests/events.cpp 12 additions, 14 deletionstests/events.cpp
Loading
Please register or sign in to comment