iequidoo
768ef772bb
feat: Add a db index for reactions by msg_id ( #5507 )
...
This should speed up `get_msg_reactions()` filtering reactions by `msg_id`, but also queries in
other places involving both `msg_id` and `contact_id`.
2024-06-01 11:43:15 -03:00
link2xt
69842c18f7
test: fix logging of TestContext created using TestContext::new_alice()
...
Before this fix LogSink was dropped immediately,
resulting in no logs printed for contexts created using
TextContext::new_alice(), but printed for contexts created
using TextContext::new().
2024-05-30 21:14:41 +00:00
link2xt
42a7cd3eea
fix: allow creation of groups by outgoing messages without recipients
...
`!to_ids().is_empty()` check is needed in cases of 1:1 chat creation
because otherwise `to_id` is undefined,
but in case of outgoing group message without recipients
observed on a second device creating a group should be allowed.
2024-05-30 18:01:32 +00:00
link2xt
b7e5b906d1
build: unpin OpenSSL version and update to OpenSSL 3.3.0
...
Previously OpenSSL was pinned due to problems
with Zig toolchain used back then
and then not unpinned even after switching from Zig to Nix
due to <https://github.com/alexcrichton/openssl-src-rs/issues/235 >.
The problem should be fixed now
and we can try to unpin OpenSSL again.
2024-05-30 16:56:10 +00:00
link2xt
ad271fac80
ci: remove cargo-nextest bug workaround
...
The problem should be fixed
since nextest 0.9.72.
2024-05-30 13:46:29 +00:00
iequidoo
70ad323c9a
fix: AEAP: Remove old peerstate verified_key instead of removing the whole peerstate ( #5535 )
...
When doing an AEAP transition, we mustn't just delete the old peerstate as this would break
encryption to it. This is critical for non-verified groups -- if we can't encrypt to the old
address, we can't securely remove it from the group (to add the new one instead).
2024-05-30 10:38:39 -03:00
iequidoo
27bf4c37a7
feat: Map *.wav to Viewtype::Audio ( #5633 )
...
It seems there are no problems with playing WAV on all modern platforms, so such files should be
displayed in the "AUDIO", not "FILES" tab in the UIs.
2024-05-30 10:33:10 -03:00
iequidoo
1cc31c1038
feat: Remove limit on number of email recipients for chatmail clients ( #5598 )
2024-05-27 16:59:01 -03:00
iequidoo
adb0dd43a7
fix: Set Param::Bot for messages on the sender side as well ( #5615 )
2024-05-27 16:29:41 -03:00
link2xt
d29538beb0
chore(release): prepare for 1.139.6
v1.139.6
2024-05-25 07:05:10 +00:00
link2xt
b99e4649a4
chore(cargo-deny): remove unused entry from deny.toml
2024-05-25 06:50:16 +00:00
link2xt
68daa3550e
build: upgrade iroh to 0.17.0
2024-05-25 06:36:34 +00:00
link2xt
9d65282710
build(nix): add iroh-base output hash
2024-05-25 05:59:00 +00:00
link2xt
d8f3368b3c
chore: fix python lint
2024-05-25 05:51:37 +00:00
link2xt
5755fe7bef
test(deltachat-rpc-client): regression test for double gossip subscription
2024-05-25 05:46:55 +00:00
link2xt
4f071e3b31
fix: acquire write lock on iroh_channels before checking for subscribe_loop
2024-05-25 05:46:55 +00:00
holger krekel
f4dfc79808
test(deltachat-rpc-client): add realtime channel tests
...
Co-authored-by: link2xt <link2xt@testrun.org >
2024-05-25 05:46:55 +00:00
link2xt
518d5bc4c7
refactor: log IMAP connection type on connection failure
...
Otherwise it is impossible to distinguish between
failure to establish INBOX and DeltaChat folder connections
in the logs.
2024-05-24 00:13:56 +00:00
link2xt
0e1f62a38d
build: update iroh to the git version
...
This fixes the problem with simultaneous connections in iroh-gossip:
<https://github.com/n0-computer/iroh/pull/2318 >
2024-05-23 22:58:45 +00:00
iequidoo
af4b59fe0a
test: Viewtype::File attachments are sent unchanged and preserve extensions
2024-05-23 17:10:52 -03:00
link2xt
8c3c0484ed
fix(@deltachat/stdio-rpc-server): do not set RUST_LOG to "info" by default
...
`info` enables info level logging for all libraries,
e.g. iroh starts printing very verbose logs
to stderr this way.
2024-05-23 15:50:29 +00:00
link2xt
97828234dd
chore(release): prepare for 1.139.5
v1.139.5
2024-05-23 13:15:08 +00:00
iequidoo
20e64c71f8
test: "SecureJoin wait" state and info messages
2024-05-23 14:36:13 +02:00
iequidoo
2214d140c3
fix: Don't recode images in Viewtype::File messages ( #5617 )
2024-05-23 14:35:38 +02:00
link2xt
907d3efcd0
api(deltachat-rpc-client): add Message.send_webxdc_realtime_data()
2024-05-21 22:15:49 +00:00
link2xt
9573e02c32
api(deltachat-rpc-client): add Message.send_webxdc_realtime_advertisement()
2024-05-21 22:15:49 +00:00
Sebastian Klähn
8cb699290a
fix: connect to peers that advertise to you
2024-05-21 22:12:23 +00:00
Friedel Ziegelmayer
31d7b4f9ce
feat(deltachat-repl): add start-realtime and send-realtime commands
2024-05-21 22:11:22 +00:00
link2xt
2e5ad3f3a0
test(peer_channels): add test_parallel_connect()
2024-05-21 22:10:15 +00:00
holger krekel
5d3d5d23a1
api(deltachat-rpc-client): add EventType.WEBXDC_REALTIME_DATA constant
2024-05-21 22:10:15 +00:00
link2xt
469ff799ad
api: add event channel overflow event
2024-05-21 22:05:48 +00:00
link2xt
18f2a09b35
api(deltachat-ffi): make WebXdcRealtimeData data usable in CFFI
...
Previously only msg_id was returned to CFFI
without any way to get to the actual received data.
2024-05-21 22:05:34 +00:00
link2xt
81f6aec1a0
chore(release): prepare for 1.139.4
v1.139.4
2024-05-21 18:09:55 +00:00
iequidoo
ff60605a7f
test: import_vcard() updates only the contact's gossip key
2024-05-21 17:40:07 +00:00
iequidoo
7010e80336
fix: make_vcard: Add authname and key for ContactId::SELF
2024-05-21 17:40:07 +00:00
iequidoo
5f790c1dbc
fix(contact-tools): parse_vcard: Support \r\n newlines
2024-05-21 17:40:07 +00:00
iequidoo
8c5d8477fb
feat: Add import_vcard() ( #5202 )
...
Add a function importing contacts from the given vCard.
2024-05-21 17:40:07 +00:00
iequidoo
10fe6929b0
feat: Scale up contact origins to OutgoingTo when sending a message
2024-05-21 17:40:07 +00:00
link2xt
6fc0000c8a
fix: do not log warning if iroh relay metadata is NIL
2024-05-21 15:24:08 +00:00
Sebastian Klähn
e84a5589df
nix: add nextest ( #5610 )
...
Has some unrelated change that I add the whole .vscode folder to
.gitignore which I also need.
2024-05-21 08:18:05 +00:00
link2xt
e7d9ff12ec
chore(release): prepare for 1.139.3
v1.139.3
2024-05-20 18:19:27 +00:00
link2xt
607f5959ab
fix: always convert absolute paths to relative in accounts.toml
...
Even if the path does not start with
the directory containing the config,
we want to keep only the last component.
2024-05-20 17:49:21 +00:00
Simon Laux
11546a1ce9
api!(npm rpc server): change api: don't search in path unless options.takeVersionFromPATH is set to true
...
-remove `DELTA_CHAT_SKIP_PATH` environment variable
- remove version check / search for dc rpc server in $PATH
- remove `options.skipSearchInPath`
- add `options.takeVersionFromPATH`
2024-05-20 18:55:05 +02:00
Simon Laux
ee671836ca
fix: npm rpc: set default options for startDeltaChat
...
this fixes an "undefined" error
2024-05-20 18:55:05 +02:00
Simon Laux
dd77d32446
fix: log/print exit error of deltachat-rpc-server ( #5601 )
...
see also #5599 (this logs that error atleast, but does not fix it yet)
---------
Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com >
2024-05-20 10:47:36 +00:00
link2xt
b32fb05ab8
fix: ignore event channel overflows
...
async-broadcast returns Overflowed error once
if channel overflow happened.
Public APIs such as get_next_event JSON-RPC method
are only expecting an error if the channel is closed,
so we should not propagate overflow error outside.
In particular, Delta Chat Desktop
stop receiving events completely if an error
is returned once.
If overflow happens, we should ignore it
and try again until we get an event or an error because
the channel is closed (in case of recv())
or empty (in case of try_recv()).
2024-05-20 10:44:35 +00:00
link2xt
918d87dcb6
refactor: do not try to lookup group in create_or_lookup_group()
2024-05-20 05:20:38 +00:00
link2xt
98ae05ee59
refactor: stop trying to extract chat ID from Message-IDs
2024-05-20 05:20:38 +00:00
link2xt
cff5c064a6
refactor: use let..else in create_or_lookup_group()
2024-05-20 05:20:38 +00:00
link2xt
e9cef4b0ba
refactor(receive_imf): only call create_or_lookup_group() with allow_creation=true
2024-05-20 05:20:38 +00:00