0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-16 21:02:19 +01:00
dendrite/roomserver/internal
Kegsay e473320e73
Refactor roomserver/internal - split perform stuff out ()
- New package `perform` which contains all `Perform` functions
- New package `helpers` which contains helper functions used by both
  perform and query/input functions.
- Perform invite/leave have no idea how to `WriteOutputEvents` and this
  is now returned from `PerformInvite` or `PerformLeave` respectively.

Still to do:
 - RSAPI is fed into the inviter/joiner/leaver - this introduces circular
   logic so will need to be removed.
 - Put query operations in a `query` package.
 - Put input operations (and output) in an `input` package.
 - Factor out helper functions as much as possible, possibly rejigging the
   storage layer in the process.
2020-09-02 13:47:31 +01:00
..
helpers Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
perform Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
alias.go Expand RoomInfo to cover more DB storage functions () 2020-09-02 10:02:48 +01:00
api.go Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
input.go Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
input_events.go Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
input_latest_events.go Expand RoomInfo to cover more DB storage functions () 2020-09-02 10:02:48 +01:00
input_membership.go Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
query.go Refactor roomserver/internal - split perform stuff out () 2020-09-02 13:47:31 +01:00
query_test.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00