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

1989 commits

Author SHA1 Message Date
B. Petersen
cb057e7075 force sqlite3 fullmutex/serialized mode explicitly 2018-05-17 16:14:33 +02:00
B. Petersen
9162a16d14 refactor 2018-05-17 13:43:05 +02:00
B. Petersen
ced88321eb update verified-key through verified-gossip-key 2018-05-17 03:06:56 +02:00
B. Petersen
c427f89a1f avoid processing securejoin messages twice 2018-05-17 02:49:58 +02:00
B. Petersen
4cd6ea7834 bump version 2018-05-15 22:57:11 +02:00
B. Petersen
c96ee38266 allow adding members-without-peerstate to a group, fixes https://github.com/deltachat/deltachat-android/issues/306 2018-05-15 22:56:03 +02:00
B. Petersen
e8dbd860f1 if manuall created contacts were blocked before, unblock them after creation 2018-05-14 23:58:11 +02:00
B. Petersen
8e9460a434 add a function to unify lineends 2018-05-14 15:57:20 +02:00
B. Petersen
00cfd0aaeb clearify filename-sources 2018-05-14 11:17:59 +02:00
B. Petersen
744199b8ef prepare pull-function 2018-05-12 17:46:10 +02:00
B. Petersen
2712776ba1 comment 2018-05-12 00:37:27 +02:00
B. Petersen
57f56acc0d refactor connect-functions 2018-05-12 00:24:52 +02:00
B. Petersen
6b378c548f bump version 2018-05-11 15:19:27 +02:00
B. Petersen
606d6f38c6 move INVITECODE and AUTH to tables and keep them per chat_id 2018-05-11 15:12:02 +02:00
B. Petersen
56fd425a2f check for null-pointer 2018-05-11 14:41:41 +02:00
B. Petersen
98ed37e1b3 remove superfluous test 2018-05-10 15:07:07 +02:00
B. Petersen
09c5a07096 harden verified-key storate by using a copy that is not touched rather than a flag 2018-05-09 23:58:13 +02:00
B. Petersen
234c019b52 comment 2018-05-09 11:07:05 +02:00
B. Petersen
9372699b93 refactor: name constants for adding/skipping autocrypt headers in plaintext messages 2018-05-08 11:25:11 +02:00
B. Petersen
4e9261af43 move binary-to-uc-hex function to tools 2018-05-08 10:55:16 +02:00
B. Petersen
6206e9f295 comment 2018-05-08 10:23:47 +02:00
B. Petersen
03a434fdef bump version 2018-05-07 13:06:26 +02:00
B. Petersen
3e7f1edbf8 sync display of blocked contacts between chatlist-view and chat-view 2018-05-07 10:48:18 +02:00
B. Petersen
89b3ee7a73 comment 2018-05-07 10:31:58 +02:00
B. Petersen
46055080b6 log info-messages on startup but for the stress-functions 2018-05-07 09:46:46 +02:00
B. Petersen
12eb7a6f00 comment 2018-05-05 15:33:50 +02:00
B. Petersen
d019f672a0 add selected contact to contact-changed event 2018-05-05 00:52:48 +02:00
B. Petersen
6b239fa62f after secure join, send event to reload the contact lists (needed eg. when showing a qr-invite from create-group) 2018-05-05 00:18:19 +02:00
Björn Petersen
53d989df57
Merge pull request #159 from Ampli-fier/master
typos
2018-05-04 23:52:34 +02:00
Ampli-fier
7579eed272
typos 2018-05-04 23:28:03 +02:00
B. Petersen
4b602e6596 refactor 2018-05-04 18:37:59 +02:00
B. Petersen
c468198040 move unverified-messages to verified-groups to an ad-hoc group 2018-05-04 02:31:06 +02:00
B. Petersen
0cfe159744 handle key-lost in verified groups 2018-05-04 02:09:28 +02:00
B. Petersen
a15b6af547 comment 2018-05-04 01:06:21 +02:00
B. Petersen
80d51a93a6 ensure, force_unencrypted and e2ee_guaranteed are not set at the same time 2018-05-03 17:07:50 +02:00
B. Petersen
33891b0f8f comment 2018-05-03 17:07:08 +02:00
B. Petersen
6abbd779de const'ify 2018-05-03 00:36:14 +02:00
B. Petersen
f4660ea08c add a public function to get the first name of a contact 2018-05-03 00:34:58 +02:00
B. Petersen
2d1bc1f0a6 typo 2018-05-03 00:26:43 +02:00
B. Petersen
c7775d55a8 do not show contact name for device-status-messages (if needed, they're added to the text) 2018-05-02 22:54:15 +02:00
B. Petersen
dbb6af9c95 if for, any reasons, different peers have the same key, prefer the peer with the correct public key. should not happen, however. 2018-05-02 16:02:36 +02:00
B. Petersen
6c4eb99bfa explicitly marking public/gossip key as being verified 2018-05-02 15:56:44 +02:00
B. Petersen
843c6101b0 comment 2018-05-02 14:36:29 +02:00
B. Petersen
ace6b02975 improve some logging messages 2018-05-02 14:23:42 +02:00
B. Petersen
854457056a refactor; prefer mrhash_find_str() over mrhash_find() 2018-05-02 12:56:33 +02:00
B. Petersen
42e71caef8 fix memory leak in the uuencode-fence; increase max. numbers of accepted uuencode parts 2018-05-02 12:12:09 +02:00
B. Petersen
28d21fba7f move degrade event to secure-join; prepare for verification-lost 2018-05-02 00:38:22 +02:00
B. Petersen
9bc80df40c add missing lock 2018-05-01 23:43:18 +02:00
B. Petersen
eb20ced376 set verification-lost based upon real key selection 2018-05-01 23:15:33 +02:00
B. Petersen
3d4713d755 mark peers that just lost verification 2018-05-01 23:07:51 +02:00