matrix-dart-sdk/lib
The one with the braid 6e48c308ad
feat: cache .well-known data
- BREAKING: create `DatabaseApi.storeWellKnown` method
- BREAKING: create `DatabaseApi.getWellKnown` method
- add new getter `Client.wellKnown` containing cached `DiscoveryInformation`
- override `Client.homeserver` to invalidate `Client.wellKnown` in case the domain changed
- override `Client.getWellknown` to cache the resolved `DiscoveryInformation`
- add tests for well-known cache

Fixes: #1865

Signed-off-by: The one with the braid <info@braid.business>
2024-08-23 10:01:34 +02:00
..
encryption fix: Correctly store lastEvent in database after decryption 2024-07-02 08:44:46 +02:00
matrix_api_lite refactor: Remove Matrix Connection Exception 2024-06-25 15:48:12 +02:00
msc_extensions refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
src feat: cache .well-known data 2024-08-23 10:01:34 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
fake_matrix_api.dart feat: support for authenticated media 2024-08-16 14:35:50 +05:30
matrix.dart refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
matrix_api_lite.dart refactor: Remove Matrix Connection Exception 2024-06-25 15:48:12 +02:00