Commit Graph

  • 122e66746a integration @r10s' additions webxdc_update_notifications2 Sebastian Klähn 2023-01-23 11:37:57 +01:00
  • afd7f90791 Update deltachat-ffi/deltachat.h Sebastian Klähn 2023-01-23 11:13:27 +01:00
  • 36cb8f3baf Update deltachat-ffi/deltachat.h Sebastian Klähn 2023-01-23 11:13:03 +01:00
  • fe11198dbc Merge branch 'master' into fix3782 Sebastian Klähn 2023-01-23 11:10:41 +01:00
  • fac7b064b4 Refine Python CI link2xt 2023-01-19 00:31:39 +00:00
  • ef6f252842 Introduce DNS cache for IMAP connections link2xt 2023-01-20 10:21:38 +00:00
  • b8da19e49f Upgrade async-smtp to v0.6 link2xt 2023-01-19 22:10:40 +00:00
  • a483df8b20 Add all resolver results with the same timestamp link2xt 2023-01-19 21:29:17 +00:00
  • 41ccc13394 Extend lookup_host_with_cache comment link2xt 2023-01-19 21:06:31 +00:00
  • 0978357c5f Do not cache IP addresses which resolve into themselves link2xt 2023-01-19 20:43:53 +00:00
  • 7935085e74 Remove port number from DNS cache table link2xt 2023-01-19 20:26:11 +00:00
  • 7a47c9e38b Adapt nicer_configuration_error to new error message link2xt 2023-01-19 18:29:18 +00:00
  • 20124bfca0 Add DNS lookup timeout link2xt 2023-01-19 17:33:59 +00:00
  • eaeaa297c7 Maximize priority of the cached address on successful connection link2xt 2023-01-19 16:55:43 +00:00
  • 9adb9ab5f4 Return last connection error from connect_tcp link2xt 2023-01-19 16:42:15 +00:00
  • c4c4c977a6 Changelog link2xt 2023-01-19 16:25:27 +00:00
  • 7d508dcb52 Log DNS resolution errors instead of failing directly link2xt 2023-01-19 16:21:47 +00:00
  • 773754d74f Introduce DNS cache table link2xt 2023-01-19 16:17:31 +00:00
  • ed20a23297 Resolve IP addresses explicitly link2xt 2023-01-19 14:57:25 +00:00
  • 4615c84f31 Automatically group imports using nightly rustfmt link2xt 2023-01-19 13:13:25 +00:00
  • 677136f4ab Use SMTP pipelining link2xt 2023-01-06 13:50:51 +00:00
  • 3c3710420b Don't unpin chat on sending / receiving not fresh messages (#3967) iequidoo 2023-01-18 13:47:32 -03:00
  • de268b8225 Terminate recently seen loop if cannot receive interrupts link2xt 2023-01-18 10:48:22 +00:00
  • 42c709e7b1 Fix SOCKS5 usage for IMAP link2xt 2023-01-18 10:12:18 +00:00
  • cf0349acc8 configure: log SOCKS5 configuration for IMAP like we do for SMTP link2xt 2023-01-18 09:30:14 +00:00
  • e43b36b61f Peerstate.verifier fixes link2xt 2023-01-17 13:57:27 +00:00
  • ed24867309 fix verifier-by addr was empty string instead of None (#3961) Simon Laux 2023-01-17 14:06:57 +01:00
  • 3cf78749df Emit DC_EVENT_MSGS_CHANGED for DC_CHAT_ID_ARCHIVED_LINK when the number of archived chats with unread messages increases (#3940) iequidoo 2023-01-13 15:58:52 -03:00
  • badbf766bb Move event emitting for a new message to a separate function iequidoo 2023-01-13 15:47:26 -03:00
  • 10390ae3c6 Merge branch 'master' into webxdc_update_notifications2 Sebastian Klähn 2023-01-16 15:40:29 +01:00
  • 57ba2387e8 fix test by expecting CHAT_MODIFIED another time holger krekel 2023-01-16 15:27:23 +01:00
  • 5b265dbc1c remove comma from unit in message-details (#3954) bjoern 2023-01-13 18:25:20 +01:00
  • 0053e143e7 Do not emit ChatModified event when user avatar is updated link2xt 2023-01-12 20:51:07 +00:00
  • 1c44135b41 Remove deprecated attach_selfavatar config link2xt 2023-01-12 14:41:41 +00:00
  • 5f883a4445 Prepare to remove "vc-contact-confirm-received", "vg-member-added-received" messages from Securejoin protocol iequidoo 2023-01-06 15:54:56 -03:00
  • 8dc6ff268d check_verified_properties(): Don't ignore fails of Peerstate::set_verified() iequidoo 2023-01-04 22:39:29 -03:00
  • 57d7df530b Add a test that a new verified member is seen on the second device going online (#3836) iequidoo 2022-12-29 18:55:13 -03:00
  • 13b2fe8d30 import_self_keys(): Log set_self_key() error as DC_EVENT_INFO iequidoo 2023-01-03 21:12:27 -03:00
  • d644988845 Securejoin: Fix adding and handling Autocrypt-Gossip headers (#3836) iequidoo 2023-01-02 13:09:56 -03:00
  • 27c6cfc958 Log messages in info!() if DCC_MIME_DEBUG is set iequidoo 2023-01-02 13:09:44 -03:00
  • 3b9a48ff5f python: remove "data1=0" from INFO/WARNING/ERROR events display link2xt 2023-01-12 15:22:11 +00:00
  • a5354ded3f ci: disable fail-fast link2xt 2023-01-12 17:42:19 +00:00
  • 0b07dafe77 add verified-by api to jsonrpc (#3946) Simon Laux 2023-01-12 17:13:27 +01:00
  • f0e900b885 Cleanup constants module link2xt 2023-01-11 23:33:33 +00:00
  • f460043e87 Add missing documentation to webxdc module link2xt 2023-01-12 12:37:41 +00:00
  • 8c6b804d73 Merge "Add ContactAddress type" (#3947) link2xt 2023-01-11 23:19:48 +00:00
  • 790512d52a Reduce code indentation link2xt 2023-01-11 23:19:07 +00:00
  • 89c8d26968 Add ContactAddress type link2xt 2023-01-11 04:19:28 +00:00
  • 6d9d31cad1 Add timeouts to HTTP requests (#3908) iequidoo 2023-01-11 11:55:42 -03:00
  • 6642083f52 Clippy fix link2xt 2023-01-10 21:17:30 +00:00
  • 554090b03e Prepare 1.106.0 py-1.106.0 1.106.0 link2xt 2023-01-10 20:57:14 +00:00
  • 1cde09c312 Add missing documentation to the message module link2xt 2023-01-06 02:37:01 +00:00
  • e215b4d919 Return Option from Contact::add_or_lookup() link2xt 2023-01-09 22:28:06 +00:00
  • 5ae6c25394 Remove aheader module dependency on mailparse link2xt 2023-01-10 12:41:17 +00:00
  • 68cd8dbc3e Only send IncomingMsgBunch if there are more than 0 new messages (#3941) Hocuri 2023-01-10 14:18:40 +01:00
  • 01fe88e337 Save modified .toml if absolute paths were replaced with relative link2xt 2023-01-10 01:36:05 +00:00
  • 2b8923931e Add more context to IMAP errors link2xt 2023-01-10 00:00:23 +00:00
  • 8d119713bc Print chats when a test failed (#3937) Hocuri 2023-01-09 22:46:32 +01:00
  • 07f2e28eca fix: only send contact changed event for recently seen if it is relevant (#3938) Simon Laux 2023-01-09 22:12:33 +01:00
  • 0e849609f4 ci: python: do not try to upload source distributions link2xt 2023-01-09 16:20:56 +00:00
  • 120a7a3090 Prepare 1.105.0 release py-1.105.0 1.105.0 link2xt 2023-01-08 16:18:08 +00:00
  • 872cd10b8b Update tokio to 1.24.1 link2xt 2023-01-08 09:58:53 +00:00
  • 7e673fee90 Merge pull request #3926 from deltachat/dependabot/cargo/fuzz/tokio-1.24.1 dependabot[bot] 2023-01-08 09:52:30 +00:00
  • 847611aed4 improve error of node tests (#3928) Simon Laux 2023-01-07 23:37:54 +01:00
  • 131f0303ba make clippy happy simon/get_chatlist_entry_by_chat Simon Laux 2023-01-07 20:59:17 +01:00
  • 15674111b4 Bump tokio from 1.23.0 to 1.24.1 in /fuzz dependabot[bot] 2023-01-07 16:39:18 +00:00
  • 1b2feeb99c Merge pull request #3901 from deltachat/dependabot/cargo/serde_json-1.0.91 dependabot[bot] 2023-01-07 16:38:19 +00:00
  • f2f211908d cargo: bump serde_json from 1.0.89 to 1.0.91 dependabot[bot] 2023-01-07 15:58:34 +00:00
  • ac9e3c6260 Merge pull request #3927 from deltachat/dependabot/cargo/tokio-1.23.1 dependabot[bot] 2023-01-07 15:57:24 +00:00
  • e0a9fa4910 chagnelog entry Simon Laux 2023-01-07 02:31:03 +01:00
  • ae412b628b simplify the sql query Simon Laux 2023-01-07 02:24:09 +01:00
  • 0eb67cff7e add get_chat_list_item_by_id method Simon Laux 2023-01-07 02:00:48 +01:00
  • 58ba107d01 Resultify Message::get_filebytes() link2xt 2023-01-06 19:22:57 +00:00
  • 087b4289e5 jsonrpc: add fresh message count to the archive-link chatlistitem variant (#3920) Simon Laux 2023-01-07 00:34:47 +01:00
  • 3df5f6110c cargo: bump tokio from 1.23.0 to 1.23.1 dependabot[bot] 2023-01-06 23:10:29 +00:00
  • 6efb2a2054 Merge pull request #3894 from deltachat/dependabot/cargo/base64-0.20.0 dependabot[bot] 2023-01-06 23:09:16 +00:00
  • 4f8593f46a Update base64 API usage link2xt 2023-01-06 21:58:47 +00:00
  • 9eb7a84d83 Use TestContextManager for test_format_flowed_round_trip test link2xt 2023-01-06 16:34:49 +00:00
  • 8e65e794bc format-flowed: make quotes round-trip link2xt 2022-12-28 23:03:38 +00:00
  • ecc7758788 Add documentation to contact module link2xt 2022-12-31 12:14:27 +00:00
  • 6e40fd8000 message: derive Ord for MessageState link2xt 2023-01-06 02:12:36 +00:00
  • f4c674fa98 python: set reasonable timeouts for account requests link2xt 2023-01-05 22:59:12 +00:00
  • eba96eb904 mark all archived read (#3919) bjoern 2023-01-06 11:22:30 +01:00
  • 3986bb6c4e Fix provider update script link2xt 2023-01-06 00:44:15 +00:00
  • 10349b7be4 Update provider database link2xt 2023-01-06 00:39:40 +00:00
  • d8f5e81880 jsonrpc: increase account request timeout to 60 seconds link2xt 2023-01-05 23:32:43 +00:00
  • ea81d08c01 ci: use default Rust toolchain for JSON-RPC tests link2xt 2023-01-05 23:15:09 +00:00
  • f69acaa13d Add more logging and improve errors around folder selection link2xt 2023-01-04 15:55:54 +00:00
  • 754c7324f5 Print more anyhow errors with their causes link2xt 2023-01-04 14:37:12 +00:00
  • 2b4e32d2cf Remove unused KeyType from DcKey trait link2xt 2023-01-04 14:45:05 +00:00
  • 9ed933f835 Merge pull request #3893 from deltachat/dependabot/cargo/quick-xml-0.27.1 dependabot[bot] 2023-01-05 18:06:51 +00:00
  • c4b3579c60 Merge pull request #3898 from deltachat/dependabot/cargo/serde-1.0.152 dependabot[bot] 2023-01-05 18:06:31 +00:00
  • 8e0626e995 Merge branch 'master' into fix3782 Sebastian Klähn 2023-01-05 18:55:47 +01:00
  • c5d1802346 "archive" consistency and improvements (#3918) bjoern 2023-01-05 10:31:47 +01:00
  • d873f88b56 cargo: bump serde from 1.0.148 to 1.0.152 dependabot[bot] 2023-01-05 00:32:24 +00:00
  • 17781066a2 Merge pull request #3899 from deltachat/dependabot/cargo/toml-0.5.10 dependabot[bot] 2023-01-05 00:26:55 +00:00
  • ac0fbaad21 cargo: bump quick-xml from 0.26.0 to 0.27.1 dependabot[bot] 2023-01-04 23:51:59 +00:00
  • 8ac7f639d8 cargo: bump toml from 0.5.9 to 0.5.10 dependabot[bot] 2023-01-04 23:50:21 +00:00
  • 3ac1d30a3a Merge pull request #3903 from deltachat/dependabot/cargo/once_cell-1.17.0 dependabot[bot] 2023-01-04 23:49:26 +00:00
  • 1f420777af cargo: bump once_cell from 1.16.0 to 1.17.0 dependabot[bot] 2023-01-04 14:38:48 +00:00