matrix-dart-sdk/lib/encryption/utils
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
..
base64_unpadded.dart chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
bootstrap.dart fix: validate account_data values instead of checking them in syncUpdates 2023-12-20 21:10:31 +05:30
json_signature_check_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
key_verification.dart chore: enable avoid_bool_literals_in_conditional_expressions 2023-11-17 12:59:27 +01:00
olm_session.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
outbound_group_session.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
session_key.dart feat: support dehydrated devices 2022-08-29 13:05:55 +02:00
ssss_cache.dart refactor: remove clientid from encryption code 2021-09-30 12:58:37 +00:00
stored_inbound_group_session.dart refactor: Store not uploaded group sessions in its own database queue 2024-05-20 11:28:08 +02:00