summary refs log tree commit diff
path: root/tests/handlers/test_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed http_server from HomeServer. Updated unit tests to use either ↵Kegan Dougal2014-08-141-1/+1
| | | | resource_for_federation or resource_for_client depending on what is being tested.
* Implement directory service federation by Federation Queries; avoid ↵Paul "LeoNerd" Evans2014-08-131-0/+112
local_only hack; add unit tests