- Nov 09, 2018
-
-
Erik Johnston authored
Drop incoming events from federation for unknown rooms
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
Brendan Abolivier authored
Add a Content-Type header on POST requests to the federation client script
-
Brendan Abolivier authored
-
- Nov 08, 2018
-
-
Erik Johnston authored
Fix noop checks when updating device keys
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix encoding error for consent form on python3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Clients often reupload their device keys (for some reason) so its important for the server to check for no-ops before sending out device list update notifications. The check is broken in python 3 due to the fact comparing bytes and unicode always fails, and that we write bytes to the DB but get unicode when we read.
-
Erik Johnston authored
When we receive events over federation we will need to know the room version to be able to correctly handle them, e.g. once we start changing event formats. Currently, we attempt to handle events in unknown rooms.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
hera authored
The form was rendering this as "b'01234....'". -- richvdh
-
- Nov 07, 2018
-
-
Amber Brown authored
* port hash_password * changelog
-
Amber Brown authored
-
Richard van der Hoff authored
add purge_history.sh and purge_remote_media.sh scripts
-
rubo77 authored
Signed-off-by:
Ruben Barkow <github@r.z11.de>
-
- Nov 06, 2018
-
-
Amber Brown authored
-
Travis Ralston authored
So people can still collect consent the old way if they want to.
-
- Nov 05, 2018
-
-
Hubert Chathi authored
fixes #4056
-
Amber Brown authored
-
Amber Brown authored
-
Erik Johnston authored
* Add helpers for getting prev and auth events This is in preparation for allowing the event format to change between room versions.
-
- Nov 02, 2018
-
-
Amber Brown authored
-
Erik Johnston authored
Clean up event accesses and tests
-
Erik Johnston authored
-
Erik Johnston authored
This is in preparation to refactor FrozenEvent to support different event formats for different room versions
-
Amber Brown authored
-
Richard van der Hoff authored
Fix locked upsert on device_lists_remote_cache
-
Richard van der Hoff authored
Fix logic error that prevented guests from seeing the privacy policy
-
Erik Johnston authored
Fix None exception in state res v2
-
Richard van der Hoff authored
-
Richard van der Hoff authored
The indexes on device_lists_remote_extremeties can be unique, and they therefore should, to ensure that the db remains consistent.
-
Richard van der Hoff authored
We can rely on the application-level per-user linearizer.
-
Erik Johnston authored
-