summary refs log tree commit diff
path: root/synapse/handlers/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't recreate so many setsErik Johnston2017-03-161-3/+2
* Fix ignored read-receiptsRichard van der Hoff2016-12-081-1/+5
* Use new federation_sender DIErik Johnston2016-11-161-2/+2
* Clobber EDUs in send queueErik Johnston2016-09-091-0/+1
* Use state handler instead of get_users_in_room/get_joined_hostsErik Johnston2016-08-261-1/+4
* Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_roomMark Haines2016-05-161-6/+5
* Add comments on min_stream_idDavid Baker2016-04-071-0/+1
* Send badge count pushes.David Baker2016-04-071-4/+17
* Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1Erik Johnston2016-03-011-2/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Open up /events to anonymous users for room events onlyDaniel Wagner-Hall2015-11-051-4/+2
* Fix receipts for room initial syncErik Johnston2015-10-221-7/+1
* Re-enable receiptsErik Johnston2015-08-131-2/+0
* Disable receipts for nowMatrix2015-07-221-0/+2
* Don't do any database hits in receipt handling if from_key == to_keyMatrix2015-07-181-0/+3
* DocsErik Johnston2015-07-141-3/+8
* CommentsErik Johnston2015-07-131-4/+12
* Remove spurious commentErik Johnston2015-07-091-2/+0
* Integer timestampsErik Johnston2015-07-091-1/+1
* Change format of receipts to allow inclusion of dataErik Johnston2015-07-091-8/+16
* Add a cache to fetching of receipt streamsErik Johnston2015-07-081-24/+7
* Split receipt events up into one per roomErik Johnston2015-07-081-30/+21
* Hook up receipts to v1 initialSyncErik Johnston2015-07-081-1/+44
* Wire together receipts and the notifer/federationErik Johnston2015-07-071-21/+60
* Fix various typosErik Johnston2015-07-071-2/+4
* Consolidate duplicate code in notifierErik Johnston2015-07-021-2/+2
* Add basic ReceiptHandlerErik Johnston2015-07-011-0/+130