Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use our omemo sid/fingerprint in qr code | Michael Vetter | 2022-05-31 | 1 | -0/+6 |
| | | | | | | | Current clients sid/fingerprint will be shown in following format: `xmpp:<user@server>?omemo-sid-<numerical-sid>=<omemo-fingerprint-hex-string>` Fix https://github.com/profanity-im/profanity/issues/1320 | ||||
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -2/+3 |
| | |||||
* | Display OMEMO device ID | DebXWoody | 2021-05-28 | 1 | -0/+5 |
| | | | | | Display the OMEMO device ID which has been generated, when the user generated OMEMO crytographic materials via /omemo gen. | ||||
* | Run make format on rebase | William Wennerström | 2020-11-16 | 1 | -9/+32 |
| | |||||
* | Move file encryption function to public header | William Wennerström | 2020-11-16 | 1 | -28/+12 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -23/+62 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -62/+23 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -23/+62 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add omemo_close stub for tests | Michael Vetter | 2019-07-18 | 1 | -0/+1 |
| | |||||
* | Fix unit test after account_new API change | Paul Fariello | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | Add omemo_start_sessions to unittest stub | Michael Vetter | 2019-04-14 | 1 | -0/+1 |
| | |||||
* | Automatically starts OMEMO if one identity is trusted | Paul Fariello | 2019-04-10 | 1 | -0/+6 |
| | |||||
* | Wait for discovery end to publish omemo devicelist and bundle | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | | | | Add sv_ev_connection_features_received for that purpose | ||||
* | Add required OMEMO stub for unit-test | Paul Fariello | 2019-04-10 | 1 | -0/+61 |