aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
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
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander
2020-04-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03Invites v2 endpoint (#952)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-14Federation: Add event_auth endpoint (#905)Kegsay
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-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-12-20Use gomatrixserverlib.Transaction instead of local type (#590) (#811)S7evinK
2019-12-20Refuse /send_join without m.room.create (#824)Abhishek Kumar
2019-12-20Fix /send_join and /send_leave (#821)Brendan Abolivier
2019-12-20Return server names (#833)Neil Alexander
2019-08-20Make trailing slash on server key request optional (#788)Alex Chen
2019-08-16Replace event content types with ones in gomatrixserverlib (#785)Alex Chen
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-07-18Remove the trailing slash from /send/{txnID} and /backfill/{roomID} (#746)Andrew Morgan
2019-07-12Lots of small typo fixes (#737)Andrew Morgan
2019-07-03Encode URLs properly (#728)Andrew Morgan
2019-06-25Make federation state request 404 when event not in the room - fixes #625 (#716)Alex Chen
2019-06-19Fix pipeline, emoji and syntax (#713)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben