aboutsummaryrefslogtreecommitdiff
path: root/keyserver
AgeCommit message (Expand)Author
2022-12-12Cleanup stale device lists for users we don't share a room with anymore (#2857)Till
2022-12-05Enable/Disable internal metrics (#2899)Till
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-11-07Add custom build flag to satisfy SytestTill Faelligen
2022-10-27Refactor `claimRemoteKeys`Neil Alexander
2022-10-24Fix slow querying of cross-signing signaturesNeil Alexander
2022-10-20Mutex protect query keys response (#2812)devonh
2022-10-19Fix lock contentionNeil Alexander
2022-10-19Fix concurrent map write in key serverNeil Alexander
2022-10-07Add test for `QueryDeviceMessages` (#2773)Till
2022-10-06Always return `one_time_key_counts` on `/keys/upload` (#2769)Till
2022-10-05Demote `Failed to query device keys for some users` warning to `level=debug`Neil Alexander
2022-10-03Stop CPU burn in `PerformMarkAsStaleIfNeeded`Neil Alexander
2022-09-30Allow more time for device list updates (#2749)Neil Alexander
2022-09-30Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)Till
2022-09-20Mark device list as stale, if we don't have the requesting device (#2728)Till
2022-09-13Check unique constraint errors when manually inserting migrations (#2712)Till
2022-09-09Fix database transaction for keyserver `DeleteDeviceKeys`Neil Alexander
2022-09-09Change detection of already executed migrations (#2665)Till
2022-09-08Fix issue with stale device lists (#2702)Till
2022-09-07Add HTTP status code to FederationClientError (#2699)Till
2022-09-07Avoid unneeded JSON operations (#2698)Till
2022-09-07Re-add waitTime if we're not blacklisted and no RetryAfter wasTill Faelligen
2022-09-07Add a SigningKeyUpdate producer (#2697)Till
2022-09-07Handle errors differently in the `DeviceListUpdater` (#2695)Till
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-29Race in keyserver intialization (#2619)Brian Meek
2022-08-19Enforce device list backoffs (#2653)Neil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-08Fix issues with migrations not getting executed (#2628)Till
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-05Add race testing to tests, and fix a few small race conditions in the tests (...Brian Meek
2022-08-03Fix syncapi shared users query & device lists (#2614)Till
2022-07-25Update database migrations, remove goose (#2264)Till
2022-07-05Use new testrig for key changes tests (#2552)Till
2022-06-15Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)Neil Alexander
2022-06-01Reduce error levels on device list updateNeil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-11Fix OTK upload spam (#2448)Till
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-09Add `(user_id, device_id)` index on OTK table (#2435)Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-29Device list display name fixes (#2405)Neil Alexander
2022-04-28Ensure signature map exists (fixes #2393) (#2397)Neil Alexander