summary refs log tree commit diff
path: root/synapse/rest/initial_sync.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-44/+0
|
* Return the raw federation event rather than adding extra keys for federation ↵Kegan Dougal2015-01-081-2/+2
| | | | data.
* Add 'raw' query parameter to expose the event graph and signatures to savvy ↵Kegan Dougal2015-01-081-1/+4
| | | | clients.
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* 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.
* Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactorErik Johnston2014-08-261-0/+1
|\
| * Pepper UT TODOsKegan Dougal2014-08-261-0/+1
| |
* | WIP: Completely change how event streaming and pagination work. This ↵Erik Johnston2014-08-261-1/+1
|/ | | | reflects the change in the underlying storage model.
* Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> ↵Kegan Dougal2014-08-261-0/+40
/rooms/$roomid/members. /rooms$roomid/messages/list >> /room/$roomid/messages. Updated cmdclient, tests and webclient.