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

2538 commits

Author SHA1 Message Date
Azul
18eb05dd01 travis: add encrypted ssh secret key 2018-09-25 16:05:57 +02:00
Azul
34a7a42c13 travis: use autocrypts deploy script 2018-09-25 15:33:55 +02:00
Azul
118d6ee2f4 travis: try building the docs 2018-09-25 15:33:06 +02:00
holger krekel
68900edfbc add sending timestamp 2018-09-25 12:54:27 +02:00
holger krekel
5fcbc11bf3
Merge pull request #305 from deltachat/fix-smtp-suspend
suspend smtp-thread by waiting-for-job-finish instead of entering-idle
2018-09-25 10:56:16 +02:00
B. Petersen
7d2cfdbeeb suspend smtp-thread by waiting-for-job-finish instead of entering-idle 2018-09-24 23:45:54 +02:00
holger krekel
b7c227ac9b add output of ldd on libdeltachat.so to know which c-lib dependencies we are using 2018-09-24 20:44:42 +02:00
holger krekel
50ad9ae34f
Merge pull request #302 from deltachat/config_api_refinement
Config api refinement, better test setup
2018-09-24 20:42:27 +02:00
holger krekel
d392324ec6 refine test setup wrt to helper methods, also xfail a test on travis 2018-09-24 20:35:13 +02:00
holger krekel
366da3e9fa use the technique @r10s described for getting an offline but configured account
this also resolves a number of XXX
2018-09-24 20:27:18 +02:00
holger krekel
da78552622 - make set_config() more like the c-version but make configure() accept **kwargs
- some safety checks: you can't modify addr after successful configure
2018-09-24 20:27:18 +02:00
holger krekel
bea807f012
Merge pull request #303 from deltachat/rework-hex-literals
avoid passing hex-literal-defines to the sqlite3-parser
2018-09-24 20:24:49 +02:00
B. Petersen
f163167e5d avoid passing hex-literal-defines to the sqlite3-parser 2018-09-24 20:10:14 +02:00
björn petersen
46d1916427
Merge pull request #300 from deltachat/shorter_readme
Shorter more focused readme
2018-09-24 12:54:38 +02:00
björn petersen
b860c7f43f
Merge branch 'master' into shorter_readme 2018-09-24 12:53:48 +02:00
Angelo Fuchs
a90b9d9cc8
closes #296 we don't need bzip anymore. 2018-09-24 12:42:53 +02:00
Angelo Fuchs
390f486e6e remove requirement for bzip2 closes #301 2018-09-24 12:28:50 +02:00
björn petersen
e0e278cb6a
build in @ralphtheninja's comments 2018-09-24 11:55:19 +02:00
holger krekel
2545de3731 rework, minimize core README 2018-09-23 21:40:04 +02:00
holger krekel
2b845600aa remove the screenshot and feature-list from deltachat-core 2018-09-23 20:08:32 +02:00
holger krekel
6a2d1f9f1c
Merge pull request #298 from deltachat/msgs-changed
improve some msgs-changed events
2018-09-23 16:55:33 +02:00
B. Petersen
b628329a24 send the msgs-changed-event when messages were deleted 2018-09-23 15:00:37 +02:00
B. Petersen
1b9661cda5 send the msgs-changed-event on marknoticed-calls only if sth. really has changed 2018-09-23 15:00:19 +02:00
holger krekel
e871412c4e
Merge pull request #294 from deltachat/bot
add some more high-level API, and tests
2018-09-22 14:28:46 +02:00
B. Petersen
2222e1bce4 comment 2018-09-22 14:10:20 +02:00
B. Petersen
568e0e9e87 typo 2018-09-22 11:48:48 +02:00
holger krekel
85cb0d679e use proper dc function for contact listing as per review from @r10s 2018-09-21 12:39:23 +02:00
B. Petersen
cee7572e8b comment 2018-09-21 11:26:32 +02:00
B. Petersen
cc7b5143fe make testing program work again 2018-09-21 00:50:45 +02:00
B. Petersen
d5f945c949 remove android formatting hacks 2018-09-21 00:46:13 +02:00
B. Petersen
583733b742 comment 2018-09-20 21:55:00 +02:00
holger krekel
64c598c6fa
Merge pull request #295 from deltachat/empty-string
explicitly handle empty strings received from the UI on DC_EVENT_HTTP_GET
2018-09-19 15:32:52 +02:00
B. Petersen
a706648302 comment 2018-09-19 13:51:45 +02:00
B. Petersen
faf7fe5c89 explicitly handle empty strings received from the UI on DC_EVENT_HTTP_GET 2018-09-19 13:47:18 +02:00
holger krekel
5e9c3471b6 refine some docs, bump version 2018-09-19 12:20:41 +02:00
holger krekel
0bfa955f9c some better printing, fixing py35 2018-09-19 12:09:55 +02:00
holger krekel
5914af77c2 - add delete_messages() and chat.get/set_name()
- forget about caching dc_chat and dc_msg and dc_chat struct references for now
2018-09-19 10:41:01 +02:00
björn petersen
3dbce3e862
Merge pull request #292 from deltachat/flub-openssl
Flub openssl
2018-09-19 01:24:34 +02:00
Floris Bruynooghe
4457cc4ca1 Update the readme for the new build instructions 2018-09-18 23:42:23 +02:00
Floris Bruynooghe
a251dcc42f Tweak buildscripts a little
- Require a minimum meson version, so we can tell people to use
  --wrap-mode=forcefallback

- Rename the option "fat" to "monolith"

- Error when trying to build a monolith static library, that's a lot
  of work since meson does not natively support this.

- Create a dependency for our main lib and use that in the
  commandline.  This fixes some duplication.
2018-09-18 23:33:34 +02:00
Floris Bruynooghe
72cbbd4b51 Merge branch 'flub-openssl' of github.com:deltachat/deltachat-core into flub-openssl 2018-09-18 23:28:49 +02:00
holger krekel
cfb05bdf82 add forward messages API 2018-09-18 20:18:18 +02:00
holger krekel
e777b576cb add initial group management API and is_promoted() 2018-09-18 19:37:07 +02:00
holger krekel
3015c3c6d7 add account.get_chats() API 2018-09-18 19:04:31 +02:00
Lars-Magnus Skog
5eb4700a01 Resolve symlinks in libs/openssl/include/openssl to files 2018-09-18 12:07:19 +02:00
Lars-Magnus Skog
32c087d9db Ignore libs/{packagecache,zlib-1.2.11} 2018-09-18 12:07:19 +02:00
Floris Bruynooghe
05304fddcd Build all the bundled libraries when appropriate
This can now create a few things:

- Build a shared lib linked against system libs
- Build a static lib linked against system libs
- Build a shared "fat" lib using internal deps
- Build a static lib using interal deps

The readme needs updating.
2018-09-18 12:07:19 +02:00
holger krekel
ff9a624714
Merge pull request #290 from deltachat/cleanup
cleanup configure-cleanup, do not show a progress of 99% if we're about to fail
2018-09-18 11:29:32 +02:00
B. Petersen
7a0f8d2092 cleanup configure-cleanup, do not show a progress of 99% if we're about to fail 2018-09-18 11:22:03 +02:00
holger krekel
fbad8b746f
Merge pull request #289 from deltachat/respect-self-contact-id
looking up contact-ids returns DC_CONTACT_ID_SELF for the own address
2018-09-18 09:47:07 +02:00