Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-07 | Use syntax that works on both py2.7 and py3 | Mark Haines | 8 | -10/+10 | |
2016-03-07 | Fix tests | David Baker | 3 | -20/+20 | |
2016-03-07 | Send the user ID matching the guest access token, since there is no Matrix ↵ | David Baker | 2 | -2/+7 | |
API to discover what user ID an access token is for. | |||||
2016-03-04 | Send history visibility on boundary changes | Erik Johnston | 1 | -0/+26 | |
2016-03-04 | Prefill from the correct stream | Mark Haines | 1 | -1/+1 | |
2016-03-04 | prefill the push rules stream change cache | Mark Haines | 1 | -2/+9 | |
2016-03-04 | s/stream_ordering/event_stream_ordering/ in push | Mark Haines | 3 | -27/+31 | |
2016-03-04 | /FNARG/d | Mark Haines | 1 | -1/+0 | |
2016-03-04 | Always include kicks and bans in full /sync | Erik Johnston | 1 | -3/+9 | |
2016-03-04 | Spelling | Erik Johnston | 1 | -1/+1 | |
2016-03-04 | Fix unit tests | Mark Haines | 1 | -2/+2 | |
2016-03-04 | Hook up the push rules stream to account_data in /sync | Mark Haines | 4 | -69/+85 | |
2016-03-04 | Add profile information to invites | Erik Johnston | 3 | -3/+17 | |
2016-03-04 | tests/utils: added room_invite_state_types to test config | Patrik Oldsberg | 1 | -0/+1 | |
Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com> | |||||
2016-03-04 | config,handlers/_base: added homeserver config for what state is included in ↵ | Patrik Oldsberg | 3 | -7/+44 | |
a room invite Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com> | |||||
2016-03-04 | Make sure we add all invited members before returning from createRoom | Richard van der Hoff | 1 | -1/+1 | |
add a missing yield. | |||||
2016-03-03 | jenkins-*.sh: set -x | Richard van der Hoff | 4 | -4/+12 | |
Also move the options from the shebang line to the body of the script, so that they take effect even if somebody explicitly runs "bash jenkins.sh" | |||||
2016-03-03 | Pass whole requester to ratelimiting | Daniel Wagner-Hall | 13 | -76/+124 | |
This will enable more detailed decisions | |||||
2016-03-03 | Split up jenkins test |