summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Move the event storage into a single transactionMark Haines2014-08-266-48/+60
* | Take a snapshot of the state of the room before performing updatesMark Haines2014-08-221-0/+64
|/
* Make event stream storage return all membership events about the user, regard...Erik Johnston2014-08-201-4/+6
* Give the event_id of the failed eventErik Johnston2014-08-201-1/+4
* Only hit get_room_events_stream if we have a valid user_idErik Johnston2014-08-191-0/+3
* Fix token to correct formatErik Johnston2014-08-191-1/+1
* Remove debug logging from token parsing funcs.Erik Johnston2014-08-191-2/+0
* Add comment about what strorage.stream doesErik Johnston2014-08-191-0/+20
* Fix bug where we sometimes set min_token to None.Erik Johnston2014-08-191-1/+2
* Add a 'backfill room' buttonErik Johnston2014-08-192-12/+26
* Change the way pagination works to support out of order events.Erik Johnston2014-08-192-30/+158
* Fix typos in SQL and where we still had rowid's (which no longer exist)Erik Johnston2014-08-181-6/+6
* Make snapshot_all_rooms return results in the correct form, including start a...Erik Johnston2014-08-181-4/+21
* SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.Erik Johnston2014-08-182-3/+20
* Add two different columns for ordering the events table, one which can be use...Erik Johnston2014-08-183-17/+31
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-181-0/+1
|\
| * retcols is mandatory. i have no idea how this could ever have worked?Matthew Hodgson2014-08-161-0/+1
| * Fix imsync's SELECT query to only find the rooms I'm actually joined in, not ...Paul "LeoNerd" Evans2014-08-151-2/+5
* | Rename method name to not clash with other ones in storage.Erik Johnston2014-08-151-3/+3
* | We no longer need to special case room config events.Erik Johnston2014-08-151-2/+2
* | PEP8 cleanupsErik Johnston2014-08-155-9/+18
* | Comment.Erik Johnston2014-08-151-0/+1
* | Fix bug when generating a key when get_room_events_stream returned zero rowsErik Johnston2014-08-151-3/+7
* | Actually use MAX_STREAM_SIZE constant.Erik Johnston2014-08-151-1/+1
* | Fix pagination to work with new db schemaErik Johnston2014-08-151-7/+24
* | Correctly return new token when returning events. Serialize events correctly.Erik Johnston2014-08-152-6/+18
* | Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-155-4/+52
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-151-2/+2
|\|
| * We really don't need debug logging of all the SQL statements we execute; we'r...Paul "LeoNerd" Evans2014-08-141-4/+0
| * Be more helpful when failing to register/login, stating why (communication er...Kegan Dougal2014-08-141-2/+2
* | Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-154-35/+75
* | Fix up typos and correct sql queriesErik Johnston2014-08-145-36/+34
* | Update StreamStoreErik Johnston2014-08-141-245/+36
* | Start fixing places that use the data store.Erik Johnston2014-08-144-8/+8
* | Fix typoErik Johnston2014-08-141-1/+1
* | Rename _execute_queryErik Johnston2014-08-144-4/+4
* | Fix up RoomMemberStore to work with the new schema.Erik Johnston2014-08-143-97/+79
* | Actually encode dicts as json in the DBErik Johnston2014-08-142-3/+4
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-145-13/+16
|\|
| * An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-133-2/+5
| * Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataSto...Paul "LeoNerd" Evans2014-08-132-1/+1
| * when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson2014-08-131-10/+10
* | Make feedback table also store sender.Erik Johnston2014-08-132-1/+3
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-136-261/+115
* | Convert im schema to a 'one' table structureErik Johnston2014-08-131-26/+31
|/
* Return the room_alias when GETing public rooms.Kegan Dougal2014-08-131-2/+5
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-1314-0/+14
* Reference Matrix Home Servermatrix.org2014-08-1222-0/+3334