0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-30 23:09:01 +02:00
dendrite/roomserver/api
Neil Alexander 6150de6cb3
FIFO ordering of input events (#1386)
* Initial FIFOing of roomserver inputs

* Remove EventID response from api.InputRoomEventsResponse

* Don't send back event ID unnecessarily

* Fix ordering hopefully

* Reduce copies, use buffered task channel to reduce contention on other rooms

* Fix error handling
2020-09-03 15:22:16 +01:00
..
alias.go
api.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
api_trace.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
input.go FIFO ordering of input events (#1386) 2020-09-03 15:22:16 +01:00
output.go Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
perform.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
query.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
wrapper.go FIFO ordering of input events (#1386) 2020-09-03 15:22:16 +01:00