aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07Remove current state server (#1405)Kegsay
2020-09-07Update gomatrixserverlib to matrix-org/gomatrixserverlib@66753e2Neil Alexander
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-07Use background context when processing event with missing state (#1403)Neil Alexander
2020-09-04Update GetStateEvent behaviour (#1399)Neil Alexander
2020-09-04Remove QueryRoomsForUser from current state server (#1398)Kegsay
2020-09-04Password changes (#1397)Neil Alexander
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-04Remove QueryCurrentState from current-state-server (#1395)Kegsay
2020-09-04Remove QueryKnownUsers from current state server (#1393)Kegsay
2020-09-04Sync bug fixes (#1394)Neil Alexander
2020-09-04Remove ServerACLs from the current state server (#1390)Kegsay
2020-09-04Fix nil txn bugNeil Alexander
2020-09-03Defer keyserver and federationsender wakeups to give HTTP listeners time to s...Neil Alexander
2020-09-03Implement more CSS storage functions in roomserver (#1388)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-03FIFO ordering of input events (#1386)Neil Alexander
2020-09-03Rate limiting (#1385)Neil Alexander
2020-09-03Update complement.shKegsay
2020-09-02Add Queryer and Inputer and factor out more RSAPI stuff (#1382)Kegsay
2020-09-02Fix #1381 (#1384)Neil Alexander
2020-09-02Version imprint (#1383)Neil Alexander
2020-09-02Use federation sender for backfill/getting missing events (#1379)Neil Alexander
2020-09-02Refactor roomserver/internal - split perform stuff out (#1380)Kegsay
2020-09-02Expand RoomInfo to cover more DB storage functions (#1377)Kegsay
2020-09-01Put redactions/filters in the writer goroutine (#1378)Kegsay
2020-09-01Fix duplicate writers (#1376)Neil Alexander
2020-09-01Report which component failed to consume (#1375)Neil Alexander
2020-09-01Add RoomInfo metadata struct (#1367)Kegsay
2020-09-01Storage tweaks (#1373)Neil Alexander
2020-09-01Public room client API changes (#1368)Rohit Mohan
2020-09-01Remove unused SyncStreamPositionNeil Alexander
2020-09-01Update dependencies (#1372)Neil Alexander
2020-08-28Update Complement dockerfile to not wait for apt-get inputNeil Alexander
2020-08-28Add some error wrapping to sync API, use background context for sync (#1363)Neil Alexander
2020-08-28Fix #1361 (#1362)Neil Alexander
2020-08-27Remove device DB from clientapi (#1352)Kegsay
2020-08-27Try to protect GetNextTransactionPDUs (#1350)Neil Alexander
2020-08-27Speed up accepting invites from remote users if we're already in the room (#1...Neil Alexander
2020-08-27Fix lock errors in federation sender (#1347)Neil Alexander
2020-08-27Add OpenTracing documentation (#1345)Kegsay
2020-08-26Allow join to accept server_name in query parameters (#1346)Neil Alexander
2020-08-26Port of #945 (#1343)Kegsay
2020-08-26Wait for 8h between device list updates for blacklisted servers (#1344)Kegsay
2020-08-26Modify DeviceListUpdater to retry requests according to RetryAfter (#1342)Kegsay
2020-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-25Fix 'Invited user can reject invite over federation several times' (#1341)Kegsay
2020-08-25Enforce history visibility etc for /rooms/{roomID}/state (#1340)Neil Alexander
2020-08-25Update /versions (#1338)Neil Alexander
2020-08-25Make redactions permanent (#1337)Neil Alexander