Commit Graph

  • 488a3d1118 build(deny): ignore RUSTSEC-2023-0052 link2xt 2023-08-23 18:32:16 +00:00
  • 9094df7bc7 build(python): pin sphinx to 7.1.2 link2xt 2023-08-23 18:20:19 +00:00
  • 1c81a90e12 ci: Python tests: Temporarily hardcode Python version to 3.7 iequidoo/ci iequidoo 2023-08-21 19:15:29 -03:00
  • 0c02fce7d6 test: test_openrpc_command_line: Check that deltachat-rpc-server exists with 0 iequidoo 2023-08-21 15:48:12 -03:00
  • 16aad3fa67 build(cargo-deny): ignore RUSTSEC-2022-0093 link2xt 2023-08-17 12:20:58 +00:00
  • 3b47c3f21d ci: Run Rust tests with RUST_BACKTRACE set iequidoo 2023-08-11 20:21:04 -03:00
  • 987ce58926 chore(python): fix lint errors link2xt 2023-08-11 17:06:15 +00:00
  • 20c88743df test: W/a message reordering in test_reaction_to_partially_fetched_msg() iequidoo 2023-08-08 13:52:36 -03:00
  • 03395b95cb chore(cargo): bump quick-xml from 0.29.0 to 0.30.0 dependabot[bot] 2023-08-01 21:49:54 +00:00
  • 53f04a134a test: Don't accidentally accept that a chat protection is broken (#4550) Hocuri 2023-08-08 11:35:38 +02:00
  • 885f26ea8c test: Directly unwrap in TestContext::get_chat() (#4614) Hocuri 2023-08-08 11:34:52 +02:00
  • 3ab181fdf8 build: update to Zig 0.11.0 link2xt 2023-08-04 20:08:20 +00:00
  • d70c1d48b5 chore(release) prepare for 1.119.1 v1.119.1 link2xt 2023-08-06 16:49:06 +00:00
  • a8e0cb9b5a fix: update xattr from 1.0.0 to 1.0.1 to fix UnsupportedPlatformError import link2xt 2023-08-06 16:45:58 +00:00
  • 6ea9a8988b test(webxdc): ensure unknown WebXDC update properties do not result in an error link2xt 2023-08-06 02:35:12 +00:00
  • 45e35b3571 feat: Guess message viewtype from "application/octet-stream" attachment extension (#4378) iequidoo 2023-08-03 19:57:41 -03:00
  • e12044e6af api!(deltachat-jsonrpc): use kind as a tag for all union types link2xt 2023-08-03 19:37:26 +00:00
  • 954067eb6d Merge tag 'v1.119.0' link2xt 2023-08-03 17:05:00 +00:00
  • e43f9066d8 chore(release): prepare for 1.119.0 v1.119.0 link2xt 2023-08-03 16:25:42 +00:00
  • aecbebd566 docs: improve JSON-RPC API documentation link2xt 2023-08-03 15:59:47 +00:00
  • 3111bcde5e refactor: flatten imports in deltachat-jsonrpc link2xt 2023-08-03 15:58:40 +00:00
  • e6cffd537e refactor: remove Chattype::Undefined link2xt 2023-07-31 22:40:10 +00:00
  • 70000d9ebb build: increase MSRV to 1.67.0 link2xt 2023-08-02 03:27:21 +00:00
  • d95843b0bf chore(deps): update dependencies link2xt 2023-08-02 03:23:19 +00:00
  • 13e766bc37 feat(deltachat-rpc-server): add --openrpc option link2xt 2023-08-01 15:02:32 +00:00
  • c34edc582e test: test that get_system_info() works over RPC backup import link2xt 2023-07-31 22:24:14 +00:00
  • 8eee389c09 refactor: use SQL transaction in MsgId.delete_from_db() link2xt 2023-07-23 11:59:03 +00:00
  • 8ed6d4d709 api!: make MsgId.delete_from_db() private link2xt 2023-07-23 11:44:46 +00:00
  • 60bacbec47 feat: Don't show a contact as verified if their key changed since the verification (#4574) Hocuri 2023-07-31 18:59:45 +02:00
  • af013559de refactor: hide DcSecretKey trait from the API link2xt 2023-07-29 18:10:25 +00:00
  • b784415c57 refactor: move dc_preconfigure_keypair() implementation into deltachat crate link2xt 2023-07-29 18:05:05 +00:00
  • 85739ba6ad refactor: make last_added_location_id an Option link2xt 2023-07-28 16:01:31 +00:00
  • a02a593f47 fix example; this was changed some time ago, see https://docs.webxdc.org/spec.html#sendupdate B. Petersen 2023-07-28 23:14:59 +02:00
  • bba6c8f15a fix: emit MsgsChanged event with correct chat id for replaced messages link2xt 2023-07-27 13:17:36 +00:00
  • 67f28f501a Merge branch 'stable' link2xt 2023-07-27 19:40:01 +00:00
  • 9b9703a48e refactor: replace DcKey.load_self trait method with functions link2xt 2023-07-27 18:23:56 +00:00
  • c55a3d3873 refactor: flatten and simplify imports link2xt 2023-07-27 17:47:30 +00:00
  • 55aaec744a feat: Make dc_msg_get_filename() return the original attachment filename (#4309) iequidoo 2023-07-26 14:28:40 -03:00
  • f27d304f3b feat!: Add lockfile to account manager (#4310) iequidoo 2023-04-10 11:33:34 -04:00
  • 2f24eddb7d fix: base64-encode webxdc updates link2xt 2023-07-21 21:30:04 +00:00
  • 6d51d19f01 refactor(e2ee): do not return anything from ensure_secret_key_exists() link2xt 2023-07-24 18:29:03 +00:00
  • 438cf0d953 happy clippy feat-iroh-0-5 dignifiedquire 2023-07-25 21:33:04 +02:00
  • b8e2989819 fix deny.toml dignifiedquire 2023-07-25 19:39:19 +02:00
  • 170968dfc2 Update README.md Hocuri 2023-07-25 16:50:10 +02:00
  • b9e1e50826 remove arc dignifiedquire 2023-07-25 16:22:25 +02:00
  • e3f75f9f70 fix spawn scope dignifiedquire 2023-07-25 14:57:45 +02:00
  • 81ada2c696 try to fix lifetime error dignifiedquire 2023-07-24 18:18:41 +02:00
  • 5401dd911d update to release pgp dignifiedquire 2023-07-24 18:10:20 +02:00
  • a84a055fa0 reduce duplicates dignifiedquire 2023-07-24 14:44:02 +02:00
  • fc3ca7fbc2 update pgp ref dignifiedquire 2023-07-24 14:38:45 +02:00
  • cff7f50571 fix doc comments dignifiedquire 2023-07-24 14:33:39 +02:00
  • 67036adada update deny.toml dignifiedquire 2023-07-24 14:32:19 +02:00
  • cbc4e043d1 happy clippy dignifiedquire 2023-07-24 14:23:06 +02:00
  • 61ca1b3d16 disable derp usage dignifiedquire 2023-07-24 14:20:48 +02:00
  • 1a8415410e update to released iroh dignifiedquire 2023-07-24 14:17:41 +02:00
  • 7245be1b2b fix: configure iroh collection parser Ruediger Klaehn 2023-07-17 12:33:32 +03:00
  • 8fff9ebe10 add the token to the request Ruediger Klaehn 2023-07-17 12:23:36 +03:00
  • e24af97f3e fix runtime dignifiedquire 2023-07-14 16:32:35 +02:00
  • db8c3352ee get compile dignifiedquire 2023-07-14 16:29:31 +02:00
  • 6f35e52fd9 use git dep for iroh dignifiedquire 2023-07-14 15:54:09 +02:00
  • f325961505 feat: migrate to iroh 0.5 dignifiedquire 2023-07-14 15:47:19 +02:00
  • a33c91afa9 fix(webxdc): check if status update sender is the member of the correct chat link2xt 2023-07-24 22:07:52 +00:00
  • f930576fd1 Merge branch 'stable' link2xt 2023-07-24 18:40:44 +00:00
  • d52f2883cf feat(deltachat-rpc-client): add MSG_DELETED constant link2xt 2023-07-24 18:40:32 +00:00
  • b872953bc5 fix(deltachat-jsonrpc): make MessageObject.text non-optional link2xt 2023-07-23 19:38:52 +00:00
  • d797de7a8d refactor: use slices and vectors instead of Keyring wrapper link2xt 2023-07-24 16:34:24 +00:00
  • acc7bb00c5 chore(deps): update rPGP link2xt 2023-07-24 16:14:16 +00:00
  • 8fb8a877be chore(deps): update dependencies link2xt 2023-07-24 14:06:09 +00:00
  • b96028cd87 api!(Rust): Remove unused function is_verified_ex() (#4551) Hocuri 2023-07-24 12:19:13 +02:00
  • 682e241edb fix: Fix info-message orderings of verified 1:1 chats (#4545) Hocuri 2023-07-24 12:16:32 +02:00
  • b26dccd174 deltachat-rpc-client: fix bug in client.py and add missing EventType.MSG_DELETED adb/fix-some-bugs-jsonrpc-py adbenitez 2023-07-23 20:07:10 +02:00
  • c1cb6eef08 refactor: improve IMAP logs link2xt 2023-07-23 12:19:50 +00:00
  • 3a63628f1f update node constants Simon Laux 2023-07-22 18:50:05 +02:00
  • 3705616cd9 Merge branch 'stable' link2xt 2023-07-23 09:17:13 +00:00
  • 200b808c27 add tests for deletion of webxdc status-updates B. Petersen 2023-07-22 14:33:57 +02:00
  • d572d960e5 delete old webxdc status updates during housekeeping B. Petersen 2023-07-22 00:30:14 +02:00
  • b8fcb660ad cargo fmt Simon Laux 2023-07-22 18:53:47 +02:00
  • 5673294623 api(jsonrpc): add resend_messages Simon Laux 2023-07-22 18:43:52 +02:00
  • 7062bb0502 clarify transitive behaviour of dc_contact_is_verfified() B. Petersen 2023-07-18 13:55:18 +02:00
  • 5db75128ba fix: accept WebXDC updates in mailing lists link2xt 2023-07-21 18:39:26 +00:00
  • fbd2fc8ead test: add test_webxdc_download_on_demand link2xt 2023-07-20 01:00:14 +00:00
  • bc73c16df7 chore: fix compiler warnings link2xt 2023-07-21 09:33:59 +00:00
  • 659cffe0cc ci: remove comment about python from rust tests link2xt 2023-07-19 13:43:20 +00:00
  • a1663a98e0 build: use Rust 1.71.0 and increase MSRV to 1.66.0 link2xt 2023-07-19 13:40:41 +00:00
  • 3de1dbc9e4 chore(deps): update dependencies link2xt 2023-07-19 13:26:47 +00:00
  • 6d37e8601e Merge branch 'stable' link2xt 2023-07-17 17:11:38 +00:00
  • 0a50bad555 fix(deltachat-rpc-server): update tokio-tar to fix backup import link2xt 2023-07-17 16:31:02 +00:00
  • 82c0058129 test: add basic import/export test for async python link2xt 2023-07-17 14:48:11 +00:00
  • 1bd307a26a api(deltachat-rpc-client): add Account.{import,export}_backup methods link2xt 2023-07-17 15:00:10 +00:00
  • 740f43a2d6 fix: do not resync IMAP after initial configuration link2xt 2023-07-17 09:03:59 +00:00
  • d762753103 fix: Allow to save a draft if the verification is broken (#4542) Hocuri 2023-07-16 12:04:43 +02:00
  • a020d5ccce Merge branch 'stable' link2xt 2023-07-14 11:23:43 +00:00
  • c14f45a8f5 fix(imap): avoid IMAP move loops when DeltaChat folder is aliased link2xt 2023-07-12 18:38:51 +00:00
  • 8269116dba chore(python): fix ruff warnings link2xt 2023-07-12 19:16:41 +00:00
  • 1e28ea9bb0 fix: Don't create 1:1 chat as protected for contact who doesn't prefer to encrypt (#4538) Hocuri 2023-07-11 19:39:59 +02:00
  • 17f2d33731 test: Remove unnecessary inner_set_protection() call (#4539) Hocuri 2023-07-11 19:15:23 +02:00
  • db941ccf88 fix: return valid MsgId from receive_imf() when the message is replaced link2xt 2023-07-11 03:33:07 +00:00
  • a464cbdfe6 chore: rustfmt link2xt 2023-07-11 00:03:57 +00:00
  • 976797d4cf build: remove examples/simple.rs link2xt 2023-07-10 18:52:39 +00:00
  • 31e3169433 chore: nightly clippy fixes link2xt 2023-07-10 01:43:34 +00:00