aboutsummaryrefslogtreecommitdiff
path: root/roomserver/api
AgeCommit message (Expand)Author
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-03FIFO ordering of input events (#1386)Neil Alexander
2020-08-17Make PerformJoin responsible for sending invite to RS input (#1277)Neil Alexander
2020-08-17Synchronous invites (#1273)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-03Implement local redaction (#1182)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-25Return remote errors from FS.PerformJoin (#1164)Kegsay
2020-06-24Refactor SendMembership - make ban test pass (#1160)Kegsay
2020-06-24Make same membership transitions 403, add sytests (#1161)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-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
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-20sytest: Make 'Inbound federation can backfill events' pass (#1051)Kegsay
2020-05-05Prefer /state_ids when missing state across federation (#1008)Kegsay
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
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-24More invite support (#979)Neil Alexander
2020-04-22LRU cache for room versions in RS query API (#976)Neil Alexander
2020-04-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-04-03use custom http client instead of the http DefaultClient (#823)Ben B
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-02-05Implement room version capabilities in CS API (#866)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2019-12-20Fix copy & paste error (#812)S7evinK
2019-08-24Associate transactions with session IDs instead of device IDs (#789)Alex Chen
2019-08-07Fix permission and 404 response for alias deletion - #654 (#706)Alex Chen
2019-05-21use go module for dependencies (#594)ruben