about summary refs log tree commit diff stats
path: root/src/omemo/omemo.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add OMEMO identity materials long term storagePaul Fariello2019-04-101-4/+93
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-7/+165
|
* Create signal sessionPaul Fariello2019-04-101-2/+17
|
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-2/+78
|
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-7/+3
|
* Ensure received devicelist contains our own device idPaul Fariello2019-04-101-2/+11
|
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-10/+22
| | | | Devicelist subscription can be done directly with caps_add feature.
* Add devicelist and bundle publicationPaul Fariello2019-04-101-19/+115
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-4/+20
| | | | Also store identity keys into account
* Add signal-protocol lockingPaul Fariello2019-04-081-4/+34
|
* Add crypto backend for signal-protocolPaul Fariello2019-04-081-2/+32
|
* Link against libsignal-protocol-cPaul Fariello2019-04-081-0/+10