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

15 commits

Author SHA1 Message Date
holger krekel
c4418a0e14 generate DC_* constants in new deltachat.const module which are living as #define macros in deltachat.h. You can re-generate with "python src/deltachat/const.py". 2018-09-26 11:21:13 +02:00
holger krekel
8c1c65b631 move all unref'in to a specific shadow class that takes care of unref'ing.
bump version
2018-09-15 00:10:33 +02:00
holger krekel
49040f4e92 address the remaining comments 2018-09-09 13:40:57 +02:00
holger krekel
75153289ef add DC_EVENT_SMTP_CONNECTED to macro 2018-09-09 13:14:29 +02:00
holger krekel
823d1283ac a first multi-account test, no real checks yet 2018-09-08 11:24:09 +02:00
holger krekel
c02abb8a61 added a more general way to configure live test accounts for testing 2018-09-07 19:10:14 +02:00
holger krekel
940f665b54 tox.ini and py35 support, fix linting errors 2018-09-07 18:34:15 +02:00
holger krekel
efe8aca51c another try at travis run 2018-09-06 23:18:27 +02:00
holger krekel
55b05be6af better modularize functionality and use it from tests 2018-09-06 19:14:29 +02:00
holger krekel
1ff06c071b do some string conversions less hackish and address one review comment on how to call the callback and return results 2018-09-06 16:28:27 +02:00
holger krekel
fe05c27081 bring the test into a bit of a better shape 2018-09-05 16:10:03 +02:00
holger krekel
7a54a2577a hack things to work a bit more, with modifying DC_EVENT_HTTP_GET c-code
we can now perform a http request but how to return it to dc is unclear yet
2018-09-05 15:45:25 +02:00
holger krekel
31ebc32963 hackishly convert all large longs to strings -- probably a bit fragile 2018-09-05 14:03:45 +02:00
holger krekel
0340dbe81c quick try at adding DC_EVENT names and use them to deltachat bindings 2018-09-05 13:53:18 +02:00
holger krekel
eec2261cca some initial test code, also fixing callback machinery to actually call the callback (thanks flub for the hint), also test file rename 2018-09-04 15:50:34 +02:00