Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-06 | Move delta/v13.sql to delta/v12.sql | Erik Johnston | 2 | -24/+11 | |
2015-02-06 | Don't query auth if the only difference is events that were rejected due to ↵ | Erik Johnston | 1 | -56/+72 | |
auth. | |||||
2015-02-06 | Make seen_ids a set | Erik Johnston | 1 | -1/+3 | |
2015-02-06 | Return body of response in HttpResponseException | Erik Johnston | 1 | -1/+2 | |
2015-02-06 | Handle the fact the list.remove raises if element doesn't exist | Erik Johnston | 1 | -4/+10 | |
2015-02-05 | priority class now dealt with in namespaced rule_id | David Baker | 1 | -4/+0 | |
2015-02-05 | Give server default rules the 'default' attribute and fix various brokenness. | David Baker | 3 | -3/+9 | |
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 | Connection errors in twisted aren't RuntimeErrors | Erik Johnston | 1 | -2/+2 | |