Floris Bruynooghe
Floris Bruynooghe
I tried implementing AgentX following this draft, but the lack of a timer makes it pretty much impossible. The problem is that the protocol need to handle timeouts like a...
Specifically there is no mention of what the "reason" parameter could be.
This is my attempt at getting a `deltachat.h` header automatically generated by cbindgen. I think the structs and functions are there already, but I'm a bit stuck at getting the...
This refactors the APIs to work with encrypted storage to follow the Resource Acquisition Is Initialisation principle. Having our structures behave like this is beneficial because it removes a lot...
- Bob verifies Alice even if Alice's vg-member-added or vc-contact-confirm message was not signed/encrypted - QR-joining a non-verified group relies on this bug. The current flow of messages does not...
Travis now tests some more scenarios and fails on some SSL-requiring parts in some builds. E.g.: https://travis-ci.org/deltachat/deltachat-core/jobs/466775620#L4689 https://travis-ci.org/deltachat/deltachat-core/builds/466775618?utm_source=github_status&utm_medium=notification Fix it
This introduces a new method which allows to more easily set custom values in a Context. It also introduces a missing API to allow manipulating such contexts.
# Problem ## Finishing Streams It happens often enough that a `SendStream::finish()` call happens after the last data of the stream is already sent in a STREAM frame, this then...
This guard can be awaited and will resolve when Context::stop_ongoing is called, i.e. the ongoing process is cancelled. The guard will also free the ongoing process when dropped, making it...
## Description Want netsim numbers for the parallel-transmit branch. ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates if relevant. - [...