about summary refs log tree commit diff stats
path: root/src/omemo/omemo.c
Commit message (Expand)AuthorAgeFilesLines
* auto-formatSteffen Jaeckel2022-02-011-1/+3
* Refined sender device acquirementnandesu-utils2021-10-291-5/+7
* Acquire sender's device list on connectionnandesu-utils2021-10-281-4/+8
* Format code correctlyMichael Vetter2021-10-051-10/+10
* omemo: always free error and print warningMichael Vetter2021-07-221-0/+9
* Fix segfault when aesgcm url isn't the expected sizeMichael Vetter2021-06-301-0/+1
* OMEMO LoggingDebXWoody2021-06-281-4/+5
* OMEMO: Separate handling of device listDebXWoody2021-06-051-1/+12
* Merge pull request #1542 from DebXWoody/bugfix/fix1541Michael Vetter2021-06-031-0/+13
|\
| * OMEMO: Don't encrypt to yourself (MUC)DebXWoody2021-05-291-4/+4
| * OMEMO: Don't encrypt to yourself (MUC)DebXWoody2021-05-281-0/+13
* | OMEMO - Unable to publish own device listDebXWoody2021-06-011-2/+3
|/
* Improved OMEMO loggingDebXWoody2021-05-281-31/+45
* OMEMO - trust mode (#1506)Stefan2021-04-171-0/+36
* OMEMO: Fail if message keys couldn't be encrypted for any recipient deviceMaximilian Wuttke2021-04-081-0/+20
* Include config.h in omemo filesMichael Vetter2021-03-261-0/+2
* Changes logging format to [OMEMO]Stefan2021-03-091-48/+49
* Update copyrightMichael Vetter2021-01-081-1/+1
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-1/+0
* Explicitly clear fragment from HTTP URLWilliam Wennerström2020-11-161-0/+6
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-161-2/+3
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-161-7/+99
* Run make format on rebaseWilliam Wennerström2020-11-161-5/+8
* Move file encryption function to public headerWilliam Wennerström2020-11-161-0/+32
* 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