| Commit message (Expand) | Author | Age | Files | Lines |
* | Batch up notifications after event persistence (#14033) | Shay | 2022-10-05 | 1 | -9/+10 |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 1 | -0/+5 |
* | Persist CreateRoom events to DB in a batch (#13800) | Shay | 2022-09-28 | 3 | -2/+175 |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 2 | -1/+3 |
* | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -3/+7 |
* | Remove configuration options for direct TCP replication. (#13647) | Patrick Cloke | 2022-09-06 | 1 | -37/+21 |
* | Remove support for unstable private read receipts (#13653) | Å imon Brandner | 2022-09-01 | 1 | -4/+1 |
* | Generalise the `@cancellable` annotation so it can be used on functions other... | reivilibre | 2022-08-31 | 1 | -3/+4 |
* | Speed up fetching large numbers of push rules (#13592) | Erik Johnston | 2022-08-23 | 1 | -1/+0 |
* | Support stable identifiers for MSC2285: private read receipts. (#13273) | Å imon Brandner | 2022-08-05 | 1 | -1/+4 |
* | Remove old empty/redundant slaved stores. (#13349) | Nick Mills-Barrett | 2022-07-21 | 7 | -142/+0 |
* | Use cache store remove base slaved (#13329) | Nick Mills-Barrett | 2022-07-21 | 11 | -83/+10 |
* | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 1 | -2/+2 |
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 2 | -1/+17 |
* | Revert "Make all `process_replication_rows` methods async (#13304)" (#13312) | Erik Johnston | 2022-07-18 | 4 | -16/+8 |
* | Make all `process_replication_rows` methods async (#13304) | Nick Mills-Barrett | 2022-07-17 | 4 | -8/+16 |
* | Faster room joins: fix race in recalculation of current room state (#13151) | Sean Quah | 2022-07-07 | 2 | -0/+77 |
* | Handle race between persisting an event and un-partial stating a room (#13100) | Sean Quah | 2022-07-05 | 2 | -0/+6 |
* | Type annotations in `synapse.databases.main.devices` (#13025) | David Robertson | 2022-06-15 | 1 | -2/+1 |
* | Remove groups replication code. (#12900) | Patrick Cloke | 2022-05-31 | 4 | -86/+0 |
* | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 2 | -4/+6 |
* | Send `USER_IP` commands on a different Redis channel, in order to reduce traf... | reivilibre | 2022-05-20 | 2 | -3/+15 |
* | Lay some foundation work to allow workers to only subscribe to some kinds of ... | reivilibre | 2022-05-19 | 2 | -12/+57 |
* | Add `StreamKeyType` class and replace string literals with constants (#12567) | Andrew Morgan | 2022-05-16 | 1 | -7/+11 |
* | Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) | Sean Quah | 2022-05-11 | 1 | -2/+19 |
* | Update `replication.md` with info on TCP module structure (#12621) | Shay | 2022-05-09 | 1 | -1/+1 |
* | Update `_on_new_receipts()` to work with MSC2285 changes. (#12636) | Å imon Brandner | 2022-05-05 | 1 | -5/+3 |
* | Reduce log spam when running multiple event persisters (#12610) | Erik Johnston | 2022-05-05 | 2 | -2/+16 |
* | Add opentracing spans to calls to external cache (#12380) | Erik Johnston | 2022-04-07 | 1 | -11/+20 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 1 | -1/+1 |
* | Prefill more stream change caches. (#12372) | Erik Johnston | 2022-04-05 | 1 | -23/+2 |
* | Prefill the device_list_stream_cache (#12367) | Erik Johnston | 2022-04-04 | 1 | -1/+11 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -0/+1 |
* | Move `update_client_ip` background job from the main process to the backgroun... | reivilibre | 2022-04-01 | 3 | -73/+42 |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Improve code documentation for the typing stream over replication. (#12211) | reivilibre | 2022-03-11 | 3 | -4/+16 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 5 | -8/+8 |
* | Retry some http replication failures (#12182) | Nick Mills-Barrett | 2022-03-09 | 1 | -11/+36 |
* | Fix incorrect type hints for txredis. (#12042) | Patrick Cloke | 2022-03-08 | 2 | -5/+5 |
* | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 1 | -1/+1 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 10 | -31/+31 |
* | Better error message when failing to request from another process (#12060) | Erik Johnston | 2022-02-22 | 1 | -1/+3 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 14 | -141/+196 |
* | Remove unnecessary ignores due to Twisted upgrade. (#11939) | Patrick Cloke | 2022-02-08 | 2 | -3/+3 |
* | Add missing type hints to synapse.replication.http. (#11856) | Patrick Cloke | 2022-02-08 | 12 | -162/+257 |
* | Stop reading from `event_reference_hashes` (#11794) | Richard van der Hoff | 2022-01-21 | 1 | -1/+1 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 1 | -17/+17 |
* | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 2022-01-04 | 1 | -9/+0 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 2 | -70/+74 |
* | Type hint the constructors of the data store classes (#11555) | Sean Quah | 2021-12-13 | 6 | -12/+42 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 1 | -0/+8 |
* | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411) | Sean Quah | 2021-11-26 | 3 | -19/+13 |
* | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 1 | -2/+2 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 2 | -3/+2 |
* | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 1 | -1/+2 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 22 | -53/+130 |
* | Fix logging context warnings when losing replication connection (#10984) | Sean Quah | 2021-10-15 | 2 | -10/+26 |
* | Fix opentracing and Prometheus metrics for replication requests (#10996) | Sean Quah | 2021-10-12 | 1 | -76/+78 |
* | Annotate synapse.storage.util (#10892) | David Robertson | 2021-10-08 | 2 | -5/+9 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 2 | -3/+6 |
* | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 2 | -3/+13 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 2 | -4/+4 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 4 | -5/+5 |
* | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 1 | -2/+2 |
* | Remove the unused public_room_list_stream (#10565) | Andrew Morgan | 2021-08-17 | 3 | -65/+0 |
* | Fix up type hints for Twisted 21.7 (#10490) | Richard van der Hoff | 2021-07-28 | 1 | -1/+1 |
* | Support for MSC2285 (hidden read receipts) (#10413) | Å imon Brandner | 2021-07-28 | 1 | -0/+5 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 11 | -61/+61 |
* | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -1/+12 |
* | update black to 21.6b0 (#10197) | Marcus | 2021-06-17 | 1 | -1/+1 |
* | Extend `ResponseCache` to pass a context object into the callback (#10157) | Richard van der Hoff | 2021-06-14 | 2 | -4/+4 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+139 |
* | Clean up the interface for injecting opentracing over HTTP (#10143) | Richard van der Hoff | 2021-06-09 | 1 | -2/+3 |
* | Combine `LruCache.invalidate` and `invalidate_many` (#9973) | Richard van der Hoff | 2021-05-27 | 1 | -1/+1 |
* | Remove `keylen` from `LruCache`. (#9993) | Richard van der Hoff | 2021-05-24 | 1 | -1/+1 |
* | Don't hammer the database for destination retry timings every ~5mins (#10036) | Erik Johnston | 2021-05-21 | 1 | -21/+0 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -2/+9 |
* | Add debug logging for issue #9533 (#9959) | Richard van der Hoff | 2021-05-11 | 1 | -1/+0 |
* | Time external cache response time (#9904) | Erik Johnston | 2021-05-04 | 1 | -10/+26 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 4 | -58/+32 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+1 |
* | Merge branch 'master' into develop | Andrew Morgan | 2021-04-21 | 1 | -1/+1 |
|\ |
|
| * | Stop BackgroundProcessLoggingContext making new prometheus timeseries (#9854) | Richard van der Hoff | 2021-04-21 | 1 | -1/+1 |
* | | Merge branch 'master' into develop | Andrew Morgan | 2021-04-20 | 1 | -1/+1 |
|\| |
|
| * | Always use the name as the log ID. (#9829) | Patrick Cloke | 2021-04-20 | 1 | -1/+1 |
* | | Add presence federation stream (#9819) | Erik Johnston | 2021-04-20 | 3 | -3/+31 |
* | | Move some replication processing out of generic_worker (#9796) | Erik Johnston | 2021-04-14 | 1 | -7/+224 |
* | | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 47 | -47/+0 |
|/ |
|
* | Record more information into structured logs. (#9654) | Patrick Cloke | 2021-04-08 | 1 | -2/+3 |
* | Update mypy configuration: `no_implicit_optional = True` (#9742) | Jonathan de Jong | 2021-04-05 | 1 | -1/+1 |
* | Make RateLimiter class check for ratelimit overrides (#9711) | Erik Johnston | 2021-03-30 | 1 | -1/+1 |
* | Add type hints for the federation sender. (#9681) | Patrick Cloke | 2021-03-29 | 2 | -6/+14 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -1/+1 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 2 | -2/+2 |
* | Fix up types for the typing handler. (#9638) | Patrick Cloke | 2021-03-17 | 1 | -7/+10 |
* | Prep work for removing `outlier` from `internal_metadata` (#9411) | Richard van der Hoff | 2021-03-17 | 2 | -1/+6 |
* | Fix remaining mypy issues due to Twisted upgrade. (#9608) | Patrick Cloke | 2021-03-15 | 3 | -3/+12 |
* | Fix additional type hints from Twisted 21.2.0. (#9591) | Patrick Cloke | 2021-03-12 | 3 | -38/+38 |
* | Add logging for redis connection setup (#9590) | Richard van der Hoff | 2021-03-11 | 1 | -0/+35 |
* | Fix the auth provider on the logins metric (#9573) | Richard van der Hoff | 2021-03-10 | 1 | -2/+2 |
* | Add ResponseCache tests. (#9458) | Jonathan de Jong | 2021-03-08 | 1 | -3/+6 |
* | Create a SynapseReactor type which incorporates the necessary reactor interfa... | Patrick Cloke | 2021-03-08 | 1 | -1/+1 |
* | Fix additional type hints from Twisted upgrade. (#9518) | Patrick Cloke | 2021-03-03 | 1 | -3/+1 |
* | Bump the mypy and mypy-zope versions. (#9529) | Patrick Cloke | 2021-03-03 | 1 | -1/+1 |
* | Use the proper Request in type hints. (#9515) | Patrick Cloke | 2021-03-01 | 1 | -5/+4 |
* | Fix deleting pushers when using sharded pushers. (#9465) | Erik Johnston | 2021-02-22 | 4 | -50/+74 |
* | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 1 | -1/+2 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 12 | -71/+62 |
* | Ensure that we never stop reconnecting to redis (#9391) | Erik Johnston | 2021-02-11 | 1 | -2/+24 |
* | Precompute joined hosts and store in Redis (#9198) | Erik Johnston | 2021-01-26 | 2 | -14/+106 |
* | Periodically send pings to detect dead Redis connections (#9218) | Erik Johnston | 2021-01-26 | 2 | -53/+98 |
* | Allow moving account data and receipts streams off master (#9104) | Erik Johnston | 2021-01-18 | 6 | -76/+217 |
* | Enforce all replication HTTP clients calls use kwargs (#9144) | Erik Johnston | 2021-01-18 | 1 | -1/+1 |
* | Allow running sendToDevice on workers (#9044) | Erik Johnston | 2021-01-07 | 2 | -31/+10 |
* | Some cleanups to device inbox store. (#9041) | Erik Johnston | 2021-01-07 | 1 | -8/+0 |
* | Merge remote-tracking branch 'origin/erikj/as_mau_block' into develop | Erik Johnston | 2020-12-18 | 1 | -2/+10 |
|\ |
|
| * | Correctly handle AS registerations and add test | Erik Johnston | 2020-12-17 | 1 | -2/+10 |
* | | Convert internal pusher dicts to attrs classes. (#8940) | Patrick Cloke | 2020-12-16 | 2 | -10/+27 |
* | | Various clean-ups to the logging context code (#8935) | Patrick Cloke | 2020-12-14 | 1 | -2/+1 |
* | | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 2020-12-04 | 1 | -6/+41 |
|/ |
|
* | Add typing to membership Replication class methods (#8809) | Andrew Morgan | 2020-11-27 | 1 | -22/+44 |
* | Generalise _maybe_store_room_on_invite (#8754) | Andrew Morgan | 2020-11-13 | 1 | -5/+5 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 2 | -6/+3 |
* | Don't pull event from DB when handling replication traffic. (#8669) | Erik Johnston | 2020-10-28 | 2 | -16/+25 |
* | Don't unnecessarily start bg process in replication sending loop. (#8670) | Erik Johnston | 2020-10-27 | 1 | -0/+10 |
* | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -1/+3 |
* | Replace DeferredCache with LruCache where possible (#8563) | Richard van der Hoff | 2020-10-19 | 1 | -5/+5 |
* | move DeferredCache into its own module | Richard van der Hoff | 2020-10-14 | 1 | -1/+1 |
* | Rename Cache->DeferredCache | Richard van der Hoff | 2020-10-14 | 1 | -3/+3 |
* | Add some more type annotations to Cache | Richard van der Hoff | 2020-10-14 | 1 | -1/+1 |
* | Fix message duplication if something goes wrong after persisting the event (#... | Erik Johnston | 2020-10-13 | 1 | -2/+14 |
* | Make event persisters periodically announce position over replication. (#8499) | Erik Johnston | 2020-10-12 | 4 | -21/+90 |
* | Add type hints to response cache. (#8507) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Only send RDATA for instance local events. (#8496) | Erik Johnston | 2020-10-09 | 2 | -6/+11 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 2 | -2/+2 |
* | Add unit test for event persister sharding (#8433) | Erik Johnston | 2020-10-02 | 2 | -4/+42 |
* | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 1 | -4/+6 |
* | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 1 | -4/+2 |
* | Add metrics to track success/otherwise of replication requests (#8406) | Richard van der Hoff | 2020-09-29 | 1 | -12/+28 |
* | Fix MultiWriteIdGenerator's handling of restarts. (#8374) | Erik Johnston | 2020-09-24 | 1 | -0/+2 |
* | 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 | 19 | -25/+25 |
* | Switch metaclass initialization to python 3-compatible syntax (#8326) | Jonathan de Jong | 2020-09-16 | 1 | -3/+1 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 1 | -2/+2 |
* | Fix typos in comments. | Patrick Cloke | 2020-09-14 | 1 | -1/+1 |
* | Add experimental support for sharding event persister. Again. (#8294) | Erik Johnston | 2020-09-14 | 3 | -6/+12 |
* | Clean up `Notifier.on_new_room_event` code path (#8288) | Erik Johnston | 2020-09-10 | 1 | -6/+3 |
* | Remove some unused distributor signals (#8216) | Patrick Cloke | 2020-09-09 | 1 | -6/+4 |
* | Fixup pusher pool notifications (#8287) | Erik Johnston | 2020-09-09 | 1 | -1/+2 |
* | Revert "Fixup pusher pool notifications" | Erik Johnston | 2020-09-09 | 1 | -2/+1 |
* | Fixup pusher pool notifications | Erik Johnston | 2020-09-09 | 1 | -1/+2 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 6 | -7/+7 |
* | Revert "Add experimental support for sharding event persister. (#8170)" (#8242) | Brendan Abolivier | 2020-09-04 | 3 | -12/+6 |
* | Add experimental support for sharding event persister. (#8170) | Erik Johnston | 2020-09-02 | 3 | -6/+12 |
* | Move and rename `get_devices_with_keys_by_user` (#8204) | Richard van der Hoff | 2020-09-01 | 1 | -0/+3 |
* | Fix `wait_for_stream_position` for multiple waiters. (#8196) | Erik Johnston | 2020-08-28 | 1 | -4/+2 |
* | Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#... | Erik Johnston | 2020-08-26 | 10 | -13/+13 |
* | Remove `ChainedIdGenerator`. (#8123) | Erik Johnston | 2020-08-19 | 2 | -7/+5 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -7/+5 |
* | Separate `get_current_token` into two. (#8113) | Erik Johnston | 2020-08-19 | 2 | -1/+9 |
* | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 2020-08-14 | 1 | -0/+4 |
* | Reduce unnecessary whitespace in JSON. (#7372) | David Vo | 2020-08-07 | 1 | -2/+3 |
* | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 1 | -1/+1 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 19 | -54/+54 |
* | Convert replication code to async/await. (#7987) | Patrick Cloke | 2020-08-03 | 9 | -37/+27 |
* | Merge tag 'v1.18.0rc2' into develop | Richard van der Hoff | 2020-07-28 | 4 | -87/+112 |
|\ |
|
| * | Typing worker needs to handle stream update requests (#7967) | Erik Johnston | 2020-07-28 | 1 | -1/+1 |
| * | Handle replication commands synchronously where possible (#7876) | Richard van der Hoff | 2020-07-27 | 3 | -86/+111 |
* | | Convert a synapse.events to async/await. (#7949) | Patrick Cloke | 2020-07-27 | 2 | -2/+4 |
|/ |
|
* | Fix typing replication not being handled on master (#7959) | Erik Johnston | 2020-07-27 | 1 | -0/+8 |
* | Remove an unused prometheus metric (#7878) | Richard van der Hoff | 2020-07-22 | 1 | -3/+1 |
* | Track command processing as a background process (#7879) | Richard van der Hoff | 2020-07-22 | 2 | -3/+38 |
* | Fix deprecation warning: import ABC from collections.abc (#7892) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -1/+1 |
* | Stop using 'device_max_stream_id' (#7882) | Erik Johnston | 2020-07-17 | 1 | -1/+1 |
* | Optimise queueing of inbound replication commands (#7861) | Richard van der Hoff | 2020-07-16 | 1 | -116/+215 |
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 2 | -3/+13 |
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 2 | -6/+8 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 6 | -7/+7 |
* | Generate real events when we reject invites (#7804) | Richard van der Hoff | 2020-07-09 | 1 | -67/+25 |
* | Do not use simplejson in Synapse. (#7800) | Patrick Cloke | 2020-07-08 | 1 | -9/+2 |
* | Refactor getting replication updates from database v2. (#7740) | Erik Johnston | 2020-07-07 | 1 | -46/+10 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 3 | -5/+3 |
* | Merge different Resource implementation classes (#7732) | Erik Johnston | 2020-07-03 | 2 | -10/+4 |
* | Use symbolic names for replication stream names (#7768) | Richard van der Hoff | 2020-07-01 | 8 | -17/+17 |
* | Refactor getting replication updates from database. (#7636) | Erik Johnston | 2020-06-16 | 1 | -21/+8 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -4/+2 |
* | Discard RDATA from already seen positions. (#7648) | Patrick Cloke | 2020-06-15 | 2 | -6/+28 |
* | Fix bug in account data replication stream. (#7656) | Erik Johnston | 2020-06-09 | 2 | -3/+15 |
* | Typo fixes. | Patrick Cloke | 2020-06-05 | 1 | -1/+1 |
* | Ensure ReplicationStreamer is always started when replication enabled. (#7579) | Erik Johnston | 2020-05-27 | 1 | -0/+3 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 5 | -2/+171 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 5 | -18/+108 |
* | Allow ReplicationRestResource to be added to workers (#7515) | Erik Johnston | 2020-05-18 | 1 | -5/+8 |
* | Merge pull request #7519 from matrix-org/rav/kill_py2_code | Richard van der Hoff | 2020-05-18 | 2 | -13/+4 |
|\ |
|
| * | remove redundant `__func__` | Richard van der Hoff | 2020-05-15 | 2 | -13/+4 |
* | | Fix limit logic for AccountDataStream (#7384) | Richard van der Hoff | 2020-05-15 | 1 | -12/+56 |
* | | Move event stream handling out of slave store. (#7491) | Erik Johnston | 2020-05-15 | 2 | -97/+0 |
|/ |
|
* | Move EventStream handling into default ReplicationDataHandler (#7493) | Erik Johnston | 2020-05-14 | 1 | -4/+33 |
* | Add `instance_map` config and route replication calls (#7495) | Erik Johnston | 2020-05-14 | 1 | -6/+15 |
* | Have all instances correctly respond to REPLICATE command. (#7475) | Erik Johnston | 2020-05-13 | 3 | -48/+50 |
* | Fix Redis reconnection logic (#7482) | Erik Johnston | 2020-05-13 | 2 | -2/+14 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -2/+1 |
* | Merge branch 'release-v1.13.0' into develop | Andrew Morgan | 2020-05-11 | 2 | -4/+2 |
|\ |
|
| * | Fix errors from malformed log line (#7454) | Richard van der Hoff | 2020-05-07 | 1 | -1/+1 |
| * | Drop support for redis.dbid (#7450) | Richard van der Hoff | 2020-05-07 | 1 | -3/+1 |
* | | Support any process writing to cache invalidation stream. (#7436) | Erik Johnston | 2020-05-07 | 18 | -183/+131 |
* | | Merge branch 'release-v1.13.0' into develop | Richard van der Hoff | 2020-05-06 | 2 | -34/+69 |
|\| |
|
| * | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 19 | -132/+96 |
| |\ \ |
|
| * | | | Wait for a POSITION on the right connection before accepting RDATA | Richard van der Hoff | 2020-05-05 | 2 | -19/+38 |
| * | | | Wait to subscribe before sending REPLICATE | Richard van der Hoff | 2020-05-05 | 2 | -20/+35 |
* | | | | Merge branch 'release-v1.13.0' into develop | Richard van der Hoff | 2020-05-06 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Move logs about discarded RDATA to debug (#7421) | Brendan Abolivier | 2020-05-05 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | Fix catchup-on-reconnect for the Federation Stream (#7374) | Richard van der Hoff | 2020-05-05 | 3 | -11/+24 |
|/ / |
|
* | | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 1 | -0/+3 |
* | | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 7 | -29/+90 |
* | | Use `stream.current_token()` and remove `stream_positions()` (#7172) | Erik Johnston | 2020-05-01 | 13 | -104/+3 |
|/ |
|
* | Workaround for assertion errors from db_query_to_update_function (#7378) | Richard van der Hoff | 2020-05-01 | 1 | -2/+1 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 2 | -14/+40 |
* | Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) | Erik Johnston | 2020-04-29 | 3 | -16/+51 |
* | Fix limit logic for EventsStream (#7358) | Richard van der Hoff | 2020-04-29 | 2 | -15/+11 |
* | Run replication streamers on workers (#7146) | Erik Johnston | 2020-04-28 | 1 | -18/+15 |
* | Fix EventsStream raising assertions when it falls behind | Richard van der Hoff | 2020-04-24 | 1 | -18/+95 |
* | Make it clear that the limit for an update_function is a target | Richard van der Hoff | 2020-04-23 | 1 | -5/+9 |
* | Remove 'limit' param from `get_repl_stream_updates` API | Richard van der Hoff | 2020-04-23 | 2 | -9/+8 |
* | Stop the master relaying USER_SYNC for other workers (#7318) | Richard van der Hoff | 2020-04-22 | 2 | -12/+10 |
* | Fix replication metrics when using redis (#7325) | Erik Johnston | 2020-04-22 | 2 | -37/+29 |
* | Another go at fixing one-word commands (#7326) | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 5 | -34/+255 |
* | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 1 | -5/+68 |
* | Improve type checking in `replication.tcp.Stream` (#7291) | Richard van der Hoff | 2020-04-17 | 4 | -122/+142 |
* | Fix 'generator object is not subscriptable' error (#7290) | Richard van der Hoff | 2020-04-16 | 1 | -1/+2 |
* | Handle one-word replication commands correctly | Richard van der Hoff | 2020-04-07 | 1 | -3/+11 |
* | Fix warnings about not calling superclass constructor | Richard van der Hoff | 2020-04-07 | 1 | -15/+24 |
* | Remove vestigal references to SYNC replication command | Richard van der Hoff | 2020-04-07 | 2 | -14/+0 |
* | Fix race in replication (#7226) | Erik Johnston | 2020-04-07 | 2 | -29/+47 |
* | Move server command handling out of TCP protocol (#7187) | Erik Johnston | 2020-04-07 | 3 | -269/+236 |
* | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 4 | -322/+336 |
* | Remove connections per replication stream metric. (#7195) | Erik Johnston | 2020-04-01 | 1 | -16/+0 |
* | Remove usage of "conn_id" for presence. (#7128) | Erik Johnston | 2020-03-30 | 4 | -18/+50 |
* | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 2020-03-25 | 12 | -232/+319 |
* | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 2020-03-23 | 2 | -96/+101 |
* | Fix processing of `groups` stream, and use symbolic names for streams (#7117) | Richard van der Hoff | 2020-03-23 | 1 | -18/+52 |
* | Remove concept of a non-limited stream. (#7011) | Erik Johnston | 2020-03-20 | 2 | -47/+28 |
* | Change device list streams to have one row per ID (#7010) | Erik Johnston | 2020-03-19 | 2 | -17/+32 |
|\ |
|
| * | Comments from review | Erik Johnston | 2020-03-18 | 1 | -0/+3 |
| * | Change device list replication to match new semantics. | Erik Johnston | 2020-02-28 | 2 | -16/+22 |
| * | Add 'device_lists_outbound_pokes' as extra table. | Erik Johnston | 2020-02-28 | 1 | -1/+7 |
* | | Store room_versions in EventBase objects (#6875) | Richard van der Hoff | 2020-03-05 | 2 | -8/+19 |
|/ |
|