aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-12Version 0.9.8v0.9.8Neil Alexander
2022-09-12Fix missing signature check on the `/get_missing_events` responseNeil Alexander
2022-09-12Update to NATS Server v2.9.0Neil Alexander
2022-09-12Update to matrix-org/pinecone@b215925Neil Alexander
2022-09-12P2P demo tweaksNeil Alexander
2022-09-11Update to matrix-org/gomatrixserverlib@dec87dbaa40700a8c8f7c299c53f911047cf2cb9Neil Alexander
2022-09-09Only verify if fulltext indexing is enabledTill Faelligen
2022-09-09Version 0.9.7 (#2707)v0.9.7Neil Alexander
2022-09-09Optimise `SharedUsers` again by using complete composite indexNeil Alexander
2022-09-09Optimise shared users query in Synx API slightly by removing a potential sortNeil Alexander
2022-09-09Fix database transaction for keyserver `DeleteDeviceKeys`Neil Alexander
2022-09-09Fix transactions around assigning NIDsNeil Alexander
2022-09-09Change detection of already executed migrations (#2665)Till
2022-09-09More writer fixes in the Sync APINeil Alexander
2022-09-09Use database writer in user API `DeleteOldNotifications`Neil Alexander
2022-09-09Update getting pushrules, add tests, tweak pushrules (#2705)Till
2022-09-08Fix issue with stale device lists (#2702)Till
2022-09-07Fulltext implementation incl. config (#2480)Till
2022-09-07Use a single context insteadNeil Alexander
2022-09-07Update state reset capture to SentryNeil Alexander
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-09-07Update to matrix-org/gomatrixserverlib@637a173Neil Alexander
2022-09-06Stronger default power levelsNeil Alexander
2022-09-06State resolution fixes in `applyAndAuthEvent` (update to matrix-org/gomatrixs...Neil Alexander
2022-09-05Tweak Sentry againNeil Alexander
2022-09-05Set Sentry user where knownNeil Alexander
2022-09-05Improve Sentry reportingNeil Alexander
2022-09-05Tweak logging for detected state resetsNeil Alexander
2022-09-05State and auth tweaks (update to matrix-org/gomatrixserverlib#335)Neil Alexander
2022-09-05Optimise `resolve-state` toolNeil Alexander
2022-09-05Move `SetLatestEvents` callNeil Alexander
2022-09-02Only send (invite) events to the AS if it's interested in it (#2692)Till
2022-09-01Update P2P demosNeil Alexander
2022-09-01Version 0.9.6 (#2689)v0.9.6Neil Alexander
2022-09-01Configuration tweaks (#2567)Neil Alexander
2022-09-01Refactor appservices component (#2687)Neil Alexander
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-31Pinecone standalone refactoring (#2685)Neil Alexander
2022-08-30Check for `"creator"` field in `m.room.create` during event auth (update to m...Neil Alexander
2022-08-30Index on `syncapi_send_to_device` table (#2684)PiotrKozimor
2022-08-30Set the notification count when sending push notifications (#2683)Till
2022-08-30Use existing limit instead of default limit when lazy loading members (#2682)Till
2022-08-30Fix race condition on startup (#2679)Till
2022-08-30Fix the Cat Overflow bug (update to matrix-org/gomatrixserverlib@2020bdc)Neil Alexander
2022-08-29Log roomserver errorTill Faelligen
2022-08-29Race in keyserver intialization (#2619)Brian Meek