Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-05-12 | Fix up _handle_prev_events to not try to insert duplicate rows | Erik Johnston | 1 | -23/+13 |
2015-05-12 | Do state groups persistence /after/ checking if we have already persisted the... | Erik Johnston | 1 | -6/+9 |
2015-05-12 | s/backfil/backfill/ | Erik Johnston | 1 | -4/+4 |
2015-05-12 | Typos everywhere | Erik Johnston | 1 | -1/+1 |
2015-05-12 | And another typo. | Erik Johnston | 1 | -3/+3 |
2015-05-12 | Err, gatherResults doesn't take a dict... | Erik Johnston | 1 | -4/+7 |
2015-05-12 | Handle the case where the other side is unreachable when backfilling | Erik Johnston | 1 | -14/+42 |
2015-05-12 | Make get_current_token accept a direction parameter, which tells whether the ... | Erik Johnston | 4 | -8/+26 |
2015-05-11 | Initial hack at wiring together pagination and backfill | Erik Johnston | 3 | -5/+141 |
2015-05-11 | Move storage.stream._StreamToken to types.RoomStreamToken | Erik Johnston | 2 | -85/+85 |
2015-05-11 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-05-11 | Prefer to use _simple_*. | Erik Johnston | 1 | -44/+41 |
2015-05-11 | push_rules table expects an 'id' field | Erik |