| Commit message (Expand) | Author | Age | Files | Lines |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 1 | -16/+7 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 1 | -4/+5 |
* | Fix bug in `wait_for_stream_position` (#14856) | Erik Johnston | 2023-01-17 | 1 | -0/+78 |
* | Faster remote room joins: unblock tasks waiting for full room state when the ... | reivilibre | 2022-12-06 | 1 | -0/+65 |
* | Modernize unit tests configuration settings for workers. (#14568) | realtyem | 2022-12-01 | 7 | -49/+55 |
* | Fix an invalid comparison of `UserPresenceState` to `str` (#14393) | Andrew Morgan | 2022-11-16 | 1 | -1/+6 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 2 | -9/+12 |
* | Merge/remove `Slaved*` stores into `WorkerStores` (#14375) | Nick Mills-Barrett | 2022-11-11 | 1 | -3/+3 |
* | Add initial power level event to batch of bulk persisted events when creating... | Shay | 2022-10-21 | 1 | -1/+1 |
* | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 1 | -4/+13 |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 2 | -3/+14 |
* | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -1/+1 |
* | Add cache invalidation across workers to module API (#13667) | Mathieu Velten | 2022-09-21 | 1 | -0/+79 |
* | Update event push action and receipt tables to support threads. (#13753) | Patrick Cloke | 2022-09-14 | 1 | -0/+1 |
* | Generalise the `@cancellable` annotation so it can be used on functions other... | reivilibre | 2022-08-31 | 1 | -1/+2 |
* | Reduce the number of tests using TCP replication. (#13543) | Patrick Cloke | 2022-08-19 | 3 | -68/+33 |
* | Remove old empty/redundant slaved stores. (#13349) | Nick Mills-Barrett | 2022-07-21 | 2 | -307/+0 |
* | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 1 | -6/+17 |
* | Clean up the test code for client disconnections (#12929) | Sean Quah | 2022-06-07 | 1 | -6/+4 |
* | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 3 | -7/+17 |
* | Lay some foundation work to allow workers to only subscribe to some kinds of ... | reivilibre | 2022-05-19 | 2 | -12/+115 |
* | Fix room upgrades creating an empty room when auth fails (#12696) | Sean Quah | 2022-05-16 | 1 | -13/+1 |
* | Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) | Sean Quah | 2022-05-11 | 2 | -0/+119 |
* | Use `getClientAddress` instead of `getClientIP`. (#12599) | Patrick Cloke | 2022-05-04 | 1 | -8/+12 |
* | Implement changes to MSC2285 (hidden read receipts) (#12168) | Å imon Brandner | 2022-05-04 | 1 | -9/+229 |
* | Use constants for receipt types in tests. (#12582) | Å imon Brandner | 2022-04-28 | 1 | -3/+8 |
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 1 | -4/+4 |
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 1 | -2/+2 |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 4 | -5/+5 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -1/+1 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 8 | -17/+17 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 2 | -3/+7 |
* | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who... | reivilibre | 2022-01-21 | 1 | -2/+2 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 1 | -1/+5 |
* | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 1 | -3/+4 |
* | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411) | Sean Quah | 2021-11-26 | 1 | -1/+5 |
* | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 1 | -4/+1 |
* | type-hint `HomeserverTestcase.setup_test_homeserver` (#10961) | David Robertson | 2021-10-01 | 1 | -4/+15 |
* | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 1 | -2/+2 |
* | Add reactor to `SynapseRequest` and fix up types. (#10868) | Erik Johnston | 2021-09-24 | 1 | -1/+1 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Create a constant for a small png image in tests. (#10834) | Patrick Cloke | 2021-09-16 | 1 | -12/+6 |
* | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 1 | -1/+1 |
* | Do not include rooms with an unknown room version in a sync response. (#10644) | Patrick Cloke | 2021-08-19 | 1 | -0/+1 |
* | Convert room member storage tuples to attrs. (#10629) | Patrick Cloke | 2021-08-18 | 1 | -3/+6 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 7 | -8/+7 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 5 | -18/+18 |
* | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 2021-07-13 | 3 | -8/+8 |
* | Improve validation for `send_{join,leave,knock}` (#10225) | Richard van der Hoff | 2021-06-24 | 1 | -1/+1 |
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 1 | -1/+3 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -1/+1 |
* | Improved validation for received requests (#9817) | Richard van der Hoff | 2021-04-23 | 1 | -0/+1 |
* | Kill off `_PushHTTPChannel`. (#9878) | Richard van der Hoff | 2021-04-23 | 1 | -115/+19 |
* | pass a reactor into SynapseSite (#9874) | Richard van der Hoff | 2021-04-23 | 1 | -0/+1 |
* | Fix (final) Bugbear violations (#9838) | Jonathan de Jong | 2021-04-20 | 1 | -2/+2 |
* | Move some replication processing out of generic_worker (#9796) | Erik Johnston | 2021-04-14 | 1 | -5/+3 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 20 | -20/+0 |
* | Bump black configuration to target py36 (#9781) | Dan Callahan | 2021-04-13 | 1 | -1/+1 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 7 | -10/+7 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 2 | -8/+12 |
* | Fix CI by ignore type for None module import (#9709) | Andrew Morgan | 2021-03-29 | 1 | -1/+1 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 2 | -2/+3 |
* | Fix remaining mypy issues due to Twisted upgrade. (#9608) | Patrick Cloke | 2021-03-15 | 1 | -28/+16 |
* | Fix additional type hints from Twisted 21.2.0. (#9591) | Patrick Cloke | 2021-03-12 | 1 | -3/+5 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -10/+17 |
* | Clean up `ShardedWorkerHandlingConfig` (#9466) | Erik Johnston | 2021-02-24 | 4 | -4/+4 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 10 | -89/+83 |
* | Precompute joined hosts and store in Redis (#9198) | Erik Johnston | 2021-01-26 | 1 | -16/+25 |
* | lint | Richard van der Hoff | 2020-12-15 | 2 | -4/+1 |
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 4 | -24/+24 |
* | Replace `request.code` with `channel.code` | Richard van der Hoff | 2020-12-15 | 2 | -9/+9 |
* | Default to blacklisting reserved IP ranges and add a whitelist. (#8870) | Patrick Cloke | 2020-12-09 | 1 | -1/+1 |
* | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 2020-12-04 | 2 | -8/+120 |
* | Add additional validation to pusher URLs. (#8865) | Patrick Cloke | 2020-12-04 | 1 | -4/+4 |
* | Merge pull request #8858 from matrix-org/rav/sso_uia | Richard van der Hoff | 2020-12-02 | 1 | -6/+8 |
|\ |
|
| * | fix up various test cases | Richard van der Hoff | 2020-12-02 | 1 | -6/+8 |
* | | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 3 | -10/+10 |
|/ |
|
* | Simplify the way the `HomeServer` object caches its internal attributes. (#8... | Jonathan de Jong | 2020-11-30 | 1 | -1/+1 |
* | Remove redundant calls to `render()` | Richard van der Hoff | 2020-11-16 | 3 | -16/+1 |
* | Make `make_request` actually render the request | Richard van der Hoff | 2020-11-16 | 1 | -2/+2 |
* | Merge branch 'develop' into rav/pass_site_to_make_request | Richard van der Hoff | 2020-11-16 | 1 | -2/+2 |
|\ |
|
| * | Rename `create_test_json_resource` to `create_test_resource` (#8759) | Richard van der Hoff | 2020-11-16 | 1 | -2/+2 |
* | | use global make_request() directly where we have a custom Resource | Richard van der Hoff | 2020-11-15 | 3 | -21/+60 |
|/ |
|
* | Fix race for concurrent downloads of remote media. (#8682) | Erik Johnston | 2020-10-30 | 1 | -0/+277 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -1/+1 |
* | Don't require hiredis to run unit tests (#8680) | Erik Johnston | 2020-10-29 | 1 | -1/+10 |
* | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 2 | -2/+2 |
* | Solidify the HomeServer constructor. (#8515) | Jonathan de Jong | 2020-10-15 | 2 | -3/+3 |
* | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_invite | Richard van der Hoff | 2020-10-15 | 1 | -1/+1 |
|\ |
|
| * | Simplify `_locally_reject_invite` | Richard van der Hoff | 2020-10-13 | 1 | -1/+1 |
* | | Add basic tests for sync/pagination with vector clock tokens. (#8488) | Erik Johnston | 2020-10-14 | 1 | -0/+217 |
|/ |
|
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Add unit test for event persister sharding (#8433) | Erik Johnston | 2020-10-02 | 2 | -21/+305 |
* | Add EventStreamPosition type (#8388) | Erik Johnston | 2020-09-24 | 1 | -3/+9 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Allow for make_awaitable's return value to be re-used. (#8261) | Patrick Cloke | 2020-09-08 | 1 | -5/+5 |
* | Re-implement unread counts (again) (#8059) | Brendan Abolivier | 2020-09-02 | 1 | -4/+6 |
* | Do not propagate typing notifications from shadow-banned users. (#8176) | Patrick Cloke | 2020-08-26 | 1 | -2/+2 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -3/+3 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -7/+6 |
* | Convert push to async/await. (#7948) | Patrick Cloke | 2020-07-27 | 1 | -2/+4 |
* | Convert the message handler to async/await. (#7884) | Patrick Cloke | 2020-07-22 | 1 | -32/+44 |
* | Add ability to run multiple pusher instances (#7855) | Erik Johnston | 2020-07-16 | 1 | -0/+193 |
* | Fix client reader sharding tests (#7853) | Erik Johnston | 2020-07-15 | 3 | -172/+246 |
* | Support handling registration requests across multiple client readers. (#7830) | Patrick Cloke | 2020-07-13 | 1 | -0/+133 |
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 2 | -0/+287 |
* | Back out MSC2625 implementation (#7761) | Brendan Abolivier | 2020-07-01 | 1 | -16/+3 |
* | Merge branch 'develop' into babolivier/mark_unread | Brendan Abolivier | 2020-06-15 | 2 | -21/+141 |
|\ |
|
| * | Discard RDATA from already seen positions. (#7648) | Patrick Cloke | 2020-06-15 | 2 | -21/+141 |
* | | Lint | Brendan Abolivier | 2020-06-12 | 1 | -3/+1 |
* | | Test that a mark_unread action updates the right counter when using a slave s... | Brendan Abolivier | 2020-06-12 | 1 | -0/+15 |
* | | Fix tests | Brendan Abolivier | 2020-06-10 | 1 | -3/+3 |
|/ |
|
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -7/+2 |
* | Fix recording of federation stream token (#7564) | Richard van der Hoff | 2020-05-26 | 1 | -0/+71 |
* | fix mypy for tests/replication (#7518) | Richard van der Hoff | 2020-05-18 | 2 | -13/+7 |
* | Fix limit logic for AccountDataStream (#7384) | Richard van der Hoff | 2020-05-15 | 1 | -0/+117 |
* | Clean up replication unit tests. (#7490) | Erik Johnston | 2020-05-13 | 7 | -51/+15 |
* | Fix catchup-on-reconnect for the Federation Stream (#7374) | Richard van der Hoff | 2020-05-05 | 3 | -12/+94 |
* | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 3 | -6/+6 |
* | Use `stream.current_token()` and remove `stream_positions()` (#7172) | Erik Johnston | 2020-05-01 | 4 | -34/+26 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 2 | -2/+5 |
* | Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) | Erik Johnston | 2020-04-29 | 1 | -0/+62 |
* | Fix limit logic for EventsStream (#7358) | Richard van der Hoff | 2020-04-29 | 4 | -21/+458 |
* | Add some replication tests (#7278) | Erik Johnston | 2020-04-28 | 2 | -11/+298 |
* | Another go at fixing one-word commands (#7326) | Richard van der Hoff | 2020-04-22 | 1 | -0/+42 |
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 1 | -2/+2 |
* | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 3 | -29/+25 |
* | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 2020-03-25 | 2 | -23/+84 |
* | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 2020-03-23 | 1 | -2/+2 |
* | Read the room version from database when fetching events (#6874) | Richard van der Hoff | 2020-03-04 | 1 | -0/+10 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -4/+8 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 1 | -1/+1 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -2/+2 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -2/+4 |
* | Fixup tests | Erik Johnston | 2019-12-06 | 1 | -1/+4 |
* | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 2 | -0/+7 |
* | Use new EventPersistenceStore | Erik Johnston | 2019-10-23 | 2 | -3/+8 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 3 | -26/+14 |
* | Fix sync bug when accepting invites (#4956) | Richard van der Hoff | 2019-04-02 | 2 | -28/+161 |
* | Move replication.tcp.streams into a package | Richard van der Hoff | 2019-03-27 | 1 | -1/+1 |
* | Fix bug where read-receipts lost their timestamps (#4927) | Richard van der Hoff | 2019-03-25 | 4 | -0/+148 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -2/+2 |
* | Clean up event accesses and tests | Erik Johnston | 2018-11-02 | 1 | -2/+2 |
* | Disable frozen dicts by default (#3987) | Amber Brown | 2018-10-02 | 1 | -1/+5 |
* | Refactor matrixfederationclient to fix logging (#3906) | Richard van der Hoff | 2018-09-18 | 1 | -32/+3 |
* | Fix tests on postgresql (#3740) | Amber Brown | 2018-09-04 | 4 | -124/+116 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2018-08-20 | 4 | -67/+64 |
|\ |
|
| * | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
| * | Run black. | black | 2018-08-10 | 4 | -67/+63 |
* | | Fix tests | Erik Johnston | 2018-08-09 | 1 | -1/+2 |
|/ |
|
* | Fix unit tests | Richard van der Hoff | 2018-07-25 | 1 | -7/+30 |
* | Fix unit tests | Erik Johnston | 2018-07-23 | 1 | -3/+5 |
* | run isort | Amber Brown | 2018-07-09 | 4 | -13/+15 |
* | remove dead filter_events_for_clients | Richard van der Hoff | 2018-06-12 | 1 | -8/+0 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix unit tests | Erik Johnston | 2018-02-20 | 1 | -4/+6 |
* | Remove context.push_actions | Erik Johnston | 2018-02-15 | 1 | -1/+4 |
* | Store state groups separately from events (#2784) | Erik Johnston | 2018-02-06 | 1 | -3/+1 |
* | Matthew's fixes to the unit tests | Richard van der Hoff | 2018-01-22 | 1 | -2/+6 |
* | Remove test of replication resource | Erik Johnston | 2017-04-11 | 1 | -204/+0 |
* | Change slave storage to use new replication interface | Erik Johnston | 2017-04-03 | 1 | -8/+22 |
* | Fix unit test | Erik Johnston | 2017-03-20 | 1 | -1/+1 |
* | Remote membership tests for replication | Erik Johnston | 2017-01-31 | 1 | -43/+0 |
* | Insert delta of current_state_events to be more efficient | Erik Johnston | 2017-01-20 | 1 | -29/+0 |
* | Derive current_state_events from state groups | Erik Johnston | 2017-01-20 | 1 | -28/+17 |
* | Shuffle receipt handler around so that worker apps don't need to load it | Erik Johnston | 2016-11-23 | 1 | -1/+1 |
* | Reduce DB hits for replication | Erik Johnston | 2016-09-23 | 2 | -3/+3 |
* | Correctly handle the difference between prev and current state | Erik Johnston | 2016-08-31 | 2 | -9/+5 |
* | Replace context.current_state with context.current_state_ids | Erik Johnston | 2016-08-25 | 1 | -1/+8 |
* | Add `create_requester` function | Richard van der Hoff | 2016-07-26 | 1 | -9/+11 |
* | Remove room name & alias test | David Baker | 2016-06-24 | 1 | -41/+0 |
* | Move typing handler out of the Handlers object | Mark Haines | 2016-05-17 | 1 | -1/+1 |
* | Move the presence handler out of the Handlers object | Mark Haines | 2016-05-16 | 1 | -1/+1 |
* | Add a slaved datastore for account data | Mark Haines | 2016-05-13 | 1 | -0/+56 |
* | Replicate push actions | Mark Haines | 2016-04-21 | 1 | -0/+43 |
* | Merge pull request #738 from matrix-org/markjh/slaved_receipts | Mark Haines | 2016-04-19 | 3 | -3/+43 |
|\ |
|
| * | Add a slaved receipts store | Mark Haines | 2016-04-19 | 3 | -3/+43 |
* | | Replicate get_invited_rooms_for_user | Mark Haines | 2016-04-19 | 1 | -0/+12 |
|/ |
|
* | Add tests for redactions | Mark Haines | 2016-04-07 | 2 | -2/+51 |
* | Add sensible __eq__ operators inside the tests. | Mark Haines | 2016-04-07 | 1 | -1/+28 |
* | Add tests for get_latest_event_ids_in_room and get_current_state | Mark Haines | 2016-04-07 | 1 | -0/+62 |
* | Test that room membership is replicated | Mark Haines | 2016-04-06 | 1 | -8/+63 |
* | Add a slaved events store class | Mark Haines | 2016-04-06 | 4 | -0/+199 |
* | Add a replication stream for state groups | Mark Haines | 2016-03-30 | 1 | -3/+27 |
* | Add replication stream for pushers | Mark Haines | 2016-03-15 | 1 | -0/+1 |
* | Merge branch 'develop' into markjh/pushrule_stream | Mark Haines | 2016-03-04 | 1 | -7/+10 |
|\ |
|
| * | Pass whole requester to ratelimiting | Daniel Wagner-Hall | 2016-03-03 | 1 | -7/+10 |
* | | Hook push rules up to the replication API | Mark Haines | 2016-03-02 | 1 | -2/+4 |
|/ |
|
* | Add a /replication API for extracting the updates that happened on | Mark Haines | 2016-03-01 | 2 | -0/+193 |