Commit Graph

  • f3332fa7a6 chore(cargo): bump rustls from 0.23.18 to 0.23.19 dependabot[bot] 2024-12-01 21:11:13 +00:00
  • f03d56143c chore(cargo): bump kamadak-exif from 0.6.0 to 0.6.1 dependabot[bot] 2024-12-01 21:10:35 +00:00
  • d21756812b chore(cargo): bump thiserror from 1.0.66 to 1.0.69 dependabot[bot] 2024-12-01 21:10:01 +00:00
  • cbe5c38705 fix: Sync chat action even if sync message arrives before first one from contact (#6259) iequidoo 2024-11-27 20:01:54 -03:00
  • 755b245495 fix: mark Saved Messages chat as protected if it exists link2xt 2024-11-30 00:15:37 +00:00
  • dc5fcdf425 ci: update Rust to 1.83.0 link2xt 2024-11-30 00:50:47 +00:00
  • 45e55c963e refactor: Use Option::or_else() to dedup emitting IncomingWebxdcNotify iequidoo 2024-11-29 16:12:13 -03:00
  • 8967d7748c docs: fix references to iroh-related headers in peer_channels docs link2xt 2024-11-19 12:03:06 +00:00
  • 948cefa3ef fix: do not add protection messages to Saved Messages chat link2xt 2023-11-12 11:03:21 +00:00
  • 9ec1401a37 feat: mark saved messages chat as protected link2xt 2023-11-10 21:24:07 +00:00
  • 170b7e2ded api: remove experimental request_internet_access option from webxdc's manifest.toml B. Petersen 2024-11-29 15:43:28 +01:00
  • d63a2b39aa feat: allow the user to replace maps integration (#5678) bjoern 2024-11-29 15:18:35 +01:00
  • 167948e62a refactor: create_status_update_record: Remove double check of info_msg_id iequidoo 2024-11-26 23:11:31 -03:00
  • 4edade225c fix: close iroh endpoint when I/O is stopped link2xt 2024-11-26 02:38:33 +00:00
  • 61fb9e7e3b test: Revert Mark receive_imf() as only for tests and "internals" feature hoc/remove-cfg-again Hocuri 2024-11-28 15:44:33 +01:00
  • da546d3526 docs: update dc_msg_get_info_type() and dc_get_securejoin_qr() (#6269) bjoern 2024-11-28 08:19:48 +01:00
  • 6be96d3eba refactor: remove some .unwrap() calls link2xt 2024-11-27 18:56:39 +00:00
  • d1537095e4 chore(release): prepare for 1.151.2 (#6267) v1.151.2 bjoern 2024-11-27 13:37:01 +01:00
  • ba68b87c58 feat: add href to IncomingWebxdcNotify event (#6266) bjoern 2024-11-26 18:21:09 +01:00
  • b5f899540c change update.notify to a dict of addr:text_to_notify and allow to notify all using the special addr '*' B. Petersen 2024-11-25 17:40:04 +01:00
  • c6dd03590c feat: add webxdc limits api B. Petersen 2024-11-25 22:11:11 +01:00
  • ff3efafcfc fix: revert treating some transient SMTP errors as permanent link2xt 2024-11-25 21:05:35 +00:00
  • 717c18ed0f test: Check that IncomingMsg isn't emitted for reactions iequidoo 2024-11-24 14:30:00 -03:00
  • 4026c827be prefer long options in RELEASE.md (#6136) bjoern 2024-11-25 17:34:20 +01:00
  • cd8cff7efb feat: do not use format=flowed in outgoing messages (#6256) l 2024-11-25 15:40:38 +00:00
  • a319c1ea27 feat: add AccountsChanged and AccountsItemChanged events (#6118) Simon Laux 2024-11-25 14:34:33 +01:00
  • cecec79618 feat: allow to notify all webxdc peers r10s/webxdc-notify-all B. Petersen 2024-11-24 23:24:52 +01:00
  • 5db574b44f refactor: create_status_update_record: Get rid of notify var iequidoo 2024-11-24 21:42:35 -03:00
  • 8af90a1299 feat: AEAP: Check that the old peerstate verified key fingerprint hasn't changed when removing it iequidoo 2024-11-21 18:06:42 -03:00
  • a6db7ba1e3 api: deprecate webxdc descr parameter (#6255) bjoern 2024-11-24 17:34:24 +01:00
  • 703cad970d chore(release): prepare for 1.151.1 v1.151.1 link2xt 2024-11-24 14:00:53 +00:00
  • 47757c3c7f ci: test building nix targets to avoid regressions link2xt 2024-11-13 01:52:33 +00:00
  • dca922b932 build(nix): fix deltachat-rpc-server-source installable link2xt 2024-11-24 12:55:39 +00:00
  • bacdf8f8df chore(release): prepare for 1.151.0 v1.151.0 link2xt 2024-11-23 21:57:19 +00:00
  • eed2320217 build: use underscores in deltachat-rpc-server source package filename link2xt 2024-11-23 21:24:38 +00:00
  • d22c29ab89 test: After AEAP, 1:1 chat isn't available for sending, but unprotected groups are (#6222) iequidoo 2024-11-20 16:01:39 -03:00
  • 22b9308c9b feat: update.href api (#6248) bjoern 2024-11-23 18:38:02 +01:00
  • 1f0a12a729 fix: never notify SELF (#6251) bjoern 2024-11-23 18:16:20 +01:00
  • d06fa73e4f chore(deps): bump curve25519-dalek from 3.2.0 to 4.1.3 in /fuzz dependabot[bot] 2024-11-22 18:51:31 +00:00
  • 407bc95ae5 remove imap_tools from dependencies (#6238) adb 2024-11-23 16:28:23 +01:00
  • daeeca3710 docs: Clarify DC_EVENT_INCOMING_WEBXDC_NOTIFY documentation (#6249) Hocuri 2024-11-23 15:52:08 +01:00
  • 29de7c3603 feat: webxdc notify (#6230) bjoern 2024-11-22 21:31:56 +01:00
  • f669f43fe6 chore(cargo): update Rustls from 0.23.14 to 0.23.18 link2xt 2024-11-22 18:50:25 +00:00
  • c68e25a970 fix tests sk/hide_draft Septias 2024-11-22 10:26:27 +01:00
  • 7e6e08593c feat: AEAP: Check that the old peerstate verified key fingerprint hasn't changed when removing it iequidoo/cant_send-NoForwardVerification iequidoo 2024-11-21 18:06:42 -03:00
  • 156fb6ffd5 fix: can_send(): Return false for protected 1:1 chat if contact isn't forward verified (#6222) iequidoo 2024-11-20 19:37:19 -03:00
  • 4e798ceae1 test: After AEAP, 1:1 chat isn't available for sending, but unprotected groups are (#6222) iequidoo 2024-11-20 16:01:39 -03:00
  • 8a0c913bbd feat: use privacy-preserving webxdc addresses (#6237) bjoern 2024-11-21 19:00:29 +01:00
  • 75e1517dcc feat: trim whitespace from scanned QR codes link2xt 2024-11-21 13:50:04 +00:00
  • 4aad8fb3de docs: move style guide into a separate document link2xt 2024-11-21 11:36:23 +00:00
  • 9640f92327 chore(release): prepare for 1.150.0 v1.150.0 link2xt 2024-11-21 14:42:43 +00:00
  • 95ac7647ac test: Mark receive_imf() as only for tests and "internals" feature (#6235) Hocuri 2024-11-21 14:57:35 +01:00
  • e121fc1389 refactor: delete chat in a transaction link2xt 2024-11-20 14:19:41 +00:00
  • 5399cbfffe fix: Update state of message when fully downloading it iequidoo 2024-10-17 16:06:48 -03:00
  • 8da1fae51f fix: markseen_msgs: Limit not yet downloaded messages state to InNoticed (#2970) iequidoo 2024-10-30 11:44:57 -03:00
  • eabf1d15b7 test: Mark not downloaded message as seen (#2970) iequidoo 2024-09-28 17:56:47 -03:00
  • e04c4446d6 fix: Disable setting draft if not in chat Septias 2024-11-20 12:52:17 +01:00
  • 1b9f3368fa fix: only show draft in message info if self is in chat Septias 2024-11-20 12:28:03 +01:00
  • 3b9e6d6ffa Fix type in context.rs gerryfrancis 2024-11-19 18:09:00 +01:00
  • df4466cff9 implement deeplink api webxdc-deeplink B. Petersen 2024-11-18 16:18:42 +01:00
  • d847669309 draft ffi for deeplinks B. Petersen 2024-11-16 23:55:11 +01:00
  • 1a8cc1094d notify webxdc info messages as needed B. Petersen 2024-11-18 14:03:46 +01:00
  • f753dbd823 test notify api B. Petersen 2024-11-17 17:59:36 +01:00
  • c1252ee814 accept notify addresses B. Petersen 2024-11-17 01:47:13 +01:00
  • 79993f3011 simpler naming, matching better the density of the other items - and avoids snake_case and camelCase confusion :) B. Petersen 2024-11-17 01:33:07 +01:00
  • 1bc6b1e17e add option to notifiy info-messages B. Petersen 2024-11-17 01:20:55 +01:00
  • 64bd7f66a5 replace DC_EVENT_INCOMING_WEBXDC_INFO by a normal DC_EVENT_INCOMING_MSG B. Petersen 2024-11-17 01:06:31 +01:00
  • 8ba3e88848 DC_EVENT_INCOMING_WEBXDC_INFO: contact is in info message already B. Petersen 2024-11-17 00:28:04 +01:00
  • de95c6e27e DC_EVENT_INCOMING_WEBXDC_INFO: text is in message already B. Petersen 2024-11-17 00:05:56 +01:00
  • 331e3dc29a DC_EVENT_INCOMING_WEBXDC_INFO gets info_msg_id, not webxdc_instance B. Petersen 2024-11-17 00:00:20 +01:00
  • 8f3be764d2 change: Use i.delta.chat in qr codes (#6223) Sebastian Klähn 2024-11-19 17:32:42 +01:00
  • d8ae5ebec8 draft ffi for webxdc-notifications B. Petersen 2024-10-29 19:09:27 +01:00
  • c181db631f feat: Clear config cache in start_io() (#6228) Hocuri 2024-11-19 16:59:05 +01:00
  • b0994381c0 Revert "Replace X25519 with RSA 2048" link2xt/pgp-v6 link2xt 2024-11-19 02:08:56 +00:00
  • a1bb0c6111 Replace X25519 with RSA 2048 link2xt 2024-11-19 00:24:15 +00:00
  • 26a44075b2 Revert "Generate RSA keys by default" link2xt 2024-11-19 00:23:29 +00:00
  • c18a476806 refactor: forbid clippy::string_slice link2xt 2024-11-18 22:13:14 +00:00
  • db9470c54c Generate RSA keys by default link2xt 2024-11-18 23:41:57 +00:00
  • 5a9a125bfd feat: switch to OpenPGP v6 link2xt 2024-11-18 23:11:59 +00:00
  • 3235c8bc9f refactor: forbid clippy::indexing_slicing link2xt 2024-11-18 20:11:16 +00:00
  • a5d336fafc refactor: remove unused allow(clippy::indexing_slicing) from 'truncate' link2xt 2024-11-18 20:10:20 +00:00
  • 5ebca15502 refactor: get rid of slicing in remove_top_quote link2xt 2024-11-18 20:03:39 +00:00
  • d0b945d4ee refactor: remove slicing from remove_bottom_quote link2xt 2024-11-18 20:00:48 +00:00
  • d3d2509273 refactor: remove indexing/slicing from parse_message_ids link2xt 2024-11-18 19:11:18 +00:00
  • 1db6370d6a refactor: remove unused allow(clippy::indexing_slicing) for heuristically_parse_ndn link2xt 2024-11-18 19:00:26 +00:00
  • dc58e11d13 refactor: remove indexing/slicing from squash_attachment_parts link2xt 2024-11-18 18:22:14 +00:00
  • 442e2787c6 refactor: remove indexing/slicing from remove_message_footer link2xt 2024-11-18 17:15:07 +00:00
  • 7b1fa50fb0 refactor: remove unused allow(clippy::indexing_slicing) link2xt 2024-11-18 16:47:30 +00:00
  • 2315be2c90 refactor: eliminate indexing in compute_mailinglist_name link2xt 2024-11-18 13:20:01 +00:00
  • 41478e1e48 refactor: do not use slicing in qr module link2xt 2024-11-18 11:15:58 +00:00
  • 9e13486143 refactor: don't use slicing in remove_nonstandard_footer link2xt 2024-11-18 13:07:01 +00:00
  • 06eea7ebe8 refactor: remove unnecessary allow(clippy::indexing_slicing) link2xt 2024-11-18 11:16:35 +00:00
  • 514f0296c0 refactor: remove slicing from is_file_in_use link2xt 2024-11-16 19:00:40 +00:00
  • 399716a761 Fix: Dont overwrite equal drafts (#6212) Sebastian Klähn 2024-11-17 09:54:50 +01:00
  • 60163cb121 docs: scanned proxies are added and normalized B. Petersen 2024-11-14 17:51:07 +01:00
  • cb1d008527 feat: Store blobs in subdirs with random names (#4309) iequidoo/blob-random-file-suffixes iequidoo 2024-10-02 15:51:15 -03:00
  • e117efa744 ci: ensure flake is formatted link2xt 2024-11-14 16:22:13 +00:00
  • 7b98274681 fix(deltachat-jsonrpc): do not fail get_draft if draft is deleted link2xt 2024-11-11 19:58:03 +00:00
  • ea385fabae fix(deltachat-jsonrpc): do not fail get_chatlist_items_by_entries if the message got deleted link2xt 2024-11-11 16:51:11 +00:00
  • 3a976a8580 fix: do not fail to load chatlist summary if the message got removed link2xt 2024-11-11 15:51:11 +00:00