Commit Graph

  • e12e026bd8 fix: Switch to original Hocuri's group membership consistency algo (#3782)(#4624) iequidoo 2023-08-31 16:04:34 -03:00
  • 212fbc125c fix: ChatId::parent_query(): Don't filter out OutPending and OutFailed messages iequidoo 2023-09-05 21:38:41 -03:00
  • 2939de013b api(jsonrpc): return only chat IDs for similar chats link2xt 2023-09-08 17:54:05 +00:00
  • 4a0585404a chore(cargo): bump webpki from 0.22.0 to 0.22.1 link2xt 2023-09-08 07:00:18 +00:00
  • 0562e23ee0 chore(cargo): bump webpki from 0.22.0 to 0.22.1 link2xt 2023-09-08 07:00:18 +00:00
  • dcbf5996c2 Merge tag 'v1.121.0' link2xt 2023-09-06 21:46:07 +00:00
  • a8551510cd chore(release): prepare for 1.121.0 v1.121.0 link2xt 2023-09-06 20:53:00 +00:00
  • 22aa1b7b12 feat: add send_webxdc_replacement() link2xt/replace-webxdc link2xt 2023-07-01 19:38:24 +00:00
  • 087f6edd0c refactor: make set_msg_failed accept &mut Message instead of MsgId link2xt 2023-07-14 04:19:54 +00:00
  • d6b7ee04a0 docs: document range argument of render_webxdc_status_update_object() link2xt 2023-07-11 15:50:11 +00:00
  • d5c5ff8b3f refactor: accept &mut Message in create_send_msg_job() link2xt 2023-07-08 22:00:40 +00:00
  • dc4396a699 fix: update passed by reference Message in prepare_msg_raw() link2xt 2023-07-08 23:23:42 +00:00
  • a74b00c3f9 refactor: move try_calc_and_set_dimensions() call to prepare_msg_blob() link2xt 2023-07-08 21:31:15 +00:00
  • 2fdb9f8b7e fix: do not ignore errors in try_calc_and_set_dimensions link2xt 2023-07-08 21:17:55 +00:00
  • 80fac3f1b8 refactor: use let-else in resend_msgs() link2xt 2023-07-07 21:20:57 +00:00
  • 17a6c88cc7 api: add Message.set_file_from_bytes() API link2xt 2023-07-08 19:31:13 +00:00
  • 1ba69dbb9b fix: reset MIME type if passed to set_file value is None link2xt 2023-07-14 04:28:21 +00:00
  • ab1c7ebbe2 refactor: remove unnecessary local variable save_param link2xt 2023-07-08 22:58:58 +00:00
  • ee715da078 fix: do not ignore chat loading errors in forward_msgs() link2xt 2023-07-08 22:53:55 +00:00
  • 27e177dc05 refactor: resultify set_msg_failed() link2xt 2023-07-08 23:59:45 +00:00
  • 7aac4bfc83 docs: document WebXDC-related SQL tables link2xt 2023-07-11 01:11:08 +00:00
  • 7b24f9b7a4 docs: comment that msgs_status_updates.update_item_read column is unused link2xt 2023-07-11 00:51:00 +00:00
  • b36b902eeb build: build node packages on Ubuntu 18.04 link2xt 2023-09-06 16:43:28 +00:00
  • f7a47e60cd Merge pull request #4664 from deltachat/dependabot/cargo/strum_macros-0.25.2 dependabot[bot] 2023-09-05 19:08:04 +00:00
  • 30024abb6c feat: add API to get similar chats link2xt 2023-01-07 13:35:31 +00:00
  • 1d9702e9e7 refactor: add ChatId::get_timestamp() link2xt 2023-01-07 13:35:16 +00:00
  • ee2eae63d6 fix: do not allow dots at the end of email addresses link2xt 2023-09-05 12:13:36 +00:00
  • cd477936b5 api: add dc_context_change_passphrase() link2xt 2023-09-01 20:48:47 +00:00
  • 2587ebbacd fix: Clear VerifiedOneOnOneChats config on backup (#4681) Hocuri 2023-09-05 09:15:15 +02:00
  • dbe9d7e34e refactor(provider): create provider database entries at compile time link2xt 2023-09-04 18:38:56 +00:00
  • 4815e9b990 Merge pull request #4680 from deltachat/dependabot/cargo/regex-1.9.5 dependabot[bot] 2023-09-05 00:03:09 +00:00
  • f05b0ddf04 chore(cargo): bump regex from 1.9.1 to 1.9.5 dependabot[bot] 2023-09-04 19:09:31 +00:00
  • f94d34c94b chore: remove idna from deny.toml link2xt 2023-09-03 00:02:44 +00:00
  • e9811fb6da AsyncResolver::tokio does not return a Result anymore link2xt 2023-09-02 22:13:07 +00:00
  • 178fc1736d chore(cargo): bump trust-dns-resolver from 0.22.0 to 0.23.0 dependabot[bot] 2023-09-01 21:10:15 +00:00
  • 54d632adaf chore(cargo): bump axum from 0.6.19 to 0.6.20 dependabot[bot] 2023-09-02 19:16:13 +00:00
  • ae939e79da Merge remote-tracking branch 'origin/stable' hoc/merge-stable Hocuri 2023-09-04 19:19:50 +02:00
  • 49f143e0d5 refactor: make get_abs_path non-generic link2xt 2023-09-02 18:17:04 +00:00
  • 9d7bdf369d refactor: use slices instead of vectors in provider database link2xt 2023-09-02 19:55:31 +00:00
  • e12ef805a9 Merge pull request #4675 from deltachat/dependabot/cargo/backtrace-0.3.69 dependabot[bot] 2023-09-03 19:50:35 +00:00
  • b36acb2dc0 chore(cargo): bump log from 0.4.19 to 0.4.20 dependabot[bot] 2023-09-03 00:03:10 +00:00
  • 1b883ae3fa chore(cargo): bump typescript-type-def from 0.5.7 to 0.5.8 dependabot[bot] 2023-09-03 00:03:55 +00:00
  • 72c94e1037 chore(cargo): bump serde from 1.0.180 to 1.0.188 dependabot[bot] 2023-09-03 00:03:50 +00:00
  • a270db1d87 remove aiodns optional dependency from required dependencies adbenitez 2023-09-01 22:34:14 +02:00
  • 0a4c993bb8 chore(cargo): bump serde_json from 1.0.104 to 1.0.105 dependabot[bot] 2023-09-02 19:16:39 +00:00
  • ec56134583 Remove winreg entry from deny.toml link2xt 2023-09-02 18:40:09 +00:00
  • d8bf1c1691 chore(cargo): bump reqwest from 0.11.18 to 0.11.20 dependabot[bot] 2023-09-01 21:07:55 +00:00
  • 8ac1754e18 chore(cargo): bump tempfile from 3.7.0 to 3.8.0 dependabot[bot] 2023-09-02 18:27:37 +00:00
  • e1f1143919 chore(cargo): bump quote from 1.0.32 to 1.0.33 dependabot[bot] 2023-09-02 18:27:47 +00:00
  • d9e38289c4 chore(cargo): bump image from 0.24.6 to 0.24.7 dependabot[bot] 2023-09-01 21:09:39 +00:00
  • 486050d0b8 chore(cargo): bump backtrace from 0.3.68 to 0.3.69 dependabot[bot] 2023-09-02 19:16:16 +00:00
  • 828c90ac3d chore(cargo): bump tokio from 1.29.1 to 1.32.0 dependabot[bot] 2023-09-01 21:06:14 +00:00
  • ab09ecce7e chore(cargo): bump schemars from 0.8.12 to 0.8.13 dependabot[bot] 2023-09-01 21:09:07 +00:00
  • aebad2eb10 chore(cargo): bump url from 2.4.0 to 2.4.1 dependabot[bot] 2023-09-01 21:08:13 +00:00
  • 2a39a85d9e chore(cargo): bump thiserror from 1.0.44 to 1.0.47 dependabot[bot] 2023-09-01 21:08:47 +00:00
  • cb0270baa7 chore(cargo): bump anyhow from 1.0.72 to 1.0.75 dependabot[bot] 2023-09-01 21:07:19 +00:00
  • 99302c9598 chore(cargo): bump base64 from 0.21.2 to 0.21.3 dependabot[bot] 2023-09-01 21:07:36 +00:00
  • 88ae653760 chore(cargo): bump chrono from 0.4.26 to 0.4.28 dependabot[bot] 2023-09-01 21:11:10 +00:00
  • 6881f9d70f chore(cargo): bump syn from 2.0.28 to 2.0.29 dependabot[bot] 2023-09-01 21:10:52 +00:00
  • 60ddbe5729 chore(cargo): bump strum_macros from 0.25.1 to 0.25.2 dependabot[bot] 2023-09-01 21:09:22 +00:00
  • 5e5e557c8b Merge branch 'stable' iequidoo 2023-09-01 13:18:03 -03:00
  • bc8023644c Merge commit '7c7cd9cc8084f0e425b1919b84d5e79ed150d16b~' into HEAD iequidoo 2023-09-01 13:14:44 -03:00
  • 7c7cd9cc80 fix: Return from dc_get_chatlist(DC_GCL_FOR_FORWARDING) only chats where we can send (#4616) iequidoo 2023-08-11 12:35:55 -03:00
  • 83ef25e7de fix: Return from dc_get_chatlist(DC_GCL_FOR_FORWARDING) only chats where we can send (#4616) iequidoo 2023-08-11 12:35:55 -03:00
  • 47d465e6e4 fix: Save mime headers for messages not signed with a known key (#4557) iequidoo 2023-08-30 22:25:29 -03:00
  • 03d3e0578f refactor(deltachat-rpc-client): drop support for keyword arguments link2xt 2023-08-28 20:35:13 +00:00
  • 440a442f30 fix: Allow membership changes by a MUA if we're not in the group (#4624) iequidoo 2023-08-28 17:54:19 -03:00
  • 1f4b4bf201 fix: remove optional dependency aiodns adb/remove-aiodns adbenitez 2023-08-29 21:56:04 +02:00
  • 1da52d7d1d refactor: use split_once() instead of regexp in heuristically_parse_ndn link2xt 2023-08-28 00:41:15 +00:00
  • 9a7d1faf75 Merge tag 'v1.120.0' link2xt 2023-08-28 11:55:53 +00:00
  • 4d74f625d3 chore(release): prepare for 1.120.0 v1.120.0 link2xt 2023-08-28 11:47:36 +00:00
  • 0a94fbc735 fix: update async-imap to 0.9.1 to fix memory leak link2xt 2023-08-28 02:13:02 +00:00
  • 9ef34890fa chore: fix beta clippy warnings link2xt 2023-08-28 03:23:30 +00:00
  • 3e07f2c173 fix: prepare_msg_blob(): If cannot recode image, don't use it if it has Exif iequidoo 2023-08-14 17:51:05 -03:00
  • ee28298d7f fix: W/a sending images sent as stickers on some platforms (#4611) iequidoo 2023-08-13 22:48:34 -03:00
  • e59c4ee858 Merge branch 'stable' link2xt 2023-08-27 22:03:51 +00:00
  • 62aed13880 refactor: hide pgp module from public API link2xt 2023-08-27 20:24:24 +00:00
  • bffe934acc refactor: hide accounts.rs constants from public API link2xt 2023-08-27 19:59:28 +00:00
  • a520f0268f chore: rustfmt link2xt 2023-08-26 18:15:11 +00:00
  • 5e3b1fa540 Merge branch 'stable' link2xt 2023-08-26 18:12:13 +00:00
  • 95f29f7b63 fix: receive_imf: Set protection only for Chattype::Single (#4597) iequidoo 2023-08-24 14:54:14 -03:00
  • 87ffcaf03e build: update to Rust 1.72.0 link2xt 2023-08-25 21:21:04 +00:00
  • 2635146328 build: update to Zig 0.11.0 link2xt 2023-08-04 20:08:20 +00:00
  • d727d85f6d chore(python): fix ruff 0.0.286 warnings link2xt 2023-08-25 20:57:44 +00:00
  • 20513475ef Merge branch 'stable' link2xt 2023-08-25 01:59:04 +00:00
  • 81a7af10c7 chore(python): fix lint errors link2xt 2023-08-11 17:06:15 +00:00
  • 4a6e94f8ab build(deny): ignore RUSTSEC-2023-0052 link2xt 2023-08-23 18:32:16 +00:00
  • 146fe50e20 build(cargo-deny): ignore RUSTSEC-2022-0093 link2xt 2023-08-17 12:20:58 +00:00
  • 9bf2850fb1 ci: run on push to stable branch link2xt 2023-08-25 00:58:14 +00:00
  • ba2c36548e fix: Delete messages from SMTP queue only on user demand (#4579) iequidoo 2023-08-09 18:14:24 -03:00
  • 3b806320ec Merge branch 'stable' link2xt 2023-08-24 22:25:02 +00:00
  • d07c743cdc api(jsonrpc): add resend_messages Simon Laux 2023-07-22 18:43:52 +02:00
  • c857d6e1bd Merge pull request #4591 from deltachat/dependabot/cargo/sanitize-filename-0.5.0 dependabot[bot] 2023-08-24 20:01:21 +00:00
  • 94cd9a713f chore(cargo): bump sanitize-filename from 0.4.0 to 0.5.0 dependabot[bot] 2023-08-24 18:42:54 +00:00
  • 7676473ebd fix: do not mark non-verified group chats as verified when using securejoin link2xt 2023-08-24 01:49:39 +00:00
  • 8c778b3f5c test: extend test_qr_join_chat to check that the group is not verified link2xt 2023-08-24 01:31:36 +00:00
  • a66f8bd9fc fix: Delete messages from SMTP queue only on user demand (#4579) iequidoo 2023-08-09 18:14:24 -03:00
  • 95b2a15930 fix: Sort old incoming messages below all outgoing ones (#4621) iequidoo 2023-08-16 22:59:46 -03:00
  • 0179ec2da9 fix: receive_imf: Update peerstate from db after handling Securejoin handshake (#4600) iequidoo 2023-08-16 18:00:43 -03:00
  • 8f2313bb2a test: test_openrpc_command_line: Check that deltachat-rpc-server exists with 0 iequidoo 2023-08-21 15:48:12 -03:00