about summary refs log tree commit diff stats
path: root/src/omemo
Commit message (Expand)AuthorAgeFilesLines
* Expand omemo error messageMichael Vetter2020-02-211-2/+2
* omemo: switch to 12 byte IVMichael Vetter2020-02-171-1/+1
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-122-4/+4
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-312-8/+26
* Add support for 12 bytes IVPaul Fariello2020-01-203-4/+4
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-21/+11
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add vim modelineMichael Vetter2019-11-136-0/+6
* omemo: use lower case to log infoMichael Vetter2019-08-231-1/+1
* Fix typo in OMEMO materials logMichael Vetter2019-08-231-1/+1
* Fix memleak in save_identity()Michael Vetter2019-07-231-1/+1
* Fix potential leak in omemo_untrust()Michael Vetter2019-07-231-0/+2
* Dont use not needed strdup() in save_identity()Michael Vetter2019-07-231-1/+1
* Remove dead assignmentsMichael Vetter2019-07-221-1/+1
* Dirty fix libgcrypt memleakPaul Fariello2019-07-111-0/+5
* Enable secure memory in gcrypt initialisationPaul Fariello2019-07-111-0/+6
* Fix various OMEMO memleaksPaul Fariello2019-07-102-3/+12
* Free omemo_ctx.device_list_handlerMichael Vetter2019-07-041-0/+1
* Dont initialize omemo autocompleter twiceMichael Vetter2019-07-041-2/+0
* Add omemo_close functionMichael Vetter2019-07-042-0/+10
* Mark messages received from a session as trustedPaul Fariello2019-06-253-10/+25
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-202-2/+2
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-204-7/+10
* Decrypt all incoming OMEMO msgPaul Fariello2019-06-203-1/+23
* Free contacts in omemo_start_sessions()Michael Vetter2019-06-191-0/+1
* Free OMEMO session store upon disconnectMichael Vetter2019-06-191-0/+1
* Add copyright to omemo codeMichael Vetter2019-06-176-0/+199
* Remove OMEMO session when untrusting a fingerprintPaul Fariello2019-06-072-16/+122
* Correctly handle malformed OMEMO messagesPaul Fariello2019-05-231-4/+8
* OMEMO: Initialize result in omemo_automatic_startMichael Vetter2019-04-291-1/+1
* Handle missing real jid in OMEMO encrypted MUCPaul Fariello2019-04-171-3/+7
* Add OMEMO policyPaul Fariello2019-04-172-16/+69
* Don't persist OMEMO {signed,}prekey cleaning on disconnectPaul Fariello2019-04-141-10/+0
* Handle malformed OMEMO identity.txtPaul Fariello2019-04-141-7/+34
* Don't unload OMEMO cryto on disconnect if OMEMO wasn't loadedPaul Fariello2019-04-141-0/+4
* Fix issue with first encrypted messagePaul Fariello2019-04-101-1/+5
* Try to start sessions with every jid in rosterPaul Fariello2019-04-102-0/+18
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-102-6/+24
* Rework trusted fingerprint storagePaul Fariello2019-04-104-29/+90
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-102-7/+15
* Prefix static function with _Paul Fariello2019-04-101-41/+41
* Ensure pre keys are generated if missing from long term storagePaul Fariello2019-04-101-24/+51
* Permanently store pre keysPaul Fariello2019-04-103-22/+119
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-2/+2
* Ensure signal context is built on connectionPaul Fariello2019-04-101-20/+23
* Don't use glib 2.58 funcPaul Fariello2019-04-101-3/+1
* Add fingerprint autocompletionPaul Fariello2019-04-102-1/+23
* Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-102-27/+46
* Add support for disconnect in OMEMOPaul Fariello2019-04-103-27/+91
* Handle absent muc memberPaul Fariello2019-04-101-0/+4