Commit Graph

14 Commits

Author SHA1 Message Date
Floris Bruynooghe
dfd58961f7 Safe load_or_generate_self_public_key
The function is made safe and now returns Result.  Functionally it now
fails when it can not write the newly generated key to the database
whereas before it still returned the key but logged a warning.  There
is no reason this shouldn't be able to store the key and silently not
storing the key may result in later operations assuming the key is
available, so failing seems like a better choice.

The function now also uses a proper mutex to guard against multiple
threads generating keys.  And this mutex is Context-scoped rather than
fully global (static).
2019-08-13 10:04:38 +02:00
Dmitry Bogatov
4d9bd46c9d Add note about possible cause of lost messages 2019-08-06 22:09:43 +02:00
dignifiedquire
4fe99b21c9 feat: add better feature configurations 2019-07-06 11:25:01 +02:00
Ampli-fier
58ca0998e0 Info about Rust and Cargo + some minor changes 2019-06-10 21:44:20 +02:00
dignifiedquire
983ccaaccd feat(examples): refactor repl to use rustyline and safe rust 2019-06-06 13:13:16 +02:00
Lars-Magnus Skog
1c0431e2f2 Remove incorrect comment on building header file 2019-05-29 00:38:32 +02:00
Lars-Magnus Skog
377014928e Remove list of commands 2019-05-29 00:37:30 +02:00
Lars-Magnus Skog
6ad8f3aeb4 docs: add quick intro to repl tool 2019-05-29 00:34:35 +02:00
Friedel Ziegelmayer
342e416b4e Ci updates & closer to windows builds
* chore: update some ci

* feat: no more libiconv

* refactor: updates for updated mmime api

* fixup: correct mmime path

* cleanup

* use newer visual studio

* Update appveyor.yml

* unify libc imports and improve windows situation

* refactor: use rust based sleep

* improve cross platform state of types

* docs: update readme badges
2019-05-16 17:16:07 +02:00
Lars-Magnus Skog
2f7eb48516 ci: add basic setup for circleci 2019-05-01 19:36:41 +02:00
dignifiedquire
956609f565 feat: reorg code, and prepare for c bindings 2019-04-27 21:48:22 +03:00
dignifiedquire
4cf5903d60 feat: update latest deltachat-core 0.43.0 2019-04-27 17:35:49 +03:00
dignifiedquire
294bd05f1f document current commit 2019-04-27 15:57:18 +03:00
dignifiedquire
ff99e19972 inital commit 2019-04-26 11:57:23 +03:00