Commit Graph

  • 9cd000c4f2 feat: Verified 1:1 chats (#4315) Hocuri 2023-07-09 14:06:45 +02:00
  • ea4a0530b8 docs: update default value for show_emails in dc_set_config() documentation link2xt 2023-07-07 21:22:44 +00:00
  • 243c035b03 chore: spellcheck link2xt 2023-07-07 21:56:59 +00:00
  • 9d3b2d4844 chore(release): prepare for 1.118.0 v1.118.0 link2xt 2023-07-07 17:01:03 +00:00
  • c312280ab3 build(git-cliff): do not fail if commit.footers is undefined link2xt 2023-07-07 16:41:10 +00:00
  • 572b99a2e1 Rewrite member added/removed messages even if the change is not allowed link2xt 2023-07-06 13:47:56 +00:00
  • 3992b5a063 refactor: move handle_mdn and handle_ndn to mimeparser and make them private link2xt 2023-07-05 02:20:02 +00:00
  • b97cb4b55e chore(cargo): update Cargo.lock link2xt 2023-07-04 19:45:35 +00:00
  • 64c218f1ea fix: rewrite "member added" message even if change is not allowed link2xt 2023-07-06 01:35:35 +00:00
  • deed790950 test: test that "member added" message is rewritten even if self is not in chat link2xt 2023-07-06 01:35:01 +00:00
  • b33ae3cd0f fix: rewrite "member removed" message even if change is not allowed link2xt 2023-07-06 01:28:22 +00:00
  • 9480699362 test: test that "member removed" message is rewritten if self is not in chat link2xt 2023-07-06 01:22:01 +00:00
  • 94c190e844 fix: use different member added/removal messages locally and on the network link2xt 2023-07-02 01:15:46 +00:00
  • 578e47666f api!: replace message::get_msg_info() with MsgId.get_info() link2xt 2023-07-05 12:35:19 +00:00
  • 7eeced50d1 chore(cargo): bump backtrace from 0.3.67 to 0.3.68 link2xt 2023-07-04 19:19:27 +00:00
  • 46e127ad27 chore(cargo): bump hermit-abi from 0.3.1 to 0.3.2 link2xt 2023-07-04 16:56:19 +00:00
  • 4891849e28 chore: add LICENSE file to deltachat-rpc-client link2xt 2023-07-03 22:46:24 +00:00
  • e0dd83d538 chore: update MPL 2.0 license text link2xt 2023-07-03 22:16:48 +00:00
  • aac8bb950c chore(python): add "Topic :: Communications :: Chat" classifier link2xt 2023-07-03 22:49:14 +00:00
  • bf21796bc0 chore(python): change bindings status to production/stable link2xt 2023-07-03 22:48:51 +00:00
  • 9cbf413064 chore(deltachat-rpc-client): add Trove classifiers link2xt 2023-05-20 20:57:45 +00:00
  • 1b57eb4d8d chore(cargo): bump serde from 1.0.164 to 1.0.166 dependabot[bot] 2023-07-03 19:52:07 +00:00
  • 5152e702bd chore(cargo): bump num-derive from 0.3.3 to 0.4.0 link2xt 2023-07-03 19:49:58 +00:00
  • c80f1a1997 chore(cargo): bump toml from 0.7.4 to 0.7.5 link2xt 2023-07-03 19:41:31 +00:00
  • 88759c815b refactor(python): flatten the API of deltachat module link2xt 2023-07-02 01:23:25 +00:00
  • 9c68fac4b6 api!: make Message.text non-optional link2xt 2023-07-03 13:34:13 +00:00
  • 8e17e400b3 chore(cargo): bump uuid from 1.3.3 to 1.4.0 dependabot[bot] 2023-07-02 18:05:28 +00:00
  • dae3857db8 chore(cargo): bump syn from 2.0.18 to 2.0.23 dependabot[bot] 2023-07-02 20:24:21 +00:00
  • 695f71e124 chore(cargo): bump strum from 0.24.1 to 0.25.0 dependabot[bot] 2023-07-02 20:24:15 +00:00
  • 2d30afd212 fix: do not run simplify() on dehtml() output link2xt 2023-06-26 20:21:01 +00:00
  • 5fe94e8bce docs(dehtml): document AddText variants link2xt 2023-06-22 20:00:43 +00:00
  • 1351f71632 fix(remove_contact_from_chat): do not emit event if the contact was not removed link2xt 2023-07-02 17:15:01 +00:00
  • d42322b38b fix(remove_contact_from_chat): bubble up chat loading errors link2xt 2023-07-02 17:13:58 +00:00
  • ce6876c418 fix(remove_contact_from_chat): do not ignore database errors when loading the contact link2xt 2023-07-02 17:12:20 +00:00
  • 2a6b7d9766 api(contact): add Contact::get_by_id_optional() API link2xt 2023-07-02 16:52:12 +00:00
  • fa1924da2b api!(contact): remove Contact::load_from_db() in favor of Contact::get_by_id() link2xt 2023-07-02 16:26:28 +00:00
  • d5214eb192 refactor: check if the contact is blocked with a dedicated SQL query link2xt 2023-07-02 16:04:44 +00:00
  • c47324d671 chore(cargo): bump regex from 1.8.3 to 1.8.4 dependabot[bot] 2023-07-02 18:04:49 +00:00
  • 3f8ec5ec56 chore(cargo): bump testdir from 0.7.3 to 0.8.0 dependabot[bot] 2023-07-02 17:41:52 +00:00
  • fab504b54c chore(cargo): bump url from 2.3.1 to 2.4.0 dependabot[bot] 2023-07-02 17:41:16 +00:00
  • dd32430ade chore(cargo): bump strum_macros from 0.24.3 to 0.25.0 dependabot[bot] 2023-07-02 17:41:11 +00:00
  • eb943625a6 chore(cargo): bump num_cpus from 1.15.0 to 1.16.0 link2xt 2023-07-02 20:19:40 +00:00
  • 32ac4a01ca chore(cargo): bump tempfile from 3.5.0 to 3.6.0 dependabot[bot] 2023-07-02 15:39:08 +00:00
  • f01a9d7d5c chore(cargo): bump rustyline from 11.0.0 to 12.0.0 dependabot[bot] 2023-07-02 15:38:58 +00:00
  • a5db7104c2 chore(cargo): bump quote from 1.0.28 to 1.0.29 dependabot[bot] 2023-07-02 15:39:10 +00:00
  • 18aeb14003 chore(cargo): bump quick-xml from 0.28.2 to 0.29.0 dependabot[bot] 2023-07-02 15:44:12 +00:00
  • 4ad2d6e340 chore(cargo): bump sha2 from 0.10.6 to 0.10.7 dependabot[bot] 2023-07-02 15:39:13 +00:00
  • ce9cd54993 chore(cargo): bump serde_json from 1.0.96 to 1.0.99 dependabot[bot] 2023-07-02 04:18:30 +00:00
  • 23f540f9f9 chore(cargo): bump serde from 1.0.163 to 1.0.164 dependabot[bot] 2023-07-02 04:18:22 +00:00
  • f994b2d8e4 chore(cargo): bump log from 0.4.18 to 0.4.19 dependabot[bot] 2023-07-02 04:18:24 +00:00
  • 6e42b85a36 Merge pull request #4495 from deltachat/dependabot/cargo/tokio-1.29.1 dependabot[bot] 2023-07-02 04:17:26 +00:00
  • d69e42377d chore(deps): update human-panic from 1.1.4 to 1.1.5 link2xt 2023-07-02 01:20:35 +00:00
  • de9330b52f chore(deps): update libc from 0.2.146 to 0.2.147 link2xt 2023-07-02 01:19:13 +00:00
  • 01d1c4c04b chore(cargo): bump tokio from 1.29.0 to 1.29.1 dependabot[bot] 2023-07-02 01:18:16 +00:00
  • 7d98978269 chore: rustfmt link2xt 2023-07-02 01:17:12 +00:00
  • 5024f48609 refactor: add error context to Message::load_from_db() link2xt 2023-07-01 19:40:23 +00:00
  • e975568122 docs: fix a typo in get_for_contact documentation link2xt 2023-07-01 19:39:50 +00:00
  • 1f71c69325 fix: update tokio to 1.29.0 link2xt 2023-06-28 09:11:26 +00:00
  • b80ec8507c test: reproduce tokio panic Hocuri 2023-05-23 10:38:19 +02:00
  • 3a3f3542d9 chore: remove libm entry from deny.toml link2xt 2023-06-27 14:34:26 +00:00
  • 657c5fa947 chore(deps): update iana-time-zone-haiku to 0.1.2 link2xt 2023-06-27 14:33:34 +00:00
  • 7d0b25c209 chore(deps): update ed25519-dalek link2xt 2023-06-27 14:30:27 +00:00
  • bf9eb35f53 feat: add scripts/zig-ffi.sh link2xt/zig-ffi link2xt 2023-06-26 15:36:49 +00:00
  • 8d26303cad refactor(simplify): remove local variable empty_body link2xt 2023-06-22 22:49:36 +00:00
  • 0d8a76593a fix: make avatar image work on more platforms (use xlink:href) Simon Laux 2023-06-21 00:47:16 +02:00
  • 7b49fb2eb6 chore(deps): bump openssl from 0.10.48 to 0.10.55 in /fuzz dependabot[bot] 2023-06-21 22:55:25 +00:00
  • efa37dd283 fix: preserve indentation when converting plaintext to HTML link2xt 2023-06-22 00:27:49 +00:00
  • 323e44da04 test: make plaintext to HTML conversion tests non-async link2xt 2023-06-21 23:46:40 +00:00
  • 70efd0f10a refactor: use with statement with multiple contexts link2xt 2023-06-20 23:25:05 +00:00
  • fcec81b4c1 chore(cargo): update openssl to 0.10.55 link2xt 2023-06-20 23:37:41 +00:00
  • dd806b2d88 test: add make-python-testenv.sh script link2xt 2023-06-19 15:36:37 +00:00
  • 5659c1b9c2 refactor: do not treat messages without headers as a special case link2xt 2023-06-09 22:29:44 +00:00
  • d538d29b94 docs: document how to regenerate Node.js constants before the release link2xt 2023-06-16 14:35:37 +00:00
  • b4209fac2e ci(concourse): install venv before trying to use it link2xt 2023-06-16 19:13:26 +00:00
  • 4d6dfa120e docs: add missing links for 1.116.0 and 1.117.0 to the changelog link2xt 2023-06-16 17:18:04 +00:00
  • f92108be1d chore(release): prepare for 1.117.0 v1.117.0 link2xt 2023-06-15 16:39:19 +00:00
  • 00cb72f04d fix(dehtml): do not insert unnecessary newlines when parsing <p> tags link2xt 2023-06-16 13:45:39 +00:00
  • 92e34d67e6 chore: add openrpc.json to .gitignore link2xt 2023-06-16 14:32:09 +00:00
  • 65bff8339f chore: update generated node files link2xt 2023-06-16 14:27:45 +00:00
  • 768f8175e6 api(rust): Add api endpoint get_status_update (#4468) Sebastian Klähn 2023-06-15 15:35:57 +02:00
  • c3f352aff1 fix(dehtml): skip links with empty text link2xt 2023-06-13 12:16:00 +00:00
  • 5ac2d1b8cb ci: remove mergeable configuration link2xt 2023-06-14 13:52:58 +00:00
  • 8214b2b8c1 docs: document how conventional commits interact with squash merges link2xt 2023-06-14 13:51:37 +00:00
  • 53ab8a3b35 fix: update to async-imap 0.9.0 to remove deprecated ouroboros dependency link2xt 2023-06-13 17:41:37 +00:00
  • cbe1671104 ci(concourse): install devpi in a virtual environment link2xt 2023-06-13 16:51:53 +00:00
  • 0d0e223238 test(python): replace legacy tmpdir fixture with tmp_path link2xt 2023-05-30 15:31:23 +00:00
  • 4767f1ce74 docs: readme remove legacy from dc-node, mark napi as experimental Simon Laux 2023-06-08 13:29:29 +02:00
  • 1a62b6d77f refactor: rename MimeMessage.header into MimeMessage.headers link2xt 2023-06-09 22:20:46 +00:00
  • 915008d474 build: use 1 codegen-units for release builds link2xt 2023-06-08 12:14:31 +00:00
  • 9646766793 build: disable unused brotli feature "ffi-api" link2xt 2023-06-07 22:39:25 +00:00
  • e948ec3256 test: regression test for case-sensitive comparison of gossip header to contact address link2xt 2023-06-07 13:17:24 +00:00
  • 9ab9d2eb7b fix: ignore address case when comparing the To: field to Autocrypt-Gossip: link2xt 2023-06-07 16:26:53 +00:00
  • 437f8c48c4 api(python): make Contact.is_verified() return bool link2xt 2023-06-07 15:06:49 +00:00
  • e6d9a49187 api: emit DC_EVENT_MSGS_CHANGED per chat when messages are deleted link2xt 2023-06-06 15:55:47 +00:00
  • 33a014eea4 feat: add MsgDeleted event link2xt 2023-06-05 21:41:53 +00:00
  • 9be871ccf6 fix: emit DC_EVENT_MSGS_CHANGED without IDs when the message expires link2xt 2023-06-05 12:11:03 +00:00
  • 6eb8abe535 feat: new group membership update algorithm Sebastian Klähn 2023-03-20 14:48:37 +01:00
  • 91bf87fa80 fix: update from yanked libc 0.2.145 to 0.2.146 link2xt 2023-06-06 14:47:21 +00:00
  • a2599ef08a ci: run cargo check with musl libc link2xt 2023-06-06 14:30:30 +00:00
  • 22d0a4bb32 build: use Rust 1.70.0 to compile deltachat-rpc-server releases link2xt 2023-06-06 18:31:59 +00:00