aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo/src/manager.vala
Commit message (Expand)AuthorAgeFilesLines
* OMEMO: Move files to fitting subdirectoryfiaxh2019-07-081-386/+0
* Use glib log functionsfiaxh2019-03-151-5/+5
* Wait for account to be persisted before creating omemo_db.identity entryfiaxh2019-03-141-2/+7
* Hide OMEMO messages from untrusted sourcesMarvin W2018-11-101-17/+0
* Index consistently with the identity idSamuel Hand2018-08-121-8/+14
* Fix OMEMO not working when the database is re-created for an existing accountSamuel Hand2018-08-111-2/+11
* Fix mutual subscription detectionSamuel Hand2018-08-101-2/+2
* Code cleanup - move long database queries to their own functions and improve ...Samuel Hand2018-08-101-8/+22
* Fix bug where OMEMO not avaiable with a newly added contactSamuel Hand2018-08-051-5/+9
* Fix omemo not being available on first startupSamuel Hand2018-07-281-3/+8
* Code cleanup: create new trust management classSamuel Hand2018-07-251-45/+46
* only allow OMEMO in members only MUCsSamuel Hand2018-07-181-1/+1
* Send OMEMO messages in MUCs to offline membersSamuel Hand2018-07-171-4/+3
* Properly check if a MUC is viable for sending OMEMO messagesSamuel Hand2018-07-171-2/+14
* Enable encryption in MUCsSamuel Hand2018-07-111-12/+45
* Enable key management for own keysSamuel Hand2018-07-091-0/+9
* More database migration, update defaults and indexesSamuel Hand2018-07-061-1/+1
* Add a toggle switch for key managementSamuel Hand2018-07-041-1/+0
* More cleanup and database modificationsMarvin W2018-06-261-18/+13
* Database migration and code cleanupSamuel Hand2018-06-191-46/+9
* Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-2/+74
* Properly handle the case where the recipients device list hasn't been fetchedSamuel Hand2018-06-081-2/+2
* Small fixesfiaxh2018-01-301-1/+1
* Pipeline for incoming messages in libdinofiaxh2018-01-281-5/+14
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-23/+23
* Move DatabaseError handling into Qlitefiaxh2017-10-311-27/+12
* omemo: store and display identity keys of all devicesMarvin W2017-08-271-1/+41
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-181-25/+36
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-4/+4
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-15/+8
* omemo plugin: improve session bootstrappingMarvin W2017-03-151-46/+118
* correctly bootstrap omemo when there is no devicelist on server yet + concurr...Marvin W2017-03-131-2/+8
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on v...Marvin W2017-03-121-1/+1
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-121-127/+18
* Add OMEMO via PluginMarvin W2017-03-111-0/+270