| Commit message (Expand) | Author | Files | Lines |
2016-02-03 | PEP8 | Erik Johnston | 1 | -1/+1 |
2016-02-03 | Remove unused method | Erik Johnston | 1 | -8/+0 |
2016-02-03 | Unused import | Erik Johnston | 1 | -1/+1 |
2016-02-02 | Log more diagnostics for unrecognised access tokens | Daniel Wagner-Hall | 1 | -0/+2 |
2016-02-02 | Explain what W503 is | Daniel Wagner-Hall | 1 | -1/+1 |
2016-02-02 | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 34 | -66/+73 |
2016-02-02 | s/get_room_changes_for_user/get_membership_changes_for_user/ | Erik Johnston | 3 | -4/+4 |
2016-02-02 | Fetch events in a separate transaction. | Erik Johnston | 1 | -26/+29 |
2016-02-02 | Change the way we do public room list fetching | Erik Johnston | 3 | -24/+80 |
2016-02-02 | Pass make_guest whne we autogen a user ID | David Baker | 1 | -1/+3 |
2016-02-02 | WARN if we get a topo token instead of stream. | Erik Johnston | 1 | -1/+6 |
2016-02-01 | Comments | Erik Johnston | 1 | -5/+6 |
2016-02-01 | Pull guest access token out of the auth session params, otherwise it will bre... | David Baker | 1 | -0/+1 |
2016-02-01 | Order things correctly | Erik Johnston | 2 | -1/+5 |
2016-02-01 | Switch over /events to use per room caches | Erik Johnston | 2 | -7/+22 |
2016-02-01 | Move state calculations from rest to handler | Erik Johnston | 2 | -141/+98 |
2016-02-01 | Only use room_ids if in get_room_events_stream if is_guest | Erik Johnston | 1 | -5/+0 |
2016-01-31 | Don't use before_token. Its wrong. Use actual limit. | Erik Johnston | 1 | -6/+3 |
2016-01-29 | Cache get_room_changes_for_user | Erik Johnston | 3 | -0/+15 |
2016-01-29 | Invalidate _account_data_stream_cache correctly | Erik Johnston | 1 | -0/+4 |
2016-01-29 | If stream pos is greater then earliest known key and entity hasn't changed, t... | Erik Johnston | 1 | -8/+3 |
2016-01-29 | Comment. Remove superfluous order by | Erik Johnston | 1 | -1/+3 |
2016-01-29 | Deal with None limit | Erik Johnston | 1 | -1/+5 |
2016-01-29 | Make /events always return a newer token, if one exists | Erik Johnston | 1 | -9/+10 |
2016-01-29 | Add missing param to the log line | Mark Haines | 1 | -1/+2 |
2016-01-29 | Don't prefill account data | Erik Johnston | 1 | -8/+1 |
2016-01-29 | Fix the mock homserver used in the tests | Mark Haines | 1 | -0/+1 |
2016-01-29 | Actually use cache | Erik Johnston | 1 | -7/+13 |
2016-01-29 | Max is not a function | Erik Johnston | 1 | -1/+1 |
2016-01-29 | Convert param style | Erik Johnston | 1 | -0/+3 |
2016-01-29 | Prefill stream change caches | Erik Johnston | 4 | -19/+52 |
2016-01-29 | Add config option for setting the trusted id servers, disabling checking the ... | Mark Haines | 2 | -8/+24 |
2016-01-29 | Bump AccountDataAndTagsChangeCache size | Erik Johnston | 1 | -1/+1 |
2016-01-29 | Don't work out unread_notifs_for_room_id unless needed | Erik Johnston | 1 | -11/+12 |
2016-01-29 | Allow three_pid_creds as well as threePidCreds in /account/3pid | Mark Haines | 1 | -2/+3 |
2016-01-29 | Add tests | Erik Johnston | 2 | -0/+19 |
2016-01-29 | Directly set self.value | Erik Johnston | 1 | -1/+1 |
2016-01-29 | Remove spurious self.size | Erik Johnston | 1 | -1/+0 |
2016-01-29 | Correctly bookkeep the size of TreeCache | Erik Johnston | 1 | -3/+28 |
2016-01-29 | Make TreeCache keep track of its own size. | Erik Johnston | 2 | -6/+10 |
2016-01-29 | Reset size on clear | Erik Johnston | 1 | -0/+2 |
2016-01-28 | Amalgamate tags and account data stream caches | Erik Johnston | 2 | -12/+9 |
2016-01-28 | If the same as the earliest key, assume nothing has changed. | Erik Johnston | 1 | -0/+5 |
2016-01-28 | Correctly update _entity_to_key | Erik Johnston | 1 | -4/+5 |
2016-01-28 | |