| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
The spec says /login should be available at r0 and 'unstable', so make it so.
|
|
|
|
|
|
Needs matrix-org/sytest#125 to land first
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
one, but does far fewer db queries to fetch the rules
|
|
|
|
|
|
Documented by matrix-org/matrix-doc#246
|
|
|
|
|
|
|
|
|
|
Spec: https://github.com/matrix-org/matrix-doc/pull/244
Tests: https://github.com/matrix-org/sytest/pull/121
|
|
|
|
|
|
|
|
|
|
|
|
set.union() is a side-effect-free function that returns the union of two
sets. This clearly wanted .update(), which is the side-effecting mutator
version.
|
|
|