- Aug 01, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
Initial impl of capping MAU
-
Richard van der Hoff authored
return 404 if room not found
-
Neil Johnson authored
-
Neil Johnson authored
-
Amber Brown authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Jan Christian Grünhage authored
Improvements for Docker usage
-
Richard van der Hoff authored
-
Richard van der Hoff authored
rename replication_layer to federation_client
-
Richard van der Hoff authored
Rewrite cache list decorator
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Jul 31, 2018
-
-
Serban Constantin authored
Per the Client-Server API[0] we should return `M_NOT_FOUND` if the room isn't found instead of generic SynapseError. This ensures that /directory/list API returns 404 for room not found instead of 400. [0]: https://matrix.org/docs/spec/client_server/unstable.html#get-matrix-client-r0-directory-list-room-roomid Signed-off-by:
Serban Constantin <serban.constantin@gmail.com>
-
Travis Ralston authored
Remove pdu_failures from transactions
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Richard van der Hoff authored
I have HAD ENOUGH of trying to remember wtf a replication layer is in terms of classes.
-
Richard van der Hoff authored
Make EventStore inherit from EventFederationStore
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Richard van der Hoff authored
Add some documentation for using the dashboard
-
Paul Tötterman authored
-
Richard van der Hoff authored
-
- Jul 30, 2018
-
-
Amber Brown authored
Only import secrets when available
-
Travis Ralston authored
The field is never read from, and all the opportunities given to populate it are not utilized. It should be very safe to remove this.
-
Krombel authored
secrets got introduced in python 3.6 so this class is not available in 3.5 and before. This now checks for the current running version and only tries using secrets if the version is 3.6 or above Signed-Off-By:
Matthias Kesler <krombel@krombel.de>
-
Neil Johnson authored
-
Neil Johnson authored
-