summary refs log tree commit diff
path: root/synapse/streams/config.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Allow GET /room/:room_id/messages without 'limit' parameter to default to 10Paul "LeoNerd" Evans2014-12-021-1/+5
|
* SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ↵Paul "LeoNerd" Evans2014-11-201-6/+6
| | | | at all; missing still implies default 10
* Construct a source-specific 'SourcePaginationConfig' to pass into ↵Paul "LeoNerd" Evans2014-10-291-0/+23
| | | | get_pagination_rows; meaning each source doesn't have to care about its own name any more
* 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.