aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
2020-07-03Implement local redaction (#1182)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-29Don't include current state in processEventWithMissingState (#1126)Neil Alexander
2020-06-25Handle invite v1 (#1165)Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-23Add /send restrictions and return correct error codes (#1156)Kegsay
2020-06-23Fix room checks for /state and /state_ids (#1155)Kegsay
2020-06-23/send auth errors are silent (#1149)Kegsay
2020-06-17Do not wrap send_join errors on /v1/send_join (#1143)Kegsay
2020-06-16Make federationapi use userapi (#1135)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-12Minor perf/debugging improvements (#1121)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)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-08Split out SetupFooComponent (#1106)Kegsay
2020-06-05Use AuthChainProvider to try and speed up federated joins (#1100)Neil Alexander
2020-06-04s/Base64String/Base64Bytes/g (#1093)Kegsay
2020-06-04Encode v3 event IDs correctly (#1090)Kegsay
2020-06-04Enable room version 6 (#1087)Neil Alexander
2020-06-02Reset backoff on incoming federation (#1080)Neil Alexander
2020-06-02Use gomatrixserverlib device structs (#1079)Neil Alexander
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-28Hopefully fix get_missing_events (#1070)Neil Alexander
2020-05-27Return 500 when processing a transaction fails fatally (#1066)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: Add remaining backfill tests (#1052)Kegsay
2020-05-20sytest: Make 'Inbound federation can backfill events' pass (#1051)Kegsay
2020-05-15Return user_id and stream_id in federated devices query (#1040)Neil Alexander
2020-05-13Reduce 500s (#1017)Neil Alexander
2020-05-12Implement /get_missing_events (#1022)Kegsay
2020-05-06only send new events to RS; add tests for /state_ids and /event (#1011)Kegsay
2020-05-06Add tests around federationapi's txnReq (#1010)Kegsay
2020-05-05Fetch events by ID rather than use current state as this includes auth events...Kegsay
2020-05-05Prefer /state_ids when missing state across federation (#1008)Kegsay
2020-05-05Fix RespState/RespSendJoin (#1005)Neil Alexander
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-29Honour history_visibility when backfilling (#990)Kegsay
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-27Update gomatrixserverlibNeil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-04-22Response from /send_join now use gomatrixserverlib.RespSendJoin (#796)Behouba Manassé
2020-04-20Perspective key fetching, some federation room join fixes (#975)Neil Alexander
2020-04-16Federation fixes and error handling (#970)Neil Alexander
2020-04-15Tweaks to backfill (#964)Neil Alexander