summary refs log tree commit diff
path: root/synapse/rest (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Kegan Dougal1-0/+23
by the AS.
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 ↵Erik Johnston3-15/+22
it can retry against different room hosts
2015-02-05Serialize events before sending to ASesKegan Dougal1-0/+10
2015-02-05Fix unit tests.Kegan Dougal1-2/+5
2015-02-05Glue AS work to general event notifications. Add more exception handling ↵Kegan Dougal4-16/+42
when poking ASes.
2015-02-05SYN-202: Log as WARN the 404 'Presence information not visible' errors ↵Erik Johnston1-5/+12
instead of as ERROR since they were spamming the logs
2015-02-05Add unit test for appservice_handler.query_room_alias_existsKegan Dougal1-1/+30
2015-02-05Add unknown room alias check. Call it from directory_handler.get_associationKegan Dougal2-43/+61
2015-02-05Add unknown user ID check. Use store.get_aliases_for_room(room_id) when ↵Kegan Dougal2-5/+20
searching for services by alias.
2015-02-05Print out the auth events on failureErik Johnston1-1/+1
2015-02-05Add hs_token column and generate a different token f.e application service.Kegan Dougal7-20/+35
2015-02-05Impl push_bulk functionKegan Dougal</