Ecosyste.ms: OpenCollective

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

Delta Chat collective

Developing and releasing Delta Chat apps and experimenting with the future of e-mail: e2e-encrypted and anonymous. Supporting people in repressive situations.
Collective - Host: opensource - https://opencollective.com/delta-chat - Website: https://delta.chat - Code: https://github.com/deltachat

update changelog for 1.35.0

github.com/deltachat/deltachat-ios - 359476db8b0efac76bc53c0e5a9b30ff598af02c authored over 1 year ago by B. Petersen <[email protected]>
mimeparser: wrap try_decrypt() into block_in_place()

try_decrypt() is a CPU-bound task.
When called from async function,
it should be wrapped in toki...

github.com/deltachat/deltachat-core-rust - 992a6cbfc2c395cf8d636ce91c582d1659a5ed94 authored over 1 year ago by link2xt <[email protected]>
Remove Job::delay_seconds()

It always returned 0 for added jobs.

github.com/deltachat/deltachat-core-rust - 1450bf5483305894063345673b9c3202d54c4bc3 authored over 1 year ago by link2xt <[email protected]>
Remove always zero argument to Job::new()

github.com/deltachat/deltachat-core-rust - 9f804c379c5818639d7105a1716487080841ef58 authored over 1 year ago by link2xt <[email protected]>
job: remove unused variable

github.com/deltachat/deltachat-core-rust - 10e8bcb73ea43b69d56bd22c14d874b575f412f6 authored over 1 year ago by link2xt <[email protected]>
job: remove match with a single branch

github.com/deltachat/deltachat-core-rust - 7f2ccfb168b0b27733be37cbd0649bf7fc679d77 authored over 1 year ago by link2xt <[email protected]>
Stop saving and loading jobs.param column

github.com/deltachat/deltachat-core-rust - 3fc67de35ed56049498b2d263663438a79564082 authored over 1 year ago by link2xt <[email protected]>
Make smeared timestamp creation non-async

Using atomic operations instead,
so create_smeared_timestamp() can be used in sync functions,
su...

github.com/deltachat/deltachat-core-rust - 8f0d07b93c694b3f729f611d8f68a479a320545f authored over 1 year ago by link2xt <[email protected]>
Move RFC URLs in standards.md to the end

Also update Autodiscover URL

github.com/deltachat/deltachat-core-rust - 0890b669fad62d7fa05f0eba338b3f577a8164f1 authored over 1 year ago by link2xt <[email protected]>
update deltachat-core-rust to 'Release 1.110.0'

github.com/deltachat/deltachat-ios - b5580bf18ffb39a1fecef55e09746d5a468da5bb authored over 1 year ago by B. Petersen <[email protected]>
set LIBRARY_PATH independent of os version

before, we set it for macox 11, 12 explicitly,
but it seems to be needed just always.

github.com/deltachat/deltachat-ios - 37dc7033406380cd3f8e5c564eecd459f3ee8855 authored over 1 year ago by B. Petersen <[email protected]>
Format docs_wheels.yml with `prettier`

