Commit Graph

  • 374ee7c1fe this test sometimes fails maybe due to the timeout and not enough randomness for RSA2048 holger krekel 2021-02-16 11:24:11 +01:00
  • 88a9a13795 tox.ini: pin sphinx version to fix CI link2xt 2021-02-16 12:55:25 +03:00
  • 046a2a8eae set correct name for mailchimp mailinglists (#2243) bjoern 2021-02-16 10:24:44 +01:00
  • dab91574f2 adapt repl-tool to new mailinglist api B. Petersen 2021-02-15 16:13:41 +01:00
  • f77beaf4fc remove parameter having always the same value from create_or_lookup_mailinglist() B. Petersen 2021-02-15 21:02:47 +01:00
  • ffe68cadec update CHANGELOG.md B. Petersen 2021-02-15 17:25:32 +01:00
  • d4e90c7fff add a test for handling mailinglists without ListId-header B. Petersen 2021-02-15 17:07:10 +01:00
  • 0c2b3e838e support mailinglists based on Sender: header B. Petersen 2021-02-15 15:01:10 +01:00
  • e7c6667347 introduce MailinglistType for more exhaustive checking B. Petersen 2021-02-15 13:14:06 +01:00
  • 0b3fb9c0a3 prepend subject whenever we think sth. is a mailinglist, not only for a subset of mailing lists B. Petersen 2021-02-14 20:23:05 +01:00
  • 2865ced3c0 color: prevent rare overflow if some component is exactly 1.0 link2xt 2021-02-15 10:25:57 +03:00
  • 309bea8e2a fix qr doc comment for vcard Simon Laux 2021-02-14 21:26:41 +01:00
  • 3ead349ccf add recent PRs between 1.50 and now to CHANGELOG B. Petersen 2021-02-15 01:23:31 +01:00
  • cda2fc4fea Assert that sentbox and mvbox folders stay configured during test_fetch_existing Hocuri 2021-02-14 18:44:36 +01:00
  • 95a0481b63 scan_folders() bugfix: Don't exclude watched folders from being set as sent/spam folder Hocuri 2021-02-14 10:55:51 +01:00
  • 7d27c2bfea Remove confusing "Not scanning" log msg Hocuri 2021-02-12 10:35:43 +01:00
  • c0023cb54d Only scan on the Inbox thread Hocuri 2021-02-14 11:05:04 +01:00
  • e3f7b31501 Untested: If we can't find the newest backup file by opening the sql file, find it by name comparison Hocuri 2021-01-18 14:08:43 +01:00
  • 35b0f00a88 legacy (.bak) import: If backup files can't be opened, just try one that couldn't be opened Hocuri 2021-01-16 15:49:46 +01:00
  • b505d2666b if incoming Sender:-header ist set, renaming of contacts is prevented as for List-Id:-header B. Petersen 2021-02-14 16:50:09 +01:00
  • 1f59b5cd15 on sending, set Sender:-header if we have an overridden name B. Petersen 2021-02-14 14:23:43 +01:00
  • 5c684eb3c1 add dc_msg_set_override_sender_name() api B. Petersen 2021-02-14 00:21:22 +01:00
  • 57841cdcc0 Remove &Context from Peerstate and MimeParser link2xt 2021-02-14 01:54:59 +03:00
  • 7404e8c85f Return PartBuilder vector from MimeFactory.render_message() link2xt 2021-02-14 01:36:47 +03:00
  • a24b607640 refactor: less mut variables in MimeFactory::render() link2xt 2021-02-13 23:55:15 +03:00
  • a88893f262 clippy: fix needless_borrow link2xt 2021-02-13 13:50:09 +03:00
  • c620d3e215 another try holger krekel 2021-02-13 20:51:07 +01:00
  • ce09988ee5 try running the upload script on python3.6 py-1.51.0-alpha.0 holger krekel 2021-02-13 16:57:09 +01:00
  • a83293102e another round of python3.5 fixes and retagging holger krekel 2021-02-13 15:45:31 +01:00
  • c3232e6d8f fix python3.5 holger krekel 2021-02-13 14:29:40 +01:00
  • d0f0728245 fix according to @r10s suggestion holger krekel 2021-02-13 12:17:47 +01:00
  • 5e4dde12e2 try working with empty circle_branch env vars holger krekel 2021-02-12 15:13:41 +01:00
  • ced3a56da4 add XEP-0392 to standards.md B. Petersen 2021-02-13 11:27:29 +01:00
  • a2c3233c19 Implement Consistent Color Generation (XEP-0392) link2xt 2021-02-12 21:36:04 +03:00
  • 982dc53dc1 add some tests for lookup_by_contact_id() B. Petersen 2021-02-08 22:03:23 +01:00
  • be7cee2c37 Avoid ChatId::is_unset when querying location sending Floris Bruynooghe 2021-02-07 20:54:40 +01:00
  • 148ad31024 clippy Floris Bruynooghe 2021-02-11 22:51:06 +01:00
  • 6fddcd83c1 Fix doc comments Floris Bruynooghe 2021-02-11 22:39:19 +01:00
  • 46a3226e43 Bunch of feedback: renames, simple functions, no cow Floris Bruynooghe 2021-02-11 22:24:56 +01:00
  • 29f184b4c4 Strongly type stock strings Floris Bruynooghe 2021-02-07 15:52:30 +01:00
  • ad640e163c add dc_contact_get_auth_name() B. Petersen 2021-02-12 11:13:53 +01:00
  • 40d9a1ec22 Do not return quoted messages from the trash chat link2xt 2021-02-12 01:11:59 +03:00
  • 0601b05cb7 Use footer as a contact status link2xt 2021-02-11 08:43:50 +03:00
  • 59f9fc7cbf the test machinery is too stateful in waiting for account configure+start -- tests from deltabot got into a deadlock while setting up accounts. Be more specific with the "get online acocunt" helpers. holger krekel 2021-02-10 16:01:56 +01:00
  • a5c8c977db bump version to 1.51.0-alpha.0 B. Petersen 2021-02-10 14:10:21 +01:00
  • 10435a10e9 Don't scan watched folders Hocuri 2021-02-10 12:04:29 +01:00
  • e82ec23024 python: support location markers link2xt 2021-02-10 10:24:19 +03:00
  • c41f1b42df update docs for dc_contact_get_name() B. Petersen 2021-02-09 16:35:11 +01:00
  • 3f9242a610 Fix contact name update rules link2xt 2021-02-08 22:46:53 +03:00
  • 6a4624be25 add a test to make sure, contacts cannot be added/removed to one-to-one chats B. Petersen 2021-02-09 01:04:27 +01:00
  • 5922069b77 rename mailinglists, remove real_group_exists() B. Petersen 2021-02-09 00:35:51 +01:00
  • a2d64cbb4c Show sender name override in chatlist summary link2xt 2021-02-09 05:26:05 +03:00
  • 65fb2d791b Avoid ChatId::is_unset for searching messages Floris Bruynooghe 2021-02-07 21:54:43 +01:00
  • 6aeda98c0a comment on the quoted-encded test B. Petersen 2021-02-08 17:15:20 +01:00
  • a8c389c3b4 Disable debug info in the dev profile by default Floris Bruynooghe 2021-02-08 20:32:17 +01:00
  • 3c2d698f4c Fixup example Floris Bruynooghe 2021-02-07 20:30:09 +01:00
  • 61964707d3 Remove use of ChatId::is_unset Floris Bruynooghe 2021-02-07 18:37:45 +01:00
  • d3b66cf724 Remove obsolete ChatId::is_unset check Floris Bruynooghe 2021-02-07 20:38:48 +01:00
  • 24602ed8a8 Use .first_word() to get enhanced status code (#2202) link2xt 2021-02-08 03:51:31 +03:00
  • e741cb3646 Implement immediate failing for x.1.1 and x.1.2 status codes too. jikstra 2021-02-01 13:07:43 +01:00
  • 93ba6c1ce8 Transient errors with the extended smtp status code 4.1.2 should fail immediatly jikstra 2021-01-02 13:34:29 +01:00
  • 396ec131fc Implement receiving mailing lists (#1964) Hocuri 2021-02-07 23:37:04 +01:00
  • 5acf8e1aac support videochat-services not suppporting rooms B. Petersen 2021-02-04 14:42:55 +01:00
  • 0cd8710289 Add dc_get_chat_encrinfo() link2xt 2021-02-06 08:43:43 +03:00
  • fbec12393d Improve dc_get_contact_encrinfo() link2xt 2021-02-01 05:37:59 +03:00
  • a34cfd56b4 update link to 'Go' repo B. Petersen 2021-02-06 00:27:38 +01:00
  • 0ef6a3060a fix From:-header bug (#2193) bjoern 2021-02-05 20:57:38 +01:00
  • dc893bf5cd fake_idle: unwrap watch_folder early to avoid doing it in a loop link2xt 2021-02-03 23:14:48 +03:00
  • b0a3a0046c Add new sentbox_move to get_info() Hocuri 2021-02-02 22:12:58 +01:00
  • 8ac2cdd929 Add set_config_bool, fix rust test to test the current expected behavior Hocuri 2021-02-02 21:57:41 +01:00
  • e820d072f5 Disable moving to Sentbox for now Hocuri 2021-01-30 20:30:18 +01:00
  • 6bb0c164f9 Parse QR codes without using Param link2xt 2021-02-03 04:58:51 +03:00
  • 5ee4bb58cd Tidy up imports Floris Bruynooghe 2021-01-31 12:30:36 +01:00
  • 002ea8ed98 Limit async-std to <= 1.8 Floris Bruynooghe 2021-01-24 13:15:50 +01:00
  • fe9c419e5d Update tests to new async-std channel api Floris Bruynooghe 2021-01-23 22:30:09 +01:00
  • 2407fbd1f0 fix scheduler shutdown dignifiedquire 2021-01-03 18:18:39 +01:00
  • b3fe74e0f0 update deps dignifiedquire 2020-12-12 23:17:02 +01:00
  • 93bd9422e7 Improve formatting of ephemeral timer change messages link2xt 2021-01-30 21:20:22 +03:00
  • b53415fed5 ffi: add missing DC_STR_SERVER_TURNED_OFF #define link2xt 2021-01-30 21:29:23 +03:00
  • 4a30cb6cd6 Explain more what's going on Floris Bruynooghe 2021-01-30 16:54:46 +01:00
  • 9ef0fefb75 Non-translated messages to the log Floris Bruynooghe 2021-01-30 16:52:59 +01:00
  • 1e2ec8e264 Adapt to new TestContext api Floris Bruynooghe 2021-01-27 21:00:33 +01:00
  • 0c27e8ccaa PR review feedback Floris Bruynooghe 2021-01-27 20:46:46 +01:00
  • 6a834c9756 Move BobState to a private submodule Floris Bruynooghe 2021-01-21 22:11:09 +01:00
  • 803452cbde Move QrInvite out to a submodle Floris Bruynooghe 2021-01-16 19:39:10 +01:00
  • 11e3380f65 Introduce a state machine for Bob's secure-join Floris Bruynooghe 2021-01-10 19:07:24 +01:00
  • 4508eced37 Use bail macro Floris Bruynooghe 2021-01-27 21:58:05 +01:00
  • 47a6e31047 fix: allow emojis for location markers link2xt 2021-01-27 23:55:51 +03:00
  • 785cc795e3 Resultify Contact::lookup_id_by_addr Floris Bruynooghe 2021-01-24 16:57:22 +01:00
  • 6b9b39b953 the virtualenv.pypa.io-link without .html extension shows a 404 B. Petersen 2021-01-27 13:28:53 +01:00
  • 1ac44e5a77 fix internal link in README.rst B. Petersen 2021-01-15 17:22:39 +01:00
  • 1e6d8063c8 add dc_msg_set_html() api (#2153) bjoern 2021-01-27 12:56:22 +01:00
  • c8c2724c28 Apply gossiped encryption preference to new peerstates link2xt 2021-01-26 21:28:35 +03:00
  • e6dd963ebb #define removed ffi-funcion dc_contact_get_first_name as dc_contact_get_display_name to make updating easier B. Petersen 2021-01-25 19:25:46 +01:00
  • 564d681bca Try to extract group ID from In-Reply-To and References as a last resort link2xt 2021-01-26 01:20:35 +03:00
  • c469798734 Assign classic replies to two-member groups to group chat link2xt 2021-01-26 00:59:56 +03:00
  • 355e0145c0 Depend on anyhow directly Floris Bruynooghe 2021-01-24 15:10:38 +01:00
  • 7b5a3a8346 Stop extracting group IDs from Message-IDs link2xt 2021-01-23 03:39:32 +03:00
  • 3d072a81b4 Assign replies to chats based on In-Reply-To and References link2xt 2021-01-23 03:39:28 +03:00
  • 3fe5eb31d4 Remove member list heuristic for ad-hoc groups link2xt 2021-01-23 03:39:25 +03:00