about summary refs log tree commit diff stats
path: root/src/omemo/omemo.c
Commit message (Expand)AuthorAgeFilesLines
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* Free errors after they have been printedWilliam Wennerström2020-07-101-0/+4
* Apply coding styleMichael Vetter2020-07-071-269/+268
* Revert "Apply coding style"Michael Vetter2020-07-071-271/+272
* Apply coding styleMichael Vetter2020-07-071-272/+271
* Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-07-041-11/+13
|\
| * Merge pull request #1387 from DebXWoody/bugfix/1332-omemoMichael Vetter2020-07-041-11/+13
| |\
| | * Request Device and Key, when OMEMO is in useDebXWoody2020-06-041-11/+13
* | | Merge branch 'omemofix'Michael Vetter2020-07-041-1/+0
|\ \ \ | |/ / |/| |
| * | Messages are not shown in ChatSecureDebXWoody2020-07-041-1/+0
* | | Remove prefs_free_string()Michael Vetter2020-07-021-1/+1
|/ /
* / Use files_get_account_data_path instead of duplicate codeMichael Vetter2020-07-011-21/+14
|/
* Add and use connection_get_barejid()Michael Vetter2020-05-251-4/+4
* Expand omemo error messageMichael Vetter2020-02-211-2/+2
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-121-3/+3
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-7/+25
* Add support for 12 bytes IVPaul Fariello2020-01-201-1/+1
* 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-131-0/+1
* omemo: use lower case to log infoMichael Vetter2019-08-231-1/+1
* Fix typo in OMEMO materials logMichael Vetter2019-08-231-1/+1
* Fix potential leak in omemo_untrust()Michael Vetter2019-07-231-0/+2
* Remove dead assignmentsMichael Vetter2019-07-221-1/+1
* Fix various OMEMO memleaksPaul Fariello2019-07-101-2/+2
* 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-041-0/+9
* Mark messages received from a session as trustedPaul Fariello2019-06-251-5/+16
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-201-1/+1
* Decrypt all incoming OMEMO msgPaul Fariello2019-06-201-0/+7
* 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-171-0/+34
* Remove OMEMO session when untrusting a fingerprintPaul Fariello2019-06-071-15/+114
* 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-171-15/+62
* 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
* Try to start sessions with every jid in rosterPaul Fariello2019-04-101-0/+17
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-6/+23
* Rework trusted fingerprint storagePaul Fariello2019-04-101-20/+71
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-7/+14
* 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-101-20/+76
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-2/+2