aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo/src/trust_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Move GCM tag into per-device-encrypted area to be compatible with current ↵Marvin W2019-03-071-3/+8
| | | | OMEMO version, fixes #514
* Check for eme tag before adding fallback text for empty-body OMEMO messagesfiaxh2019-02-201-1/+3
|
* Add fallback text when a known to be OMEMO-encrypted message failed to decryptThibaut Girka2019-02-171-0/+1
|
* Fix OMEMO decryption if MUC real_jid is not known (because sender is offline)fiaxh2019-01-091-31/+53
| | | | fixes #490
* Hide OMEMO messages from untrusted sourcesMarvin W2018-11-101-19/+82
|
* Properly decrypt messages from MUCsSamuel Hand2018-08-141-17/+75
|
* Index consistently with the identity idSamuel Hand2018-08-121-5/+14
|
* Actually perform the database update when changing blind trustSamuel Hand2018-08-111-1/+1
|
* Make strings translatableSamuel Hand2018-08-101-2/+2
|
* Code cleanup - move long database queries to their own functions and improve ↵Samuel Hand2018-08-101-3/+21
| | | | variable names
* Only send messages to active devicesSamuel Hand2018-08-081-1/+1
|
* Mark messages from rejected and unknown devicesSamuel Hand2018-07-291-0/+39
|
* Fix omemo not being available on first startupSamuel Hand2018-07-281-2/+3
|
* Code cleanup: create new trust management classSamuel Hand2018-07-251-0/+128