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

sipmlify plugins and tests and remove superflous core event

a1d5120e5850b1e6d633b0e6e57a128b8e09a34c authored over 4 years ago by holger krekel <[email protected]>
refine handling of accepted contacts in example

d4e1c1b109079f9d6ed776a20a809f1eb4d5dbb2 authored over 4 years ago by holger krekel <[email protected]>
introduce global plugin manager

d3c6f530e27ea4673ee50af78f0ae4c55841c855 authored over 4 years ago by holger krekel <[email protected]>
refactor bot-setup and testing into a helper function

d4ba09c7538a857ccd0f1398b973176d5c4b1a2e authored over 4 years ago by holger krekel <[email protected]>
fix buffer handling so that the group-tracking bot example passes

57f879a6ba40752857391f2066a704ca9659ba0c authored over 4 years ago by holger krekel <[email protected]>
refine example doc and address https://github.com/deltachat/deltachat-core-rust/pull/1307#pullrequestreview-380876587

2a34022619b4307d60327e1c31101c4e184e2e5e authored over 4 years ago by holger krekel <[email protected]>
fix failing sync test

f98d0bbc1f1179b64ddec515f5ceb2e4266ed72b authored over 4 years ago by holger krekel <[email protected]>
refactor preconfigure handling to not break deltabot's usage of deltachat's test fixtures and

relax timestamp comparisons

7e1470ea4613b3880b2b185e83fe1176f3450d36 authored over 4 years ago by holger krekel <[email protected]>
rename hooks to use "ac_" (account) and "dc_" (global)

ca88c5b41c7f21f55a03a8cdd8cb562def3f40b8 authored over 4 years ago by holger krekel <[email protected]>
make create_contact accept email addresses that parse into routable_email and display_name

1b858393c50f76da923ac6f7fbd5f981ad1f6450 authored over 4 years ago by holger krekel <[email protected]>
refine low level event handling

slight refactor on printing

84012e760ebe0204cf331ce380e0559dff98b823 authored over 4 years ago by holger krekel <[email protected]>
emit "DC_EVENT_MEMBER_ADDED" and python plugin event "member_added" for securejoin or non-securejoin additions of a contact to a chat. also fixup some docs

84f17b7539e3637decadeb50f0517a645cce2dd0 authored over 4 years ago by holger krekel <[email protected]>
fix bug in that remove-contact failed on new groups where we didn't have the peerstate of the removed-contact yet

1855f84fe0f48f79a51dd1be09a9978e36ef189a authored over 4 years ago by holger krekel <[email protected]>
increase timeout while waiting for rsa2048 keygen -- default timeout is 30secs, and it sometimes takes 31 or more on the CI machines

ea455323d8149a4c3f6be0b83b3ced09bd92e8a7 authored over 4 years ago by holger krekel <[email protected]>
use latest sphinx -- seems to work again

76b93274e84d193647387f43ec2c655c1eaeb40b authored over 4 years ago by holger krekel <[email protected]>
simplify logging

57311d731ec3c1c241e748aa8ed47c9afda55e27 authored over 4 years ago by holger krekel <[email protected]>
refactor docs and ffi/high level event handling to pass all tests again

91cdc764145eb43f9842f53563f57f8a2e51d60c authored over 4 years ago by holger krekel <[email protected]>
start some docs

6213917089f954fe013f274a806939151cf012eb authored over 4 years ago by holger krekel <[email protected]>
fix a couple of issues wrt to configuring move/mvbox behaviour in tests

fb33c3137819d373f7f640fc73d153b439d2dce6 authored over 4 years ago by holger krekel <[email protected]>
add after_shutdown hook

6baef49f9d9d196b89b37dbd30ee83135e1e09ac authored over 4 years ago by holger krekel <[email protected]>
some more test setup refinements and make example testing part of tox runs

33dd747ec7b6b48cb10d5eeedb9d335015548a13 authored over 4 years ago by holger krekel <[email protected]>
rename process_low_level_event to process_ffi_event

f55d4fa73ab766904e686186a0d6c5728227b980 authored over 4 years ago by holger krekel <[email protected]>
don't run Eventlogging by default -- the tests instantiate it, though.

ce00c627d4aa081d95cd7510d3619151d2627d72 authored over 4 years ago by holger krekel <[email protected]>
shift pytest support code into deltachat package so deltabot can make use of the test infrastructure

6a6a719ab682f27c1af9634c1d51433245c303a4 authored over 4 years ago by holger krekel <[email protected]>
fix up docs

a1379f61daac283a157adb11a28785b564112d31 authored over 4 years ago by holger krekel <[email protected]>