aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/join.go
AgeCommit message (Expand)Author
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-09-26Remove `origin` field from PDUs (#2737)Neil Alexander
2022-08-25Fix 500s on `/state`, `/state_ids` when state not known (#2672)Neil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-02Stronger checks for `/send_join` (#2604)Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-05-26Add support for MSC3787 and `org.matrix.msc3787` room version (update to matr...Neil Alexander
2022-05-25Fix using the remote provided event from `/send_join` (#2490)Neil Alexander
2022-05-25Restricted join support on `/make_join`, `/send_join` (#2478)Neil Alexander
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-02-09Unmarshal events at the Dendrite level not GMSL level (#2164)kegsay
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-07-19Fix failing Complement tests (#1931)kegsay
2021-07-13Fix failing complement test (#1917)kegsay
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-19KindOld (#1531)Neil Alexander
2020-10-01Fix golangci-lint issues (#1464)S7evinK
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
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-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-03Implement local redaction (#1182)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-04Enable room version 6 (#1087)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-12Implement /get_missing_events (#1022)Kegsay
2020-05-05Fix RespState/RespSendJoin (#1005)Neil Alexander
2020-05-04Roomserver perform join (#1001)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)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-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)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-12-20Refuse /send_join without m.room.create (#824)Abhishek Kumar
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-05-21use go module for dependencies (#594)ruben