Commit Graph

51 Commits (baf04be5cfa6337dcc6041cdb67023aa7f950ee1)
 

Author SHA1 Message Date
Paul "LeoNerd" Evans baf04be5cf Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataStore mixed-in result class 10 years ago
Matthew Hodgson 59dfbaba3b when we're talking about backfilling data in federation, call it backfilling - not pagination. 10 years ago
Matthew Hodgson f729f13735 don't hammer after 403 10 years ago
Matthew Hodgson b80b32d1c0 pagination was a terrible name 10 years ago
Paul "LeoNerd" Evans 3a1cfe18cf Implement directory service federation by Federation Queries; avoid local_only hack; add unit tests 10 years ago
Paul "LeoNerd" Evans 7fb93f2a47 Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(..., hs=hs) - similar to parse_userid() 10 years ago
Erik Johnston 08ed4ccfdf Update graph.py to use new federation urls 10 years ago
Paul "LeoNerd" Evans 80c056c148 Now that HS->HS Profile lookups use Federation Queries, we don't need the 'local_only' antirecursion hack 10 years ago
Paul "LeoNerd" Evans 505917cb97 Use new Federation Query API to implement HS->HS fetching of remote users' profile information instead of (ab)using the client-side REST API 10 years ago
Paul "LeoNerd" Evans 827de7cee9 Define the concept of a 'federation Query'; creating API for making and handling Queries on the Federation's increasingly-inaccurately-named ReplicationLayer 10 years ago
Paul "LeoNerd" Evans 1ddae5f40b Update get_json()'s documentation to match the actual observed behaviour 10 years ago
Erik Johnston 6df83555cc Handle a potential race in the notifier when calling get_events_for which resulted in an uncaught KeyError 10 years ago
Kegan Dougal 6904952ec4 Store public room id > alias mappings. 10 years ago
Matthew Hodgson 9c3d3c25cc typo 10 years ago
Matthew Hodgson 2ec5f6c2f2 Merge branch 'master' of git+ssh://github.com/matrix-org/synapse 10 years ago
Matthew Hodgson 9d388cd35e timestamps 10 years ago
Kegan Dougal 2da1e1526e Don't pass host_web_client flag to register_servlets, it needs to be a Resource not a RestServlet. 10 years ago
Kegan Dougal 38c7e92331 Merge branch 'master' of github.com:matrix-org/synapse 10 years ago
Matthew Hodgson ecc299d458 more quickstart fixes 10 years ago
Matthew Hodgson 6967e93f9c Merge branch 'master' of git+ssh://github.com/matrix-org/synapse 10 years ago
Matthew Hodgson 31f2ec252c refactor the README a load more to make the quickstart more visible 10 years ago
Paul "LeoNerd" Evans b370f9903c Fix logging verbosity parsing code 10 years ago
Paul "LeoNerd" Evans 820ed34abe Namespace all the Federation HTTP URLs to /matrix/federation/v1/... 10 years ago
David Baker cf965af3c5 Add troubleshooting section to help with PyNaCl bug. 10 years ago
Paul "LeoNerd" Evans 55944ccf72 Use strings instead of opaque magic-number constants for presence states; rename AWAY to UNAVAILABLE 10 years ago
Kegan Dougal 5a59da8a94 Merge branch 'master' of github.com:matrix-org/synapse 10 years ago
Kegan Dougal 7f40fa1d46 Added a -w flag which will host the web client if specified. Currently this just delegates to the webclient RestServlet. 10 years ago
Matthew Hodgson 2a0f7541c7 verbose by default please 10 years ago
Kegan Dougal ebfc4389ad Merge branch 'master' of github.com:matrix-org/synapse 10 years ago
Kegan Dougal 9b3702c924 Return the room_alias when GETing public rooms. 10 years ago
Matthew Hodgson 2ab77a0073 fix footnotes a bit 10 years ago
Emmanuel ROHEE c87e1f6418 Room: Added a text input to type an image URL in order to send an image message 10 years ago
Emmanuel ROHEE 30efb04060 Display image messages from the stream 10 years ago
Matthew Hodgson 3e35a9f96e add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it 10 years ago
Matthew Hodgson f98e6380f1 add in whitespace after copyright statements to improve legibility 10 years ago
Matthew Hodgson 8c32e3387f Merge branch 'master' of git+ssh://github.com/matrix-org/synapse 10 years ago
Matthew Hodgson d314315a2e remove remaining TODOs and fill in lots more info 10 years ago
Matthew Hodgson 514df1f648 actually register the login servlet (uncommitted code thinko?) 10 years ago
Matthew Hodgson 286797fc0c and tweak some more... 10 years ago
Matthew Hodgson 63540c82e1 fix rst issues correctly... 10 years ago
Matthew Hodgson f956646955 fix rst issues 10 years ago
Matthew Hodgson ba92c6f301 make README a bit more comprehensive and rename example/ as experiments/ 10 years ago
Matthew Hodgson 7c762e60c9 remove the png profile image for now 10 years ago
Erik Johnston bdea0b4d44 Fix dependency_link url 10 years ago
Erik Johnston e74e1d9d4d Change syutil dependency link to point at github. 10 years ago
Erik Johnston fe3c5a2726 Fix the 'Go to room' button to use the correct room alias api 10 years ago
Erik Johnston 4add1c70e9 Just say yes to OPTIONS requests, since we want to turn on CORS headers for all paths 10 years ago
Emmanuel ROHEE f99168de06 Make messages list and room users list scroll-overflow 10 years ago
Paul "LeoNerd" Evans 31ac288eb7 Capture the .gitignore file 10 years ago
Mark Haines cf45ed1bc0 Add .rst suffix to documentation files so that github auto-formats them 10 years ago