holger krekel
|
03f7749485
|
Merge pull request #441 from deltachat/simplifyevents
simplify events
|
2018-11-18 07:21:01 +01:00 |
|
holger krekel
|
4faf9522c5
|
Merge pull request #442 from deltachat/doc
refine dc_configure() doc
|
2018-11-18 07:16:58 +01:00 |
|
Lars-Magnus Skog
|
a6a40bdb84
|
Merge pull request #443 from deltachat/issue-template
less verbose issue-template
|
2018-11-18 00:30:05 +01:00 |
|
B. Petersen
|
6b5e070853
|
less verbose issue-template
|
2018-11-18 00:04:43 +01:00 |
|
B. Petersen
|
4968aa2fe0
|
refine dc_configure() doc
|
2018-11-17 00:37:21 +01:00 |
|
B. Petersen
|
8a80cd795d
|
avoid dc_configure() adding several configuration jobs
|
2018-11-17 00:36:51 +01:00 |
|
B. Petersen
|
ac420e7ab2
|
fix typo
|
2018-11-16 22:45:04 +01:00 |
|
B. Petersen
|
9e23f48d70
|
refine dc_configure() doc
|
2018-11-16 16:29:58 +01:00 |
|
B. Petersen
|
0f5ad6711e
|
reformat some comment lineends
|
2018-11-16 11:53:36 +01:00 |
|
B. Petersen
|
beb347787a
|
remove no unused DC_ERROR_* constants
|
2018-11-15 22:10:37 +01:00 |
|
B. Petersen
|
f46dde3074
|
simplify macro to check if data2 is a string; currently, this is true just for all info/events that have data2 as a descriptive text that can be logged. however, this may change, users should always use the macro therefore
|
2018-11-15 21:58:17 +01:00 |
|
B. Petersen
|
32ca326d58
|
convert self-not-in-group-error-code to an event
|
2018-11-15 21:55:48 +01:00 |
|
holger krekel
|
99b99cbc46
|
Merge pull request #440 from deltachat/idlehalt
use longer IMAP-idle timeout
|
2018-11-15 19:34:35 +01:00 |
|
holger krekel
|
de218bf81f
|
Merge pull request #439 from deltachat/pyadapt
adapt to new event names
|
2018-11-15 19:33:42 +01:00 |
|
B. Petersen
|
4a0edadbd3
|
as can process jobs at any time now, very short IMAP-timeouts are no longer needed; reset to 23 minutes as before imap/smtp-thrad-split
|
2018-11-15 18:09:07 +01:00 |
|
holger krekel
|
b04ab5f7cd
|
adapt to new event names
|
2018-11-15 18:03:52 +01:00 |
|
holger krekel
|
1e04cc3aff
|
Merge pull request #438 from deltachat/isoffline
remove DC_EVENT_IS_OFFLINE
|
2018-11-15 17:50:13 +01:00 |
|
B. Petersen
|
fe467b157c
|
remove DC_EVENT_IS_OFFLINE completely
|
2018-11-15 13:48:42 +01:00 |
|
B. Petersen
|
23fd6a3dbf
|
use DC_EVENT_IS_OFFLINE only to check if an connection fault should be reported or not
|
2018-11-15 03:11:43 +01:00 |
|
B. Petersen
|
39757acfb7
|
refine release-checklist
|
2018-11-14 02:45:52 +01:00 |
|
B. Petersen
|
159d82f555
|
bump version
|
2018-11-14 02:29:02 +01:00 |
|
Lars-Magnus Skog
|
1a9b2f8e12
|
Merge pull request #433 from deltachat/configkeys
refine config-keys list
|
2018-11-14 02:23:41 +01:00 |
|
B. Petersen
|
7e05409113
|
test config-keys
|
2018-11-14 02:06:36 +01:00 |
|
B. Petersen
|
b54519f928
|
moving commas to front of string to easier catch errors
|
2018-11-14 01:46:47 +01:00 |
|
B. Petersen
|
46f85a44ae
|
add missing config-keys to positive list
|
2018-11-14 01:44:46 +01:00 |
|
björn petersen
|
b5645d0b1f
|
Merge pull request #434 from ralphtheninja/master
fix missing commas in config_keys array
|
2018-11-14 01:36:41 +01:00 |
|
Lars-Magnus Skog
|
cede61a805
|
fix missing commas in config_keys array 🐛
|
2018-11-14 01:33:51 +01:00 |
|
holger krekel
|
68f7494f1b
|
Merge pull request #432 from deltachat/selftalk
do not set In-Reply-To/References for SELF talks, closes #431
|
2018-11-13 10:02:27 +02:00 |
|
B. Petersen
|
e464be72af
|
do not set In-Reply-To/References for SELF talks, closes #431
|
2018-11-13 01:13:43 +01:00 |
|
B. Petersen
|
9c0ef646d1
|
refine release-checklist
|
2018-11-13 00:19:42 +01:00 |
|
B. Petersen
|
9625a4a63c
|
bump version
|
2018-11-12 23:48:28 +01:00 |
|
holger krekel
|
502e44ab17
|
Merge pull request #417 from deltachat/backoff
use exponential backoff
|
2018-11-12 21:52:03 +01:00 |
|
B. Petersen
|
20c12929d3
|
adjust backoff MULTIPLY
|
2018-11-12 21:39:46 +01:00 |
|
B. Petersen
|
972a3a1462
|
improve finding the math library with meson; targets comments of @flub
|
2018-11-12 14:04:15 +01:00 |
|
B. Petersen
|
786a496909
|
add linker flag -lm to link against the math library; required on some systems
|
2018-11-12 13:50:57 +01:00 |
|
B. Petersen
|
590f02acb7
|
avoid race condition that suppresses the network-probe when dc_maybe_network() is called while jobs are actually performed
|
2018-11-12 01:24:04 +01:00 |
|
B. Petersen
|
8adc27c5c0
|
remove unneeded floating point
|
2018-11-12 01:24:04 +01:00 |
|
B. Petersen
|
22cf9dda1a
|
adapt job-processing for probing, probe only until first failure
|
2018-11-12 01:24:03 +01:00 |
|
B. Petersen
|
445a80f814
|
add cmdline-command 'maybenetwork'
|
2018-11-12 01:24:03 +01:00 |
|
B. Petersen
|
4c32e4e7a5
|
when maybe_network() is called, a probe-flag is forwarded to the next all of dc_job_perform()
|
2018-11-12 01:24:03 +01:00 |
|
B. Petersen
|
a9ac2dcbce
|
prototype a maybe-network-function
|
2018-11-12 01:24:02 +01:00 |
|
B. Petersen
|
7e466e5008
|
use exponential backoff times
|
2018-11-12 01:24:02 +01:00 |
|
B. Petersen
|
83a474a94c
|
load desired_timestamp, added_timestamp, tries to dc_job_t structure
|
2018-11-12 01:24:02 +01:00 |
|
björn petersen
|
d0ac7620c1
|
Merge pull request #429 from deltachat/readme
README: LibEtPan must be built with SASL support
|
2018-11-10 12:24:29 +01:00 |
|
Stefan Strogin
|
bad162e3ad
|
README: LibEtPan must be bullt with SASL support
|
2018-11-10 05:57:01 +00:00 |
|
B. Petersen
|
ab85dd2954
|
refine release-checkliset
|
2018-11-08 16:31:28 +01:00 |
|
holger krekel
|
b317beb8a8
|
Merge pull request #425 from deltachat/freshmsgs
make dc_get_fresh_msgs() more reliable
|
2018-11-08 13:32:43 +01:00 |
|
Azul
|
b482914afd
|
travis: try on: condition: for deploy
|
2018-11-08 12:47:46 +01:00 |
|
holger krekel
|
66e4a52c43
|
try fix deploy part of travis to only work on the DOCS matrix build
|
2018-11-08 12:37:17 +01:00 |
|
B. Petersen
|
b5df1118f3
|
make dc_get_fresh_msgs() more reliable
|
2018-11-08 00:19:02 +01:00 |
|