Skip to content

Commit

Permalink
update deltachat-core-rust to 'chore(release): prepare for 1.132.0' o…
Browse files Browse the repository at this point in the history
…f 'v1.132.0'
  • Loading branch information
r10s committed Dec 6, 2023
1 parent 3a42f66 commit 835b089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/libraries/deltachat-core-rust
Submodule deltachat-core-rust updated 49 files
+65 −1 CHANGELOG.md
+6 −0 CONTRIBUTING.md
+349 −168 Cargo.lock
+13 −5 Cargo.toml
+1 −1 deltachat-ffi/Cargo.toml
+7 −68 deltachat-ffi/deltachat.h
+9 −93 deltachat-ffi/src/lib.rs
+2 −2 deltachat-jsonrpc/Cargo.toml
+1 −2 deltachat-jsonrpc/src/api/types/contact.rs
+2 −4 deltachat-jsonrpc/src/webserver.rs
+1 −1 deltachat-jsonrpc/typescript/package.json
+1 −1 deltachat-repl/Cargo.toml
+2 −7 deltachat-repl/src/cmdline.rs
+121 −0 deltachat-rpc-client/tests/test_securejoin.py
+12 −0 deltachat-rpc-client/tests/test_webxdc.py
+1 −1 deltachat-rpc-server/Cargo.toml
+24 −5 deny.toml
+313 −169 fuzz/Cargo.lock
+1 −1 package.json
+2 −0 python/tests/test_4_lowlevel.py
+1 −1 release-date.in
+40 −20 src/accounts.rs
+145 −110 src/chat.rs
+117 −5 src/config.rs
+4 −1 src/configure.rs
+12 −32 src/contact.rs
+13 −5 src/debug_logging.rs
+4 −22 src/decrypt.rs
+9 −11 src/e2ee.rs
+40 −22 src/imap.rs
+2 −2 src/imap/client.rs
+32 −0 src/imex.rs
+20 −0 src/key.rs
+12 −18 src/mimefactory.rs
+25 −20 src/mimeparser.rs
+22 −38 src/peerstate.rs
+157 −139 src/receive_imf.rs
+31 −3 src/receive_imf/tests.rs
+29 −101 src/securejoin.rs
+2 −2 src/securejoin/bob.rs
+2 −22 src/securejoin/bobstate.rs
+2 −2 src/smtp.rs
+22 −0 src/sql/migrations.rs
+2 −2 src/stock_str.rs
+18 −1 src/sync.rs
+7 −0 src/test_utils.rs
+45 −17 src/tests/verified_chats.rs
+117 −58 src/webxdc.rs
+91 −0 test-data/message/thunderbird_encrypted_unsigned_with_unencrypted_subject.eml

0 comments on commit 835b089

Please sign in to comment.