| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 1 | -0/+1 |
* | Remove groups replication code. (#12900) | Patrick Cloke | 2022-05-31 | 1 | -20/+0 |
* | Improve code documentation for the typing stream over replication. (#12211) | reivilibre | 2022-03-11 | 1 | -0/+12 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -12/+12 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 1 | -3/+3 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 1 | -62/+67 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -2/+1 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 1 | -10/+10 |
* | Remove the unused public_room_list_stream (#10565) | Andrew Morgan | 2021-08-17 | 1 | -25/+0 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -8/+6 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 1 | -5/+12 |
* | Add presence federation stream (#9819) | Erik Johnston | 2021-04-20 | 1 | -0/+24 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
* | Fix up types for the typing handler. (#9638) | Patrick Cloke | 2021-03-17 | 1 | -7/+10 |
* | Bump the mypy and mypy-zope versions. (#9529) | Patrick Cloke | 2021-03-03 | 1 | -1/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -15/+11 |
* | Only send RDATA for instance local events. (#8496) | Erik Johnston | 2020-10-09 | 1 | -3/+8 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 1 | -2/+2 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Remove `ChainedIdGenerator`. (#8123) | Erik Johnston | 2020-08-19 | 1 | -1/+1 |
* | Separate `get_current_token` into two. (#8113) | Erik Johnston | 2020-08-19 | 1 | -1/+1 |
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 1 | -3/+4 |
* | Refactor getting replication updates from database v2. (#7740) | Erik Johnston | 2020-07-07 | 1 | -46/+10 |
* | Refactor getting replication updates from database. (#7636) | Erik Johnston | 2020-06-16 | 1 | -21/+8 |
* | Fix bug in account data replication stream. (#7656) | Erik Johnston | 2020-06-09 | 1 | -2/+8 |
* | Fix limit logic for AccountDataStream (#7384) | Richard van der Hoff | 2020-05-15 | 1 | -12/+56 |
* | Support any process writing to cache invalidation stream. (#7436) | Erik Johnston | 2020-05-07 | 1 | -27/+60 |
* | Fix catchup-on-reconnect for the Federation Stream (#7374) | Richard van der Hoff | 2020-05-05 | 1 | -1/+2 |
* | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 1 | -13/+37 |
* | Workaround for assertion errors from db_query_to_update_function (#7378) | Richard van der Hoff | 2020-05-01 | 1 | -2/+1 |
* | 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 | 1 | -4/+1 |
* | Improve type checking in `replication.tcp.Stream` (#7291) | Richard van der Hoff | 2020-04-17 | 1 | -103/+121 |
* | Fix 'generator object is not subscriptable' error (#7290) | Richard van der Hoff | 2020-04-16 | 1 | -1/+2 |
* | Fix race in replication (#7226) | Erik Johnston | 2020-04-07 | 1 | -1/+2 |
* | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 2020-03-25 | 1 | -52/+108 |
* | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 2020-03-23 | 1 | -88/+93 |
* | Remove concept of a non-limited stream. (#7011) | Erik Johnston | 2020-03-20 | 1 | -40/+26 |
* | Change device list replication to match new semantics. | Erik Johnston | 2020-02-28 | 1 | -4/+9 |
* | Increase MAX_EVENTS_BEHIND for replication clients | Erik Johnston | 2020-02-21 | 1 | -1/+1 |
* | Allow streaming cache invalidate all to workers. (#6749) | Erik Johnston | 2020-01-22 | 1 | -5/+21 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 1 | -15/+10 |
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 1 | -28/+29 |
* | 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 |
* | make user signatures a separate stream | Hubert Chathi | 2019-10-30 | 1 | -0/+18 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -4/+4 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -6/+6 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -78/+82 |
* | Fix relations in worker mode | Erik Johnston | 2019-05-16 | 1 | -0/+1 |
* | Combine the CurrentStateDeltaStream into the EventStream | Richard van der Hoff | 2019-03-27 | 1 | -21/+0 |
* | 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 | 1 | -0/+15 |
* | move FederationStream out to its own file | Richard van der Hoff | 2019-03-27 | 1 | -20/+0 |
* | move EventsStream out to its own file | Richard van der Hoff | 2019-03-27 | 1 | -21/+0 |
* | Move replication.tcp.streams into a package | Richard van der Hoff | 2019-03-27 | 1 | -0/+482 |