summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-03Simplify get_roomsErik Johnston1-26/+0
2016-02-03PEP8Erik Johnston1-1/+1
2016-02-03Remove unused methodErik Johnston1-8/+0
2016-02-03Unused importErik Johnston1-1/+1
2016-02-02Log more diagnostics for unrecognised access tokensDaniel Wagner-Hall1-0/+2
2016-02-02Explain what W503 isDaniel Wagner-Hall1-1/+1
2016-02-02Fix flake8 warnings for new flake8Daniel Wagner-Hall34-66/+73
2016-02-02s/get_room_changes_for_user/get_membership_changes_for_user/Erik Johnston3-4/+4
2016-02-02Fetch events in a separate transaction.Erik Johnston1-26/+29
2016-02-02Change the way we do public room list fetchingErik Johnston3-24/+80
2016-02-02Pass make_guest whne we autogen a user IDDavid Baker1-1/+3
2016-02-02WARN if we get a topo token instead of stream.Erik Johnston1-1/+6
2016-02-01CommentsErik Johnston1-5/+6
2016-02-01Pull guest access token out of the auth session params, otherwise it will bre...David Baker1-0/+1
2016-02-01Order things correctlyErik Johnston2-1/+5
2016-02-01Switch over /events to use per room cachesErik Johnston2-7/+22
2016-02-01Move state calculations from rest to handlerErik Johnston2-141/+98
2016-02-01Only use room_ids if in get_room_events_stream if is_guestErik Johnston1-5/+0
2016-01-31Don't use before_token. Its wrong. Use actual limit.Erik Johnston1-6/+3
2016-01-29Cache get_room_changes_for_userErik Johnston3-0/+15
2016-01-29Invalidate _account_data_stream_cache correctlyErik Johnston1-0/+4
2016-01-29If stream pos is greater then earliest known key and entity hasn't changed, t...Erik Johnston1-8/+3
2016-01-29Comment. Remove superfluous order byErik Johnston1-1/+3
2016-01-29Deal with None limitErik Johnston1-1/+5
2016-01-29Make /events always return a newer token, if one existsErik Johnston1-9/+10
2016-01-29Add missing param to the log lineMark Haines1-1/+2
2016-01-29Don't prefill account dataErik Johnston1-8/+1
2016-01-29Fix the mock homserver used in the testsMark Haines1-0/+1
2016-01-29Actually use cacheErik Johnston1-7/+13
2016-01-29Max is not a functionErik Johnston1-1/+1
2016-01-29Convert param styleErik Johnston1-0/+3
2016-01-29Prefill stream change cachesErik Johnston4-19/+52
2016-01-29Add config option for setting the trusted id servers, disabling checking the ...Mark Haines2-8/+24
2016-01-29Bump AccountDataAndTagsChangeCache sizeErik Johnston1-1/+1
2016-01-29Don't work out unread_notifs_for_room_id unless neededErik Johnston1-11/+12
2016-01-29Allow three_pid_creds as well as threePidCreds in /account/3pidMark Haines1-2/+3
2016-01-29Add testsErik Johnston2-0/+19
2016-01-29Directly set self.valueErik Johnston1-1/+1
2016-01-29Remove spurious self.sizeErik Johnston1-1/+0
2016-01-29Correctly bookkeep the size of TreeCacheErik Johnston1-3/+28
2016-01-29Make TreeCache keep track of its own size.Erik Johnston2-6/+10
2016-01-29Reset size on clearErik Johnston1-0/+2
2016-01-28Amalgamate tags and account data stream cachesErik Johnston2-12/+9
2016-01-28 If the same as the earliest key, assume nothing has changed.Erik