summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-10Bump version and changelogErik Johnston2-1/+23
2016-02-10Batch fetch _get_state_groups_from_groupsErik Johnston1-32/+34
2016-02-10Use _simple_select_many for _get_state_group_for_eventsErik Johnston2-17/+11
2016-02-10Only calculate initial sync for 10 rooms at a timeErik Johnston1-24/+29
2016-02-10Remove commentErik Johnston1-1/+1
2016-02-10s/parent_context/previous_context/Erik Johnston1-9/+9
2016-02-10Set parent context on instansiationErik Johnston1-2/+7
2016-02-10Rename functionsErik Johnston2-4/+4
2016-02-09TypoErik Johnston1-1/+1
2016-02-09Atomically persit push actions when we persist the eventErik Johnston6-65/+49
2016-02-09Pass in current state to push action handlerErik Johnston3-27/+20
2016-02-09Fix testErik Johnston1-9/+1
2016-02-09Fix testErik Johnston1-3/+4
2016-02-09Change a log from debug to infoErik Johnston1-1/+1
2016-02-09Remove dead codeErik Johnston1-12/+0
2016-02-09Invalidate get_last_receipt_event_id_for_user cacheErik Johnston1-0/+5
2016-02-09Don't load all ephemeral state for a room on every syncErik Johnston2-14/+20
2016-02-09Fix unit testsErik Johnston2-5/+9
2016-02-09Remove pyc files before running testsDaniel Wagner-Hall1-1/+1
2016-02-09Revert "Reject additional path segments"Daniel Wagner-Hall3-6/+6
2016-02-09Measure some /sync related thingsErik Johnston2-150/+162
2016-02-09Revert to putting it around the entire blockErik Johnston1-124/+124
2016-02-09Don't create new logging contextErik Johnston1-12/+15
2016-02-09Don't bother copying records on parent contextErik Johnston1-8/<