summary refs log tree commit diff
path: root/synapse/streams/config.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Add logging to try and figure out what is going on with the presence stuffErik Johnston2014-08-281-1/+1
|
* Convert get_paginat_rows to use PaginationConfig. This allows people to ↵Erik Johnston2014-08-271-27/+40
| | | | supply directions.
* PEP8 tweaks.Erik Johnston2014-08-271-4/+3
|
* WIP: Completely change how event streaming and pagination work. This ↵Erik Johnston2014-08-261-0/+72
reflects the change in the underlying storage model.