summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-103/+94
|
* Add Room Verification MessagesCH Chethan Reddy2020-07-301-10/+46
|
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-297/+368
|
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-4/+4
|
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-36/+94
|
* Error Handling and some fixesCH Chethan Reddy2020-07-301-39/+70
|
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-40/+43
|
* Fix the Weird auto-confirmation and cancellationCH Chethan Reddy2020-07-301-1/+0
|
* Some more fixesCH Chethan Reddy2020-07-301-2/+10
|
* Some ImprovementsCH Chethan Reddy2020-07-301-2/+4
| | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* Add some more slots and macCH Chethan Reddy2020-07-301-38/+157
|
* Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-301-35/+132
|
* Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-22/+47
| | | | recieving start or request
* Handle Device Verification related to_device messagesChethan2k12020-07-301-3/+102
|
* Add SAS Method choice and Add send_to_device API callChethan2k12020-07-301-28/+103
|
* Tweak UI for device verification and Add more slotsChethan2k12020-07-301-1/+69
|
* Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+36