1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-02 06:44:28 -06:00
dendrite/roomserver/internal
Matthew Hodgson c4e5f60d71 make it build
2020-08-31 16:12:09 +03:00
..
alias.go Consolidation of roomserver APIs () 2020-05-01 10:48:17 +01:00
api.go Roomserver NID caches () 2020-08-25 12:32:29 +01:00
input.go Roomserver per-room input parallelisation (Postgres) () 2020-08-20 16:24:33 +01:00
input_authevents.go Consolidation of roomserver APIs () 2020-05-01 10:48:17 +01:00
input_authevents_test.go Consolidation of roomserver APIs () 2020-05-01 10:48:17 +01:00
input_events.go Use TransactionWriter in other component SQLite () 2020-07-21 15:48:21 +01:00
input_latest_events.go Don't overwrite global err before return () 2020-08-25 13:11:52 +01:00
input_membership.go Roomserver updater changes () 2020-08-19 13:24:54 +01:00
perform_backfill.go [readability] use event.StateKeyEquals where relevant and minor for-loop refactoring () 2020-08-25 21:04:35 +01:00
perform_invite.go Make PerformJoin responsible for sending invite to RS input () 2020-08-17 17:33:19 +01:00
perform_join.go Speed up accepting invites from remote users if we're already in the room () 2020-08-27 11:47:13 +01:00
perform_leave.go Configuration format v1 () 2020-08-10 14:18:04 +01:00
perform_peek.go make it build 2020-08-31 16:12:09 +03:00
perform_publish.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver () 2020-07-02 15:41:18 +01:00
query.go Modify /state/{eventType}/{stateKey} to return the event at the time the user left () 2020-07-28 10:09:10 +01:00
query_test.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00