matrix-dart-sdk/lib/encryption
krille-chan 97d544ba85
refactor: Store not uploaded group sessions in its own database queue
This should highly increase the
performance as right now for every sync
ALL inbound group sessions are loaded
from the database and checked if
they need an upload. So if a user
has 10k stored sessions locally, this
would probably let the whole application
lag a lot. This stores the sessions which
need upload in a different table now,
similar how we do this with the to
device queue
2024-05-20 11:28:08 +02:00
..
utils refactor: Store not uploaded group sessions in its own database queue 2024-05-20 11:28:08 +02:00
cross_signing.dart fix: Always wait for account data to load before returning SSSS status 2023-05-03 17:11:00 +02:00
encryption.dart refactor: Remove duplicated copyMap method and fix type error 2023-12-11 10:29:06 +01:00
key_manager.dart fix: Typo in upload key json object creates invalid objects 2024-03-21 08:22:15 +01:00
key_verification_manager.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
olm_manager.dart feat: famedly calls 2024-04-23 15:52:35 +05:30
ssss.dart fix: validate account_data values instead of checking them in syncUpdates 2023-12-20 21:10:31 +05:30