Floris Bruynooghe
05e50ea787
Connect to all addresses the provider has
...
This uses a branch directly from iroh repo again
2023-03-09 16:49:34 +01:00
Floris Bruynooghe
02afacf989
clarify docs
2023-03-09 16:12:33 +01:00
Floris Bruynooghe
c7de4f66e7
Bind to 0.0.0.0
2023-03-09 15:34:15 +01:00
link2xt
00791157e2
Drop unused columns
...
We are currently using libsqlite3-sys 0.25.2,
corresponding to SQLcipher 4.5.2
and SQLite 3.39.2.
SQLite supports ALTER TABLE DROP COLUMN since version 3.35.0,
and it has received critical database corruption bugfixes in 3.35.5.
There have been no fixes to it between SQLite 3.36.0 and 3.41.0,
so it appears stable now.
2023-03-09 14:29:39 +00:00
link2xt
9e03f26992
deltachat-ffi: print causes for all errors
2023-03-09 11:36:14 +00:00
link2xt
de391155b1
Do not prepare the message explicitly in the test context
...
Explicit `prepare_msg` corresponding to `dc_prepare_msg`
is intended only for the case where the message is prepared
before the file is ready. It is not indented for calling
right before send_msg and requires that file path in the blobdir.
With explicit `prepare_msg` removed
all the tests still pass but there is no requirement
that the file is put into blobdir beforehand.
2023-03-09 09:37:40 +00:00
Sebastian Klähn
db28c1bdc4
Update doxygen for cffi docs ( #4136 )
...
fix styling
2023-03-08 21:35:15 +01:00
link2xt
d71bf1c4be
Fix documentation on enabling REPL logs
...
As `repl` example was moved into `deltachat_repl` crate,
the name of the log target has changed.
2023-03-08 14:03:02 +00:00
Sebastian Klähn
ef1970b742
Also document private items for rust docs ( #4137 )
...
also document private items for rust docs
2023-03-08 14:13:07 +01:00
Asiel Díaz Benítez
4bb131e7e7
Merge pull request #4128 from deltachat/adb/add-golang-to-readme
...
add new golang bindings lib to README.md
2023-03-08 03:12:59 -05:00
Floris Bruynooghe
c9b8c5079b
wording
2023-03-07 15:45:18 +01:00
Floris Bruynooghe
eec5ae96e8
Update docs and fix string allocation
...
The docs say you should always unref the string and NULL is never
returned. The implementation should follow that.
2023-03-07 15:36:33 +01:00
Floris Bruynooghe
4b94eadf5e
typo
2023-03-07 14:40:51 +01:00
Floris Bruynooghe
52a1886937
naming conventions!
...
they're hard
2023-03-07 14:40:01 +01:00
Floris Bruynooghe
9767f51c3d
update .h file too
2023-03-07 14:13:42 +01:00
Floris Bruynooghe
6674b888cc
Merge branch 'master' into flub/send-backup
2023-03-07 12:52:45 +01:00
Floris Bruynooghe
a5e6bd3e8e
Do not require context for non-context methods
...
This follows the ffi style better.
2023-03-07 12:49:42 +01:00
Floris Bruynooghe
b6c24932a7
Apply typos from code review
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2023-03-07 12:23:30 +01:00
link2xt
e39011a43b
Release 1.111.0
v1.111.0
2023-03-05 13:26:22 +00:00
adbenitez
8b8dcf61ef
add new golang bindings lib to README.md
2023-03-04 23:14:45 -05:00
link2xt
3df5e6e9d3
Use "dep:" syntax to avoid creating dependency features
...
It is supported since Rust 1.60
2023-03-04 10:24:16 +00:00
link2xt
fe60b2dd2d
Update scripts/anroid-rpc-server.sh
...
Ported changes from deltachat-android/scripts/ndk-make.sh
2023-03-04 09:35:56 +00:00
link2xt
260dbbd36f
Optimize release builds and dependencies for size
2023-03-03 18:43:53 +00:00
link2xt
7e5a8714a0
Add scripts/codespell.sh and spellcheck
2023-03-03 18:40:36 +00:00
iequidoo
627cf20074
Housekeeping: delete the blobs backup dir ( #4104 )
2023-03-03 11:06:41 -03:00
Floris Bruynooghe
d73d56c399
bump testdir for windows bug workaround
2023-03-03 13:13:58 +01:00
Floris Bruynooghe
731e90f0d5
update cargo-deny
2023-03-03 12:53:43 +01:00
Floris Bruynooghe
e0a6c2ef54
Merge branch 'master' into flub/send-backup
2023-03-03 12:46:05 +01:00
Floris Bruynooghe
c38ae31f31
Configure cargo-deny fully
...
This adds more configuration to cargo-deny so that the output is not a
giant list of warnings hiding new entries. Instead the config now
lists the things that would emit warnings. It also adds -Dwarnings to
the CI job so that new warnings will be cleaned up: they can be added
to the config easily to fix the warnings.
2023-03-03 12:37:54 +01:00
Floris Bruynooghe
c5408e0561
Merge branch 'master' into flub/send-backup
2023-03-03 09:48:33 +01:00
Floris Bruynooghe
c1a2df91ac
Fix typo in blob names
...
This is now tested properly too.
2023-03-02 21:53:13 +01:00
Floris Bruynooghe
da85c2412e
fix iterator
2023-03-02 21:48:14 +01:00
Floris Bruynooghe
f5c334a1e4
ci: Make sure clippy script check everything
...
Also disable missing_docs_in_private_items as this is like 300+ errors
currently.
2023-03-02 21:33:20 +01:00
Simon Laux
3453aac27e
jsonrpc: ts bindings: update .npmignore ( #4119 )
...
to remove files from the npm package that is not needed by end users.
#ignore-changelog
2023-03-02 13:57:17 +01:00
Floris Bruynooghe
d108f9b3e3
clippy
2023-03-02 11:47:03 +01:00
link2xt
9c48bf9d13
Upgrade rustyline to 11.0.0
2023-03-02 10:43:29 +00:00
Floris Bruynooghe
e3014a349c
Merge branch 'master' into flub/send-backup
2023-03-02 11:35:17 +01:00
dependabot[bot]
04fa80b3bd
Merge pull request #4120 from deltachat/dependabot/cargo/human-panic-1.1.1
2023-03-02 10:33:08 +00:00
dependabot[bot]
d7c8fc624a
Merge pull request #4121 from deltachat/dependabot/cargo/async-native-tls-0.5.0
2023-03-02 10:32:51 +00:00
Floris Bruynooghe
9d88ef069e
log some more
2023-03-02 11:21:05 +01:00
Floris Bruynooghe
155dff2813
renaming of upstream
2023-03-02 11:18:30 +01:00
Floris Bruynooghe
38d4ea8514
Use std::slice::Iter instead of manually tracking the offset
2023-03-02 11:15:02 +01:00
Floris Bruynooghe
6f24874eb8
Use a RAII guard to remove the db export
2023-03-02 10:58:39 +01:00
Floris Bruynooghe
2d20812652
some typos
2023-03-02 09:39:50 +01:00
dependabot[bot]
e866053070
cargo: bump async-native-tls from 0.4.0 to 0.5.0
...
Bumps [async-native-tls](https://github.com/async-email/async-native-tls ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/async-email/async-native-tls/releases )
- [Commits](https://github.com/async-email/async-native-tls/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: async-native-tls
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-02 02:32:53 +00:00
dependabot[bot]
81bacf9038
cargo: bump human-panic from 1.1.0 to 1.1.1
...
Bumps [human-panic](https://github.com/rust-cli/human-panic ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/rust-cli/human-panic/releases )
- [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/human-panic/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: human-panic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-02 02:32:35 +00:00
link2xt
4e166b1b4a
Run cargo update
2023-03-01 22:42:03 +00:00
Floris Bruynooghe
5762fbb9a7
Allow JSON-RPC to get text of QR code as well
...
Desktop does use this as it allows reading QR codes as text from the
clipboard as well as copying the QR text to the clipboard instead of
showing the QR code.
2023-03-01 11:27:21 +01:00
link2xt
2dc04220b8
Simplify dc_jsonrpc_init
2023-02-28 22:46:24 +00:00
iequidoo
b149df1993
test_{delete,trash}_multiple_messages: Continue waiting for events if not all messages disappeared
2023-02-28 15:05:47 -03:00