summary refs log tree commit diff
path: root/synapse/storage/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | Conflicts: synapse/storage/_base.py
| * An initial hack at storing presence state-change mtimes in database and ↵Paul "LeoNerd" Evans2014-08-131-0/+1
| | | | | | | | presenting age durations to clients/federation events
| * Set datastore's .hs field in SQLBaseStore rather than in the toplevel ↵Paul "LeoNerd" Evans2014-08-131-0/+1
| | | | | | | | DataStore mixed-in result class
* | Initial stab at refactoring the SQL tables, including rejigging some of the ↵Erik Johnston2014-08-131-1/+16
|/ | | | storage layer.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+405