summary refs log tree commit diff
path: root/synapse/storage/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the event storage into a single transactionMark Haines2014-08-261-5/+7
* PEP8 cleanupsErik Johnston2014-08-151-1/+2
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-1/+1
* 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-4/+5
* Start fixing places that use the data store.Erik Johnston2014-08-141-1/+1
* Rename _execute_queryErik Johnston2014-08-141-1/+1
* Fix up RoomMemberStore to work with the new schema.Erik Johnston2014-08-141-1/+5
* Actually encode dicts as json in the DBErik Johnston2014-08-141-1/+2
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-141-0/+2
|\
| * An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-0/+1
| * Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataSto...Paul "LeoNerd" Evans2014-08-131-0/+1
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-131-1/+16
|/
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+405