about summary refs log tree commit diff stats
path: root/src/omemo
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle requested device list for session startPaul Fariello2019-04-101-7/+41
|
* Add OMEMO identity materials long term storagePaul Fariello2019-04-103-4/+100
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-105-30/+374
|
* Create signal sessionPaul Fariello2019-04-102-3/+18
|
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-104-4/+383
|
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-7/+3
|
* Ensure received devicelist contains our own device idPaul Fariello2019-04-102-3/+12
|
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-102-11/+25
| | | | Devicelist subscription can be done directly with caps_add feature.
* Add devicelist and bundle publicationPaul Fariello2019-04-102-19/+125
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-102-5/+22
| | | | Also store identity keys into account
* Add signal-protocol lockingPaul Fariello2019-04-082-4/+36
|
* Add crypto backend for signal-protocolPaul Fariello2019-04-084-2/+307
|
* Link against libsignal-protocol-cPaul Fariello2019-04-081-0/+10