summary refs log tree commit diff
path: root/synapse/federation (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-05Prevent aliases in AS namespaces being created/deleted by users. Check with A...Kegan Dougal1-9/+33
2015-02-05priority class now dealt with in namespaced rule_idDavid Baker1-4/+0
2015-02-05Fix unit tests.Kegan Dougal1-0/+6
2015-02-05Give server default rules the 'default' attribute and fix various brokenness.David Baker3-3/+9
2015-02-05Add CS extension for masquerading as users within the namespaces specified by...Kegan Dougal1-0/+23
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-05Fix user query checks. HS>AS pushing now works.Kegan Dougal2-21/+44
2015-02-05Connection errors in twisted aren't RuntimeErrorsErik Johnston1-2/+2
2015-02-05Pass through list of room hosts from room alias query to federation so that i...Erik Johnston3-15/+22
2015-02-05Serialize events before sending to ASesKegan Dougal1-0/+10
2015-02-05Fix unit tests.Kegan Dougal1-2/+5
2015-02-05