Commit Graph

  • b4f62fb199 cleanup checking xdc B. Petersen 2024-06-06 01:39:31 +02:00
  • 01bb8f997b detect maps-integration based on manifest entry B. Petersen 2024-06-06 01:07:38 +02:00
  • 25b8a482bc test: Set fetch_existing_msgs for bots (#4976) iequidoo 2024-03-09 01:43:59 -03:00
  • d7dd563df4 chore(cargo): bump schemars from 0.8.19 to 0.8.21 dependabot[bot] 2024-06-05 18:41:11 +00:00
  • 6d720b793d chore(release): prepare for 1.140.1 v1.140.1 link2xt 2024-06-05 19:07:26 +00:00
  • 6cc3e0a19a chore(cargo): bump libc from 0.2.153 to 0.2.155 dependabot[bot] 2024-06-05 18:17:08 +00:00
  • 380116d107 fix: do not miss new messages while expunging the folder link2xt 2024-06-04 15:41:39 +00:00
  • 216b295f52 docs(imap): document why CLOSE is faster than EXPUNGE link2xt 2024-06-04 21:26:59 +00:00
  • 388980ed6c refactor: remove unused select_folder::Error variants link2xt 2024-06-04 18:03:24 +00:00
  • 2a2983ace0 chore(cargo): bump serde_json from 1.0.116 to 1.0.117 dependabot[bot] 2024-06-05 17:02:08 +00:00
  • a7f56e164e chore(cargo): bump num-traits from 0.2.18 to 0.2.19 dependabot[bot] 2024-06-05 11:25:18 +00:00
  • db4183596c chore(cargo): bump tokio-util from 0.7.10 to 0.7.11 dependabot[bot] 2024-06-05 11:24:59 +00:00
  • 2b06e672de chore(cargo): bump serde from 1.0.200 to 1.0.203 dependabot[bot] 2024-06-05 11:25:00 +00:00
  • e596664753 fix: log messages with info! instead of println! link2xt 2024-06-05 11:13:49 +00:00
  • 79d1c96db4 refactor: improve SMTP logs and errors link2xt 2024-06-03 20:35:49 +00:00
  • cc7c235556 chore(cargo): bump tokio from 1.37.0 to 1.38.0 dependabot[bot] 2024-06-01 21:42:42 +00:00
  • 56960882ce chore(cargo): bump async-channel from 2.2.1 to 2.3.1 dependabot[bot] 2024-06-04 12:03:37 +00:00
  • b11c2c6cc5 chore(cargo): bump thiserror from 1.0.59 to 1.0.61 dependabot[bot] 2024-06-01 21:48:40 +00:00
  • 12e0a1962d chore(cargo): bump parking_lot from 0.12.2 to 0.12.3 dependabot[bot] 2024-06-01 21:49:10 +00:00
  • f379bea669 chore(cargo): bump toml from 0.8.12 to 0.8.13 dependabot[bot] 2024-06-01 21:47:41 +00:00
  • bf674151cc chore(cargo): bump syn from 2.0.60 to 2.0.66 dependabot[bot] 2024-06-04 12:03:00 +00:00
  • c11cb5fb3e chore(cargo): bump anyhow from 1.0.82 to 1.0.86 dependabot[bot] 2024-06-04 12:03:24 +00:00
  • 941208cc64 test(deltachat-rpc-client): reenable log_cli link2xt 2024-06-04 20:16:16 +00:00
  • 9f3cbdc873 fix: Set Config::IsChatmail in configure() iequidoo 2024-06-04 16:59:41 -03:00
  • a9dbf05d8d ci: update to Python 3.13 link2xt/python-3.13 link2xt 2024-06-04 16:03:43 +00:00
  • 90c30879b1 refactor(imap): make select_folder() accept non-optional folder link2xt 2024-06-04 12:27:56 +00:00
  • 0ca1318118 fix: retry sending MDNs on temporary error link2xt 2024-06-03 19:35:19 +00:00
  • 0be639b244 chore(release): prepare for 1.140.0 v1.140.0 link2xt 2024-06-04 12:01:01 +00:00
  • 48b4cfc247 feat: add config option to enable iroh (#5607) Sebastian Klähn 2024-06-04 00:59:29 +02:00
  • a4037b8278 refactor: put duplicate code into lookup_chat_or_create_adhoc_group link2xt 2024-06-03 14:40:48 +00:00
  • 30405056e3 fix: Do not fail to send images with wrong extensions link2xt 2024-02-29 21:34:17 +00:00
  • 0fbab7147a fix: prefer Chat-Group-ID over references for new groups link2xt 2024-05-30 19:56:43 +00:00
  • de57ef5ac7 refactor: factor create_adhoc_group() call out of create_group() link2xt 2024-05-30 17:54:21 +00:00
  • f48a047fe0 test: refactor test_alias_* into 8 separate tests link2xt 2024-05-30 20:13:22 +00:00
  • 8ba08432c5 docs: fix a typo in test_partial_group_consistency() link2xt 2024-05-30 19:57:03 +00:00
  • bf34bd3a62 docs: create_group() does not find chats, only creates them link2xt 2024-05-30 19:54:16 +00:00
  • 21845ca5ea docs: add vCard as supported standard B. Petersen 2024-06-01 23:39:30 +02:00
  • 768ef772bb feat: Add a db index for reactions by msg_id (#5507) iequidoo 2024-05-31 16:31:19 -03:00
  • 69842c18f7 test: fix logging of TestContext created using TestContext::new_alice() link2xt 2024-05-30 19:00:16 +00:00
  • 42a7cd3eea fix: allow creation of groups by outgoing messages without recipients link2xt 2024-05-30 13:28:28 +00:00
  • b7e5b906d1 build: unpin OpenSSL version and update to OpenSSL 3.3.0 link2xt 2024-05-30 09:39:49 +00:00
  • ad271fac80 ci: remove cargo-nextest bug workaround link2xt 2024-05-30 09:20:21 +00:00
  • 70ad323c9a fix: AEAP: Remove old peerstate verified_key instead of removing the whole peerstate (#5535) iequidoo 2024-05-27 17:34:20 -03:00
  • 27bf4c37a7 feat: Map *.wav to Viewtype::Audio (#5633) iequidoo 2024-05-29 19:55:15 -03:00
  • 1cc31c1038 feat: Remove limit on number of email recipients for chatmail clients (#5598) iequidoo 2024-05-26 21:03:45 -03:00
  • adb0dd43a7 fix: Set Param::Bot for messages on the sender side as well (#5615) iequidoo 2024-05-26 15:16:02 -03:00
  • d29538beb0 chore(release): prepare for 1.139.6 v1.139.6 link2xt 2024-05-25 07:05:10 +00:00
  • b99e4649a4 chore(cargo-deny): remove unused entry from deny.toml link2xt 2024-05-25 06:50:16 +00:00
  • 68daa3550e build: upgrade iroh to 0.17.0 link2xt 2024-05-25 06:36:34 +00:00
  • 9d65282710 build(nix): add iroh-base output hash link2xt 2024-05-25 05:59:00 +00:00
  • 37c771d342 temporarily replace logging with print debug-iroh-2 link2xt 2024-05-23 15:58:42 +00:00
  • 72df9504ad optimize logs Septias 2024-05-20 16:11:52 +02:00
  • c68008aa04 feat(peer_channels): call update_endpoints Sebastian Klähn 2024-05-19 18:12:07 +00:00
  • d8f3368b3c chore: fix python lint link2xt 2024-05-25 05:51:37 +00:00
  • 5755fe7bef test(deltachat-rpc-client): regression test for double gossip subscription link2xt 2024-05-23 22:37:58 +00:00
  • 4f071e3b31 fix: acquire write lock on iroh_channels before checking for subscribe_loop link2xt 2024-05-23 22:44:50 +00:00
  • f4dfc79808 test(deltachat-rpc-client): add realtime channel tests holger krekel 2024-05-19 18:07:25 +00:00
  • 518d5bc4c7 refactor: log IMAP connection type on connection failure link2xt 2024-05-23 21:48:10 +00:00
  • 0e1f62a38d build: update iroh to the git version link2xt 2024-05-23 13:55:32 +00:00
  • af4b59fe0a test: Viewtype::File attachments are sent unchanged and preserve extensions iequidoo 2024-05-23 16:47:56 -03:00
  • 8c3c0484ed fix(@deltachat/stdio-rpc-server): do not set RUST_LOG to "info" by default link2xt 2024-05-23 15:13:15 +00:00
  • 97828234dd chore(release): prepare for 1.139.5 v1.139.5 link2xt 2024-05-23 13:15:08 +00:00
  • 20e64c71f8 test: "SecureJoin wait" state and info messages iequidoo 2024-05-20 01:07:38 -03:00
  • 2214d140c3 fix: Don't recode images in Viewtype::File messages (#5617) iequidoo 2024-05-22 20:10:55 -03:00
  • 907d3efcd0 api(deltachat-rpc-client): add Message.send_webxdc_realtime_data() link2xt 2024-05-20 12:25:29 +00:00
  • 9573e02c32 api(deltachat-rpc-client): add Message.send_webxdc_realtime_advertisement() link2xt 2024-05-20 12:20:57 +00:00
  • 8cb699290a fix: connect to peers that advertise to you Sebastian Klähn 2024-05-19 18:19:45 +00:00
  • 31d7b4f9ce feat(deltachat-repl): add start-realtime and send-realtime commands Friedel Ziegelmayer 2024-05-19 18:08:11 +00:00
  • 2e5ad3f3a0 test(peer_channels): add test_parallel_connect() link2xt 2024-05-19 18:06:52 +00:00
  • 5d3d5d23a1 api(deltachat-rpc-client): add EventType.WEBXDC_REALTIME_DATA constant holger krekel 2024-05-18 13:07:33 +02:00
  • 469ff799ad api: add event channel overflow event link2xt 2024-05-21 19:14:41 +00:00
  • 18f2a09b35 api(deltachat-ffi): make WebXdcRealtimeData data usable in CFFI link2xt 2024-05-20 13:48:47 +00:00
  • 81f6aec1a0 chore(release): prepare for 1.139.4 v1.139.4 link2xt 2024-05-21 18:09:55 +00:00
  • ff60605a7f test: import_vcard() updates only the contact's gossip key iequidoo 2024-05-18 18:14:47 -03:00
  • 7010e80336 fix: make_vcard: Add authname and key for ContactId::SELF iequidoo 2024-05-18 18:06:03 -03:00
  • 5f790c1dbc fix(contact-tools): parse_vcard: Support \r\n newlines iequidoo 2024-05-17 18:26:08 -03:00
  • 8c5d8477fb feat: Add import_vcard() (#5202) iequidoo 2024-05-16 22:05:22 -03:00
  • 10fe6929b0 feat: Scale up contact origins to OutgoingTo when sending a message iequidoo 2024-05-19 20:27:13 -03:00
  • 6fc0000c8a fix: do not log warning if iroh relay metadata is NIL link2xt 2024-05-20 18:59:19 +00:00
  • e84a5589df nix: add nextest (#5610) Sebastian Klähn 2024-05-21 10:18:05 +02:00
  • e7d9ff12ec chore(release): prepare for 1.139.3 v1.139.3 link2xt 2024-05-20 18:19:27 +00:00
  • 607f5959ab fix: always convert absolute paths to relative in accounts.toml link2xt 2024-05-20 17:27:53 +00:00
  • 11546a1ce9 api!(npm rpc server): change api: don't search in path unless options.takeVersionFromPATH is set to true Simon Laux 2024-05-20 18:36:49 +02:00
  • ee671836ca fix: npm rpc: set default options for startDeltaChat Simon Laux 2024-05-20 18:09:55 +02:00
  • da11148e1b fix: npm rpc: set default options for startDeltaChat simon/fix-npm-rpc-set-default-options-for-startDeltaChat Simon Laux 2024-05-20 18:09:55 +02:00
  • dd77d32446 fix: log/print exit error of deltachat-rpc-server (#5601) Simon Laux 2024-05-20 12:47:36 +02:00
  • b32fb05ab8 fix: ignore event channel overflows link2xt 2024-05-20 06:46:33 +00:00
  • 918d87dcb6 refactor: do not try to lookup group in create_or_lookup_group() link2xt 2024-05-20 00:09:05 +00:00
  • 98ae05ee59 refactor: stop trying to extract chat ID from Message-IDs link2xt 2024-05-19 23:32:19 +00:00
  • cff5c064a6 refactor: use let..else in create_or_lookup_group() link2xt 2024-05-19 22:38:59 +00:00
  • e9cef4b0ba refactor(receive_imf): only call create_or_lookup_group() with allow_creation=true link2xt 2024-05-19 22:03:27 +00:00
  • 7f2c8ff53d refactor(receive_imf): remove unnecessary check for is_mdn link2xt 2024-05-19 21:46:12 +00:00
  • 46d6b81058 refactor(receive_imf): do not check for ContactId::UNDEFINED link2xt 2024-05-19 21:44:51 +00:00
  • 6d59fb49aa feat: replace env_logger with tracing_subscriber link2xt 2024-05-18 18:06:09 +00:00
  • 97602f3fd7 fix: sql syntax error in db migration 27 Simon Laux 2024-05-19 19:03:56 +02:00
  • f17987743e fix: db migration version 59, it contained an sql syntax error Simon Laux 2024-05-19 19:01:48 +02:00
  • 866fa57234 Switch to simpler fix debug-iroh link2xt 2024-05-19 16:05:51 +00:00
  • 0def0e070d Switch to iroh branch with a fix link2xt 2024-05-19 02:23:11 +00:00
  • 1b184af875 simultaneous test (tested that it gets stuck reliably) link2xt 2024-05-19 02:11:49 +00:00
  • 5a26a84fb0 Remove logging from working test link2xt 2024-05-18 23:09:57 +00:00