Commit Graph

  • 10aa308501 fix: Save full text to mime_headers for long outgoing messages (#6091) iequidoo 2024-10-25 17:21:44 -03:00
  • 146bcfe455 chore(release): prepare for 1.148.5 v1.148.5 link2xt 2024-10-27 17:03:49 +00:00
  • f57cdc3a2c Revert "build: nix flake update fenix" link2xt 2024-10-27 16:45:38 +00:00
  • e11fddf9aa ci: take CHATMAIL_DOMAIN from variables instead of secrets link2xt 2024-10-26 16:44:28 +00:00
  • f396ff4297 fix: do not lock the account manager for the whole duration of background_fetch link2xt 2024-10-25 21:23:43 +00:00
  • 51a1762228 fix: do not take write lock for maybe_network_lost() and set_push_device_token() link2xt 2024-10-25 20:49:49 +00:00
  • 69b4c0ccb4 refactor: factor out add_gossip_peer_from_header() link2xt 2024-10-24 18:16:55 +00:00
  • 3f1dfef0e7 feat: Auto-restore 1:1 chat protection after receiving old unverified message iequidoo 2024-10-22 16:47:15 -03:00
  • c0f5771140 refactor: receive_imf::add_parts: Remove excessive from_id == ContactId::SELF checks iequidoo 2024-10-22 14:18:14 -03:00
  • 33cae2815d fix: Set Config::NotifyAboutWrongPw before saving configuration (#5896) iequidoo 2024-09-13 22:15:05 -03:00
  • 189a093e02 feat: compress backups with gzip link2xt/backup-compression link2xt 2024-10-24 22:28:14 +00:00
  • fc2b111f5d chore(release): prepare for 1.148.4 v1.148.4 link2xt 2024-10-24 20:25:58 +00:00
  • 913d2c45b3 fix: do not wait for connections in maybe_add_gossip_peers() link2xt 2024-10-24 18:53:37 +00:00
  • e32d676a08 fix: normalize proxy URLs before saving into proxy_url link2xt 2024-10-24 02:49:46 +00:00
  • 9812d5ba75 feat: jsonrpc: add private_tag to Account::Configured Object (#6107) Simon Laux 2024-10-24 18:00:27 +02:00
  • bc7568e39b chore(release): prepare for 1.148.3 v1.148.3 link2xt 2024-10-24 14:08:59 +00:00
  • 11bf1c45d2 test: test that realtime advertisements work after chatting link2xt 2024-10-23 23:42:30 +00:00
  • 122c23ad4e api(deltachat-rpc-client): add EventType.WEBXDC_REALTIME_ADVERTISEMENT_RECEIVED link2xt 2024-10-23 23:42:11 +00:00
  • a0bde4699e fix: fix reception of realtime advertisements link2xt 2024-10-23 20:57:49 +00:00
  • ac01a4a771 feat: allow sending realtime messages up to 128 KB in size link2xt 2024-10-24 03:12:30 +00:00
  • 51f2a8d59e refactor: generate topic inside create_iroh_header() link2xt 2024-10-23 20:56:55 +00:00
  • f208c31cdf docs: fix DC_QR_PROXY docs (#6099) bjoern 2024-10-23 22:29:06 +02:00
  • acd7a1d17e chore(release): prepare for 1.148.2 v1.148.2 link2xt 2024-10-23 17:52:07 +00:00
  • db6d451c90 feat: add more logging for iroh initialization and peer addition link2xt 2024-10-23 17:14:03 +00:00
  • 4b3a6445fb fix: never initialize Iroh if realtime is disabled link2xt 2024-10-23 17:21:15 +00:00
  • 9ac9a4a214 Add bot contact to every account sk/create_xstore_contact Sebastian Klähn 2024-10-23 14:22:30 +02:00
  • f029e442ff Update deltachat-repl/README.md simon/tokio-console-support-for-core-and-repl-tool Simon Laux 2024-10-17 05:25:58 +02:00
  • fe6543cd7a Apply suggestions from code review Simon Laux 2024-10-12 03:40:24 +02:00
  • 6845e81608 fix lint, revert incorrect change Simon Laux 2024-10-10 15:22:25 +02:00
  • e4ccb5287b fix syntax error typo Simon Laux 2024-10-10 15:20:17 +02:00
  • e9d32c1bc5 update cargo deny Simon Laux 2024-10-10 15:19:21 +02:00
  • fbf2538fa2 Apply suggestions from code review Simon Laux 2024-10-10 15:14:27 +02:00
  • 3d4e96897e Update deltachat-repl/README.md Simon Laux 2024-10-10 15:12:28 +02:00
  • 3ff271ba93 name remaining blocking tasks Simon Laux 2024-10-10 15:11:46 +02:00
  • 95aaaee43c move #[allow(unexpected_cfgs)] Simon Laux 2024-10-07 18:20:51 +02:00
  • 087050c27d Apply suggestions from code review: Typo & wording fixes Simon Laux 2024-10-07 18:16:58 +02:00
  • 1404cbd3ef cargo fmt Simon Laux 2024-10-06 17:39:33 +02:00
  • b965db6657 ignore unexpected_cfgs warning Simon Laux 2024-10-06 17:36:55 +02:00
  • 6749b90ff5 suppress warning for stdio rpc server Simon Laux 2024-10-03 13:07:36 +02:00
  • 7bdac58040 cargo fmt Simon Laux 2024-10-03 12:28:37 +02:00
  • 06c4eb9df0 try again Simon Laux 2024-10-03 12:19:42 +02:00
  • 7eb34a56f6 attempt at suppressing unknown cfg warnings in deltachat_ffi Simon Laux 2024-10-03 11:50:26 +02:00
  • 6b0b551973 cargo fmt Simon Laux 2024-10-03 11:13:20 +02:00
  • 09aa9712c4 add section about using tokio console with desktop Simon Laux 2024-10-03 11:08:48 +02:00
  • de7d6753a9 add console-subscriber to rpc-stdio server Simon Laux 2024-10-03 10:34:43 +02:00
  • 92c10e56d3 import EnvFilter in repl Simon Laux 2024-10-03 10:02:01 +02:00
  • c71a6c4af9 commit Cargo.lock Simon Laux 2024-10-03 09:58:12 +02:00
  • 308053dc44 name spawned tasks in core Simon Laux 2024-10-03 09:46:05 +02:00
  • f37fb9574d label blocking tasks (some spawn the task over Handle::current().spawn_blocking(), I marked those with a todo comment until I understand why it doesn't use the normal method) Simon Laux 2024-10-03 08:39:30 +02:00
  • baa8da86ba remove unsed warning, update docs Simon Laux 2024-10-03 08:38:11 +02:00
  • 2cd4af576a add tokio console support to repl tool and create a readme for the repl tool Simon Laux 2024-10-03 08:19:53 +02:00
  • aa3ef5011b build: nix flake update fenix link2xt 2024-10-23 03:31:39 +00:00
  • 1d3072c287 build: nix flake update nixpkgs link2xt 2024-10-23 03:19:33 +00:00
  • 4fb59177fa chore(release): prepare for 1.148.1 v1.148.1 link2xt 2024-10-23 02:37:22 +00:00
  • d841bcb41e Revert "build: nix flake update" link2xt 2024-10-23 02:07:22 +00:00
  • d205bc410b chore(release): prepare for 1.148.0 v1.148.0 link2xt 2024-10-23 00:26:38 +00:00
  • 0d573ac037 feat: add delta chat logo to QR codes (#6093) bjoern 2024-10-23 01:43:50 +02:00
  • a55e33fbc7 fix(sql): run PRAGMA incremental_vacuum on a write connection link2xt 2024-10-21 20:45:30 +00:00
  • 839b0e94af api: create QR codes from any data (#6090) bjoern 2024-10-22 21:49:45 +02:00
  • 06955cf5a9 deprecate old qr-svg methods things-left-behind B. Petersen 2024-10-22 15:35:31 +02:00
  • 1b2e537a89 add a minimal test B. Petersen 2024-10-22 15:19:32 +02:00
  • b899989c8c add API to create QR codes from any data B. Petersen 2024-10-22 00:40:50 +02:00
  • 63d0437d2d make accounts sortable r10s/sort-profiles B. Petersen 2024-10-21 17:01:17 +02:00
  • f2e600dc55 feat: internal profile names (#6088) bjoern 2024-10-22 09:43:36 +02:00
  • 61fd0d400f notify adding reactions (#6072) bjoern 2024-10-21 21:35:03 +02:00
  • 7424d06416 refactor(sql): move write mutex into connection pool link2xt 2024-10-21 19:14:37 +00:00
  • aa71fbe04c refactor: resultify get_self_fingerprint() link2xt 2024-10-21 11:46:25 +00:00
  • c5cadd9991 feat: add in-memory cache for DNS link2xt 2024-10-21 10:46:11 +00:00
  • c92554dc1f fix typo Septias 2024-10-21 10:29:20 +02:00
  • 94c6d1dea4 fix: call update_connection_history for proxified connections link2xt 2024-10-20 07:38:49 +00:00
  • d27d0ef476 chore: Silence a rust-analyzer false-positive (#6077) Hocuri 2024-10-20 20:21:32 +02:00
  • d3f75360fa fix: Resolve warning about default-features, and make it possible to disable vendoring (#6079) Hocuri 2024-10-20 18:33:47 +02:00
  • 06a6cc48d2 feat(sql): set PRAGMA query_only to avoid writing on read-only connections link2xt 2024-10-20 14:51:46 +00:00
  • b13f2709be test: Message from old setup preserves contact verification, but breaks 1:1 protection iequidoo 2024-10-19 17:23:32 -03:00
  • e005226cc6 always use iroh.testrun.org:4443 as relay sk/relay Septias 2024-06-04 16:15:34 +02:00
  • b5983035d5 fix: use "ir.testrun.org" as default url Septias 2024-05-27 14:41:53 +02:00
  • ab6bb743b5 fix: use relay only for tests Septias 2024-05-20 16:14:49 +02:00
  • 2e030aaab9 Adding error context for forward_msgs link2xt/remove_contact_from_chat link2xt 2024-10-20 08:28:48 +00:00
  • deb14600e8 feat: add more context to remove_contact_from_chat errors link2xt 2024-10-19 22:30:02 +00:00
  • 95c252a5a6 refactor(remove_contact_from_chat): remove one level of indentation link2xt 2024-10-19 22:25:29 +00:00
  • 1b824705fd feat: Add realtime advertisement received event (#6043) Sebastian Klähn 2024-10-20 08:27:57 +02:00
  • 6f22ce2722 build: nix flake update link2xt 2024-10-20 06:01:30 +00:00
  • 5e58bf7575 feat: add more context to send_msg errors link2xt 2024-10-19 18:44:37 +00:00
  • 85d7c1f942 ci: update Rust to 1.82.0 link2xt 2024-10-19 19:58:34 +00:00
  • df4fd82140 fix: ChatId::maybe_delete_draft: Don't delete message if it's not a draft anymore (#6053) iequidoo 2024-10-17 18:48:52 -03:00
  • 65b970a191 test: fix test_securejoin_after_contact_resetup flakiness link2xt 2024-10-18 12:10:45 +00:00
  • 5e13b4c736 feat: log when late Autocrypt header is ignored link2xt 2024-10-18 02:45:01 +00:00
  • 864833d232 fix: increase MAX_SECONDS_TO_LEND_FROM_FUTURE to 30 link2xt 2024-10-17 20:28:32 +00:00
  • 3d07db6e62 feat: log the logic for (not) doing AEAP link2xt 2024-10-17 20:27:32 +00:00
  • 9e88764a8a test(test_aeap_flow_verified): do not start ac1new link2xt 2024-10-17 18:44:02 +00:00
  • e70b879182 test: make test_verified_group_member_added_recovery more reliable link2xt 2024-10-17 10:48:53 +00:00
  • 00d296e1ff test(test_aeap_flow_verified): wait for "member added" before sending messages (#6057) link2xt 2024-10-17 15:10:55 +00:00
  • e07f1a8b9c docs: fix too_long_first_doc_paragraph clippy lint link2xt 2024-10-17 10:54:24 +00:00
  • 02b9085147 feat: prioritize cached results if DNS resolver returns many results link2xt 2024-10-14 14:07:50 +00:00
  • 07fa9c35ee fix: replace old draft with a new one atomically link2xt 2024-10-16 04:09:55 +00:00
  • 7db7c0aab1 refactor: use HeaderDef constant for Chat-Disposition-Notification-To link2xt 2024-10-15 11:40:59 +00:00
  • 30b23df816 docs: document MimeFactory.req_mdn link2xt 2024-10-15 11:40:41 +00:00
  • 4efd0d1ef7 test: always gossip if gossip_period is set to 0 link2xt 2024-10-15 18:59:51 +00:00
  • f14880146a feat(deltachat-repl): built-in QR code printer link2xt 2024-10-15 22:36:14 +00:00
  • 3a72188548 test(test_qr_setup_contact_svg): stop testing for no display name link2xt 2024-10-15 16:07:47 +00:00