summary refs log tree commit diff
path: root/synapse/handlers/sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix check for empty room updateMark Haines2015-01-291-1/+1
* Fix v2 initial syncMark Haines2015-01-291-1/+2
* Use get_room_events_stream to get changes to the rooms if the number of chang...Mark Haines2015-01-291-11/+45
* Remove typing TODOMark Haines2015-01-291-1/+0
* Add typing notifications to syncMark Haines2015-01-291-9/+21
* Fix FormattingMark Haines2015-01-271-8/+5
* Wait for events if the incremental sync is empty and a timeout is givenMark Haines2015-01-271-7/+12
* Start implementing incremental initial syncMark Haines2015-01-271-25/+208
* Start implementing the non-incremental sync portion of the v2 /sync APIMark Haines2015-01-261-25/+62
* Add handler for /sync APIMark Haines2015-01-261-0/+110