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

62 commits

Author SHA1 Message Date
B. Petersen
bfbfb7f33f
signal when location-streaming can be stopped 2019-03-19 12:43:22 +01:00
B. Petersen
4403d548f4
tweak refreshing 2019-02-21 16:25:34 +01:00
B. Petersen
a5907d6e0a
configurable redirect-url 2019-02-19 21:39:39 +01:00
B. Petersen
68d42c3488
add ui-function to get oauth2 url 2019-02-19 21:39:39 +01:00
B. Petersen
1c5ab7444d
add DC_EVENT_HTTP_POST, needed to regenerate OAuth2 tokens 2019-02-16 01:18:41 +01:00
B. Petersen
38130b2570 parameter --stress given to delta-cmdline-app only does the stresstext and exists with 0 on success 2019-02-05 11:54:44 -03:00
B. Petersen
074be7946f
cmdline test utility: start 4th thread to watch the sentbox 2018-12-22 00:30:56 +01:00
B. Petersen
8e4b79999b
exit threads in cmdline-util using join() 2018-12-20 13:37:13 +01:00
B. Petersen
cc02c38020
add test routines to cmdline app 2018-12-14 01:08:17 +01:00
B. Petersen
df5a5beb29
print new events in cmdline-tool 2018-11-20 00:53:14 +01:00
holger krekel
a5cf20c5a4 remove the boilerplate code again from the c source files 2018-11-01 21:15:35 +02:00
holger krekel
add8629674 also add MPL header to cmdline dir 2018-11-01 20:38:58 +02:00
holger krekel
08e5951562 also remove boilerplate from cmdline dir 2018-11-01 19:49:38 +02:00
B. Petersen
7ae17de8c9 simplify DC_EVENT_GET_STRING 2018-10-28 15:59:49 +01:00
B. Petersen
cc7b5143fe make testing program work again 2018-09-21 00:50:45 +02:00
B. Petersen
583733b742 comment 2018-09-20 21:55:00 +02:00
B. Petersen
534f8a0308 delay file-copy until we're in a thread 2018-09-03 13:24:45 +02:00
B. Petersen
5463509062 unify argument order for file-functions 2018-09-02 22:06:43 +02:00
B. Petersen
22d6c67348 cli: add functions for manually perform jobs 2018-07-13 00:16:42 +02:00
B. Petersen
72fb4a854f simplify demo-threads 2018-07-12 23:49:26 +02:00
B. Petersen
c9a9e42ee4 style 2018-07-06 00:28:00 +02:00
B. Petersen
d28d078e65 cleanup 2018-07-05 17:31:13 +02:00
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