| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Store room version on invite (#6983) | Richard van der Hoff | 2020-02-26 | 2 | -2/+36 |
* | Port PresenceHandler to async/await (#6991) | Erik Johnston | 2020-02-26 | 1 | -1/+5 |
* | Merge worker apps into one. (#6964) | Erik Johnston | 2020-02-25 | 1 | -0/+20 |
* | Increase MAX_EVENTS_BEHIND for replication clients | Erik Johnston | 2020-02-21 | 1 | -1/+1 |
* | Allow moving group read APIs to workers (#6866) | Erik Johnston | 2020-02-07 | 1 | -8/+6 |
* | Fix sending server up commands from workers (#6811) | Erik Johnston | 2020-01-30 | 1 | -0/+4 |
* | Detect unknown remote devices and mark cache as stale (#6776) | Erik Johnston | 2020-01-28 | 1 | -1/+1 |
* | Propagate cache invalidates from workers to other workers. (#6748) | Erik Johnston | 2020-01-27 | 2 | -4/+7 |
* | Allow streaming cache invalidate all to workers. (#6749) | Erik Johnston | 2020-01-22 | 2 | -6/+27 |
* | Wake up transaction queue when remote server comes back online (#6706) | Erik Johnston | 2020-01-17 | 4 | -0/+44 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 5 | -85/+63 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -1/+1 |
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 10 | -86/+103 |
* | Reduce the reconnect time when replication fails. (#6617) | Richard van der Hoff | 2020-01-03 | 1 | -1/+2 |
* | Change EventContext to use the Storage class (#6564) | Erik Johnston | 2019-12-20 | 2 | -2/+6 |
* | Change DataStores to accept 'database' param. | Erik Johnston | 2019-12-06 | 13 | -26/+39 |
* | _CURRENT_STATE_CACHE_NAME is public | Erik Johnston | 2019-12-04 | 1 | -2/+2 |
* | Move cache invalidation to main data store | Erik Johnston | 2019-12-04 | 1 | -1/+2 |
* | Propagate reason in remotely rejected invites | Erik Johnston | 2019-11-28 | 1 | -2/+5 |
* | Prevent account_data content from being sent over TCP replication (#6333) | Andrew Morgan | 2019-11-26 | 1 | -4/+3 |
|\ |
|
| * | lint | Andrew Morgan | 2019-11-08 | 1 | -2/+1 |
| * | Remove content from being sent for account data rdata stream | Andrew Morgan | 2019-11-08 | 1 | -3/+3 |
* | | Merge pull request #6332 from matrix-org/erikj/query_devices_fix | Erik Johnston | 2019-11-26 | 2 | -1/+82 |
|\ \
| |/
|/| |
|
| * | Fixup docs | Erik Johnston | 2019-11-26 | 1 | -1/+5 |
| * | Fix caching devices for remote servers in worker. | Erik Johnston | 2019-11-05 | 2 | -1/+78 |
* | | Address review comments | Andrew Morgan | 2019-11-06 | 1 | -1/+1 |
* | | Don't forget to ratelimit calls outside of RegistrationHandler | Andrew Morgan | 2019-11-06 | 1 | -0/+2 |
|/ |
|
* | document the REPLICATE command a bit better (#6305) | Richard van der Hoff | 2019-11-04 | 3 | -9/+95 |
* | Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify | Hubert Chathi | 2019-10-31 | 4 | -4/+4 |
|\ |
|
| * | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 4 | -4/+4 |
* | | clean up code a bit | Hubert Chathi | 2019-10-31 | 1 | -5/+9 |
* | | make user signatures a separate stream | Hubert Chathi | 2019-10-30 | 3 | -2/+25 |
* | | Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify | Hubert Chathi | 2019-10-30 | 6 | -44/+26 |
|\| |
|
| * | Port replication http server endpoints to async/await | Erik Johnston | 2019-10-29 | 6 | -44/+26 |
* | | make notification of signatures work with workers | Hubert Chathi | 2019-10-24 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2019-10-22 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-09-07 | 1 | -10/+11 |
| |\ |
|
| * | | add user signature stream change cache to slaved device store | Hubert Chathi | 2019-09-04 | 1 | -0/+3 |
* | | | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 17 | -27/+29 |
| |/
|/| |
|
* | | Trace how long it takes for the send trasaction to complete, including retrys... | Jorik Schellekens | 2019-09-05 | 1 | -1/+6 |
* | | Add opentracing to all client servlets (#5983) | Jorik Schellekens | 2019-09-05 | 1 | -10/+6 |
|/ |
|
* | Remove bind_email and bind_msisdn (#5964) | Andrew Morgan | 2019-09-04 | 1 | -18/+3 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 6 | -15/+15 |
* | Opentracing across workers (#5771) | Jorik Schellekens | 2019-08-22 | 1 | -2/+14 |
* | Revert "Add "require_consent" parameter for registration" | Brendan Abolivier | 2019-08-22 | 1 | -2/+0 |
* | Add "require_consent" parameter for registration | Half-Shot | 2019-08-22 | 1 | -0/+2 |
* | Merge tag 'v1.2.0rc2' into develop | Andrew Morgan | 2019-07-24 | 1 | -1/+1 |
|\ |
|
| * | Fix servlet metric names (#5734) | Jorik Schellekens | 2019-07-24 | 1 | -1/+1 |
* | | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 8 | -20/+20 |
|/ |
|
* | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 2019-07-08 | 1 | -6/+0 |
* | Remove support for invite_3pid_guest. (#5625) | Richard van der Hoff | 2019-07-05 | 1 | -65/+0 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 26 | -355/+357 |
* | Handle failing to talk to master over replication | Erik Johnston | 2019-06-07 | 1 | -1/+9 |
* | Fixup bsaed on review comments | Erik Johnston | 2019-05-17 | 1 | -1/+1 |
* | Add basic editing support | Erik Johnston | 2019-05-16 | 1 | -0/+1 |
* | Fix relations in worker mode | Erik Johnston | 2019-05-16 | 3 | -8/+17 |
* | Replace SlavedKeyStore with a shim | Richard van der Hoff | 2019-04-08 | 1 | -14/+4 |
* | Remove unused server_tls_certificates functions (#5028) | Richard van der Hoff | 2019-04-08 | 1 | -3/+0 |
* | Remove presence lists (#4989) | Neil Johnson | 2019-04-03 | 1 | -10/+0 |
* | Fix sync bug when accepting invites (#4956) | Richard van der Hoff | 2019-04-02 | 1 | -9/+22 |
* | Combine the CurrentStateDeltaStream into the EventStream | Richard van der Hoff | 2019-03-27 | 3 | -23/+33 |
* | Make EventStream rows have a type | Richard van der Hoff | 2019-03-27 | 3 | -16/+94 |
* | Skip building a ROW_TYPE when building updates | Richard van der Hoff | 2019-03-27 | 1 | -2/+2 |
* | Add parse_row method to replication stream class | Richard van der Hoff | 2019-03-27 | 3 | -3/+19 |
* | move FederationStream out to its own file | Richard van der Hoff | 2019-03-27 | 4 | -23/+43 |
* | move EventsStream out to its own file | Richard van der Hoff | 2019-03-27 | 3 | -23/+42 |
* | Move replication.tcp.streams into a package | Richard van der Hoff | 2019-03-27 | 2 | -33/+51 |
* | Fix/improve some docstrings in the replication code. (#4949) | Richard van der Hoff | 2019-03-27 | 2 | -7/+19 |
* | Fix ClientReplicationStreamProtocol.__str__ (#4929) | Richard van der Hoff | 2019-03-25 | 2 | -4/+5 |
* | Fix bug where read-receipts lost their timestamps (#4927) | Richard van der Hoff | 2019-03-25 | 2 | -11/+27 |
* | Add a config option for torture-testing worker replication. (#4902) | Richard van der Hoff | 2019-03-20 | 1 | -1/+17 |
* | Prefill client IPs cache on workers | Erik Johnston | 2019-03-06 | 1 | -0/+2 |
* | Merge pull request #4792 from matrix-org/anoa/replication_tokens | Andrew Morgan | 2019-03-06 | 1 | -3/+28 |
|\ |
|
| * | Simplify token replication logic | Andrew Morgan | 2019-03-05 | 1 | -23/+14 |
| * | Clean up logic and add comments | Andrew Morgan | 2019-03-04 | 1 | -11/+18 |
| * | Clearer branching, fix missing list clear | Andrew Morgan | 2019-03-04 | 1 | -4/+11 |
| * | Prevent replication wedging | Andrew Morgan | 2019-03-04 | 1 | -4/+24 |
* | | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -2/+6 |
* | | Fixup slave stores | Erik Johnston | 2019-03-04 | 3 | -36/+26 |
|/ |
|
* | When presence is enabled don't send over replication | Erik Johnston | 2019-02-27 | 1 | -2/+5 |
* | Merge pull request #4749 from matrix-org/erikj/replication_connection_backoff | Erik Johnston | 2019-02-27 | 3 | -5/+39 |
|\ |
|
| * | Move connecting logic into ClientReplicationStreamProtocol | Erik Johnston | 2019-02-27 | 2 | -18/+17 |
| * | Increase the max delay between retry attempts | Erik Johnston | 2019-02-26 | 1 | -1/+1 |
| * | Fix tightloop over connecting to replication server | Erik Johnston | 2019-02-26 | 2 | -4/+39 |
* | | Limit cache invalidation replication line length (#4748) | Erik Johnston | 2019-02-27 | 1 | -1/+16 |
|/ |
|
* | Fix state cache invalidation on workers | Erik Johnston | 2019-02-22 | 1 | -6/+1 |
* | Fix registration on workers (#4682) | Erik Johnston | 2019-02-20 | 3 | -3/+58 |
* | Batch cache invalidation over replication | Erik Johnston | 2019-02-18 | 1 | -7/+12 |
* | Move register_device into handler | Erik Johnston | 2019-02-18 | 1 | -14/+3 |
* | Split out registration to worker | Erik Johnston | 2019-02-18 | 3 | -1/+179 |
* | Fix replication for room v3 (#4523) | Erik Johnston | 2019-01-30 | 1 | -1/+4 |
* | Fix receiving events from federation via a worker | Erik Johnston | 2019-01-29 | 1 | -1/+1 |
* | Replace missed usages of FrozenEvent | Erik Johnston | 2019-01-25 | 2 | -4/+12 |
* | Revert "Require event format version to parse or create events" | Erik Johnston | 2019-01-25 | 2 | -12/+4 |
* | Replace missed usages of FrozenEvent | Erik Johnston | 2019-01-24 | 2 | -4/+12 |
* | Don't truncate command name in metrics | Erik Johnston | 2018-10-29 | 1 | -2/+2 |
* | Make the replication logger quieter (#4108) | Amber Brown | 2018-10-29 | 1 | -1/+1 |
* | Make workers work on Py3 (#4027) | Amber Brown | 2018-10-13 | 6 | -30/+30 |
* | Fix minor typo in exception | Travis Ralston | 2018-09-13 | 1 | -1/+1 |
* | merge (#3576) | Amber Brown | 2018-09-14 | 1 | -7/+16 |
* | Remove conn_id | Erik Johnston | 2018-09-04 | 1 | -2/+2 |
* | Remove conn_id from repl prometheus metrics | Erik Johnston | 2018-09-03 | 1 | -10/+10 |
* | Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging | Erik Johnston | 2018-08-20 | 1 | -1/+1 |
|\ |
|
| * | Fix logging bug in EDU handling over replication | Erik Johnston | 2018-08-17 | 1 | -1/+1 |
* | | Logcontexts for replication command handlers | Richard van der Hoff | 2018-08-17 | 3 | -15/+43 |
|/ |
|
* | Use federation handler function rather than duplicate | Erik Johnston | 2018-08-15 | 1 | -41/+3 |
* | Rename slave TransactionStore to SlaveTransactionStore | Erik Johnston | 2018-08-15 | 1 | -1/+1 |
* | Move clean_room_for_join to master | Erik Johnston | 2018-08-09 | 1 | -0/+35 |
* | Fixup doc comments | Erik Johnston | 2018-08-09 | 1 | -0/+17 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_fede... | Erik Johnston | 2018-08-09 | 4 | -17/+63 |
|\ |
|
| * | Merge pull request #3632 from matrix-org/erikj/refactor_repl_servlet | Erik Johnston | 2018-08-09 | 3 | -243/+374 |
| |\ |
|
| | * | Fixup wording and remove dead code | Erik Johnston | 2018-08-09 | 1 | -2/+1 |
| | * | Rename POST param to METHOD | Erik Johnston | 2018-08-08 | 2 | -13/+22 |