about summary refs log tree commit diff stats
path: root/src/xmpp/omemo.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
* Cleanup: gchar as gchar instead of charJohn Hernandez2023-05-041-4/+2
* Add macro for possible NULL prints and use it on known sportsthe xhr2023-01-261-2/+2
* Check if string is NULL and print placeholder insteadthe xhr2023-01-261-1/+1
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* omemo: log when no pubsubMichael Vetter2021-12-131-0/+4
* Format code correctlyMichael Vetter2021-10-051-9/+8
* Fix memleakPaul Fariello2021-08-201-0/+2
* Log error received while publishing OMEMO device listPaul Fariello2021-08-201-1/+2
* OMEMO: Fix precondition-not-met handlingPaul Fariello2021-08-191-5/+14
* Create devicelist if it doesn't existsPaul Fariello2021-08-191-1/+18
* OMEMO: try device list creation and reconfigure on precondition-not-metPaul Fariello2021-08-191-6/+24
* Ensure devicelist access model is configured before updating itPaul Fariello2021-08-191-23/+92
* OMEMO - Unable to publish own device listDebXWoody2021-06-011-0/+16
* Improved OMEMO loggingDebXWoody2021-05-281-8/+15
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* [OMEMO]: Fix bundle publishingMaximilian Wuttke2021-03-091-14/+16
* Logging [OMEMO]Maximilian Wuttke2021-03-091-1/+26
* Logging [OMEMO]Maximilian Wuttke2021-03-091-6/+10
* Apply coding styleMichael Vetter2020-07-071-118/+116
* Revert "Apply coding style"Michael Vetter2020-07-071-116/+118
* Apply coding styleMichael Vetter2020-07-071-118/+116
* Messages are not shown in ChatSecureDebXWoody2020-07-041-20/+39
* _omemo_receive_devicelist() use if/elseMichael Vetter2020-05-291-18/+19
* OMEMO - Request only "current" itemDebXWoody2020-05-231-1/+5
* Fix maybe uninitialized and don't guard g_freePaul Fariello2020-01-201-17/+14
* Ignore invalid base64 in OMEMO stanzasPaul Fariello2020-01-201-10/+44
* omemo: Check for `1` alongside `true` in an omemo encrypted message stanzaSven Speckmaier2020-01-031-1/+3
* Add vim modelineMichael Vetter2019-11-131-0/+35
* omemo: Check stanza names when iterating nodesaszlig2019-10-291-0/+8
* Remove prefix from stanza idMichael Vetter2019-10-171-5/+5
* Fix double free in omemo_start_device_session_handle_bundle()Michael Vetter2019-07-081-0/+1
* Free key on error in omemo_start_device_session_handle_bundle()Michael Vetter2019-07-041-0/+5
* Rework omemo_start_device_session_handle_bundle exitMichael Vetter2019-07-041-24/+38
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-201-2/+2
* OMEMO: Check if ID is present before using itMichael Vetter2019-04-241-1/+5
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-2/+6
* Fix devicelist notification handlerPaul Fariello2019-04-101-4/+4
* Add support for missing from in bundle iqPaul Fariello2019-04-101-3/+9
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-11/+100
* Temporarly disable check for publish-options supportPaul Fariello2019-04-101-6/+2
* Use connection_support to check for publish-options supportPaul Fariello2019-04-101-6/+2
* Add support for disconnect in OMEMOPaul Fariello2019-04-101-9/+33
* Add publish option to OMEMO device list and bundlePaul Fariello2019-04-101-0/+14
* Add MUC message decryptionPaul Fariello2019-04-101-4/+5
* device_list iq should be from barejid or nonePaul Fariello2019-04-101-16/+11
* Randomly choose a prekey on session buildPaul Fariello2019-04-101-19/+22
* Follow normal workflow for OMEMO message receptionPaul Fariello2019-04-101-0/+79
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-2/+2
* Create signal sessionPaul Fariello2019-04-101-3/+47