0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-01 18:58:21 +02:00
dendrite/keyserver/storage/sqlite3
Till 58af7f61b6
Fix OTK upload spam (#2448)
* Fix OTK spam

* Update comment

* Optimize selectKeysCountSQL to only return max 100 keys

* Return CurrentPosition if the request timed out

* Revert "Return CurrentPosition if the request timed out"

This reverts commit 7dbdda9641.

Co-authored-by: kegsay <kegan@matrix.org>
2022-05-11 17:15:18 +01:00
..
deltas Fix bug when uploading device signatures (#2377) 2022-04-26 13:08:54 +01:00
cross_signing_keys_table.go Cross-signing storage code (#1959) 2021-08-04 17:31:18 +01:00
cross_signing_sigs_table.go Fix bug when uploading device signatures (#2377) 2022-04-26 13:08:54 +01:00
device_keys_table.go 64-bit stream IDs for device list updates (#2267) 2022-03-10 13:17:28 +00:00
key_changes_table.go Remove sarama/saramajetstream dependencies (#2138) 2022-02-04 13:08:13 +00:00
one_time_keys_table.go Fix OTK upload spam (#2448) 2022-05-11 17:15:18 +01:00
stale_device_lists.go Use Writer in shared package (#1296) 2020-08-25 10:29:45 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00