summary refs log tree commit diff
path: root/synapse/handlers/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change the way pagination works to support out of order events.Erik Johnston2014-08-191-1/+2
* Fix typos in SQL and where we still had rowid's (which no longer exist)Erik Johnston2014-08-181-1/+1
* Make snapshot_all_rooms return results in the correct form, including start a...Erik Johnston2014-08-181-2/+7
* Disable the ability to GET individualy messages. We need to think about the c...Erik Johnston2014-08-181-5/+7
* Fix typo of key nameErik Johnston2014-08-151-1/+1
* PEP8 cleanupsErik Johnston2014-08-151-7/+10
* Fix pagination to work with new db schemaErik Johnston2014-08-151-24/+24
* Correctly return new token when returning events. Serialize events correctly.Erik Johnston2014-08-151-1/+4
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-36/+43
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-151-2/+2
|\
| * Reflect user's messages up to themselves before pushing it to federatoin; als...Paul "LeoNerd" Evans2014-08-141-2/+2
* | Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-1/+1
* | Fix up typos and correct sql queriesErik Johnston2014-08-141-8/+2
* | Start fixing places that use the data store.Erik Johnston2014-08-141-13/+4
|/
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+808