Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | An initial hack at storing presence state-change mtimes in database and ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 4 | -9/+39 | |
| | | | | | | | | presenting age durations to clients/federation events | |||||
| * | Set datastore's .hs field in SQLBaseStore rather than in the toplevel ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 2 | -1/+1 | |
| | | | | | | | | DataStore mixed-in result class | |||||
| * | when we're talking about backfilling data in federation, call it backfilling ↵ | Matthew Hodgson | 2014-08-13 | 5 | -41/+41 | |
| | | | | | | | | - not pagination. | |||||
| * | Implement directory service federation by Federation Queries; avoid ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 2 | -27/+29 | |
| | | | | | | | | local_only hack; add unit tests | |||||
| * | Add a HomeServer.parse_roomalias() to avoid having to ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 3 | -14/+12 | |
| | | | | | | | | RoomAlias.from_sring(..., hs=hs) - similar to parse_userid() | |||||
* | | Make feedback table also store sender. | Erik Johnston | 2014-08-13 | 2 | -1/+3 | |
| | | ||||||
* | | Initial stab at refactoring the SQL tables, including rejigging some of the ↵ | Erik Johnston | 2014-08-13 | 6 | -261/+115 | |
| | | | | | | | | storage layer. | |||||
* | | Convert im schema to a 'one' table structure | Erik Johnston | 2014-08-13 | 1 | -26/+31 | |
|/ | ||||||
* | Now that HS->HS Profile lookups use Federation Queries, we don't need the ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 2 | -10/+4 | |
| | | | | 'local_only' antirecursion hack | |||||
* | Use new Federation Query API to implement HS->HS fetching of remote users' ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -25/+41 | |
| | | | | profile information instead of (ab)using the client-side REST API | |||||
* | Define the concept of a 'federation Query'; creating API for making and ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 2 | -0/+75 | |
| | | | | handling Queries on the Federation's increasingly-inaccurately-named ReplicationLayer | |||||
* | Update get_json()'s documentation to match the actual observed behaviour | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -4/+3 | |
| | ||||||
* | Handle a potential race in the notifier when calling get_events_for which ↵ | Erik Johnston | 2014-08-13 | 1 | -3/+7 | |
| | | | | resulted in an uncaught KeyError | |||||
* | Don't pass host_web_client flag to register_servlets, it needs to be a ↵ | Kegan Dougal | 2014-08-13 | 2 | -4/+2 | |
| | | | | Resource not a RestServlet. | |||||
* | Merge branch 'master' of github.com:matrix-org/synapse | Kegan Dougal | 2014-08-13 | 3 | -22/+24 | |
|\ | ||||||
| * | Fix logging verbosity parsing code | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -3/+2 | |
| | | ||||||
| * | Namespace all the Federation HTTP URLs to /matrix/federation/v1/... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -15/+18 | |
| | | ||||||
| * | Use strings instead of opaque magic-number constants for presence states; ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -4/+4 | |
| | | | | | | | | rename AWAY to UNAVAILABLE | |||||
* | | Merge branch 'master' of github.com:matrix-org/synapse | Kegan Dougal | 2014-08-13 | 1 | -3/+3 | |
|\| | ||||||
| * | verbose by default please | Matthew Hodgson | 2014-08-13 | 1 | -3/+3 | |
| | | ||||||
* | | Added a -w flag which will host the web client if specified. Currently this ↵ | Kegan Dougal | 2014-08-13 | 5 | -48/+65 | |
|/ | | | | just delegates to the webclient RestServlet. | |||||
* | Return the room_alias when GETing public rooms. | Kegan Dougal | 2014-08-13 | 1 | -2/+5 | |
| | ||||||
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 75 | -1/+75 | |
| | ||||||
* | actually register the login servlet (uncommitted code thinko?) | Matthew Hodgson | 2014-08-13 | 1 | -3/+2 | |
| | ||||||
* | Just say yes to OPTIONS requests, since we want to turn on CORS headers for ↵ | Erik Johnston | 2014-08-12 | 1 | -0/+5 | |
| | | | | all paths | |||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 83 | -0/+11941 | |