summary refs log tree commit diff
path: root/synapse/util/stringutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-04s/stream_ordering/event_stream_ordering/ in pushMark Haines3-27/+31
2016-03-04/FNARG/dMark Haines1-1/+0
2016-03-04Fix unit testsMark Haines1-2/+2
2016-03-04Hook up the push rules stream to account_data in /syncMark Haines4-69/+85
2016-03-04tests/utils: added room_invite_state_types to test configPatrik Oldsberg1-0/+1
Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
2016-03-04config,handlers/_base: added homeserver config for what state is included in ↵Patrik Oldsberg3-7/+44
a room invite Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
2016-03-04Make sure we add all invited members before returning from createRoomRichard van der Hoff1-1/+1
add a missing yield.
2016-03-03jenkins-*.sh: set -xRichard van der Hoff4-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-03Pass whole requester to ratelimitingDaniel Wagner-Hall13-76/+124
This will enable more detailed decisions
2016-03-03Split up jenkins testsErik Johnston2-0/+43