about summary refs log tree commit diff stats
path: root/src/xmpp/omemo.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-1/+73
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-3/+23
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-8/+58
* Add devicelist and bundle publicationPaul Fariello2019-04-101-2/+42
* Add devicelist subscriptionPaul Fariello2019-04-101-0/+15