summary refs log tree commit diff
path: root/synapse/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
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 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-05SYN-202: Log as WARN the 404 'Presence information not visible' errors instea...E