You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/rest
Kegan Dougal 29aa13f0d4 Make federation use resource_for_federation as well. 11 years ago
..
__init__.py Make federation use resource_for_federation as well. 11 years ago
base.py Start phasing out HttpServer: we should be using Resources instead. Added resource_for_client/federation/web_client to the HomeServer and hooked the C-S servlets to operate on resource_for_client. Dynamically construct the Resource tree. 11 years ago
directory.py Implement directory service federation by Federation Queries; avoid local_only hack; add unit tests 11 years ago
events.py add in whitespace after copyright statements to improve legibility 11 years ago
im.py add in whitespace after copyright statements to improve legibility 11 years ago
login.py add in whitespace after copyright statements to improve legibility 11 years ago
presence.py add in whitespace after copyright statements to improve legibility 11 years ago
profile.py Now that HS->HS Profile lookups use Federation Queries, we don't need the 'local_only' antirecursion hack 11 years ago
public.py add in whitespace after copyright statements to improve legibility 11 years ago
register.py add in whitespace after copyright statements to improve legibility 11 years ago
room.py Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(..., hs=hs) - similar to parse_userid() 11 years ago