dendrite/federationapi/routing
Neil Alexander 067b875063
Invites v2 endpoint (#952)
* Start converting v1 invite endpoint to v2

* Update gomatrixserverlib

* Early federationsender code for sending invites

* Sending invites sorta happens now

* Populate invite request with stripped state

* Remodel a bit, don't reflect received invites

* Handle invite_room_state

* Handle room versions a bit better

* Update gomatrixserverlib

* Tweak order in destinationQueue.next

* Revert check in processMessage

* Tweak federation sender destination queue code a bit

* Add comments
2020-04-03 14:29:06 +01:00
..
backfill.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
devices.go Remove httputil.LogThenError so that the line numbers are reported properly - make error reporting slightly more useful (#879) 2020-03-02 16:20:44 +00:00
eventauth.go Federation: Add event_auth endpoint (#905) 2020-03-14 20:08:54 +00:00
events.go Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912) 2020-03-16 17:29:52 +00:00
invite.go Invites v2 endpoint (#952) 2020-04-03 14:29:06 +01:00
join.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
keys.go Pass cfg by reference around the codebase (#819) 2020-02-11 11:18:12 +00:00
leave.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
missingevents.go Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912) 2020-03-16 17:29:52 +00:00
profile.go Remove httputil.LogThenError so that the line numbers are reported properly - make error reporting slightly more useful (#879) 2020-03-02 16:20:44 +00:00
query.go Remove httputil.LogThenError so that the line numbers are reported properly - make error reporting slightly more useful (#879) 2020-03-02 16:20:44 +00:00
routing.go Invites v2 endpoint (#952) 2020-04-03 14:29:06 +01:00
send.go Implement typing over federation (#949) 2020-03-30 16:40:28 +01:00
state.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
threepid.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
version.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00