about summary refs log tree commit diff stats
path: root/src/omemo
Commit message (Expand)AuthorAgeFilesLines
* 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-042-0/+10
* Mark messages received from a session as trustedPaul Fariello2019-06-253-10/+25
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-202-2/+2
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-204-7/+10
* Decrypt all incoming OMEMO msgPaul Fariello2019-06-203-1/+23
* 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-176-0/+199
* Remove OMEMO session when untrusting a fingerprintPaul Fariello2019-06-072-16/+122
* 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-172-16/+69
* 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
* Fix issue with first encrypted messagePaul Fariello2019-04-101-1/+5
* Try to start sessions with every jid in rosterPaul Fariello2019-04-102-0/+18
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-102-6/+24
* Rework trusted fingerprint storagePaul Fariello2019-04-104-29/+90
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-102-7/+15
* 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-103-22/+119
* 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-102-1/+23
* Use /omemo fingerprint to show contact fingerprintsPaul Fariello2019-04-102-27/+46
* Add support for disconnect in OMEMOPaul Fariello2019-04-103-27/+91
* Handle absent muc memberPaul Fariello2019-04-101-0/+4
* Log and print outgoing encrypted messagePaul Fariello2019-04-102-39/+35
* Add support for sending encrypted message in MUCPaul Fariello2019-04-102-41/+88
* Cosmetics rename variable barejid into roomjidPaul Fariello2019-04-102-3/+3
* Allow to start OMEMO in MUCPaul Fariello2019-04-102-0/+14
* Add MUC message decryptionPaul Fariello2019-04-102-15/+45
* 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-102-0/+23
* Allow to trust own device idPaul Fariello2019-04-101-0/+9
* Add trust commandPaul Fariello2019-04-102-40/+208
* Don't trust unknown identity keysPaul Fariello2019-04-104-55/+105
* Add support for libsignal-protocol-c 2.3.2Paul Fariello2019-04-102-0/+25
t;boothj5@gmail.com> 2015-06-13 19:41:11 +0100 committer James Booth <boothj5@gmail.com> 2015-06-13 19:41:11 +0100 Tidied functional tests' href='/danisanti/profani-tty/commit/tests/functionaltests/test_connect.c?id=a48b9fcec2385c5d571f1f02ed6e769d6b4ee821'>a48b9fce ^
37600846 ^
a48b9fce ^
7f98e013 ^
37600846 ^


a48b9fce ^



7f98e013 ^
37600846 ^


a48b9fce ^



7f98e013 ^
37600846 ^



a522d022 ^
f8c5ed57 ^

7f98e013 ^
f8c5ed57 ^



a522d022 ^
37600846 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95