aboutsummaryrefslogtreecommitdiff
path: root/docs/hiawatha
AgeCommit message (Collapse)Author
2023-05-30Docs restructure (#2953)Till
Needs to be merged into `gh-pages` later on.
2022-10-25Filter `/members`, return members at given point (#2827)Till
Makes the tests ``` Can get rooms/{roomId}/members at a given point Can filter rooms/{roomId}/members ``` pass, by moving `/members` and `/joined_members` to the SyncAPI.
2022-10-13Event relations (#2790)Neil Alexander
This adds support for tracking `m.relates_to`, as well as adding support for the various `/room/{roomID}/relations/...` endpoints to the CS API.
2022-10-10Move /event to the SyncAPI (#2782)Till
This allows us to apply history visibility without having to recalculate it in the roomserver. Unblocks https://github.com/matrix-org/complement/pull/495, fix missing part of https://github.com/matrix-org/dendrite/issues/617
2020-12-03Hiawatha reverse proxy sample for monolith and fixes to polylith sample (#1609)Petter Jakub Økland
* Created polylith reverse proxy sample for Hiawatha * Create monolith-sample.conf * Added timeout to proxies and binding explanation. * Fixed typo. * Consistency with regards to polylith-sample.conf.
2020-10-28Created polylith reverse proxy sample for Hiawatha (#1571)Petter Jakub Økland