summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-1/+1
* Include room tags in v2 /syncMark Haines2015-11-021-0/+5
* Implement full_state incremental syncRichard van der Hoff2015-10-261-2/+4
* Merge pull request #319 from matrix-org/erikj/filter_refactorErik Johnston2015-10-221-2/+2
|\
| * Refactor api.filtering to have a Filter APIErik Johnston2015-10-201-2/+2
* | Add rooms that the user has left under archived in v2 sync.Mark Haines2015-10-191-6/+23
|/
* Include invites in incremental syncMark Haines2015-10-131-1/+1
* Include invited rooms in the initial syncMark Haines2015-10-131-1/+20
* Start spliting out the rooms into joined and invited in v2 syncMark Haines2015-10-131-9/+9
* Update the filters to match the latest spec.Mark Haines2015-10-121-15/+11
* Set the user as online if they start polling the v2 syncMark Haines2015-10-091-3/+11
* Format the presence events correctly for v2Mark Haines2015-10-091-3/+9
* Update the v2 room sync format to match the current v2 specMark Haines2015-10-081-7/+7
* Update the sync response to match the latest specMark Haines2015-10-071-24/+22
* Move the rooms out into a room_map mapping from room_id to room.Mark Haines2015-10-051-13/+31
* Start updating the sync API to match the specificationMark Haines2015-10-011-53/+22
* Fix up one more referenceDaniel Wagner-Hall2015-08-251-3/+2
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+1
* Combine the request wrappers in rest/media/v1 and http/server into a single w...Mark Haines2015-04-211-9/+11
* Fix code-styleMark Haines2015-02-101-1/+1
* Pass client info to the sync_configMark Haines2015-01-301-1/+1
* Filter the recent events before applying the limit when doing an incremental ...Mark Haines2015-01-301-1/+1
* Add basic filtering supportMark Haines2015-01-291-5/+14
* Move typing notifs to an "emphermal" event list on the room objectMark Haines2015-01-291-2/+2
* Add typing notifications to syncMark Haines2015-01-291-10/+8
* Include transaction ids in unsigned section of events in the sync results for...Mark Haines2015-01-291-7/+16
* Add ports back to demo/start.shMark Haines2015-01-281-1/+1
* Fix FormattingMark Haines2015-01-271-3/+2
* Start implementing the non-incremental sync portion of the v2 /sync APIMark Haines2015-01-261-28/+77
* Start implementing the v2_alpha sync APIMark Haines2015-01-231-0/+143