summary refs log tree commit diff
path: root/synapse/storage/stream.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-261-7/+5
|\
| * Fix pyflakes errorsMark Haines2014-08-261-2/+0
| * Order 'get_recent_events_for_room' correctly.Erik Johnston2014-08-261-1/+1
| * Don't return state event outlier's when paginating.Erik Johnston2014-08-221-1/+2
| * Change IM sync api to also return the current presence list.Erik Johnston2014-08-211-3/+2
* | Move the event storage into a single transactionMark Haines2014-08-261-5/+8
|/
* Make event stream storage return all membership events about the user, regard...Erik Johnston2014-08-201-4/+6
* 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
* Change the way pagination works to support out of order events.Erik Johnston2014-08-191-29/+157
* 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
* Add two different columns for ordering the events table, one which can be use...Erik Johnston2014-08-181-8/+9
* PEP8 cleanupsErik Johnston2014-08-151-2/+0
* 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-151-5/+13
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-0/+31
* Fix up typos and correct sql queriesErik Johnston2014-08-141-7/+4
* Update StreamStoreErik Johnston2014-08-141-245/+36
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+282