summary refs log tree commit diff
path: root/synapse/rest/events.py (follow)
Commit message (Expand)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
* Add 'raw' query parameter to expose the event graph and signatures to savvy c...Kegan Dougal2015-01-081-1/+4
* 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 has...Matthew Hodgson2014-09-031-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactorErik Johnston2014-08-271-0/+16
|\
| * 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 reflects...Erik Johnston2014-08-261-1/+3
|/
* 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