Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-06 | Remove unused get_prev_events_and_hashes_for_room | Richard van der Hoff | 2 | -43/+6 | |
2020-01-06 | Remove unused hashes and depths from _update_membership params | Richard van der Hoff | 1 | -13/+4 | |
2020-01-06 | Remove unused hashes and depths from create_event params | Richard van der Hoff | 3 | -22/+13 | |
2020-01-06 | Remove unused hashes and depths from create_new_client_event params | Richard van der Hoff | 2 | -12/+26 | |
2020-01-06 | replace get_prev_events_and_hashes_for_room with get_prev_events_for_room in ↵ | Richard van der Hoff | 2 | -9/+38 | |
create_new_client_event | |||||
2020-01-06 | rename get_prev_events_for_room to get_prev_events_and_hashes_for_room | Richard van der Hoff | 4 | -7/+12 | |
... to make way for a new method which just returns the event ids | |||||
2020-01-06 | Fix power levels being incorrectly set in old and new rooms after a room ↵ | Andrew Morgan | 2 | -7/+11 | |
upgrade (#6633) Modify a copy of an upgraded room's PL before sending to the new room | |||||
2020-01-03 | Automate generation of the sample and debian log configs (#6627) | Richard van der Hoff | 9 | -40/+73 | |
2020-01-03 | Raise an error if someone tries to use the log_file config option (#6626) | Richard van der Hoff | 3 | -3/+17 | |
This has caused some confusion for people who didn't notice it going away. | |||||
2020-01-03 | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 9 | -128/+3 | |
This looks like it got half-killed back in #888. Fixes #6567. | |||||
2020-01-03 | Kill off redundant SynapseRequestFactory (#6619) | Richard van der Hoff | 3 | -17/+8 | |
We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor. | |||||
2020-01-03 | Reduce the reconnect time when replication fails. (#6617) | Richard van der Hoff | 2 | -1/+3 | |
2020-01-02 | Added the section 'Configuration' in /docs/turn-howto.md (#6614) | ewaf1 | 2 | -0/+3 | |
put the 2nd part of the "source installation"-section into a new section, because it also applies to Debian packages | |||||
2020-01-02 | Reword sections of federate.md that explained delegation at time of Synapse ↵ | Aaron Raimist | 2 | -21/+4 | |
1.0 transition (#6601) * Remove sections of federate.md explaining delegation at time of Synapse 1.0 transition Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||||
2019-12-31 | 1.7.3 v1.7.3 github/release-v1.7.3 release-v1.7.3 | Richard van der Hoff | 4 | -2/+18 | |
2019-12-31 | Hacks to work around #6605 (#6608) | Richard van der Hoff | 2 | -15/+38 | |
When we have an event which refers to non-existent |