l

Results 374 issues of l

Currently we use iroh 0.4 branch for backup transfer and recent version of iroh for webxdc realtime message. To avoid building multiple versions of iroh we need to port backup...

We should not use default iroh relays, but only connect to other peers that have relays if we don't have our own relay: https://github.com/deltachat/deltachat-core-rust/blob/36f1fc4f9d64520d99830c08b25e9328a28882aa/src/peer_channels.rs#L208-L210 However, disabling it now will break...

Since https://github.com/n0-computer/iroh/pull/2340 is merged, we need to wait for the next iroh release and increase message size limit to 128kb. See https://github.com/n0-computer/iroh/issues/2312 as well.

When `send_webxdc_realtime_advertisement` is called, an advertisement mail is sent over SMTP. For bots it would be useful to know when such mail is received so it knows some user has...

enhancement
bot

We currently treat such transient error as permanent for the reason described here: https://github.com/deltachat/deltachat-core-rust/blob/42a7cd3eea38a6ee04a9463c81df2f41157db4bc/src/smtp.rs#L427-L432 However it seems Postfix is capable of returning such incorrect errors when there is a transient...

Currently the error is `IMEX failed to complete: rPGP error: no matching packet found`: https://support.delta.chat/t/imex-failed-to-complete-rpgp-error-no-matching-packet-found/3042 This does not help the user to understand the problem.

enhancement

Currently `dc_is_sending_locations_to_chat` returns 1 if location streaming is enabled in the chat and 0 if it is not enabled. However, it is not possible to see if locations are actually...

enhancement

Run: https://github.com/deltachat/deltachat-core-rust/actions/runs/4513199072/jobs/7947708420?pr=4226

We recently had a problem with two messages received in wrong order: "member added" message and following editor.xdc message. Two messages received by [email protected] running Delta Chat Android version 1.42.6...

Since we have started synchronizing QR codes to other devices, this situation frequently happens: 1. Alice1 creates a QR code for the group. 2. QR code gets synchronized to device...