summary refs log tree commit diff
path: root/synapse/streams/config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define __repr__ methods for StreamConfig and PaginationConfigMark Haines2015-09-221-3/+8
* 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
* Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat...Paul "LeoNerd" Evans2014-10-291-0/+23
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* 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 suppl...Erik Johnston2014-08-271-27/+40
* PEP8 tweaks.Erik Johnston2014-08-271-4/+3
* WIP: Completely change how event streaming and pagination work. This reflects...Erik Johnston2014-08-261-0/+72