aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo/src/stream_module.vala
Commit message (Collapse)AuthorAgeFilesLines
* Properly decrypt messages from MUCsSamuel Hand2018-08-141-80/+0
|
* Mark messages from rejected and unknown devicesSamuel Hand2018-07-291-1/+0
|
* Fix omemo not being available on first startupSamuel Hand2018-07-281-2/+2
|
* Code cleanup: create new trust management classSamuel Hand2018-07-251-176/+21
|
* Enable encryption in MUCsSamuel Hand2018-07-111-32/+65
|
* More cleanup and database modificationsMarvin W2018-06-261-5/+9
|
* Database migration and code cleanupSamuel Hand2018-06-191-18/+4
|
* Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-27/+48
|
* remove bundle requests so session creation doesn't failSamuel Hand2018-06-031-0/+1
|
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-281-0/+1
| | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala
* Pipeline for incoming messages in libdinofiaxh2018-01-281-5/+6
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-56/+55
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-5/+7
|
* Read+(write) stream asyncfiaxh2017-11-161-61/+76
|
* omemo: store and display identity keys of all devicesMarvin W2017-08-271-3/+21
|
* omemo: handle broken incoming key bundlesMarvin W2017-08-241-15/+18
| | | | fixes #137
* xmpp-vala: Remove require-functionsfiaxh2017-08-141-2/+0
|
* Get rid of manual storage objects for delegatesfiaxh2017-06-131-12/+9
|
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-181-63/+64
| | | | Fixes #44 and #58
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-4/+3
|
* omemo plugin: improve session bootstrappingMarvin W2017-03-151-40/+33
|
* correctly bootstrap omemo when there is no devicelist on server yet + ↵Marvin W2017-03-131-1/+10
| | | | concurrency bug fixes
* Fix delegate copying issueMarvin W2017-03-121-4/+5
|
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-121-0/+426