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

40 commits

Author SHA1 Message Date
B. Petersen
e0855bf8ff remove prefix from class members; this is not really needed for C and sort of redundant. prefer readability. 2018-07-02 21:43:16 +02:00
B. Petersen
dd1b98316d in the demo, on exit, wait until the threads are finished; bug fixed 2018-06-29 00:14:30 +02:00
B. Petersen
11fedc1571 shorter logs 2018-06-26 12:39:22 +02:00
B. Petersen
ad788ac3d0 refactor constants, rest 2018-06-25 23:23:18 +02:00
B. Petersen
a15a50b383 refactor cmdline, strbuilder, tools 2018-06-25 17:04:15 +02:00
B. Petersen
b7de9c61f1 rename files, use new prefix 2018-06-24 23:18:23 +02:00
B. Petersen
c13366b234 use the new prefix for the new functions 2018-06-20 11:08:04 +02:00
B. Petersen
0a237ca72c adapt cli to new smtp-api 2018-06-13 00:12:15 +02:00
B. Petersen
40dbd099ef refactor cli-calls 2018-06-12 16:29:02 +02:00
B. Petersen
5203786a6f execute configuration in the IMAP-thread 2018-06-11 13:57:32 +02:00
B. Petersen
102b0d3ce4 split FETCH-IDLE-function into FETCH-function and IDLE-function 2018-06-11 09:33:43 +02:00
B. Petersen
3a878fd12f create watch thread 2018-06-10 18:37:27 +02:00
B. Petersen
b3cbcef223 prepare-new-idle 2018-06-09 00:53:50 +02:00
B. Petersen
e5c862c54d make sure subsequent idle-stops are executed only once 2018-06-01 12:01:28 +02:00
B. Petersen
e94296f7f2 move connect/disconnect thread creation to cli program 2018-05-31 22:07:49 +02:00
B. Petersen
031bcafa47 prepare idle 2018-05-30 15:06:42 +02:00
B. Petersen
2f9e9f278c wake locks should be handled by the caller 2018-05-30 13:18:14 +02:00
B. Petersen
c41574c80b fix format string 2018-05-28 17:17:02 +02:00
B. Petersen
f227ee436e show colored events in cli-app 2018-05-25 17:04:18 +02:00
B. Petersen
e9edd94d07 show terminal-errors in red color 2018-05-23 16:36:26 +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
f9236479f7 cli checks for qr code generation errors 2018-04-30 02:16:15 +02:00
B. Petersen
7358377d3e prepare cli to create group-join-qr-codes 2018-04-30 01:53:07 +02:00
B. Petersen
6c02ef08b1 connect before showing qr code in cli 2018-04-06 20:41:51 +02:00
B. Petersen
0fb1e83bbe refactor oob-verify -> secure-join 2018-04-05 21:10:48 +02:00
Ampli-fier
87759cf4da
allow curl to perform "insecure" SSL connections
allow curl to perform "insecure" SSL connections using flag '--insecure'
Without this flag, curl exited with error 51: The peer's SSL certificate or SSH MD5 fingerprint was not OK.
autoconfig attempts to https URL did not succeed.
2018-03-31 23:38:14 +02:00
B. Petersen
adbdb5b970 comment 2018-03-21 14:25:21 +01:00
B. Petersen
b32364a9af show the cli qr code always back/white 2018-03-20 22:35:26 +01:00
B. Petersen
eded27ba32 add a cli command to get a qr code with a bad fingerprint 2018-03-20 21:30:52 +01:00
B. Petersen
0465489e9f the the 'getqr' command to the commandline; the command displays the qr code in the shell 2018-03-20 16:15:54 +01:00
B. Petersen
00e12b1a44 show database that will be opened in cli 2018-03-07 17:32:32 +01:00
B. Petersen
c73a5612fa do not show debug info on program startup 2018-03-06 22:39:02 +01:00
B. Petersen
e587d3508e comment 2017-12-14 00:29:47 +01:00
B. Petersen
a2ffdfe004 show more events in cli program 2017-12-05 13:09:48 +01:00
B. Petersen
4369251a64 add warnings 2017-12-04 21:38:16 +01:00
B. Petersen
ad0c48c545 comment 2017-12-02 12:35:45 +01:00
B. Petersen
9f05277398 send at least one MR_EVENT_IMEX_PROGRESS event. 2017-12-01 12:36:36 +01:00
B. Petersen
cc317f8ce4 Move from MR_EVENT_IS_ONLINE to MR_EVENT_IS_OFFLINE to allow passing 0 as the default parameter and keep the stuff running. 2017-11-15 11:38:10 +01:00
B. Petersen
21126c3afe Add missing CLI include. 2017-11-12 13:49:34 +01:00
B. Petersen
159ea8b850 Move CLI test program to separate folder. 2017-11-12 00:18:07 +01:00
Renamed from src/main.c (Browse further)