Commit Graph

  • 74c0c2cc38 Merge pull request #5243 from deltachat/dependabot/cargo/pin-project-1.1.4 dependabot[bot] 2024-02-03 16:51:59 +00:00
  • 4f25072352 fix: dehtml: Don't just truncate text when trying to decode (#5223) iequidoo 2024-02-01 22:07:27 -03:00
  • 91c3a39134 update welcome image, thanks @paulaluap B. Petersen 2024-02-01 16:09:56 +01:00
  • ae94b2a7b3 chore(cargo): bump pin-project from 1.1.3 to 1.1.4 dependabot[bot] 2024-02-01 21:27:59 +00:00
  • 3b013a1017 chore(cargo): bump futures-lite from 2.1.0 to 2.2.0 dependabot[bot] 2024-02-01 21:27:11 +00:00
  • 80aab220b6 chore(cargo): bump chrono from 0.4.31 to 0.4.33 dependabot[bot] 2024-02-01 21:25:01 +00:00
  • 34c3e44b9d chore(cargo): bump image from 0.24.7 to 0.24.8 dependabot[bot] 2024-02-01 21:24:34 +00:00
  • 78d304443a chore(release): prepare for 1.134.0 v1.134.0 B. Petersen 2024-01-31 14:18:20 +01:00
  • d6c24eb9f6 Make Accounts::background_fetch() not return Result link2xt 2024-01-30 15:40:36 +00:00
  • f7fd1ef2bf Emit DC_EVENT_ACCOUNTS_BACKGROUND_FETCH_DONE even on timeout link2xt 2024-01-30 00:34:55 +00:00
  • af7bf5bd2b s/forgeting/forgetting/ link2xt 2024-01-30 00:17:34 +00:00
  • ea666f1098 Hide background_fetch_without_timeout from public API link2xt 2024-01-29 23:29:57 +00:00
  • 5bb80f94c7 Apply suggestions from code review Simon Laux 2024-01-14 21:19:21 +01:00
  • 2f29c56a36 fix: do not log error if watched folder is not configured link2xt 2024-01-14 02:43:24 +00:00
  • de86b8a96e rename event also in core Simon Laux 2024-01-13 11:40:02 +01:00
  • 060c9c8aa1 cargo fmt Simon Laux 2024-01-12 21:22:56 +01:00
  • 727428a965 rename event and mention event in method documentation Simon Laux 2024-01-12 21:20:43 +01:00
  • df455bbcf5 BackgroundFetchCompletedForAllAccounts event Simon Laux 2024-01-04 07:27:08 +01:00
  • 946eea4c9e add rate limit for quota check in background fetch (12h for now) Simon Laux 2024-01-04 06:53:46 +01:00
  • 5cbc87369e rename cffi function Simon Laux 2023-12-12 18:00:26 +01:00
  • 5cdd5e0564 Apply suggestions from code review Simon Laux 2023-12-12 17:59:14 +01:00
  • f493d6bb40 don't hold write lock in cffi (this blocked events) Simon Laux 2023-12-12 03:08:41 +01:00
  • 8e073b9c3e log time that the function took Simon Laux 2023-12-12 02:53:43 +01:00
  • ea2a692d18 fix iOS build issue Simon Laux 2023-12-12 02:15:57 +01:00
  • 1b7c5be9c5 Test server has no sentbox folder Simon Laux 2023-12-12 01:52:18 +01:00
  • f7903df805 api: cffi: add dc_accounts_background_fetch_with_timeout Simon Laux 2023-12-12 01:26:36 +01:00
  • d2c61dc90e api: jsonrpc: add background_fetch_for_all_accounts Simon Laux 2023-12-12 01:26:10 +01:00
  • 7b68098785 feat: add background fetch method Simon Laux 2023-12-12 00:03:47 +01:00
  • 48f2ea717e refactor: move convert folder meaning logic in own method Simon Laux 2023-12-11 23:21:39 +01:00
  • cb3f03fd39 feat: add support for IMAP METADATA link2xt 2024-01-25 00:17:37 +00:00
  • 06f1fe18d6 fix: Delete resent messages on receiver side (#5155) iequidoo 2024-01-20 00:27:07 -03:00
  • 1dbf924c6a feat: chat::resend_msgs: Guarantee strictly increasing time in the Date header iequidoo 2024-01-18 21:29:42 -03:00
  • 3f6814f421 chore: remove unnecessary exception from deny.toml link2xt 2024-01-30 20:27:07 +00:00
  • 782828ac4f chore(deps): update imap-proto link2xt 2024-01-30 20:12:07 +00:00
  • bd3759d55e test: test_import_export_online_all: Send the message to the existing address to avoid errors (#5220) iequidoo 2024-01-29 19:29:48 -03:00
  • bd37c36143 more logs Sebastian Klähn 2024-01-29 16:58:23 +01:00
  • 4fb0002283 stufff Sebastian Klähn 2024-01-29 16:12:45 +01:00
  • eca8ed3d56 use as_bytes everywhere Septias 2024-01-29 16:12:02 +01:00
  • 672993e69e feat: qr::check_qr(): Accept i.delta.chat invite links (#5217) iequidoo 2024-01-28 14:51:00 -03:00
  • 987bdaf237 ci: Add/remove necessary newlines to fix Python lint iequidoo 2024-01-26 13:08:40 -03:00
  • 7cf382a3b8 fix: Treat only "Auto-Submitted: auto-generated" messages as bot-sent (#5213) iequidoo 2024-01-24 23:11:35 -03:00
  • f5a7a22239 add self to topic and add pubkey Sebastian Klähn 2024-01-26 15:25:31 +01:00
  • 820a4b9357 send smpt-message for advertisement Sebastian Klähn 2024-01-25 19:20:23 +01:00
  • d13d8d48ec add gossip join api Sebastian Klähn 2024-01-25 18:09:25 +01:00
  • 19dce9ddfa api!: jsonrpc: device message api now requires Option<MessageData> instead of String for the message (#5211) Simon Laux 2024-01-25 11:26:11 +01:00
  • 0afc0dd65a fix: add tolerance for macOS and iOS changing # to %23 Simon Laux 2024-01-24 22:42:48 +01:00
  • 73d612a07d feat: do not drop unknown report attachments link2xt 2024-01-24 02:22:23 +00:00
  • 5d775231d0 cleanup Sebastian Klähn 2024-01-24 13:03:07 +01:00
  • 7e638699d6 feat: Remove original file stem from filenames in the blobstorage (#4309) iequidoo/blob-rm-orig-file-stem iequidoo 2023-07-30 02:05:49 -03:00
  • 7358c33e45 feat: Use random filename suffixes for blobstorage (#4309) iequidoo 2023-07-25 20:37:48 -03:00
  • 5c0ab4b7a9 api: Add dc_msg_save_file() which saves file copy at the provided path (#4309) iequidoo 2023-07-26 14:44:07 -03:00
  • 7ac0fbe890 fix: Message::set_file_from_bytes(): Set Param::Filename iequidoo 2023-10-28 04:28:45 -03:00
  • 3b1529ef81 chore(release): prepare for 1.133.2 v1.133.2 link2xt 2024-01-24 01:54:16 +00:00
  • 15187c0adb fix: downgrade OpenSSL from 3.2.0 to 3.1.4 link2xt 2024-01-23 15:58:25 +00:00
  • 60b240429a fix: rebase cleanup Sebastian Klähn 2024-01-23 22:43:59 +01:00
  • 70181493b0 feat: add iroh gossip peer channel Septias 2023-11-22 13:42:10 +01:00
  • c5f31c3d03 fix: No new chats for MDNs with alias (#5196) (#5199) Sebastian Klähn 2024-01-22 16:51:37 +01:00
  • 2c17e78347 chore(release): prepare for 1.133.1 v1.133.1 link2xt 2024-01-21 04:18:13 +00:00
  • 4ee646ce0b feat(api): Add is_bot to cffi and jsonrpc (#5197) Sebastian Klähn 2024-01-20 16:00:10 +01:00
  • 1f7b4a74fa add missing 'unencrypted message' defines B. Petersen 2024-01-20 13:35:06 +01:00
  • 4bc90701cc feat: Add system message when provider does not allow unencrypted messages (#5161) (#5195) Sebastian Klähn 2024-01-20 12:47:23 +01:00
  • 490deb9347 chore(deps): bump h2 from 0.3.17 to 0.3.24 in /fuzz dependabot[bot] 2024-01-19 16:10:40 +00:00
  • 28d9484a13 fix(node): run tests with native ESM modules instead of esm (#5194) Sebastian Klähn 2024-01-19 18:09:19 +01:00
  • e67e684ee0 test: wait for joiner success in test_verified_group_[member_added]_recovery link2xt 2024-01-18 13:12:35 +00:00
  • 6cfe3e6a97 chore(deps): update h2 0.4.0 -> 0.4.2 link2xt 2024-01-18 13:40:38 +00:00
  • 99ac524905 chore(deps): update h2 from 0.3.22 -> 0.3.24 Sebastian Klähn 2024-01-18 14:21:58 +01:00
  • 2faf7fdb78 fix: BCC-to-self even if server deletion is set to "at once" link2xt 2024-01-17 06:29:10 +00:00
  • 6a8ea8a083 fix: set message download state to Failure on IMAP errors link2xt 2024-01-17 05:05:50 +00:00
  • e0e56cd831 chore: update quoted_printable to 0.5 link2xt 2024-01-17 03:46:53 +00:00
  • bbc6febb72 test: no timeout in SetupPlugin missytake 2024-01-17 09:46:01 +01:00
  • 7f7f42d721 test: Ensure that member is added before yielding chat missytake 2024-01-16 19:34:00 +01:00
  • 589236c27b fix: chat::send_msg: Remove encryption-related params from already sent message iequidoo 2024-01-16 02:54:49 -03:00
  • c16c5e0802 test: Bring test_forward_encrypted_to_unencrypted into line with current API iequidoo 2024-01-16 14:19:20 -03:00
  • 36cab40ac1 test: add get_protected_chat to testplugin.py missytake 2023-12-22 01:04:44 +01:00
  • 4186d78305 test: add python test for message forwarding from encrypted to unencrypted chat missytake 2023-12-22 00:46:28 +01:00
  • 06cccb77f8 feat: Use Quoted-Printable for the text part (#3986) iequidoo 2023-04-20 14:16:01 -04:00
  • 1895f4c556 chore(release): prepare for 1.133.0 v1.133.0 link2xt 2024-01-14 00:32:55 +00:00
  • 849a873e61 feat: only try to configure non-strict TLS checks if explicitly set link2xt 2024-01-14 05:32:26 +00:00
  • b5c0372c99 docs: restore "Constants" page in Doxygen >=1.9.8 link2xt 2024-01-14 03:35:57 +00:00
  • 1ba9b69849 chore: npm run build:core:constants link2xt 2024-01-13 22:51:24 +00:00
  • 6345a4f5b3 fix link for securejoin holger krekel 2024-01-12 11:53:15 +01:00
  • 382fc75b1e Add more docs (#5174) Sebastian Klähn 2024-01-12 11:14:05 +01:00
  • 92fc9ea971 feat: Encrypt MDNs #5168 (#5175) Sebastian Klähn 2024-01-12 10:54:54 +01:00
  • de7ac2a240 fix: emit events more reliable when starting and stopping io #5097 (#5101) Sebastian Klähn 2024-01-12 09:45:34 +01:00
  • 7b0e5adaee chore(deps): update rustyline from 12 to 13 link2xt 2024-01-12 02:45:53 +00:00
  • 406b59501b chore: deltachat-jsonrpc/src/api/types/events.rs: Apply rustfmt iequidoo 2024-01-10 16:38:40 -03:00
  • d5da2bed75 feat: Add ConfigSynced event iequidoo 2024-01-10 15:09:35 -03:00
  • f22263953f start with debouncing -> doesn't work because I don't know how to integrate it into the context simon/UIChatListItemChangedEvent2-debouncing Simon Laux 2024-01-11 04:46:09 +01:00
  • 2c3734153a Centralise the methods to send chatlist events this is the first step to debouncing Simon Laux 2024-01-11 03:12:41 +01:00
  • 7483aa532b fix formatting Simon Laux 2023-06-19 18:26:51 +02:00
  • a76a7ae781 update autogenerated files Simon Laux 2023-06-15 18:31:01 +02:00
  • f4caf1688b emit exact chatid events in contact aeap and contact name change Simon Laux 2023-06-15 17:43:34 +02:00
  • 6442e13a1a add missing docs Simon Laux 2023-06-15 15:07:19 +02:00
  • a048d6b0d1 feat: add UIChatListChanged and UIChatListItemChanged events Simon Laux 2023-06-15 15:05:41 +02:00
  • 924d5b9377 feat: Sync contact creation/rename across devices (#5163) iequidoo 2024-01-09 15:41:02 -03:00
  • bb47299ee4 fix: contact::set_blocked(): Don't fail on sync errors, just log them iequidoo 2024-01-09 14:30:29 -03:00
  • 20065d3daa docs: add a NOTE comment about KeyId backward verification race link2xt 2024-01-09 04:11:21 +00:00
  • ccb267beab refactor: rename notify_peer_verified() into set_peer_verified() link2xt 2024-01-09 03:09:03 +00:00
  • 32bcb59601 refactor: do not emit ChatModified event in notify_peer_verified() link2xt 2024-01-09 03:08:04 +00:00
  • c708c44f0a feat: mark 1:1 chat as verified for Bob early link2xt 2023-12-19 23:43:11 +00:00