about summary refs log tree commit diff stats
path: root/src/omemo/omemo.h
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics rename variable barejid into roomjidPaul Fariello2019-04-101-1/+1
|
* Allow to start OMEMO in MUCPaul Fariello2019-04-101-0/+1
|
* Add MUC message decryptionPaul Fariello2019-04-101-1/+1
|
* Add OMEMO untrust commandPaul Fariello2019-04-101-0/+1
|
* Add trust commandPaul Fariello2019-04-101-2/+2
|
* Don't trust unknown identity keysPaul Fariello2019-04-101-0/+2
| | | | | Also add long terme storage of known identity keys. If a key is stored it means it is trusted.
* Add OMEMO fingerprint commandPaul Fariello2019-04-101-0/+3
|
* Add OMEMO session long term storagePaul Fariello2019-04-101-0/+2
|
* Randomly choose a prekey on session buildPaul Fariello2019-04-101-1/+2
|
* Get rid of libsodiumPaul Fariello2019-04-101-0/+1
|
* Add OMEMO identity materials long term storagePaul Fariello2019-04-101-0/+1
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+12
|
* Create signal sessionPaul Fariello2019-04-101-1/+1
|
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-2/+4
|
* Ensure received devicelist contains our own device idPaul Fariello2019-04-101-1/+1
|
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-1/+3
| | | | Devicelist subscription can be done directly with caps_add feature.
* Add devicelist and bundle publicationPaul Fariello2019-04-101-0/+10
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-1/+2
| | | | Also store identity keys into account
* Add signal-protocol lockingPaul Fariello2019-04-081-0/+2
|
* Add crypto backend for signal-protocolPaul Fariello2019-04-081-0/+3