aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
2022-01-28Call hooks for outliers (#2119)Neil Alexander
2022-01-28Move hook call when processing room events (#2118)Neil Alexander
2022-01-28Don't flood Sentry with context cancelled/deadline exceeded errors (#2115)Neil Alexander
2022-01-27Try federation when backfill fails to find events in the database (#2113)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-21Fix #2027 by gracefully handling stub rooms (#2100)kegsay
2022-01-07NATS JetStream tweaks (#2086)Neil Alexander
2022-01-07Fix panic at startup if roomserver was not given federation API reference by ...Neil Alexander
2022-01-06Fix #2084 - incorrect /event_auth response (#2085)kegsay
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-13Fix keyring regressions in previous P2P demoNeil Alexander
2021-12-09Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...Neil Alexander
2021-11-24Don't populate config defaults where it doesn't make sense (#2058)Neil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)Neil Alexander
2021-11-18Only return non-stub rooms from `GetKnownRooms` (#2049)Neil Alexander
2021-11-04Try to reduce re-allocations a bit in resolveConflictsV2Neil Alexander
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor
2021-11-02Fix #2028 (#2036)Neil Alexander
2021-09-08- Removed double imports (#1989)Ryan W
2021-09-07Add more logs (#2005)kegsay
2021-08-27Don't return nonsense canonical room aliases in the public rooms responses (#...Neil Alexander
2021-08-04Ensure all create events have a snapshot NID of 0 (#1961)kegsay
2021-08-04Fix sqlite migration issues (#1960)kegsay
2021-07-28Factor out StatementList to `sqlutil` and use it in `userapi`Kegan Dougal
2021-07-26Not finding the snapshot is not fatal (#1940)kegsay
2021-07-22Track knocking in membership updater (#1935)Neil Alexander
2021-07-21Various alias fixes (#1934)Neil Alexander
2021-07-21Optimise QueryServerJoinedToRoom (#1933)Neil Alexander
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
2021-07-19Fix failing ban tests (#1884)David Spenler
2021-07-19Metric fixesNeil Alexander
2021-07-19Set buckets for dendrite_roomserver_calculate_state_duration_microsecondsNeil Alexander
2021-07-19dendrite_roomserver_calculate_state_duration_microseconds as histogram rather...Neil Alexander
2021-07-14bugfix: retire invites even when we cannot talk to the remote server to make/...kegsay
2021-07-13Expose more data when outputting output room events (#1916)kegsay
2021-07-09Move a couple of callers to helpers.IsServerCurrentlyInRoom over to the query...Neil Alexander
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander
2021-07-09bugfix: order the state blocks so recreating state snapshots works correctly ...kegsay
2021-07-08Fix bug when rejecting invites (#1907)Neil Alexander
2021-07-07db migration: handle create events with no state blocks from v0.1.0 (#1904)kegsay
2021-07-02Roomserver input backpressure metricNeil Alexander
2021-06-29db migration: fix #1844 and add additional assertions (#1889)kegsay
2021-06-28Use a custom FIFO queue for the RS input API (#1888)Neil Alexander
2021-06-21Fix panic in roomserverNeil Alexander
2021-04-26Fix bug in SQLite migrationNeil Alexander
2021-04-26State storage refactor (#1839)Neil Alexander
2021-03-24Add Sentry support (#1803)Kegsay
2021-03-17Fix nil pointer crash in QueryMembershipsForRoomNeil Alexander
2021-03-08roomserver: don't make_join with ourselves if clients ask us to (#1797)Kegsay