- Sep 30, 2021
-
-
Patrick Cloke authored
Fix some harmless errors from background processes (mostly due to awaiting Mock objects) that occurred in the Synapse logs during unit tests.
-
- Apr 14, 2021
-
-
Jonathan de Jong authored
Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Apr 09, 2021
-
-
Patrick Cloke authored
-
- Oct 29, 2020
-
-
Erik Johnston authored
We do it this way round so that only the "owner" can delete the access token (i.e. `/logout/all` by the "owner" also deletes that token, but `/logout/all` by the "target user" doesn't). A future PR will add an API for creating such a token. When the target user and authenticated entity are different the `Processed request` log line will be logged with a: `{@admin:server as @bob:server} ...`. I'm not convinced by that format (especially since it adds spaces in there, making it harder to use `cut -d ' '` to chop off the start of log lines). Suggestions welcome.
-
- Oct 21, 2020
-
-
Will Hunt authored
* Limit AS transactions to 100 events * Update changelog.d/8606.feature Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Add tests * Update synapse/appservice/scheduler.py Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Oct 15, 2020
-
-
Will Hunt authored
Optionally sends typing, presence, and read receipt information to appservices.
-
- Jul 30, 2020
-
-
Patrick Cloke authored
-
- Aug 20, 2019
-
-
Richard van der Hoff authored
Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code (it seemed to be previously inexplicably split between `ApplicationServiceScheduler.start` and `_Recoverer.start`). Add some docstrings too.
-
- Jul 03, 2019
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- May 02, 2018
-
-
Richard van der Hoff authored
... which were making other, innocent, tests, fail. Plus remove a spurious unittest.DEBUG which was making the output noisy.
-
- Nov 16, 2017
-
-
Luke Barnard authored
-
Luke Barnard authored
-
- Mar 28, 2017
-
-
Erik Johnston authored
-
- Aug 17, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 19, 2016
-
-
Mark Haines authored
-
- Jan 14, 2016
-
-
Daniel Wagner-Hall authored
Defaults ID to as_token if not specified. This will change when IDs are fully supported.
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- May 22, 2015
-
-
Mark Haines authored
-
- Mar 31, 2015
-
-
Kegan Dougal authored
This was caused by not explicitly checking the service.sender field. This has now been fixed and a regression test has been added.
-
- Mar 16, 2015
-
-
Kegan Dougal authored
-
Kegan Dougal authored
Replace EventGrouper for ServiceQueuer to move to push-based txns. Fix tests and add stub tests for ServiceQueuer.
-
Kegan Dougal authored
-
- Mar 09, 2015
-
-
Kegan Dougal authored
-
- Mar 06, 2015
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
With tests to assert behaviour. Not hooked up yet. Stub datastore methods not implemented yet.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Feb 27, 2015
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Feb 11, 2015
-
-
Kegan Dougal authored
-
- Feb 04, 2015
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-