aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/send.go
AgeCommit message (Expand)Author
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-07Tweak log levels of some federation logging (#1248)Neil Alexander
2020-08-05Process inbound device list updates from federation (#1240)Kegsay
2020-06-29Don't include current state in processEventWithMissingState (#1126)Neil Alexander
2020-06-23Add /send restrictions and return correct error codes (#1156)Kegsay
2020-06-23/send auth errors are silent (#1149)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-05Use AuthChainProvider to try and speed up federated joins (#1100)Neil Alexander
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-27Return 500 when processing a transaction fails fatally (#1066)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
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-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-16Federation fixes and error handling (#970)Neil Alexander
2020-03-30Implement typing over federation (#949)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-16bugfix: Fix #908 by setting the correct state after the event (#913)Kegsay
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-06Try to recursively find auth events (to a point) if they are missing (#881)Neil Alexander
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-05-21use go module for dependencies (#594)ruben