Floris Bruynooghe
Floris Bruynooghe
Directly returning a `char*` instead of copying into a `void*` buffer doesn't necessarily save a copy, once the blobs are in the database we'd have to copy them out of...
I guess the testing the user knows the old password is something the UI could do on its own. though there is also nothing that stops the ffi api requiring...
https://github.com/deltachat/deltachat-core-rust/blob/5e26b5bfdce8080512bab26cb95703f20b45e872/src/securejoin.rs#L283 This... is no longer true? Is this still the right way to notify the user?
> > This... is no longer true? Is this still the right way to notify the user? > > the comment is wrong, yes. `join_securejoin()` function is now not much...
Do we want to allow alice to invite bob with multiple QR codes in parallel, e.g. "here join this and this groups". Or do we only want to allow bob...
now that the group chat is created up front, does it make sense to re-direct (some) info messages about the progress and/or failure of joining a group to this chat...
Proposal to allow bob to scan multiple QR codes from Alice concurrently: In each response from Alice, `vc-auth-required` & `vc-contact-confirm` etc, Alice adds the `Secure-Join-Invitenumber` header which currently is only...
So I think in general the feedback (apart from r10s' :wink:) has been leaning towards the positive side (also in chat), though of course it does incur extra work. *...
Doesn't the Rust API have an `Arc` for this reason? The event processor can hang on to the inner context as long as it needs and when it gets a...
This builds by adding a `"dist": "electron-builder build --linux snap"` line to the `scripts` in `package.json`. The result ends up in `dists/deltachat-desktop_*.snap` and can be installed with `sudo snap install...