| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
* | Convert state delta processing from a dict to attrs. (#16469) | Patrick Cloke | 2023-10-16 | 1 | -1/+1 |
* | Some refactors around receipts stream (#16426) | Erik Johnston | 2023-10-04 | 1 | -7/+19 |
* | Don't wake up destination transaction queue if they're not due for retry. (#1... | Erik Johnston | 2023-09-04 | 1 | -2/+0 |
* | Don't reset retry timers on "valid" error codes (#16221) | Erik Johnston | 2023-09-04 | 1 | -2/+2 |
* | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 1 | -13/+13 |
* | Replace make_awaitable with AsyncMock (#16179) | Patrick Cloke | 2023-08-24 | 1 | -27/+22 |
* | Re-introduce the outbound federation proxy (#15913) | Eric Eastwood | 2023-07-18 | 1 | -0/+10 |
* | Revert "Federation outbound proxy" (#15910) | Eric Eastwood | 2023-07-10 | 1 | -10/+0 |
* | Federation outbound proxy (#15773) | Eric Eastwood | 2023-07-05 | 1 | -0/+10 |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 1 | -7/+5 |
* | Fix type hints in typing edu unit tests (#14886) | Andrew Morgan | 2023-01-26 | 1 | -40/+59 |
* | Modernize unit tests configuration settings for workers. (#14568) | realtyem | 2022-12-01 | 1 | -2/+4 |
* | typing: check origin server of typing event against room's servers (#13830) | Mathieu Velten | 2022-09-26 | 1 | -0/+4 |
* | Faster Remote Room Joins: tell remote homeservers that we are unable to autho... | reivilibre | 2022-09-23 | 1 | -1/+1 |
* | `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request... | Quentin Gliech | 2022-08-22 | 1 | -3/+5 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 1 | -2/+4 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 1 | -1/+1 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 1 | -10/+23 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -3/+3 |
* | Add type hints to tests files. (#12256) | Dirk Klimpel | 2022-03-21 | 1 | -15/+20 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -20/+20 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Add type hints for event streams. (#10856) | Patrick Cloke | 2021-09-21 | 1 | -8/+38 |
* | Ignore EDUs for rooms we're not in (#10317) | Dagfinn Ilmari Mannsåker | 2021-07-06 | 1 | -0/+37 |
* | Don't hammer the database for destination retry timings every ~5mins (#10036) | Erik Johnston | 2021-05-21 | 1 | -7/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -6/+6 |
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 1 | -1/+1 |
* | Merge pull request #8858 from matrix-org/rav/sso_uia | Richard van der Hoff | 2020-12-02 | 1 | -3/+8 |
|\ |
|
| * | fix up various test cases | Richard van der Hoff | 2020-12-02 | 1 | -3/+8 |
* | | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -3/+3 |
|/ |
|
* | Remove redundant `HomeserverTestCase.render` | Richard van der Hoff | 2020-11-16 | 1 | -1/+0 |
* | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 1 | -34/+14 |
* | Catch-up after Federation Outage (split, 4): catch-up loop (#8272) | reivilibre | 2020-09-15 | 1 | -0/+5 |
* | Fixup pusher pool notifications (#8287) | Erik Johnston | 2020-09-09 | 1 | -0/+1 |
* | Revert "Fixup pusher pool notifications" | Erik Johnston | 2020-09-09 | 1 | -1/+0 |
* | Fixup pusher pool notifications | Erik Johnston | 2020-09-09 | 1 | -0/+1 |
* | Allow for make_awaitable's return value to be re-used. (#8261) | Patrick Cloke | 2020-09-08 | 1 | -1/+1 |
* | Do not yield on awaitables in tests. (#8193) | Patrick Cloke | 2020-08-27 | 1 | -1/+3 |
* | Do not propagate typing notifications from shadow-banned users. (#8176) | Patrick Cloke | 2020-08-26 | 1 | -6/+20 |
* | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 1 | -2/+2 |
* | Convert some of the general database methods to async (#8100) | Patrick Cloke | 2020-08-17 | 1 | -1/+1 |
* | Convert devices database to async/await. (#8069) | Patrick Cloke | 2020-08-12 | 1 | -1/+1 |
* | Convert account data, device inbox, and censor events databases to async/awai... | Patrick Cloke | 2020-08-12 | 1 | -1/+2 |
* | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 1 | -2/+2 |
* | Fix tests | Erik Johnston | 2020-07-15 | 1 | -2/+2 |
* | Convert the typing handler to async/await. (#7679) | Patrick Cloke | 2020-06-17 | 1 | -6/+7 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -1/+4 |
* | Store room version on invite (#6983) | Richard van der Hoff | 2020-02-26 | 1 | -0/+1 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -3/+3 |
* | Refactor the membership check methods in Auth | Richard van der Hoff | 2020-02-18 | 1 | -2/+2 |
* | Add typing to synapse.federation.sender (#6871) | Erik Johnston | 2020-02-07 | 1 | -2/+6 |
* | Resync remote device list when detected as stale. (#6786) | Erik Johnston | 2020-01-30 | 1 | -3/+3 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -19/+20 |
* | Fixup functions to consistently return deferreds | Erik Johnston | 2019-12-06 | 1 | -6/+18 |
* | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 1 | -0/+3 |
* | rename get_devices_by_remote to get_device_updates_by_remote | Hubert Chathi | 2019-10-30 | 1 | -2/+2 |
* | Port federation_server to async/await | Erik Johnston | 2019-10-29 | 1 | -0/+3 |
* | Fix races in room stats (and other) updates. (#6187) | Richard van der Hoff | 2019-10-10 | 1 | -1/+1 |
* | Add 'failure_ts' column to 'destinations' table (#6016) | Richard van der Hoff | 2019-09-17 | 1 | -1/+6 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -8/+8 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -93/+59 |
* | Fix grammar and document get_current_users_in_room (#4998) | Andrew Morgan | 2019-04-03 | 1 | -2/+2 |
* | Make federation endpoints more tolerant of trailing slashes v2 (#4935) | Andrew Morgan | 2019-03-26 | 1 | -3/+3 |
* | Remove trailing slashes from outbound federation requests and retry on 400 (#... | Andrew Morgan | 2019-03-21 | 1 | -0/+2 |
|\ |
|
| * | Switch to wrapper function around _send_request | Andrew Morgan | 2019-03-13 | 1 | -2/+2 |
| * | Correct argument name | Andrew Morgan | 2019-03-12 | 1 | -2/+2 |
| * | Cleaner way of implementing trailing slashes | Andrew Morgan | 2019-03-12 | 1 | -2/+4 |
| * | and again | Andrew Morgan | 2019-03-11 | 1 | -1/+1 |
| * | Fix syntax error | Andrew Morgan | 2019-03-11 | 1 | -1/+1 |
| * | We're calling different functions now | Andrew Morgan | 2019-03-11 | 1 | -2/+2 |
* | | Revert "Make federation endpoints more tolerant of trailing slashes for some ... | Erik Johnston | 2019-03-14 | 1 | -3/+3 |
|/ |
|
* | Make federation endpoints more tolerant of trailing slashes for some endpoint... | Andrew Morgan | 2019-03-11 | 1 | -3/+3 |
* | Update test_typing to use HomeserverTestCase. (#4771) | Richard van der Hoff | 2019-03-04 | 1 | -157/+133 |
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -3/+1 |
* | Fix origin handling for pushed transactions | Richard van der Hoff | 2018-09-05 | 1 | -11/+8 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
* | Run black. | black | 2018-08-10 | 1 | -116/+115 |
* | Test fixes for Python 3 (#3647) | Amber Brown | 2018-08-09 | 1 | -1/+3 |
* | Remove pdu_failures from transactions | Travis Ralston | 2018-07-30 | 1 | -1/+0 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -7/+12 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | try make tests work a bit more... | Matthew Hodgson | 2017-12-04 | 1 | -0/+12 |
* | erik told me to | Matthew Hodgson | 2017-12-04 | 1 | -1/+1 |
* | push federation retry limiter down to matrixfederationclient | Richard van der Hoff | 2017-03-23 | 1 | -0/+2 |
* | Add basic implementation of local device list changes | Erik Johnston | 2017-01-25 | 1 | -0/+3 |
* | Merge pull request #1098 from matrix-org/markjh/bearer_token | Mark Haines | 2016-10-25 | 1 | -1/+2 |
|\ |
|
| * | Fix unit tests | Mark Haines | 2016-09-12 | 1 | -1/+2 |
* | | Time out typing over federation | Erik Johnston | 2016-09-23 | 1 | -5/+2 |
|/ |
|
* | Fix unit tests | Mark Haines | 2016-09-06 | 1 | -0/+8 |
* | Fix unit tests | Erik Johnston | 2016-08-26 | 1 | -0/+6 |
* | Store the typing users as user_id strings. (#819) | Mark Haines | 2016-06-02 | 1 | -2/+2 |
* | Move typing handler out of the Handlers object | Mark Haines | 2016-05-17 | 1 | -9/+1 |
* | Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room | Mark Haines | 2016-05-16 | 1 | -44/+5 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -60/+55 |
* | Delete the table objects from TransactionStore | Mark Haines | 2016-01-13 | 1 | -1/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Update tests | Erik Johnston | 2015-11-17 | 1 | -0/+2 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -6/+24 |
* | Consolidate duplicate code in notifier | Erik Johnston | 2015-07-02 | 1 | -10/+10 |
* | Don't bother checking for updates if the stream token hasn't advanced for a user | Mark Haines | 2015-05-13 | 1 | -6/+6 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-17 | 1 | -6/+19 |
|\ |
|
| * | Various minor fixes to unit-test structure around typing notifications | Paul "LeoNerd" Evans | 2015-04-15 | 1 | -0/+7 |
| * | Have TypingNotificationEventSource.get_new_events_for_user() return a deferre... | Paul "LeoNerd" Evans | 2015-04-15 | 1 | -6/+12 |
* | | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -1/+6 |
|/ |
|
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -25/+22 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -3/+4 |
* | Check that setting typing notification still works after explicit timeout - S... | Paul "LeoNerd" Evans | 2015-01-12 | 1 | -0/+26 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-15 | 1 | -22/+118 |
|\ |
|
| * | Send list of typing user IDs as 'user_ids' list within 'content', so that m.t... | Paul "LeoNerd" Evans | 2014-12-12 | 1 | -5/+15 |
| * | Actually auth-check to ensure people can only send typing notifications for r... | Paul "LeoNerd" Evans | 2014-12-11 | 1 | -0/+10 |
| * | Hook up the event stream to typing notifications | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -0/+60 |
| * | Store serial numbers per room for typing event stream purposes | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -30/+16 |
| * | First hack at implementing timeouts in typing notification handler | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -3/+33 |
* | | Fix some tests | Erik Johnston | 2014-12-10 | 1 | -1/+1 |
|/ |
|
* | Add newline back in | Erik Johnston | 2014-12-10 | 1 | -0/+1 |
* | Remove whitespace | Erik Johnston | 2014-12-10 | 1 | -1/+1 |
* | fix UTs by telling all the mock stores about the new methods for tracking ret... | Matthew Hodgson | 2014-12-09 | 1 | -2/+7 |
* | SYN-103: Remove "origin" and "destination" keys from edus | Mark Haines | 2014-11-13 | 1 | -3/+0 |
* | Fix typing tests | Erik Johnston | 2014-11-05 | 1 | -0/+1 |
* | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 1 | -1/+1 |
* | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr... | Mark Haines | 2014-10-14 | 1 | -0/+1 |
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 1 | -2/+2 |
* | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 1 | -0/+1 |
* | Sign federation transactions | Mark Haines | 2014-09-24 | 1 | -1/+5 |
* | Fix unit tests after adding extra argument on put_json | Erik Johnston | 2014-09-15 | 1 | -2/+4 |
* | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -5/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 2014-08-31 | 1 | -3/+3 |
* | Initial typing notification support - EDU federation, but no timers, and no a... | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -0/+250 |