aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
2020-10-12Get missing event tweaks (#1514)Neil Alexander
2020-10-09Only return 500 on /send if a database error occurs (#1503)Neil Alexander
2020-10-06Use [] not null when there are no devices (#1480)Kegsay
2020-10-02Log origin in /sendNeil Alexander
2020-10-01Fix golangci-lint issues (#1464)S7evinK
2020-09-30Fix panic on verifySigError in fetching missing eventsNeil Alexander
2020-09-29Remove TLS fingerprints, improve perspective unmarshal handling (#1452)Neil Alexander
2020-09-29Ignore depth in federation API (#1451)Neil Alexander
2020-09-29Fix old verify keysNeil Alexander
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-28Use workers when fetching events from /state_ids, use /state only if signific...Neil Alexander
2020-09-28Don't fall back to /state on incoming /send (#1446)Neil Alexander
2020-09-25Allow configuring old verify keys (#1443)Neil Alexander
2020-09-24Return the correct error codes for v6 invite JSON violations (#1440)Neil Alexander
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
2020-09-22Initial notary support (#1436)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-08Backoff ignore invalid signatures (#1408)Neil Alexander
2020-09-07Remove current state server (#1405)Kegsay
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-07Use background context when processing event with missing state (#1403)Neil Alexander
2020-09-04Remove ServerACLs from the current state server (#1390)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-02Version imprint (#1383)Neil Alexander
2020-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-08-13API setup refactoring (#1266)Neil Alexander
2020-08-11Support for server ACLs (#1261)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-07Allow enforcing X.509 certificate validity (MSC1711) (#1249)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-08-04Fix response format for federation /devices requestsKegan Dougal
2020-08-04Send device list updates to servers (outbound only) (#1237)Kegsay
2020-07-22Handle inbound federation E2E key queries/claims (#1215)Kegsay
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