summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-07thou shalt specify a content-lengthMatthew Hodgson1-0/+1
2015-02-07i hate weakly typed languagesMatthew Hodgson1-1/+1
2015-02-06SYN-258: get_recent_events_for_room only accepts stream tokens, convert the t...Mark Haines1-1/+3
2015-02-06Move delta/v13.sql to delta/v12.sqlErik Johnston2-24/+11
2015-02-06Don't query auth if the only difference is events that were rejected due to a...Erik Johnston1-56/+72
2015-02-06Make seen_ids a setErik Johnston1-1/+3
2015-02-06Return body of response in HttpResponseExceptionErik Johnston1-1/+2
2015-02-06Handle the fact the list.remove raises if element doesn't existErik Johnston1-4/+10
2015-02-05priority class now dealt with in namespaced rule_idDavid Baker1-4/+0
2015-02-05Give server default rules the 'default' attribute and fix various brokenness.David Baker3-3/+9
2015-02-05Server default rules now of all kinds rather than all being at lowest prio.David Baker4-51/+98
2015-02-05namespace rule IDs to be unique within their scope and rule type.David Baker1-123/+129
2015-02-05Connection errors in twisted aren't RuntimeErrorsErik Johns