summary refs log tree commit diff
path: root/synapse/handlers/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ...Mark Haines2014-10-021-3/+2
* Split PlainHttpClient into separate clients for talking to Identity servers a...Mark Haines2014-10-021-2/+2
* SYN-2: Allow server admins to delete room aliasesErik Johnston2014-09-301-16/+29
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-5/+33
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix up directory server to not require uploading room hosts. Update the room ...Erik Johnston2014-09-031-1/+10
* Make retrying requests on DNS failures configurable, and turn off retrying on...Kegan Dougal2014-09-031-1/+5
* Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-6/+0
* Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans2014-08-131-20/+28
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+100