github.com/deltachat/deltachat-core-rust - c02c5ffe2c45fa58a7a86c0352599744f6736f13 authored over 1 year ago by link2xt <[email protected]>
just some typo fixes when reading through the code (#3132)

* just some typo fixes when reading through the code

* Fix minor typos

---------

Co-aut...

github.com/deltachat/deltachat-desktop - 30f0a145eb8528b7091f6c07d1ed992b3b7bd2ef authored over 1 year ago by bjoern <[email protected]>
Remove UpdateRecentQuota job

github.com/deltachat/deltachat-core-rust - 064f806d905da44ce09996d28394995dbc698efb authored over 1 year ago by link2xt <[email protected]>
Add Unreleased changelog section

github.com/deltachat/deltachat-core-rust - b6336ce7e92c8de2a18f2ae3755103e8b15b2705 authored over 1 year ago by link2xt <[email protected]>
Remove empty API-Changes section

github.com/deltachat/deltachat-core-rust - aeadbb35f3cecb49f065b6701c9ebfe9905da817 authored over 1 year ago by link2xt <[email protected]>
Switch to "vX.Y.Z" tagging scheme

Previously we used tags like "1.109.0" and "py-1.109.0".
Since Python bindings are always releas...

github.com/deltachat/deltachat-core-rust - c8ce4ce5aaac33cb4ab8acae4ead3e671b317b44 authored over 1 year ago by link2xt <[email protected]>
deltachat-jsonrpc: bump yerpc version in ts client

github.com/deltachat/deltachat-core-rust - e3eb35e160188af96c2c9b305e2ec48a3dac8938 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
chore(jsonrpc): bump yerpc version

github.com/deltachat/deltachat-core-rust - 75670134d879399b31e9345d79f16f944dfbfebc authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
add test for Context::update_contacts_timestamp(), esp. the condition and the update was not covered before

github.com/deltachat/deltachat-core-rust - 08c9deee042063e6fef3e1afb182f172787fa8d7 authored over 1 year ago by B. Petersen <[email protected]>
Compile deltachat-rpc-server for Android

Co-Authored-By: link2xt <[email protected]>

github.com/deltachat/deltachat-core-rust - a2e088b415422bbddd6f09ec77abd5c238b2dd06 authored over 1 year ago by adbenitez <[email protected]>
Do not build more than one deltachat-rpc-server at a time

github.com/deltachat/deltachat-core-rust - 7af1a194915b385b3c434e9ff2596ccffee81fe6 authored over 1 year ago by link2xt <[email protected]>
Update timestamps in parameters with transactions

This avoids accidentally reverting the changes
to the `param` column done by another thread.

github.com/deltachat/deltachat-core-rust - d0a7e5f1b79ad5c0152e2ee2d1d11100a2838fc1 authored over 1 year ago by link2xt <[email protected]>
Move TLS support to net::tls module

github.com/deltachat/deltachat-core-rust - a82b09bfc23fb1afd5bfb7f8e6641d34adb89903 authored over 1 year ago by link2xt <[email protected]>
Revert "add epoll_create fallback which is missing in API<21"

This reverts commit e29b6f9974bcad9a1e97493979f261cdb4cf4ea3.

Since update to `mio` 0.8.5, it d...

github.com/deltachat/deltachat-android - df5822519271d26c674d01568aed49bbdbaf56cb authored over 1 year ago by link2xt <[email protected]>
Cache INSERT statement in receive_imf

It reduces iteration time by ~8% in message reception benchmarks
ran by `cargo criterion --bench...

github.com/deltachat/deltachat-core-rust - e9668b3cfa1938fa09117c9d5756556a4ad44642 authored over 1 year ago by link2xt <[email protected]>
ci: there are no staging and trying branches

github.com/deltachat/deltachat-core-rust - bc9e347a80646bdf630f8d57d602492a9331dc13 authored over 1 year ago by link2xt <[email protected]>
ci: cancel running node.js tests when the branch is updated

Do not waste CI time running the tests for previous commit.

github.com/deltachat/deltachat-core-rust - b5187661ee46b8fe15953806e06e0e2e442826e4 authored over 1 year ago by link2xt <[email protected]>
update translations

github.com/deltachat/deltachat-android - 9d9932775af69f24e0020d6c5ed01cb868751ef8 authored over 1 year ago by B. Petersen <[email protected]>
ci: add workflow to the group

Otherwise it cancels other workflows.

github.com/deltachat/deltachat-core-rust - 059c673d00f547b969f442b57a587f88ea77dcd7 authored over 1 year ago by link2xt <[email protected]>
ci: do not run CI multiple times on the same branch

Especially for PRs, if the branch is updated
multiple times, only the last commit should be tested.

github.com/deltachat/deltachat-core-rust - 76514178b6ea781fc0fdd68f57c6ac6ff0d0ab64 authored over 1 year ago by link2xt <[email protected]>
Fix typo in CHANGELOG.md (#4086)

Fix typo

github.com/deltachat/deltachat-core-rust - 0d7a3fe5528b5bc75110fb30397b412a8d63e5cb authored over 1 year ago by gerryfrancis <[email protected]>
Hide some constants from public crate interface

github.com/deltachat/deltachat-core-rust - 2cc85e663775c97c9ab42c4c9e2ae6121f1c65d6 authored over 1 year ago by link2xt <[email protected]>
update translations

github.com/deltachat/deltachat-ios - 301be4c2c4ec90c3b1db07318296dc4df0646170 authored over 1 year ago by B. Petersen <[email protected]>
remove outdated comments

github.com/deltachat/deltachat-ios - e642f01aa5828c8d2f314d40fa8210adf3db7053 authored over 1 year ago by B. Petersen <[email protected]>
Add more documentation comments

github.com/deltachat/deltachat-core-rust - ade3d0d4eb9fc890604a8c7a01406e5eb92398a1 authored over 1 year ago by link2xt <[email protected]>
remove unused lines; the iframe should include webxdc.js as needed (#2474)

github.com/deltachat/deltachat-android - 2b75ec5515a137c883ff2718ee86426d3523d355 authored over 1 year ago by bjoern <[email protected]>
update translations

github.com/deltachat/deltachat-android - 95d58765e204ea98271aa342580cba0ce4acb4de authored over 1 year ago by B. Petersen <[email protected]>
Document aarch64-unknown-linux-musl.sh

github.com/deltachat/deltachat-core-rust - 880ee63fed36aaa8c34e3f9b2ae45cdbc420c13e authored over 1 year ago by link2xt <[email protected]>
ci: add arch prefix to deltachat-rpc-server binary names

github.com/deltachat/deltachat-core-rust - b0f77f7a332389d1903000659e49258a1074f8d4 authored over 1 year ago by link2xt <[email protected]>
ci: cross-compile deltachat-rpc-server for aarch64 Linux

github.com/deltachat/deltachat-core-rust - cff4a9dce3f9d882587772d938177f865b94d0b0 authored over 1 year ago by link2xt <[email protected]>
rename examples folder to _examples

github.com/deltachat/deltachat-rpc-client-go - 998154d2fc9da92cd9a9841b9ab0253e3ee49a24 authored over 1 year ago by adbenitez <[email protected]>
ci: link deltachat-rpc-server statically on Linux

github.com/deltachat/deltachat-core-rust - 5dc20a5b98e45c8776c32452b4a1386b4c356f46 authored over 1 year ago by link2xt <[email protected]>
fix npm package

github.com/deltachat/yerpc - 0e76928a2f55c24dd7e16bd02f538bdc5dc1cc7f authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
fix symbol name

github.com/deltachat/deltachat-core-rust - 0e06da22df832a76823a9ddb44460a270eafd84c authored over 1 year ago by Floris Bruynooghe <[email protected]>
fix doc comments

github.com/deltachat/deltachat-core-rust - 5833a9b347128bc4d36b82dd2608b9ec38a62d90 authored over 1 year ago by Floris Bruynooghe <[email protected]>
Merge branch 'master' into flub/send-backup

github.com/deltachat/deltachat-core-rust - 0ef8d5788100300cbe1909bd357dca49f80efc04 authored over 1 year ago by Floris Bruynooghe <[email protected]>
Document PeerstateChange

github.com/deltachat/deltachat-core-rust - 9e28ee95e5b44d90641c3cb48c9ea8de07a434fe authored over 1 year ago by link2xt <[email protected]>
Use released version of sendme^Wiroh

This switches to a released version. It has been renamed from sendme
to iroh.

github.com/deltachat/deltachat-core-rust - fc64c3336896439a93f7d6d2a79d91e41771f0f8 authored over 1 year ago by Floris Bruynooghe <[email protected]>
Re-disable DKIM-checks (#4076)

github.com/deltachat/deltachat-core-rust - 7c099c19c8840150063c28103a1ff2954d9fa07e authored over 1 year ago by Hocuri <[email protected]>
Merge branch 'master' into flub/send-backup

github.com/deltachat/deltachat-core-rust - 1b39be8a4283c5412ffecc287d7ad0edf7e70f0e authored over 1 year ago by Floris Bruynooghe <[email protected]>
Enable clippy::missing_docs_in_private_items in deltachat-ffi

github.com/deltachat/deltachat-core-rust - adb5bc77c4053d80a78cdfbf58b2c36e1cfebff3 authored over 1 year ago by link2xt <[email protected]>
ci: use minimal profile for rustup

Avoid installing unnecessary documentation.

github.com/deltachat/deltachat-core-rust - c7b7fbaf784655820a22edfb3f2ff7834334defb authored over 1 year ago by link2xt <[email protected]>
Unpin ruff version

False positive is fixed in the latest version.

github.com/deltachat/deltachat-core-rust - 42a18d4d0d19893a8e5c21e6033cd957a64e89c7 authored over 1 year ago by link2xt <[email protected]>
add Manager to Account

github.com/deltachat/deltachat-rpc-client-go - b2352bce7b8fd4c00f28be8633c8581a44e8befa authored over 1 year ago by adbenitez <[email protected]>
python: replace pkg_resources with importlib.metadata

Use of pkg_resources is discouraged in favor of importlib.resources,
importlib.metadata, and the...

github.com/deltachat/deltachat-core-rust - d3f4654d4b5d620cdb2c9926eee911116c35c74b authored over 1 year ago by Robert Schütz <[email protected]>
Remove explicit native-tls dependency

github.com/deltachat/deltachat-core-rust - 999a9550f5314479572b0f84d8542b0fd56569f7 authored over 1 year ago by link2xt <[email protected]>
ci: do not try to cross-compile deltachat-rpc-server on i686

It does not work because vendored OpenSSL compilation fails

github.com/deltachat/deltachat-core-rust - 7f5217fc8708d4064a7c964382447b1578514ff6 authored over 1 year ago by link2xt <[email protected]>
ci: error if deltachat-rpc-server artifact cannot be uploaded

github.com/deltachat/deltachat-core-rust - df96fbdcefca10dc12c7245e692e9dadc810c0d5 authored over 1 year ago by link2xt <[email protected]>
ci: attempt to fix binary path for artifact upload

github.com/deltachat/deltachat-core-rust - edec80a917b63b92990ab33a6096089ec1d36a7c authored over 1 year ago by link2xt <[email protected]>
ci: fix typo in deltachat-rpc-server.yml

github.com/deltachat/deltachat-core-rust - 439c57e3aca0439b304dcfef676e160810ff706e authored over 1 year ago by link2xt <[email protected]>
ci: disable fail-fast on deltachat-rpc-server.yml builds

github.com/deltachat/deltachat-core-rust - 7bfff6c87c2f608941e880ba1492c96784ce9f52 authored over 1 year ago by link2xt <[email protected]>
Enable "vendored" feature on "deltachat-jsonrpc" from "deltachat-rpc-server"

github.com/deltachat/deltachat-core-rust - 57f221dcc91f7cb94376146499acd38b73a7760e authored over 1 year ago by link2xt <[email protected]>
Add "vendored" feature to deltachat-jsonrpc

github.com/deltachat/deltachat-core-rust - 79212bee133a666806c13c6da1ad03110a770af9 authored over 1 year ago by link2xt <[email protected]>
Add "vendored" feature to deltachat-rpc-server

github.com/deltachat/deltachat-core-rust - 178e67a262b968aa9f1032c4834a53609fdc602c authored over 1 year ago by link2xt <[email protected]>
ci: add --target option when build deltachat-rpc-server

github.com/deltachat/deltachat-core-rust - 877b3551ae0ef5c1fa8d6d1ecdf2451b1a96ca57 authored over 1 year ago by link2xt <[email protected]>
ci: add missing include to deltachat-rpc-server.yml

github.com/deltachat/deltachat-core-rust - a616c69f9a637c1b4b24691f91db26d4c0e0b81f authored over 1 year ago by link2xt <[email protected]>
ci: add action to build deltachat-rpc-server

github.com/deltachat/deltachat-core-rust - df1c1addfbd2375641fbb70d4de7afdf1dd4e79f authored over 1 year ago by link2xt <[email protected]>
ruff: enable "G" lint (flake8-logging-format)

github.com/deltachat/mailadm - 56ebde74a938ef8ec910618503de31d813616521 authored over 1 year ago by link2xt <[email protected]>
ruff: enable "COM" lint

github.com/deltachat/mailadm - b98dc69d73421c1c620be12ef89ab9c8f165ba0c authored over 1 year ago by link2xt <[email protected]>
ruff: enable isort

github.com/deltachat/mailadm - f75ea1425dfa27ed4427a1db48f1e0b537bff596 authored over 1 year ago by link2xt <[email protected]>
chore: link README.md to yerpc folder for crates.io

github.com/deltachat/yerpc - 3e65a2375bc2ddb470b7906a67d99a742f6339b1 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
Update provider database

github.com/deltachat/deltachat-core-rust - 45abaff275358db612cf49f5238265dad8f36239 authored over 1 year ago by link2xt <[email protected]>
Update provider/update.py according to the `struct Provider` changes

github.com/deltachat/deltachat-core-rust - 15c9efaa95e2b20bb594298d973c059e737a84bd authored over 1 year ago by iequidoo <[email protected]>
ci: stop using deprecated Ubuntu 18.04

GitHub Actions fails running 18.04 jobs currently:
<https://github.com/actions/runner-images/iss...

github.com/deltachat/deltachat-core-rust - e86fbf5855a3560e59b2eac8daf0d7b08d62220a authored over 1 year ago by link2xt <[email protected]>
mention speedup of #4065 in CHANGELOG (#4073)

the speedup of #4065 is larger than measured first

running `cargo test`, first we thought the...

github.com/deltachat/deltachat-core-rust - 38a62d92bad08a703413f0be3e993180a4e289b4 authored over 1 year ago by bjoern <[email protected]>
Fix missing imports in deltachat_rpc_client

github.com/deltachat/deltachat-core-rust - c01a2f2c24da4b6c817908eb5a33f3bed02e5102 authored over 1 year ago by link2xt <[email protected]>
Correctly clear database cache after import (#4067)

github.com/deltachat/deltachat-core-rust - 17acbca57698c3a6cafb22962bcd7f195b9268c1 authored over 1 year ago by Hocuri <[email protected]>
Enable more ruff checks in deltachat-rpc-client

github.com/deltachat/deltachat-core-rust - 05a274a5f33d95a0a1611cc226b824a39e6843bf authored over 1 year ago by link2xt <[email protected]>
chore: fix publishing script

github.com/deltachat/yerpc - 158b97f8009389a702998c269e1546e1f61c7eb9 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
chore: fix publish script

github.com/deltachat/yerpc - a713daf2a66f72a422ffb5ba8ecdda509fd97c54 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
chore: fix repo URLs and add README

github.com/deltachat/yerpc - 6c3deeb447b84c6f6ca71809a5847c153cd06032 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
chore: release prep

github.com/deltachat/yerpc - da1514a4fd2dcddad6e26f0560cb5608dff1ffef authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
chore: update Cargo.lock

github.com/deltachat/yerpc - 1b552bc56130e0590486d8d3c02b73d18a99762e authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
add publish script

github.com/deltachat/yerpc - d5b41ebbd557e45f905470b3bd47c31b2b1ae9e8 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
fixes after release test

github.com/deltachat/yerpc - 312aeb9ab09480e400efb275245b5696ec431eb0 authored over 1 year ago by Franz Heinzmann (Frando) <[email protected]>
set Rpc.closed=true if Rpc.Start fails

github.com/deltachat/deltachat-rpc-client-go - e8869e04e3e3c8f46b7176b773472bb092c360cd authored over 1 year ago by adbenitez <[email protected]>