Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/deltachat/deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots ๐Ÿ“ง
https://github.com/deltachat/deltachat-core-rust

cargo: bump uuid from 1.1.2 to 1.2.1

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.1.
- [Release notes](https://git...

a4b01b83e73363fc94c7a95323237068f9e2b7a7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump serde_json from 1.0.85 to 1.0.87

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.87.
- [Release notes](ht...

b9e8edb3efd730567e28958d60edc622df26324c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump once_cell from 1.15.0 to 1.16.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.15.0 to 1.16.0.
- [Release notes]...

b95861c378173c36ab92880c10c125a74e59a4c5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jsonrpc: change method naming (#3678)

* jsonrpc: change method naming

* re-gen types

* cargo fmt

758ae185ba1ec5ac1bdb7beef043f3f6f1495d47 authored almost 2 years ago by Simon Laux <[email protected]>
update bindings section in readme (#3696)

* update bindings section in readme

* Update README.md

Co-authored-by: Floris Bruynooghe <...

f60d9a51d46b286c323430d1f7e3cf9bdd5c143d authored almost 2 years ago by Simon Laux <[email protected]>
Allow sender timestamp to be in the future

This can happen due to unsynchronized clocks or
when "smeared" timestamp is used as the sender s...

d81579730e6e2a91aeef5fef1c76808a570574ed authored almost 2 years ago by link2xt <[email protected]>
Check DKIM Authentication-Results (#3583)

Fix #3507

Note that this is not intended for a release at this point! We first have to test w...

b1c6c40fa7bd71b1fc1e437c92c2d2f9fed51e30 authored almost 2 years ago by Hocuri <[email protected]>
allow searching for unaccepted requests (#3694)

* let search_msgs() return unaccepted requests

unaccepted chat requests are shown in the chat...

d8bc3769a580143da436168e288430db585d4124 authored almost 2 years ago by bjoern <[email protected]>
Update textwrap dependency

The current version is unsatisfyable if you use deltachat as a
dependency itself.

a73fbf72321daab096a43d28806cf7ef983737e8 authored almost 2 years ago by Floris Bruynooghe <[email protected]>
Prepare 1.98.0

b6b2f453a0365d9b80043f8b3a3d6718aae01fa0 authored almost 2 years ago by link2xt <[email protected]>
sql: every Result is anyhow::Result

aa140159196c3f7db0b1e230614bb44e4d387039 authored almost 2 years ago by link2xt <[email protected]>
jsonrpc: move qr/uri type to dedicated file (#3687)

#skip-changelog

7551c84c4f484e9dd944bd18053e3332a9f7e82c authored almost 2 years ago by Simon Laux <[email protected]>
Use UPSERT to insert into `msgs` table

This way no temporary rows are created and it is easier to maintain
because UPDATE statement is ...

434e53e922a49f348856b665d70eebda2645d5ce authored almost 2 years ago by link2xt <[email protected]>
Keep reactions when downloading partially downloaded message

b5d238f7f4f4d6d633414abe94680833467ae2c6 authored almost 2 years ago by link2xt <[email protected]>
Implement reactions

Co-Authored-By: bjoern <[email protected]>
Co-Authored-By: Simon Laux <[email protected]>

e5c9fea52d30260a0c95af8a403da8e1e2f1c98f authored almost 2 years ago by link2xt <[email protected]>
jsonrpc: typescript client: export constants under `C` enum, similar to how its exported from `deltachat-node` (#3681)

* jsonrpc: typescript client: export constants
under `C` enum,
similar to how its exported fro...

cd15a0e966f5e90f01f9dfd926e2f7709babe943 authored almost 2 years ago by Simon Laux <[email protected]>
Merge pull request #3626 from deltachat/dependabot/cargo/trust-dns-resolver-0.22.0

895c723d4eac13d4731bb64eaf402e274f3c5328 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3628 from deltachat/dependabot/cargo/percent-encoding-2.2.0

c7176d6bc88c0b5c7b046ef043a8adb2fbcfc9e1 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
imap: simplify UPSERT queries on `imap_sync`

Use `excluded` and remove noop `WHERE` query.

See <https://www.sqlite.org/lang_UPSERT.html> for...

b2939d3df32f497f1b5936f598107c29b7649004 authored about 2 years ago by link2xt <[email protected]>
Prepare 1.97.0 release (#3668)

54a157a62993e0a1cddbf437eb3a16d5c0411fa5 authored about 2 years ago by link2xt <[email protected]>
jsonrpc: add `miscGetStickerFolder` and `miscGetStickers` (#3672)

* jsonrpc: add `miscGetStickerFolder` and `miscGetStickers`

* add pr number to changelog

*...

427adefb42158513d4f4ca7c655c6b1aa392cb96 authored about 2 years ago by Simon Laux <[email protected]>
cargo fmt

f0dede26a3d773e73da20c32cbf728848ae18d50 authored about 2 years ago by link2xt <[email protected]>
fix nodejs jsonrpc smoke tests (#3674)

the solution was to ignore events

36f85a6a5a627cfed6930a83df384f762882e2a5 authored about 2 years ago by Simon Laux <[email protected]>
set timeout for node ci tests to 10min (#3675)

* set timeout for node ci tests to 10min

set timeout for node ci tests to 10min for the test ...

137567554dff7a6f44346dc939326cd54bb8c255 authored about 2 years ago by Simon Laux <[email protected]>
exit node test when it failed (#3673)

72941e51fc173b5a8fb1b1ed106a93d508a1c2c5 authored about 2 years ago by Simon Laux <[email protected]>
jsonrpc: add getMessageHtml (#3671)

* add getMessageHtml function

* add changelog entry

836c016f97615de8eb944060b2d38f5f8518b10e authored about 2 years ago by Simon Laux <[email protected]>
jsonrpc/events: commit type I forgot to commit (#3670)

commit line I forgot to commit

e8ea9b71276d053957fa209bcfad92d9dc96da0b authored about 2 years ago by Simon Laux <[email protected]>
fix unused result error

f80c78536fbb4a0e8c107bd6efce4e2cc88a94fd authored about 2 years ago by link2xt <[email protected]>
Join all migration messages into one (#3665)

7877187894042511c7086aefc9932c960748c041 authored about 2 years ago by Hocuri <[email protected]>
cffi:jsonrpc: send events (#3662)

* jsonrpc in cffi also sends events now

* add pr id to changelog

* jsonrpc: new format for...

a384a579797d5ea8c17d4fd8a65a07b274149276 authored about 2 years ago by Simon Laux <[email protected]>
jsonrpc: add `viewType` to quoted message(`MessageQuote` type) in `Message` object type (#3651)

* jsonrpc: add `viewType` to quoted message(`MessageQuote` type) in `Message` object type

* a...

86e1476dee5209791e8128a488662878e577a64e authored about 2 years ago by Simon Laux <[email protected]>
jsonrpc: more methods and some fixes (#3653)

* jsonrpc: Implement join_securejoin(), contacts_delete(),
contacts_change_name(), send_sticker...

81d0ecd8f66546b1b100299f2cc03ed1350d44eb authored about 2 years ago by Jikstra <[email protected]>
Fix unix timestamp used for daymarker

6f329c9e96e5ebdb1bf0fbf4e47456a7e398ef75 authored about 2 years ago by link2xt <[email protected]>
Move the actual logic of email parsing to EmailAddress::new() (#3656)

Very small PR; Motivation: Easier navigation using Go-To-definition.

Because, using go-to-def...

0e2445c7a07e7b7ad05f0b0f3ff2e558387c7f38 authored about 2 years ago by Hocuri <[email protected]>
Remove forgotten dbg!

7ed947f5989ae255cdf39da4dc44054552ef9401 authored about 2 years ago by Hocuri <[email protected]>
contact: do not ignore SQL errors in add_or_lookup

b85f6ea6c311c85576652c36272b3194e1d3c77e authored about 2 years ago by link2xt <[email protected]>
cargo: bump percent-encoding from 2.1.0 to 2.2.0

Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.1.0 to 2.2.0.
- [Release note...

f85f088d6516adadf1cbd017dbfa135bb2acceb6 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3625 from deltachat/dependabot/cargo/tokio-stream-0.1.10

045472deac999c5363ed6eea598186b0251f97dd authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3632 from deltachat/dependabot/cargo/tokio-1.21.2

71cad4df58c095c6e9e2b3347c111fa11d49441c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3622 from deltachat/dependabot/cargo/thiserror-1.0.37

48786522c82120abbda2f5387b43cdad79a45f51 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump tokio-stream from 0.1.9 to 0.1.10

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.9 to 0.1.10.
- [Release notes](...

0827f1b2f62aef7dea449d3da0caf8d3ff2fc89d authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump thiserror from 1.0.33 to 1.0.37

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.33 to 1.0.37.
- [Release notes]...

5973bb861030197952bfe99df51f733a59c4eafa authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump tokio from 1.20.1 to 1.21.2

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.21.2.
- [Release notes](https:...

00ca5132b47a90a41ae5e72474e218628fb353fe authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3623 from deltachat/dependabot/cargo/serde-1.0.145

191d203b2448fdf4cc48f304e3be1a814f20bd68 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3635 from deltachat/dependabot/cargo/textwrap-0.15.1

06f96011d8fc843f70e487dc9aef9d7393069b7c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3654 from deltachat/dependabot/cargo/syn-1.0.102

f2e292c702a14fafe481f64ddd6578927c7a9d9e authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3631 from deltachat/dependabot/cargo/once_cell-1.15.0

832deb8e97d48ffcb7b8814e9488be6f9906b560 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump syn from 1.0.99 to 1.0.102

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.102.
- [Release notes](https://gi...

74a3c57222f0b6423d2754c7e58b955683a6f7d1 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3636 from deltachat/dependabot/cargo/axum-0.5.16

4a19092db0d587117d985e32ab17e2b7afd7ace4 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump serde from 1.0.144 to 1.0.145

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145.
- [Release notes](http...

5c652d913a430bc8219bc08d87d62659744837d5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump axum from 0.5.15 to 0.5.16

Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.15 to 0.5.16.
- [Release notes](https://...

053213f50e011c50110c02b084ac39fe352923ff authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3634 from deltachat/dependabot/cargo/sha2-0.10.6

342e946f49678adb73732214199d80f4d9c3853b authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump once_cell from 1.13.1 to 1.15.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.15.0.
- [Release notes]...

d15ab1355bd9e45946af49571427d3519216a01a authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3600 from deltachat/dependabot/cargo/axum-core-0.2.8

e47f4b8f805609ce7427943efee1e53591af0e8e authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump textwrap from 0.15.0 to 0.15.1

Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.15.0 to 0.15.1.
- [Release notes](...

637a4eb35148bb7021131181a4af7eab1bab7477 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3633 from deltachat/dependabot/cargo/image-0.24.4

a233aeec4af4481dad8e410bffbd5c960a3b71aa authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3624 from deltachat/dependabot/cargo/libc-0.2.134

d24104154f0f06d687e1a3abb360c820815014f6 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3621 from deltachat/dependabot/cargo/url-2.3.0

7fa2706d0e1abdebc4cbc20dcfd6cd8f9b3728fa authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3637 from deltachat/dependabot/cargo/env_logger-0.9.1

2a5365d46d3ad69174b59700c3129791b2f25820 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3638 from deltachat/dependabot/cargo/reqwest-0.11.12

72cc8534206bd99dcb70a659043b159d406aee83 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3639 from deltachat/dependabot/cargo/anyhow-1.0.65

eea111df6f868177201b669c2dee2d2f3428b180 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jsonrpc: better way to access messagelist (#3652)

remove function `messageListGetMessageIds()`,
it is replaced by `getMessageIds()` and `getMessa...

130bea9e25533d330919550f2a7605bfc73a7dff authored about 2 years ago by Simon Laux <[email protected]>
cargo: bump env_logger from 0.9.0 to 0.9.1

Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.0 to 0.9.1.
- [Release ...

754242439a04d5b071d900c5d5527e41213af378 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
more jsonrpc porting (#3645)

* Port setChatVisbility to jsonrpc

* jsonrpc add functions

- setChatEphemeralTimer
- getC...

3fab9e4cec0844a18209ec819d54cf34190a7860 authored about 2 years ago by Simon Laux <[email protected]>
Create bob with new_bob(), not new_alice()

8b6290120ec575e36ec36f8f8a1d4ab4fa4c780f authored about 2 years ago by link2xt <[email protected]>
cargo: bump sha2 from 0.10.3 to 0.10.6

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.6.
- [Release notes](http...

564aef2a2a2d1d81df71c7a781caaaf73e00c8fc authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump anyhow from 1.0.63 to 1.0.65

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.65.
- [Release notes](https...

59583245503461da66600e0a7faaaf1b4d7f5ec2 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jsonrpc: add more functions (#3641)

* jsonrpc: add more functions

- `getChatContacts()`
- `createGroupChat()`
- `createBr...

683fc1f081e007ba4811fd93af67d3ab09c467fa authored about 2 years ago by Simon Laux <[email protected]>
Suppress welcome device messages after account import

Add dummy `devmsglabels` entries on import to avoid welcome messages
being added when user runs ...

9277b466202131d5fe1c4d08c3c904513f2a5ad7 authored about 2 years ago by link2xt <[email protected]>
Use anyhow::Result in stock_str.rs

261926222bfd03b120e96997ed744cfad0b9cd24 authored about 2 years ago by link2xt <[email protected]>
Share stock strings across accounts

All contexts created by the same account manager
share stock string translations. Setting transl...

35cfefd9341d333e2ff2e7d13a7967faea69ac6e authored about 2 years ago by link2xt <[email protected]>
cargo: bump reqwest from 0.11.11 to 0.11.12

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12.
- [Release note...

aa133745235d3c6815bf19e621993c47d3357212 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump image from 0.24.3 to 0.24.4

Bumps [image](https://github.com/image-rs/image) from 0.24.3 to 0.24.4.
- [Release notes](https:...

fd1cd39c7c2fe03669a6afdf938214fca70bf276 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump trust-dns-resolver from 0.21.2 to 0.22.0

Bumps [trust-dns-resolver](https://github.com/bluejekyll/trust-dns) from 0.21.2 to 0.22.0.
- [Re...

3e6d1d57898c1e534818f8ba6fb4620266688c10 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump libc from 0.2.132 to 0.2.134

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.132 to 0.2.134.
- [Release notes](https...

185d0bf3a328a25aebc186eec2d52d0b2f76ddc2 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump url from 2.2.2 to 2.3.0

Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0.
- [Release notes](https://gi...

837f3ce04c631a38619742730788b58152aea622 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
prepare 1.96.0 (#3619)

after commit, on master make sure to:

git tag -a 1.96.0
git push origin 1.96.0
git...

c6616192631d3824674e41cfd692b507e6eb12f0 authored about 2 years ago by Simon Laux <[email protected]>
jsonrpc js client: ci upload and new name (#3618)

* jsonrpc js client: ci upload and new name

* Update jsonrpc-client-npm-package.yml

* Upda...

b2f7a7bb2ec016a5098ce5d39c85d8b7e1100c2d authored about 2 years ago by Simon Laux <[email protected]>
prepare 1.95 (#3617)

* update changelog for 1.95.0

* bump version to 1.95.0

1965866813afe0a7ad0673a8766947cf5db31bc7 authored about 2 years ago by bjoern <[email protected]>
implement dclogin scheme (#3541)

* start implementing dclogin scheme

* fix formatting

* add test for usename+extension@host...

110f56777d0008efa9248490ea7f30fa5cda5c44 authored about 2 years ago by Simon Laux <[email protected]>
jsonrpc: add `chat_get_neighboring_media` function (#3610)

* jsonrpc: add `chat_get_neighboring_media` function

* add number to changelog

37c6001b6c9df277b8dc25d3b59065894ce64b88 authored about 2 years ago by Simon Laux <[email protected]>
add method for desktop to get notification relevant information for a message (#3614)

* add method for desktop to get notification relevant information for a message

* add pr numb...

9a9c91e591a0979d2cdacce8d87966af856b674a authored about 2 years ago by Simon Laux <[email protected]>
python: fix test_getinfo after bcc_self default change

17276179e7cc1f3e44b86e829b163de12aec6561 authored about 2 years ago by link2xt <[email protected]>
Fix Python test for bcc_self

335d780f3e37f882e31c2933e410f3914e87f914 authored about 2 years ago by link2xt <[email protected]>
Fix Rust 1.64 clippy warnings and tests

450d11399344e55931de6e7892283bad8ad2b3b1 authored about 2 years ago by link2xt <[email protected]>
enable `BccSelf` by default (#3612)

* enable `BccSelf` by default

enabling `BccSelf` improves user experience as
it is easier to...

cd6d181bbc7d92c5ee0414f40ecf363d312a9ba3 authored about 2 years ago by bjoern <[email protected]>
jsonrpc: add `mailingListAddress` property to `FullChat` (#3607)

* jsonrpc: add `mailingListAddress` property to `FullChat`

* add pr number to changelog

c92c6a24a0500b58a607e8aef2b4a38a044b03f6 authored about 2 years ago by Simon Laux <[email protected]>
Emit per-message events for expired messages

Instead of emitting single MsgsChanged event
with zero chat and msg IDs, emit one event per mess...

ffe72161940b3a0c6f9caa95e772aaef95acfceb authored about 2 years ago by link2xt <[email protected]>
Fix changelog PR reference

474eb7cbc80b01e585028c8ab5f9118772715771 authored about 2 years ago by link2xt <[email protected]>
Update "How messages are deleted" documentation

"IMAP folder and UID information" is no longer stored
in the `msgs` table since creation of the ...

252b528f406696d8e13e5d2e6d58f70226097f06 authored about 2 years ago by link2xt <[email protected]>
fix changelog entry

was inserted at wrong place

a4357712bf52f0f9d465e2a1fa840de70355b6e0 authored about 2 years ago by Simon Laux <[email protected]>
truncate incoming messages by lines (#3480)

* truncate incoming messages by lines,
because many linebreaks seem to cause the chat open dela...

62afd3d4c39aadb5e11979ab1b27c8c0dcc4f9b1 authored about 2 years ago by Simon Laux <[email protected]>
Release 1.94.0

569628a202fb8fa8e9698c7c1311a34f1f0771ec authored about 2 years ago by link2xt <[email protected]>
Make initiate_key_transfer() non-blocking

c75bc665604c595b680864df7b554df1bb49b4fd authored about 2 years ago by link2xt <[email protected]>
cargo: bump axum-core from 0.2.7 to 0.2.8

Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.2.7 to 0.2.8.
- [Release notes](https...

ad8d3e2444d5f62647b003d57a7453b9a801da62 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update node constants, follow up to #3592 (#3593)

update node constants, this was forgotten in #3592
not a big deal as these are generated on bui...

56cd875fbd365232fc6410e494a2e0c4d7d077fa authored about 2 years ago by Simon Laux <[email protected]>
simplify return value of `flush_status_updates()` (#3597)

this was probably forgotten by recent refactorings in this area.

06873ed04f1144b4ef97400f92266ffb47e0bb0f authored about 2 years ago by bjoern <[email protected]>
Remove StockMessage.action_by_contact() (#3518)

Use separate strings for "... by me" and "... by contact"
to make them easier to translate.

5b518e588fd515fa68b8dc0927c7e581323260cc authored about 2 years ago by link2xt <[email protected]>
jsonrpc: add more functions, mostly message related (#3590)

* add more functions, see changelog for details

* add pr number to changelog

* clarify doc...

d3f2db2326dd1f8d193f2cc199a480c36f702ba0 authored about 2 years ago by Simon Laux <[email protected]>
Webxdc delete event (#3592)

webxdc delete event

e619d9690d2d21754ade74c5c43a44b11cc92ce0 authored about 2 years ago by Sebastian Klรคhn <[email protected]>