dendrite/build/scripts
Kegsay e473320e73
Refactor roomserver/internal - split perform stuff out (#1380)
- 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
..
Complement.Dockerfile Update Complement dockerfile to not wait for apt-get input 2020-08-28 15:19:47 +01:00
README.md Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
build-test-lint.sh Add appservices component to docker scripts (#1153) 2020-06-20 21:28:30 +01:00
complement.sh Refactor roomserver/internal - split perform stuff out (#1380) 2020-09-02 13:47:31 +01:00
find-lint.sh Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
install-local-kafka.sh Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00

README.md

Dev Scripts

These are a collection of scripts that should be helpful for those developing on dendrite.

See find-lint.sh for environment variables that control linter resource usage.