aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
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
2021-03-03Fix appsevice alias queries part 2 (#1684)Will Hunt
2021-03-03Send events to appservice based on room membership (#1680)Will Hunt
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-02-16Don't query for servers so often in /send (#1766)Neil Alexander
2021-02-06Fix crash in membership updater (#1753)Neil Alexander
2021-02-04Remove redundant check (#1748)Neil Alexander
2021-01-29Add m.room.create to invite stripped state (#1740)Kegsay
2021-01-26Don't retrieve same state events over and over again (#1737)Neil Alexander
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2021-01-18Don't create so many state snapshots when updating forward extremities (#1718)Neil Alexander
2021-01-13Add dendrite_roomserver_processroomevent_duration_millis to prometheusNeil Alexander
2021-01-11Deep-checking forward extremities (#1698)Neil Alexander
2020-12-18Fix #1655 by re-adding the appservice alias query (#1660)Neil Alexander
2020-12-16Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)Neil Alexander
2020-12-16Hit the database far less in Events to find room NIDs and room versions (#1643)Neil Alexander
2020-12-14Don't use request context for input room event queued tasks (#1640)Neil Alexander
2020-12-14Don't start more goroutines than needed on RS input, increase input worker bu...Neil Alexander