- Aug 14, 2014
-
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Removed http_server from HomeServer. Updated unit tests to use either resource_for_federation or resource_for_client depending on what is being tested.
-
Kegan Dougal authored
-
Kegan Dougal authored
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.
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
-
Matthew Hodgson authored
-
- Aug 13, 2014
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
An initial hack at storing presence state-change mtimes in database and presenting age durations to clients/federation events
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataStore mixed-in result class
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(..., hs=hs) - similar to parse_userid()
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
Now that HS->HS Profile lookups use Federation Queries, we don't need the 'local_only' antirecursion hack
-
Paul "LeoNerd" Evans authored
Use new Federation Query API to implement HS->HS fetching of remote users' profile information instead of (ab)using the client-side REST API
-
Paul "LeoNerd" Evans authored
Define the concept of a 'federation Query'; creating API for making and handling Queries on the Federation's increasingly-inaccurately-named ReplicationLayer
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
Handle a potential race in the notifier when calling get_events_for which resulted in an uncaught KeyError
-
Kegan Dougal authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-