summary refs log tree commit diff
path: root/synapse/storage/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for using keyword arguments with cached functionsErik Johnston2015-07-271-3/+2
* Up default cache size for _RoomStreamChangeCacheMatrix2015-07-181-1/+1
* DocsErik Johnston2015-07-141-3/+28
* CommentsErik Johnston2015-07-131-0/+11
* Handle error slightly betterErik Johnston2015-07-091-2/+2
* Change format of receipts to allow inclusion of dataErik Johnston2015-07-091-19/+20
* Add a cache to fetching of receipt streamsErik Johnston2015-07-081-3/+89
* Hook up receipts to v1 initialSyncErik Johnston2015-07-081-9/+20
* Wire together receipts and the notifer/federationErik Johnston2015-07-071-9/+60
* Fix various typosErik Johnston2015-07-071-6/+7
* Add basic storage functions for handling of receiptsErik Johnston2015-07-011-0/+162