about summary refs log tree commit diff stats
path: root/src/omemo/omemo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-1/+21
* Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-101-27/+44
* Add support for disconnect in OMEMOPaul Fariello2019-04-101-23/+75
* Handle absent muc memberPaul Fariello2019-04-101-0/+4
* Log and print outgoing encrypted messagePaul Fariello2019-04-101-38/+34
* Add support for sending encrypted message in MUCPaul Fariello2019-04-101-40/+87
* Cosmetics rename variable barejid into roomjidPaul Fariello2019-04-101-2/+2
* Allow to start OMEMO in MUCPaul Fariello2019-04-101-0/+13
* Add MUC message decryptionPaul Fariello2019-04-101-14/+44
* Fix prekey handling after first usePaul Fariello2019-04-101-8/+7
* device_list iq should be from barejid or nonePaul Fariello2019-04-101-5/+8
* Add logs about crypto generationPaul Fariello2019-04-101-0/+4
* Log device_id on startupPaul Fariello2019-04-101-0/+2
* Don't rely on account name being jidPaul Fariello2019-04-101-2/+2
* Add hints about trust command when printing fingerprintsPaul Fariello2019-04-101-1/+11
* Avoid using xmpp_jid_barePaul Fariello2019-04-101-27/+20
* Add OMEMO untrust commandPaul Fariello2019-04-101-0/+22
* Allow to trust own device idPaul Fariello2019-04-101-0/+9
* Add trust commandPaul Fariello2019-04-101-38/+206
* Don't trust unknown identity keysPaul Fariello2019-04-101-50/+91
* Add OMEMO fingerprint commandPaul Fariello2019-04-101-0/+51
* Add OMEMO session long term storagePaul Fariello2019-04-101-30/+85
* Replace used prekey in bundlePaul Fariello2019-04-101-1/+16
* Start new session upon prekey receptionPaul Fariello2019-04-101-0/+1
* Randomly choose a prekey on session buildPaul Fariello2019-04-101-8/+26
* Check received gcm tagPaul Fariello2019-04-101-1/+11
* Follow xep by putting gcm tag on encrypted keyPaul Fariello2019-04-101-7/+17
* Get rid of libsodiumPaul Fariello2019-04-101-9/+11
* Add log on OMEMO session startPaul Fariello2019-04-101-0/+2
* Use profanity logs for OMEMO logsPaul Fariello2019-04-101-1/+15
* Add support for encrypted carbonPaul Fariello2019-04-101-24/+79
* Handle requested device list for session startPaul Fariello2019-04-101-7/+41
* Add OMEMO identity materials long term storagePaul Fariello2019-04-101-4/+93
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-7/+165
* Create signal sessionPaul Fariello2019-04-101-2/+17
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-2/+78
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-7/+3
* Ensure received devicelist contains our own device idPaul Fariello2019-04-101-2/+11
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-10/+22
* Add devicelist and bundle publicationPaul Fariello2019-04-101-19/+115