summary refs log tree commit diff
path: root/synapse/handlers/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't query the rooms members table so much by using the new notifier api tha...Erik Johnston2014-08-281-1/+1
* Up timeout to 10 minutesErik Johnston2014-08-281-1/+1
* Add more logging. Up the event stream timer to 10sErik Johnston2014-08-281-1/+2
* Add logging to try and figure out what is going on with the presence stuffErik Johnston2014-08-281-0/+3
* PEP8 tweaks.Erik Johnston2014-08-271-1/+0
* Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactorErik Johnston2014-08-271-22/+77
|\
| * Added support for GET /events/$eventid with auth checks.Kegan Dougal2014-08-271-0/+26
* | Implement presence event source. Change the way the notifier indexes listenersErik Johnston2014-08-271-1/+6
* | Enable presence again. Fix up api to match old api.Erik Johnston2014-08-261-3/+10
* | WIP: Completely change how event streaming and pagination work. This reflects...Erik Johnston2014-08-261-105/+19
|/
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-6/+2
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+149