aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal
AgeCommit message (Expand)Author
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-25Don't overwrite global err before return (#1293)oliverpool
2020-08-25Roomserver NID caches (#1335)Neil Alexander
2020-08-20Roomserver per-room input parallelisation (Postgres) (#1289)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-19Roomserver updater changes (#1283)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-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-21Use TransactionWriter in other component SQLite (#1209)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-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
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-25Return remote errors from FS.PerformJoin (#1164)Kegsay
2020-06-24Refactor SendMembership - make ban test pass (#1160)Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-24Pass join errors through internal API boundaries (#1157)Kegsay
2020-06-12Minor perf/debugging improvements (#1121)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)Kegsay
2020-06-05More flexible caching (#1101)Neil Alexander
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-20Use memberships to determine whether to reset latest events/state on room joi...Neil Alexander
2020-05-20sytest: Make 'Inbound federation can backfill events' pass (#1051)Kegsay
2020-05-19Make "Outbound federation can backfill events" pass sytest (#1049)Kegsay
2020-05-18Tweaks to latest events updater (#1045)Neil Alexander
2020-05-14Fix some cases where accepting invites over federation doesn't work (#1028)Neil Alexander
2020-05-12Implement /get_missing_events (#1022)Kegsay
2020-05-11Prevent panic in membership updater (#1021)Neil Alexander
2020-05-07Direct messages (#1012)Neil Alexander
2020-05-07Improve federation sender performance, implement backoff and blacklisting, fi...Neil Alexander
2020-05-05Remove debug lineKegan Dougal
2020-05-04Roomserver perform leave (#1004)Neil Alexander
2020-05-04Roomserver perform join (#1001)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander