summary refs log tree commit diff
path: root/synapse/api/constants.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-05Add CS extension for masquerading as users within the namespaces specified ↵Kegan Dougal1-0/+23
by the AS.
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