Commit Graph

  • ff2fbebff0 chore(cargo): update bytes from 1.11.0 to 1.11.1 link2xt 2026-02-03 16:46:07 +00:00
  • 50a73666fd api(jsonrpc): process events forever by default missytake 2026-01-30 21:12:55 +01:00
  • 61a8eff2ad fix: receive_imf: Look up key contact by intended recipient fingerprint (#7661) iequidoo 2026-01-28 07:52:06 -03:00
  • cbd379fdf0 feat: Trash messages with intended recipient fingerprints, but w/o our one included iequidoo 2026-01-27 06:49:55 -03:00
  • fe826f762e fix: add_or_lookup_key_contacts*(): Advance fingerprint_iter on invalid address iequidoo 2026-01-27 05:34:27 -03:00
  • 2019debe99 refactor: Rename lookup_key_contacts_by_address_list() to lookup_key_contacts_fallback_to_chat() iequidoo 2026-01-27 05:18:07 -03:00
  • 6c4f4bfd19 test: Message in blocked chat arrives as InSeen iequidoo 2026-01-25 04:10:19 -03:00
  • 44b0736216 test: Encrypted incoming message goes to encrypted 1:1 chat even if references messages in ad-hoc group iequidoo 2026-01-24 11:16:35 -03:00
  • 3b29469102 feat: do not load more than one own key link2xt 2026-01-29 21:09:45 +00:00
  • 6325a35b5b test: make test_dont_move_sync_msgs less flaky link2xt 2026-01-28 23:09:23 +00:00
  • c08644490a feat: Make summary for pre-messages look like summary for fully downloaded messages (#7775) iequidoo 2026-01-29 09:31:35 -03:00
  • 955f79923a fix: Restart i/o when there are new transports in a sync message (#7640) Hocuri 2026-01-22 19:11:10 +01:00
  • c9026bff2c test: 2nd device receives message via new primary transport iequidoo 2026-01-20 03:54:19 -03:00
  • 4fc0d0f53d refactor: remove unused Context.is_inbox() link2xt 2026-01-28 02:43:40 +00:00
  • 1bf24618fa feat: never create IMAP folders link2xt 2026-01-27 04:17:38 +00:00
  • 3f98e45c29 chore: update provider database link2xt 2026-01-27 00:56:07 +00:00
  • 26ddcfaaed feat: do not collect email addresses from messages after configuration link2xt 2026-01-27 02:52:06 +00:00
  • f0a12d493c refactor: Remove unneeded dbg! statements (#7776) Hocuri 2026-01-27 12:30:28 +01:00
  • c848ea7eda feat: Send Intended Recipient Fingerprint subpackets iequidoo 2026-01-25 09:24:29 -03:00
  • 7c55356271 feat: MimeMessage: Put intended recipient fingerprints into signature iequidoo 2026-01-23 10:45:29 -03:00
  • f4ee01ecca fix: Don't upscale images and test that image resolution isn't changed unnecessarily (#7769) Hocuri 2026-01-25 18:58:09 +01:00
  • 448c0d2268 feat: use more fitting encryption info message B. Petersen 2026-01-23 15:25:16 +01:00
  • 3325270896 fix: Don't add SELF to unencrypted chat created from encrypted message (#7661) iequidoo 2026-01-20 03:21:20 -03:00
  • b563064b26 fix: apply_group_changes(): Check whether From is key-contact iequidoo 2026-01-22 03:09:59 -03:00
  • 8d32d3ae0c feat: receive_imf: Log reasoning for chat assignment iequidoo 2026-01-22 02:57:38 -03:00
  • c5f19f67a9 fix: Make self-contact a key-contact even if key isn't generated yet iequidoo 2026-01-22 02:54:27 -03:00
  • 8b2e88f45a Merge tag 'v2.39.0' adbenitez 2026-01-24 01:14:25 +01:00
  • baeb31b5fa chore(release): prepare for 2.39.0 link2xt 2026-01-23 21:52:40 +00:00
  • 5d3bc00fd5 docs(RELEASE.md): add section about dealing with failed releases link2xt 2026-01-23 13:52:24 +00:00
  • 424928b660 docs(RELEASE.md): push preparation commit to the main branch before tagging link2xt 2026-01-23 13:52:24 +00:00
  • 1b8c732611 fix: Do not additionally reduce the resolution of images that fit into the resolution-limit and are larger than the file-size-limit (#7760) 72374 2026-01-23 18:25:25 +01:00
  • 2531dfea1d chore: cleanup deprecated functions/defines (#7763) bjoern 2026-01-23 15:25:48 +01:00
  • 9003b248aa chore: merge v2.38.0 into main branch link2xt 2026-01-23 09:09:59 +00:00
  • 35875f9b32 ci: update Rust to 1.93.0 link2xt 2026-01-22 14:33:07 +00:00
  • 008e6c4af3 chore(release): prepare for 2.38.0 Hocuri 2026-01-22 21:32:31 +01:00
  • a6baba1852 fix: forward message with file (#7755) Nico de Haen 2026-01-22 21:15:26 +01:00
  • a6b2a54e46 fix: Prevent possible infinite loop with invalid smtp row (#7746) Hocuri 2026-01-21 16:46:17 +01:00
  • 99aa99eb5b api: public re-export of Connectivity (#7737) Stefano Volpe 2026-01-20 22:46:00 +01:00
  • 566395f1fa fix: Emit MsgsChanged instead of MsgsNoticed on self-MDN if chat still has fresh messages iequidoo 2026-01-20 18:22:12 -03:00
  • 4ccd3cb665 api(rust and jsonrpc): marknoticed_all_chats method to mark all chats as notices, including muted ones. (#7709) Simon Laux 2026-01-20 08:52:59 +00:00
  • f5e1e2678b fix: Make it possible to leave and immediately delete a chat (#7744) Hocuri 2026-01-19 15:07:19 +01:00
  • c3a5e3ac0d feat: In teamprofiles, don't mark chat as read on outgoing message (#7717) Hocuri 2026-01-19 12:39:06 +01:00
  • b2f31c8148 api(rust, jsonrpc): add get_message_read_receipt_count method (#7732) Simon Laux 2026-01-19 11:37:10 +00:00
  • 29c57ad065 fix: Don't remember old channel members in the database (#7716) Hocuri 2026-01-19 11:35:01 +01:00
  • 82a0d6b0ab fix: more reliable parsing of dclogin: links with ip address as host (#7734) Simon Laux 2026-01-18 16:11:59 +00:00
  • 5ff323ce15 feat(pgp): use preferred hash algorithm for signing instead of hardcoded SHA256 link2xt 2026-01-15 22:59:47 +00:00
  • a67a5299bf Send and apply MDNs to self (#7005) iequidoo 2026-01-17 01:46:15 -03:00
  • 659d21aa9d docs: fix formatting of indoc! link link2xt 2026-01-17 14:06:31 +00:00
  • 8f604e74ec fix: do not resolve ICE server hostnames during IMAP loop link2xt 2026-01-14 22:09:15 +00:00
  • e1ebf3e96d refactor: don't use concat! in sql statements (#7720) Simon Laux 2026-01-15 22:44:53 +00:00
  • 0cbce3f4df Add URL encoding test for dcaccount parameters copilot/add-ip-host-support-dcaccount copilot-swe-agent[bot] 2026-01-15 22:36:47 +00:00
  • 18723d19a5 Add error handling tests for dcaccount parameters copilot-swe-agent[bot] 2026-01-15 22:29:31 +00:00
  • 1fb387c17d Add IP and parameter support to dcaccount URI scheme copilot-swe-agent[bot] 2026-01-15 22:26:21 +00:00
  • 76171aea2e fix: hide incoming broadcasts in DC_GCL_FOR_FORWARDING (#7726) Simon Laux 2026-01-15 22:26:05 +00:00
  • 2927280f35 Initial plan copilot-swe-agent[bot] 2026-01-15 22:01:51 +00:00
  • 96b8d1720e fix: Use only lowercase letters for stats id (#7700) Hocuri 2026-01-15 18:51:04 +01:00
  • 47b49fd02e api(jsonrpc): add run_until parameter for bots (#7688) missytake 2026-01-14 19:58:44 +01:00
  • f50e3d6ffa feat: Don't scale up Origin of multiple and broadcast recipients when sending a message iequidoo 2025-12-19 00:27:59 -03:00
  • 2ecb537307 api!: jsonrpc: remove contacts from FullChat. To migrate load contacts on demand via get_contacts_by_ids using FullChat.contactIds (#7282) Simon Laux 2026-01-14 15:35:57 +00:00
  • ccae73f6db feat: Don't put text into post-message (#7714) Hocuri 2026-01-14 11:10:17 +01:00
  • fce91f3ee0 feat: Disable partial search by contact address iequidoo 2025-12-07 20:47:49 -03:00
  • d446a16fc6 Sync broadcast subscribers list (#7578) Hocuri 2026-01-13 15:04:51 +01:00
  • c3a6e48882 docs: set_config_from_qr() configures context for "DCACCOUNT:" and "DCLOGIN:" QRs (#7450) iequidoo 2025-12-14 13:27:05 -03:00
  • 46ec3a469b fix: logging errors in deltachat-rpc-server during startup (#7707) Simon Laux 2026-01-12 00:18:23 +00:00
  • fe3b1ea16d fix: Only emit TransportsModified if transports are really modified iequidoo 2026-01-10 23:07:16 -03:00
  • ed300b6f97 feat: Execute sync message before checking for primary transport update iequidoo 2026-01-10 21:40:53 -03:00
  • e456be4e21 fix: Send bcc-self messages to all own relays (#7656) iequidoo 2026-01-10 19:46:08 -03:00
  • ba4055b7df test(rpc-client): Replace remaining print()s with logging (#6082) iequidoo 2026-01-09 11:57:44 -03:00
  • c06f53cb86 docs: fix chat types B. Petersen 2026-01-10 15:48:41 +01:00
  • 13dafa46b5 fix: take transport_id into account when marking messages with \Seen flags link2xt 2026-01-08 23:37:56 +00:00
  • d552250dc4 test: Port test_dont_move_sync_msgs to JSON-RPC (#7676) iequidoo 2026-01-09 14:12:35 -03:00
  • 1383e790c3 feat: connectivity view: move quota up and combine with IMAP state. (#7653) Simon Laux 2026-01-09 17:20:59 +00:00
  • b536902827 fix: do not show contact address in message info (#7695) Simon Laux 2026-01-09 17:04:22 +00:00
  • 2631745a57 feat: pre-messages / next version of download on demand (#7371) Simon Laux 2026-01-08 22:14:32 +00:00
  • 46bbe5f077 chore(release): prepare for 2.37.0 link2xt 2026-01-08 19:49:48 +00:00
  • 0f14edd5d9 feat: Don't download group messages unconditionally iequidoo 2025-11-09 04:25:34 -03:00
  • fe6e942191 api: cffi api to create account manager with existing events channel to see events emitted during startup. dc_event_channel_new, dc_event_channel_unref, dc_event_channel_get_event_emitter and dc_accounts_new_with_event_channel (#7609) Simon Laux 2026-01-08 18:08:00 +00:00
  • 42f35b47cb Merge tag 'v2.36.0' adbenitez 2026-01-08 17:28:44 +01:00
  • 67aac12995 docs: update instructions to UI where to display the address B. Petersen 2025-11-21 14:32:02 +01:00
  • f2fb59f0cc test that channel summary does not have sender name B. Petersen 2026-01-07 19:23:28 +01:00
  • 55ab1b86f7 feat: more text instead of sender in channel summary B. Petersen 2026-01-07 15:33:35 +01:00
  • ceba687df3 feat: Config option to skip seen synchronization (#7694) Hocuri 2026-01-08 17:06:03 +01:00
  • 7e811469b3 api: add who_can_call_me config option link2xt 2026-01-05 16:15:34 +00:00
  • cdacad235e chore: update lru 0.12.3 to 0.12.5 and add RUSTSEC-2026-0002 exception link2xt 2026-01-07 19:45:52 +00:00
  • c766397abc test: regression test for vc-request encrypted by the server link2xt 2026-01-06 18:01:02 +00:00
  • 14a59afd5d fix: do not rely on Secure-Join header to detect {vc,vg}-request link2xt 2026-01-06 18:01:02 +00:00
  • 9c883e6424 chore(cargo): bump rsa from 0.9.9 to 0.9.10 dependabot[bot] 2026-01-06 18:22:03 +00:00
  • 9d7db20225 refactor(ffi): replace implicit drop in cffi with explicit drop(Arc::from_raw(var)) (#7664) Simon Laux 2026-01-05 19:27:48 +00:00
  • fdb583b5e9 api: jsonrpc api get_all_ui_config_keys to get all "ui.*" config keys (#7579) Simon Laux 2026-01-03 21:14:00 +01:00
  • 8d6f4b0354 chore(release): prepare for 2.36.0 link2xt 2026-01-03 18:39:16 +00:00
  • 284469363e docs: remove references to sentbox_watch config link2xt 2026-01-02 14:36:49 +00:00
  • 6078c79020 chore(cargo): bump criterion from 0.7.0 to 0.8.1 dependabot[bot] 2026-01-01 21:04:32 +00:00
  • 161e5ae358 chore(cargo): bump rustls-pki-types from 1.13.0 to 1.13.2 dependabot[bot] 2026-01-01 21:04:51 +00:00
  • a66859ebf2 chore(cargo): bump log from 0.4.28 to 0.4.29 dependabot[bot] 2026-01-02 17:49:30 +00:00
  • de902babc3 chore(cargo): bump hyper-util from 0.1.18 to 0.1.19 dependabot[bot] 2026-01-01 21:06:00 +00:00
  • 98a8679779 chore(cargo): bump tracing from 0.1.41 to 0.1.44 dependabot[bot] 2026-01-01 21:04:09 +00:00
  • 8ce3ecc809 chore(cargo): bump libc from 0.2.177 to 0.2.178 dependabot[bot] 2026-01-02 17:20:05 +00:00
  • 50a1f907a5 chore(cargo): bump tempfile from 3.23.0 to 3.24.0 dependabot[bot] 2026-01-01 21:05:41 +00:00
  • c2bf2a32b5 chore(cargo): bump toml from 0.9.8 to 0.9.10+spec-1.1.0 dependabot[bot] 2026-01-01 21:02:51 +00:00
  • 84710384fe chore(cargo): bump uuid from 1.18.1 to 1.19.0 dependabot[bot] 2026-01-01 21:02:13 +00:00