| Commit message (Expand) | Author | Age | Files | Lines |
* | Only fetch prev_content when a client is streaming/paginating. Use transactio... | Erik Johnston | 2015-01-06 | 1 | -77/+69 |
* | Don't return outliers when we get recent events for rooms. | Erik Johnston | 2014-11-27 | 1 | -1/+1 |
* | Fix pep8 codestyle warnings | Mark Haines | 2014-11-20 | 1 | -5/+6 |
* | SYN-104: When going backwards the end token should be before the last event | Mark Haines | 2014-11-18 | 1 | -0/+3 |
* | Notify users about invites. | Erik Johnston | 2014-11-10 | 1 | -2/+1 |
* | Add transaction level logging and timing information. Add a _simple_delete me... | Erik Johnston | 2014-10-28 | 1 | -1/+4 |
* | Add LIMIT to scalar subquery | Erik Johnston | 2014-09-25 | 1 | -3/+6 |
* | Rename deletions to redactions | Erik Johnston | 2014-09-24 | 1 | -9/+9 |
* | Add m.room.deletion. If an event is deleted it will be returned to clients 'p... | Erik Johnston | 2014-09-23 | 1 | -5/+25 |
* | SYN-47: Fix bug where we still returned events for rooms we had left. | Erik Johnston | 2014-09-19 | 1 | -1/+1 |
* | Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_pool | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -1/+1 |
* | When getting a state event also include the previous content | Erik Johnston | 2014-09-06 | 1 | -8/+9 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Get the equalities right. | Erik Johnston | 2014-08-29 | 1 | -2/+5 |
* | Initial room event stream token must be s0, not s1, or everyone will miss the... | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -1/+1 |
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 1 | -2/+2 |
|\ |
|
| * | WIP: Completely change how event streaming and pagination work. This reflects... | Erik Johnston | 2014-08-26 | 1 | -2/+2 |
* | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-26 | 1 | -7/+5 |
|\| |
|
| * | Fix pyflakes errors | Mark Haines | 2014-08-26 | 1 | -2/+0 |
| * | Order 'get_recent_events_for_room' correctly. | Erik Johnston | 2014-08-26 | 1 | -1/+1 |
| * | Don't return state event outlier's when paginating. | Erik Johnston | 2014-08-22 | 1 | -1/+2 |
| * | Change IM sync api to also return the current presence list. | Erik Johnston | 2014-08-21 | 1 | -3/+2 |
* | | Move the event storage into a single transaction | Mark Haines | 2014-08-26 | 1 | -5/+8 |
|/ |
|
* | Make event stream storage return all membership events about the user, regard... | Erik Johnston | 2014-08-20 | 1 | -4/+6 |
* | Only hit get_room_events_stream if we have a valid user_id | Erik Johnston | 2014-08-19 | 1 | -0/+3 |
* | Fix token to correct format | Erik Johnston | 2014-08-19 | 1 | -1/+1 |
* | Remove debug logging from token parsing funcs. | Erik Johnston | 2014-08-19 | 1 | -2/+0 |
* | Add comment about what strorage.stream does | Erik Johnston | 2014-08-19 | 1 | -0/+20 |
* | Change the way pagination works to support out of order events. | Erik Johnston | 2014-08-19 | 1 | -29/+157 |
* | Fix typos in SQL and where we still had rowid's (which no longer exist) | Erik Johnston | 2014-08-18 | 1 | -6/+6 |
* | Make snapshot_all_rooms return results in the correct form, including start a... | Erik Johnston | 2014-08-18 | 1 | -4/+21 |
* | Add two different columns for ordering the events table, one which can be use... | Erik Johnston | 2014-08-18 | 1 | -8/+9 |
* | PEP8 cleanups | Erik Johnston | 2014-08-15 | 1 | -2/+0 |
* | Comment. | Erik Johnston | 2014-08-15 | 1 | -0/+1 |
* | 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 | 1 | -5/+13 |
* | Start chagning the events stream to work with the new DB schema | Erik Johnston | 2014-08-15 | 1 | -0/+31 |
* | Fix up typos and correct sql queries | Erik Johnston | 2014-08-14 | 1 | -7/+4 |
* | Update StreamStore | Erik Johnston | 2014-08-14 | 1 | -245/+36 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+282 |