Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix bug when generating a key when get_room_events_stream returned zero rows | Erik Johnston | 2014-08-15 | 1 | -3/+7 | |
| | | ||||||
* | | Actually use MAX_STREAM_SIZE constant. | Erik Johnston | 2014-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fix pagination to work with new db schema | Erik Johnston | 2014-08-15 | 1 | -7/+24 | |
| | | ||||||
* | | Correctly return new token when returning events. Serialize events correctly. | Erik Johnston | 2014-08-15 | 2 | -6/+18 | |
| | | ||||||
* | | Start chagning the events stream to work with the new DB schema | Erik Johnston | 2014-08-15 | 5 | -4/+52 | |
| | | ||||||
* | | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor | Erik Johnston | 2014-08-15 | 1 | -2/+2 | |
|\| | | | | | | | | | Conflicts: synapse/storage/stream.py | |||||
| * | We really don't need debug logging of all the SQL statements we execute; ↵ | Paul "LeoNerd" Evans | 2014-08-14 | 1 | -4/+0 | |
| | | | | | | | | we're quite happy these all work now | |||||
| * | Be more helpful when failing to register/login, stating why (communication ↵ | Kegan Dougal | 2014-08-14 | 1 | -2/+2 | |
| | | | | | | | | error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE. | |||||
* | | Reimplement the get public rooms api to work with new DB schema | Erik Johnston | 2014-08-15 | 4 | -35/+75 | |
| | | ||||||
* | | Fix up typos and correct sql queries | Erik Johnston | 2014-08-14 | 5 | -36/+34 | |
| | | ||||||
* | | Update StreamStore | Erik Johnston | 2014-08-14 | 1 | -245/+36 | |
| | | ||||||
* | | Start fixing places that use the data store. | Erik Johnston | 2014-08-14 | 4 | -8/+8 | |
| | | ||||||
* | | Fix typo | Erik Johnston | 2014-08-14 | 1 | -1/+1 | |
| | | ||||||
* | | Rename _execute_query | Erik Johnston | 2014-08-14 | 4 | -4/+4 | |
| | | ||||||
* | | Fix up RoomMemberStore to work with the new schema. | Erik Johnston | 2014-08-14 | 3 | -97/+79 | |
| | | ||||||
* | | Actually encode dicts as json in the DB | Erik Johnston | 2014-08-14 | 2 | -3/+4 | |
| | | ||||||
* | | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor | Erik Johnston | 2014-08-14 | 5 | -13/+16 | |
|\| | | | | | | | | | Conflicts: synapse/storage/_base.py | |||||
| * | An initial hack at storing presence state-change mtimes in database and ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 3 | -2/+5 | |
| | | | | | | | | presenting age durations to clients/federation events | |||||
| * | Set datastore's .hs field in SQLBaseStore rather than in the toplevel ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 2 | -1/+1 | |
| | | | | | | | | DataStore mixed-in result class | |||||
| * | when we're talking about backfilling data in federation, call it backfilling ↵ | Matthew Hodgson | 2014-08-13 | 1 | -10/+10 | |
| | | | | | | | | - not pagination. | |||||
* | | Make feedback table also store sender. | Erik Johnston | 2014-08-13 | 2 | -1/+3 | |
| | | ||||||
* | | Initial stab at refactoring the SQL tables, including rejigging some of the ↵ | Erik Johnston | 2014-08-13 | 6 | -261/+115 | |
| | | | | | | | | storage layer. | |||||
* | | Convert im schema to a 'one' table structure | Erik Johnston | 2014-08-13 | 1 | -26/+31 | |
|/ | ||||||
* | Return the room_alias when GETing public rooms. | Kegan Dougal | 2014-08-13 | 1 | -2/+5 | |
| | ||||||
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 14 | -0/+14 | |
| | ||||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 22 | -0/+3334 | |