l

Results 254 issues of l

Currently metrics are exposed over https under `/metrics`, but without any authentication. Metrics are generated with a cronjob. Current approach to metric generation is very limited, we have #183 open...

We cannot expect admins to rotate the key or change DNS records after setting up a server because, but there should be some way to do it. E.g. a command...

Documentation comment says forward and backward verification is set, but the code was not doing it. `vc-contact-confirm` and `vg-member-added` messages indicate that other device finished securejoin protocol so we know...

See comment in https://github.com/deltachat/deltachat-core-rust/pull/5930#issuecomment-2319934675 1. Alice sets up two devices. 2. Alice puts the second device offline. 3. Alice creates unpromoted group on the first device. 4. Alice creates securejoin...

bcc_self has been enabled by default since core version 1.95.0 by merging PR . However deltachat.h documentation still incorrectly said that bcc_self is disabled by default.

Screenshot: ![1](https://github.com/user-attachments/assets/c900d032-19d6-4558-86a7-bf1b62550bb7)

If DNS resolver returns a lot of results we should not prioritize all of them over cached results. DNS server may be misconfigured, return malicious results (100 of blackhole IP...

Currently SOCKS5 support allows to configure only a single proxy using settings `socks5_host`, `socks5_port`, `socks5_user`, `socks5_password` which can only contain a single proxy. In addition to that, `socks5_enabled` enables/disables usage...

NotifyAboutWrongPw introduced in https://github.com/deltachat/deltachat-core-rust/pull/1613 gets reset to `None` on failed configuration. This means that if user runs failed `configure()` on configured account, they will not be notified about wrong password...

bug