summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
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 i...Erik Johnston3-15/+22
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 when...Kegan Dougal4-16/+42
2015-02-05SYN-202: Log as WARN the 404 'Presence information not visible' errors instea...Erik Johnston1-5/+12
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 searc...Kegan Dougal2-5/+20
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-05