| Commit message (Expand) | Author | Age | Files | Lines |
* | run isort | Amber Brown | 2018-07-09 | 1 | -6/+4 |
* | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -29/+32 |
* | Split out edu/query registration to a separate class | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | fix a logcontext leak in read receipt handling | Richard van der Hoff | 2017-10-11 | 1 | -0/+4 |
* | Don't recreate so many sets | Erik Johnston | 2017-03-16 | 1 | -3/+2 |
* | Fix ignored read-receipts | Richard van der Hoff | 2016-12-08 | 1 | -1/+5 |
* | Use new federation_sender DI | Erik Johnston | 2016-11-16 | 1 | -2/+2 |
* | Clobber EDUs in send queue | Erik Johnston | 2016-09-09 | 1 | -0/+1 |
* | Use state handler instead of get_users_in_room/get_joined_hosts | Erik Johnston | 2016-08-26 | 1 | -1/+4 |
* | Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room | Mark Haines | 2016-05-16 | 1 | -6/+5 |
* | Add comments on min_stream_id | David Baker | 2016-04-07 | 1 | -0/+1 |
* | Send badge count pushes. | David Baker | 2016-04-07 | 1 | -4/+17 |
* | Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1 | Erik Johnston | 2016-03-01 | 1 | -2/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -4/+2 |
* | Fix receipts for room initial sync | Erik Johnston | 2015-10-22 | 1 | -7/+1 |
* | Re-enable receipts | Erik Johnston | 2015-08-13 | 1 | -2/+0 |
* | Disable receipts for now | Matrix | 2015-07-22 | 1 | -0/+2 |
* | Don't do any database hits in receipt handling if from_key == to_key | Matrix | 2015-07-18 | 1 | -0/+3 |
* | Docs | Erik Johnston | 2015-07-14 | 1 | -3/+8 |
* | Comments | Erik Johnston | 2015-07-13 | 1 | -4/+12 |
* | Remove spurious comment | Erik Johnston | 2015-07-09 | 1 | -2/+0 |
* | Integer timestamps | Erik Johnston | 2015-07-09 | 1 | -1/+1 |
* | Change format of receipts to allow inclusion of data | Erik Johnston | 2015-07-09 | 1 | -8/+16 |
* | Add a cache to fetching of receipt streams | Erik Johnston | 2015-07-08 | 1 | -24/+7 |
* | Split receipt events up into one per room | Erik Johnston | 2015-07-08 | 1 | -30/+21 |
* | Hook up receipts to v1 initialSync | Erik Johnston | 2015-07-08 | 1 | -1/+44 |
* | Wire together receipts and the notifer/federation | Erik Johnston | 2015-07-07 | 1 | -21/+60 |
* | Fix various typos | Erik Johnston | 2015-07-07 | 1 | -2/+4 |
* | Consolidate duplicate code in notifier | Erik Johnston | 2015-07-02 | 1 | -2/+2 |
* | Add basic ReceiptHandler | Erik Johnston | 2015-07-01 | 1 | -0/+130 |