B. Petersen
|
bd856d90db
|
remove unused AccountConfig::name
the field was never set or read.
to get the name for an account,
use `dc_get_config(account, "displayname")`.
|
2020-11-10 03:52:09 +03:00 |
|
holger krekel
|
622d99a971
|
remove option<path> from inner/imex handling to simplify the code
|
2020-10-26 20:34:52 +01:00 |
|
Friedel Ziegelmayer
|
7786a4ced4
|
fix: avoid manual poll impl for accounts events
|
2020-09-29 14:00:10 +02:00 |
|
Alexander Krotov
|
b42b1ad99b
|
Make dc_accounts_get_all return accounts sorted
HashMap may rearrange all accounts after each insertion and deletion,
making it unpredictable where the new account appears.
|
2020-09-13 14:36:59 +03:00 |
|
dignifiedquire
|
1ae49c1fca
|
unify events
|
2020-08-10 10:32:48 +02:00 |
|
dignifiedquire
|
99ca582e25
|
implement ffi calls
|
2020-08-10 10:01:46 +02:00 |
|
dignifiedquire
|
48e5016abf
|
add migration code
|
2020-08-10 10:01:46 +02:00 |
|
dignifiedquire
|
58a8ae1914
|
feat: initial implementation of the account manager
|
2020-08-10 10:01:46 +02:00 |
|