aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
2020-09-21Use room version cache in Events()Neil Alexander
2020-09-21Soft-fail (#1364)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-15Disable prometheus to unbreak testsKegan Dougal
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-08Process membership updates in writers (#1414)Neil Alexander
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-04Update GetStateEvent behaviour (#1399)Neil Alexander
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-04Remove QueryKnownUsers from current state server (#1393)Kegsay
2020-09-04Remove ServerACLs from the current state server (#1390)Kegsay
2020-09-04Fix nil txn bugNeil 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-02Add Queryer and Inputer and factor out more RSAPI stuff (#1382)Kegsay
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-01Fix duplicate writers (#1376)Neil Alexander
2020-09-01Add RoomInfo metadata struct (#1367)Kegsay
2020-08-27Speed up accepting invites from remote users if we're already in the room (#1...Neil Alexander
2020-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-25Make redactions permanent (#1337)Neil Alexander
2020-08-25Don't overwrite global err before return (#1293)oliverpool
2020-08-25Roomserver NID caches (#1335)Neil Alexander
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-20Roomserver per-room input parallelisation (Postgres) (#1289)Neil Alexander
2020-08-20Fix more roomserver transactions/locks (#1287)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-19Roomserver updater changes (#1283)Neil Alexander
2020-08-19Roomserver database-wide TransactionWriters (#1282)Neil Alexander
2020-08-17Make PerformJoin responsible for sending invite to RS input (#1277)Neil Alexander
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-08-10Prefix-defined Kafka topics (#1254)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-04Always set invite_room_state else synapse rejects invitesKegan Dougal
2020-07-28Modify /state/{eventType}/{stateKey} to return the event at the time the user...Kegsay
2020-07-21Fix lint errorNeil Alexander
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander
2020-07-21Use TransactionWriter in roomserver SQLite (#1208)Neil Alexander
2020-07-08Finish implementing redactions (#1189)Kegsay
2020-07-07Emit redacted_event from the roomserver when redactions are validated (#1186)Kegsay
2020-07-06Implement core redaction logic (#1185)Kegsay
2020-07-03Implement local redaction (#1182)Kegsay
2020-07-03Fix joins to rooms that we know about that have room IDs with our server part...Neil Alexander
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay