| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix logging bug in EDU handling over replication | Erik Johnston | 2018-08-17 | 1 | -1/+1 |
* | Use federation handler function rather than duplicate | Erik Johnston | 2018-08-15 | 1 | -41/+3 |
* | 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 | 3 | -16/+62 |
|\ |
|
| * | 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 |
| * | Fixup logging and docstrings | Erik Johnston | 2018-08-08 | 2 | -2/+40 |
* | | Add EDU/query handling over replication | Erik Johnston | 2018-08-06 | 1 | -1/+1 |
* | | Add replication APIs for persisting federation events | Erik Johnston | 2018-08-06 | 2 | -1/+247 |
|/ |
|
* | Fix isort | Erik Johnston | 2018-08-06 | 1 | -4/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_r... | Erik Johnston | 2018-08-03 | 1 | -4/+3 |
|\ |
|
| * | Kill off MatrixCodeMessageException | Richard van der Hoff | 2018-08-01 | 2 | -16/+12 |
* | | Use new helper base class for membership requests | Erik Johnston | 2018-07-31 | 1 | -171/+91 |
* | | Use new helper base class for ReplicationSendEventRestServlet | Erik Johnston | 2018-07-31 | 1 | -79/+36 |
* | | Add helper base class for generating new replication endpoints | Erik Johnston | 2018-07-31 | 1 | -0/+208 |
|/ |
|
* | Fix missing attributes on workers. | Erik Johnston | 2018-07-23 | 1 | -2/+5 |
* | run isort | Amber Brown | 2018-07-09 | 3 | -8/+9 |
* | Pass around the reactor explicitly (#3385) | Amber Brown | 2018-06-22 | 1 | -3/+3 |
* | Refactor ResponseCache usage | Richard van der Hoff | 2018-04-12 | 1 | -12/+6 |
* | Add metrics for ResponseCache | Richard van der Hoff | 2018-04-10 | 1 | -1/+1 |
* | Fix imports | Erik Johnston | 2018-03-14 | 2 | -7/+4 |
* | s/join/joined/ in notify_user_membership_change | Erik Johnston | 2018-03-14 | 1 | -3/+3 |
* | Implement RoomMemberWorkerHandler | Erik Johnston | 2018-03-13 | 2 | -0/+336 |
* | extra_users is actually a list of UserIDs | Erik Johnston | 2018-03-13 | 1 | -4/+4 |
* | Log in the correct places | Erik Johnston | 2018-03-01 | 1 | -2/+4 |
* | Don't do preserve_fn for every request | Erik Johnston | 2018-03-01 | 1 | -1/+2 |
* | Add some logging | Erik Johnston | 2018-03-01 | 1 | -0/+2 |
* | Make repl send_event idempotent and retry on timeouts | Erik Johnston | 2018-03-01 | 1 | -6/+38 |
* | Correctly send ratelimit and extra_users params | Erik Johnston | 2018-03-01 | 1 | -1/+13 |
* | Calculate push actions on worker | Erik Johnston | 2018-02-28 | 1 | -1/+1 |
* | Don't serialize current state over replication | Erik Johnston | 2018-02-15 | 1 | -2/+2 |
* | Don't log errors propogated from send_event | Erik Johnston | 2018-02-15 | 1 | -1/+10 |
* | Add replication http endpoint for event sending | Erik Johnston | 2018-02-07 | 2 | -0/+139 |