Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-05 | Fix unit tests. | Kegan Dougal | 1 | -0/+6 | |
2015-02-05 | Give server default rules the 'default' attribute and fix various brokenness. | David Baker | 3 | -3/+9 | |
2015-02-05 | Add CS extension for masquerading as users within the namespaces specified ↵ | Kegan Dougal | 1 | -0/+23 | |
by the AS. | |||||
2015-02-05 | Server default rules now of all kinds rather than all being at lowest prio. | David Baker | 4 | -51/+98 | |
2015-02-05 | namespace rule IDs to be unique within their scope and rule type. | David Baker | 1 | -123/+129 | |
2015-02-05 | Fix user query checks. HS>AS pushing now works. | Kegan Dougal | 2 | -21/+44 | |
2015-02-05 | Connection errors in twisted aren't RuntimeErrors | Erik Johnston | 1 | -2/+2 | |
2015-02-05 | Pass through list of room hosts from room alias query to federation so that ↵ | Erik Johnston | 3 | -15/+22 | |
it can retry against different room hosts | |||||
2015-02-05 | Serialize events before sending to ASes | Kegan Dougal | 1 | -0/+10 | |
2015-02-05 | Fix unit tests. | Kegan Dougal | 1 | -2/+5 | |
2015-02-05 | Glue AS work to general event notifications. Add more |