summary refs log tree commit diff
path: root/synapse/rest/events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-81/+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 pep8 codestyle warningsMark Haines2014-11-201-1/+0
|
* Use state groups to get current state. Make join dance actually work.Erik Johnston2014-10-171-12/+22
|
* Correctly handle the 'age' key in events and pdusErik Johnston2014-09-151-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-271-0/+16
|\ | | | | | | | | | | | | Conflicts: synapse/handlers/events.py synapse/rest/events.py synapse/rest/room.py
| * Added support for GET /events/$eventid with auth checks.Kegan Dougal2014-08-271-0/+17
| |
* | WIP: Completely change how event streaming and pagination work. This ↵Erik Johnston2014-08-261-1/+3
|/ | | | reflects the change in the underlying storage model.
* Update the default longpoll timeout time.Kegan Dougal2014-08-181-1/+1
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+50