- Sep 06, 2018
-
-
Erik Johnston authored
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Synapse 0.33.3.1 (2018-09-06) ============================= SECURITY FIXES -------------- - Fix an issue where event signatures were not always correctly validated ([\#3796](https://github.com/matrix-org/synapse/issues/3796)) - Fix an issue where server_acls could be circumvented for incoming events ([\#3796](https://github.com/matrix-org/synapse/issues/3796)) Internal Changes ---------------- - Unignore synctl in .dockerignore to fix docker builds ([\#3802](https://github.com/matrix-org/synapse/issues/3802))
-
Jan Christian Grünhage authored
-
Jan Christian Grünhage authored
-
- Sep 05, 2018
-
-
Richard van der Hoff authored
Implement 'event_format' filter param in /sync
-
Amber Brown authored
-
Richard van der Hoff authored
Use the actual origin for push transactions, rather than whatever the remote server claimed.
-
Richard van der Hoff authored
We should check that both the sender's server, and the server which created the event_id (which may be different from whatever the remote server has told us the origin is), have signed the event.
-
- Sep 04, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This has been specced and part-implemented; let's implement it for /sync (but no other endpoints yet :/).
-
Neil Johnson authored
improve human readable error messages
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Sep 03, 2018
-
-
Amber Brown authored
-
Erik Johnston authored
Remove unnecessary resolve_events_with_state_map
-
Erik Johnston authored
-
Amber Brown authored
matrix-synapse-auto-deploy is no longer maintained.
-
Amber Brown authored
-
Amber Brown authored
-
- Aug 31, 2018
-
-
Neil Johnson authored
fix bug where preserved threepid user comes to sign up and server is …
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
Richard van der Hoff authored
Make sure that we close db connections opened during init
-
- Aug 29, 2018
-
-
Erik Johnston authored
fix #3445 - do not use itervalues() on SortedDict()
-
Krombel authored
-
Krombel authored
itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3] but SortedDict only implements d.values()
-
Amber Brown authored
-
- Aug 28, 2018
-
-
Matthew Hodgson authored
don't return non-LL-member state in incremental sync state blocks
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This gives clearer messages when someone gets it wrong
-