holger krekel
|
d67dd9cc33
|
convert another carray
|
2019-07-09 21:04:23 +02:00 |
|
holger krekel
|
b93f5aa0b6
|
minimize casting
|
2019-07-09 20:55:29 +02:00 |
|
holger krekel
|
6c4b9e79c7
|
convert created_db_entries into a Rust vector instead of using low-level carray
|
2019-07-09 19:31:51 +02:00 |
|
holger krekel
|
95437d726e
|
some streamlinings, after advise by @dignifedquire
|
2019-07-09 17:39:05 +02:00 |
|
björn petersen
|
11eb86c77f
|
Merge pull request #177 from deltachat/fix176
fix #176 by transforming unsafe dc_log_info calls -- i think the unsafe
|
2019-07-06 22:50:47 +02:00 |
|
holger krekel
|
c2ca30cc16
|
fix #176 by transforming unsafe dc_log_info calls -- i think the unsafe
referencing via &jobthread.name was the culprit but not sure ;)
|
2019-07-06 22:26:26 +02:00 |
|
dignifiedquire
|
f336166867
|
fix(deps): disable default features
|
2019-07-06 17:35:19 +02:00 |
|
holger krekel
|
692b779896
|
Merge pull request #173 from deltachat/actests
test and fix Autocrypt Setup Message flow
|
2019-07-06 12:32:56 +02:00 |
|
holger krekel
|
09a675a9cf
|
Merge pull request #175 from deltachat/fix-ringbuf
feat: add better feature configurations
|
2019-07-06 12:03:53 +02:00 |
|
dignifiedquire
|
fd5cba7242
|
fixup
|
2019-07-06 11:32:15 +02:00 |
|
dignifiedquire
|
5c53bb5ed7
|
fixup
|
2019-07-06 11:31:46 +02:00 |
|
dignifiedquire
|
184b3c8e91
|
undo version bump
|
2019-07-06 11:30:45 +02:00 |
|
dignifiedquire
|
286d1a99aa
|
fixup
|
2019-07-06 11:29:13 +02:00 |
|
dignifiedquire
|
4fe99b21c9
|
feat: add better feature configurations
|
2019-07-06 11:25:01 +02:00 |
|
holger krekel
|
2aa81a7a9a
|
speed up test teardown by now waiting for threads to finish ...
and remove a debug statement
|
2019-07-05 23:12:11 +02:00 |
|
Hocuri
|
f671b25cbc
|
refactor: make dc_jobthread_t safe
|
2019-07-05 21:17:57 +02:00 |
|
holger krekel
|
3d7be47adf
|
fix rust format
|
2019-07-05 20:05:08 +02:00 |
|
holger krekel
|
27c8bb64c8
|
remove some debuging
|
2019-07-05 19:26:40 +02:00 |
|
dignifiedquire
|
4c95664992
|
fix and improve key import
|
2019-07-05 19:12:08 +02:00 |
|
holger krekel
|
f7d13fd12f
|
comment on when it passes
|
2019-07-05 16:32:26 +02:00 |
|
holger krekel
|
35248296af
|
some refinements, bump versions already
|
2019-07-05 16:23:33 +02:00 |
|
holger krekel
|
dfa2fcda73
|
use safe logging, and add some info on the processed key (this is WIP and needs to be removed)
|
2019-07-05 13:04:26 +02:00 |
|
holger krekel
|
699b2d48e6
|
add a failing test for Autocrypt Key Transfer failing to extract a private key from an incoming ASM message
|
2019-07-05 12:46:14 +02:00 |
|
holger krekel
|
12b2a706f0
|
address on flub comment, start on autocryt transfer test
|
2019-07-05 01:02:22 +02:00 |
|
holger krekel
|
c7c86f1b03
|
Merge pull request #169 from deltachat/imex_tests
Imex tests and fix for export-blobs
|
2019-07-04 15:50:24 +02:00 |
|
holger krekel
|
02872c143a
|
Merge pull request #167 from deltachat/Simon-Laux-patch-2
Update Cargo.toml - add path for simple example
|
2019-07-04 11:54:35 +02:00 |
|
holger krekel
|
1a0ebba024
|
fix create_chat_by_message to work according to docs
|
2019-07-04 11:40:31 +02:00 |
|
holger krekel
|
6e13e177f7
|
fixed logging, removed one more "old" style logging
|
2019-07-04 11:16:15 +02:00 |
|
holger krekel
|
a2eb215fdf
|
remove last sync method for context callback -- simplifying event handling
|
2019-07-03 23:43:14 +02:00 |
|
holger krekel
|
a2245bdf4e
|
remove unusued sync methods
|
2019-07-03 23:05:20 +02:00 |
|
holger krekel
|
abdb02c361
|
add a test for testing that export works when an account has active threads
|
2019-07-03 21:31:20 +02:00 |
|
holger krekel
|
92d39642e6
|
bump rust-version
|
2019-07-03 21:13:59 +02:00 |
|
holger krekel
|
799ba8a5db
|
fix rust-formatting
|
2019-07-03 20:38:17 +02:00 |
|
holger krekel
|
8367a03b22
|
fix some lint issues, and run it during circle-CI
|
2019-07-03 20:32:01 +02:00 |
|
holger krekel
|
4378608617
|
convert some log infos and guard bindings against some misuse
|
2019-07-03 20:17:35 +02:00 |
|
holger krekel
|
adcb9d6069
|
fixed: make export/import work with blob-files again
also add some more logging.
|
2019-07-03 20:02:05 +02:00 |
|
holger krekel
|
191d11e719
|
export and import full DC database state
|
2019-07-03 18:59:56 +02:00 |
|
Simon Laux
|
464d0f4831
|
Update Cargo.toml
|
2019-07-02 14:11:58 +02:00 |
|
Floris Bruynooghe
|
d0c7f63809
|
Merge pull request #165 from deltachat/fixtests1
get liveconfig tests working, add imap/smtp connected events and tests
|
2019-07-02 13:25:20 +02:00 |
|
holger krekel
|
e597aade10
|
fix comment
|
2019-07-02 10:05:54 +02:00 |
|
holger krekel
|
08bade2c7c
|
fix fmt
|
2019-07-02 08:36:15 +02:00 |
|
holger krekel
|
2c26f4f2ab
|
convert the last two unsafe event emissions in smtp.rs
|
2019-07-02 01:45:48 +02:00 |
|
holger krekel
|
7a053b9f93
|
add SMTP_CONNECTED and IMAP_CONNECTED events
|
2019-07-01 22:27:44 +02:00 |
|
holger krekel
|
183a49eca0
|
remove superflous debug attempts
|
2019-07-01 20:11:35 +02:00 |
|
holger krekel
|
384822b5eb
|
replace unsafe use of dc logging with info! macro as per advise from @flub
|
2019-07-01 18:57:37 +02:00 |
|
holger krekel
|
06e16c81f9
|
Wip
|
2019-07-01 18:06:16 +02:00 |
|
holger krekel
|
d1593f0258
|
fix run-integration-test.sh to run without arguments
|
2019-07-01 15:57:00 +02:00 |
|
Floris Bruynooghe
|
6ccc75b1ed
|
Arbitrarily bump the version
This allows me to create a new tag and play wity building flatpak
builds for this tag.
1.0.0-alpha.1
|
2019-06-30 19:48:44 +02:00 |
|
Floris Bruynooghe
|
69975ae460
|
Merge pull request #159 from deltachat/fix_script
little PR to fix the install_py_bindings.sh script after @flub's changes
|
2019-06-28 09:21:11 +02:00 |
|
holger krekel
|
419add4902
|
little PR to fix the install_py_bindings.sh script after @flub's changes
|
2019-06-24 15:05:54 +02:00 |
|