1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00
Commit graph

1989 commits

Author SHA1 Message Date
B. Petersen
056ca1dc9d save peeked key 2018-04-29 13:15:40 +02:00
B. Petersen
2ef672f4db return valid-signatures from decryption 2018-04-29 02:58:03 +02:00
B. Petersen
913a142e9c check parameters 2018-04-29 01:40:49 +02:00
B. Petersen
bbf329f9ba split binary-fingerprint-to-hex from get-fingerprint-function 2018-04-29 01:38:07 +02:00
B. Petersen
53e3bbd6ee use helper structure for decryption 2018-04-29 01:12:54 +02:00
B. Petersen
145a37adc2 implement secure-join-shortcut and save two mails 2018-04-28 20:17:10 +02:00
B. Petersen
2d9175d27a comment 2018-04-28 20:16:24 +02:00
B. Petersen
ee21e1c0dc parse handshake messages with vg-prefix 2018-04-28 12:19:26 +02:00
B. Petersen
457280481c if different keys are used for verified/unverified chats, show both 2018-04-28 12:04:14 +02:00
B. Petersen
56aced733f wording 2018-04-28 11:44:38 +02:00
B. Petersen
ebc6afbf4e simplify encryption info; we cannot say 'encryption enabled' any longer as this depends eg. onverified groups. we just show the fingerprints and other states of the peer. 2018-04-28 11:25:51 +02:00
B. Petersen
991d50d3cb wording 2018-04-28 00:15:17 +02:00
B. Petersen
53498d00a9 show padlock for verfied chats even if e2ee is disabled 2018-04-27 20:54:06 +02:00
B. Petersen
12a765e409 mark gossip-key as verified even if there is a public-verified-key 2018-04-27 20:48:41 +02:00
B. Petersen
e326a3f719 peek the most recently verified key 2018-04-27 20:48:06 +02:00
B. Petersen
7bab122951 fix typo, init pointer 2018-04-27 13:44:18 +02:00
B. Petersen
f712b82e1e fix check for unset parameter 2018-04-27 11:45:26 +02:00
B. Petersen
5b858fc8e3 compare verified group members against verfied/verified-gossipped keys 2018-04-27 02:44:56 +02:00
B. Petersen
ce27c8e2d1 ensure peerstate saving 2018-04-27 02:18:39 +02:00
B. Petersen
35ba56754a mimeparser returns list of gossipped addresses 2018-04-27 02:14:23 +02:00
B. Petersen
fb1495f342 array-to-string returns empty string on errors 2018-04-27 01:54:45 +02:00
B. Petersen
f7dc1e27d3 ignore bcc, fixes #152 2018-04-27 00:26:55 +02:00
B. Petersen
84c0fc84a4 constify 2018-04-27 00:25:33 +02:00
B. Petersen
c29fc00092 do not select the outer table in sql statement for chatlist-creation, reverts 0cb3d42708 2018-04-26 22:03:20 +02:00
B. Petersen
4af3b54cdc add an option to debug locks 2018-04-26 21:49:08 +02:00
B. Petersen
6a4365f6f8 more accurate profiling of chatlist-creation 2018-04-26 21:28:44 +02:00
B. Petersen
d40f14848d if there is a single-chat with the sender, show the degrade-message there 2018-04-26 18:23:55 +02:00
B. Petersen
8fefcc40d8 no events logged for paused decryption, we have the lock-symbol for that 2018-04-26 18:13:43 +02:00
B. Petersen
38a79c627f mark function as doing no locking 2018-04-26 16:45:32 +02:00
B. Petersen
4a95e73434 comment 2018-04-26 16:35:44 +02:00
B. Petersen
0cb3d42708 add explicit table to fieldname 2018-04-26 16:14:55 +02:00
B. Petersen
3584bac758 ensure, messages received for verified groups are encrypted, signed with the correct key and the contact is verified 2018-04-26 15:56:38 +02:00
B. Petersen
3f232422ac prefer validated keys for checking the signature 2018-04-26 15:45:52 +02:00
Björn Petersen
8f082b099d
Merge pull request #155 from deltachat/dual-verify
Dual verify
2018-04-26 14:01:28 +02:00
B. Petersen
b7e46bd6a6 when searching for fingerprints, search in public and gossip key 2018-04-26 14:00:38 +02:00
B. Petersen
3bd3a82dec add cli-option to list verified contacts only 2018-04-26 13:59:50 +02:00
B. Petersen
ba56b23bbb track public and gossip fingerprints separately 2018-04-26 12:59:57 +02:00
B. Petersen
5f177d79d2 prepare tracking two verify states 2018-04-25 23:29:56 +02:00
B. Petersen
5fc767c495 test verfied values 2018-04-25 23:06:48 +02:00
B. Petersen
df3578d693 prepare remote creation and verfication of verified groups 2018-04-24 23:43:40 +02:00
B. Petersen
4b9b326852 add a fence against endless uudecoding loops 2018-04-24 21:43:30 +02:00
B. Petersen
f62854aaab name verified parameters 2018-04-24 21:34:13 +02:00
B. Petersen
4721e509f1 comment 2018-04-24 18:33:27 +02:00
B. Petersen
a4ad90956c comment 2018-04-24 18:26:00 +02:00
B. Petersen
6b8dad8d8f fix buffer usage 2018-04-24 16:55:01 +02:00
B. Petersen
7a8f0823e6 add an empty uudecoding function and call it properly, tackles #90 2018-04-24 16:28:22 +02:00
B. Petersen
ae8603936f simplify msg-type-guessing 2018-04-24 16:12:04 +02:00
B. Petersen
61e3aca8f3 move file-part-creation to separate function 2018-04-24 15:47:08 +02:00
B. Petersen
e199cd3234 unifiy headers 2018-04-24 13:19:15 +02:00
B. Petersen
f5dc66569e remove erroneous debug printing, tackles #150 2018-04-24 11:15:37 +02:00