1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00
Commit graph

204 commits

Author SHA1 Message Date
B. Petersen
120442952d update doxygen and declarations to new prefix 2018-06-22 16:58:46 +02:00
B. Petersen
ed8f1f2d41 constify 2018-06-18 18:49:54 +02:00
B. Petersen
a5f611aeb5 typo 2018-05-23 13:51:15 +02:00
B. Petersen
2d1bc1f0a6 typo 2018-05-03 00:26:43 +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
ae8603936f simplify msg-type-guessing 2018-04-24 16:12:04 +02:00
B. Petersen
88019229de add verified-group-type 2018-04-21 14:33:35 +02:00
B. Petersen
fa4b254886 more descriptive function names 2018-04-01 20:25:36 +02:00
B. Petersen
2ef6067461 separate system messages from the 'centered status text'; the one may exist without the other 2018-04-01 17:29:29 +02:00
B. Petersen
1988953696 support system messages. 2018-03-31 00:23:33 +02:00
B. Petersen
e0b903d183 support hidden messages (needed for broadcasting secure-joinings) 2018-03-30 19:17:59 +02:00
B. Petersen
96e02b887d unify ellipse string 2018-03-11 22:06:23 +01:00
B. Petersen
9419e8578f constify 2018-03-11 11:52:54 +01:00
B. Petersen
9f4ab2fd87 save message sent and receiving time to database, always display the sending time 2018-03-11 01:56:07 +01:00
B. Petersen
942da81f39 cleanup 2018-03-07 17:32:05 +01:00
B. Petersen
efb77369e4 force a max. length for texts, fixes #90 2018-03-05 22:55:17 +01:00
B. Petersen
27fc3de4c0 For messages in the deaddrop, return the chat_id MR_CHAT_ID_DEADDROP (internally, the real chat id is different, however) 2018-03-01 22:00:52 +01:00
B. Petersen
10a8507285 truncate text for deaddropped messages 2018-03-01 21:10:31 +01:00
B. Petersen
3be3fd9d5d do no longer truncate messages in the deaddrop (as an experiment, it would be harder to detecht them and i am not sure if this is useful at all) 2018-03-01 12:27:03 +01:00
B. Petersen
ca517f560d reset magic before structures are free()'d; this catches memory problems earlier 2018-02-21 23:26:51 +01:00
B. Petersen
fe8f8605c0 parse Autocrypt-Prefer-Encrypt from private key armor header 2018-02-17 18:41:12 +01:00
B. Petersen
d7baf0c203 parse armored header to find out Passphrase-Begin of the Autocrypt-Setup-Message 2018-02-16 01:01:33 +01:00
B. Petersen
714fe8b61b make sure, setup mesages are of type MR_MSG_FILE 2018-02-15 13:54:02 +01:00
B. Petersen
c56fd615bc comment 2018-02-15 13:46:11 +01:00
B. Petersen
352ddc1121 add functions to replace the former direct structure access 2018-01-03 21:34:19 +01:00
B. Petersen
bc8c6d1738 hide implementation details of mrmsg_t 2018-01-02 16:58:06 +01:00
B. Petersen
21bc14c304 increase resilience against passing pointers of bad type to the library (may happen easily if the wrapper uses weak types. internally, this is not so important as there is stronger type checking in C) 2017-12-19 15:01:36 +01:00
B. Petersen
15e43c8df6 comment 2017-12-06 23:28:31 +01:00
B. Petersen
553f66cd5f add api to get the first characters of the setup code 2017-12-05 17:29:25 +01:00
B. Petersen
ce533af635 mrmailbox_initiate_key_transfer() waits until the setup message is really sent. 2017-12-05 14:25:54 +01:00
B. Petersen
cd3726eab0 error checking 2017-12-04 21:19:37 +01:00
B. Petersen
9647d3b380 add continue-key-transfer api 2017-12-04 17:42:30 +01:00
B. Petersen
91531188f0 wording 2017-12-04 15:56:30 +01:00
B. Petersen
5319aa2476 send Autocrypt Setup Message 2017-12-04 00:09:03 +01:00
B. Petersen
366c70f7dc rename mrpoortext_t to the more general mrlot_t 2017-11-24 13:48:16 +01:00
B. Petersen
587c1628ee new send api 2017-11-23 17:36:39 +01:00
B. Petersen
6b3f4f2f03 doxygen 2017-11-23 13:32:42 +01:00
B. Petersen
324d53277a simplify function for late filing 2017-11-23 13:31:10 +01:00
B. Petersen
ce6c13f8a6 comment 2017-11-23 11:49:10 +01:00
B. Petersen
cef9fa4316 add function to get size of a file associated with message 2017-11-23 11:45:07 +01:00
B. Petersen
26bbddc142 add options to get width/height of a message 2017-11-23 11:16:29 +01:00
B. Petersen
336d4fe276 add function to get duration 2017-11-22 21:51:46 +01:00
B. Petersen
60572637b3 add a function to get the mime type of a message's file 2017-11-22 16:40:51 +01:00
B. Petersen
276daa2614 comment 2017-11-22 15:43:05 +01:00
B. Petersen
635f0677eb comment 2017-11-22 15:33:14 +01:00
B. Petersen
000508139a add function for check for forwarded messages 2017-11-22 15:17:48 +01:00
B. Petersen
60a5d94823 add a function to check for system commands 2017-11-22 14:32:42 +01:00
B. Petersen
906ab232b9 Comment 2017-11-20 17:51:14 +01:00
B. Petersen
859509164a Comment 2017-11-20 16:23:20 +01:00
B. Petersen
c278145081 Comment 2017-11-20 16:19:56 +01:00