Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-09-18 | Clean up and document handling of logcontexts in Keyring (#2452) | Richard van der Hoff | 2 | -28/+110 | |
I'm still unclear on what the intended behaviour for `verify_json_objects_for_server` is, but at least I now understand the behaviour of most of the things it calls... | |||||
2017-09-18 | Don't filter out current state events from timeline | Erik Johnston | 2 | -3/+18 | |
2017-09-18 | Also include the room_id | David Baker | 1 | -0/+1 | |
as really it's part of the event ID | |||||
2017-09-18 | Use .get - it's much shorter | David Baker | 1 | -1/+1 | |
2017-09-18 | Add support for event_id_only push format | David Baker | 1 | -0/+19 | |
Param in the data dict of a pusher that tells an HTTP pusher to send just the event_id of the event it's notifying about and the notification counts. For clients that want to go & fetch the body of the event themselves anyway. | |||||
2017-09-18 | Correctly handle leaving room in /key/changes | Erik Johnston | 1 | -13/+12 | |
2017-09-15 | Fix typo | Erik Johnston | 1 | -1/+1 | |
2017-09-14 | Actually hook leave notifs up | Erik Johnston | 1 | -2/+3 | |
2017-09-13 | Handle joining/leaving rooms in /keys/changes | Erik Johnston | 1 | -1/+38 | |
2017-09-13 | Get left rooms | Erik Johnston | 1 | -3/+32 | |
2017-09-12 | In sync handle device lists for newly joined/left rooms | Erik Johnston | 1 | -2/+10 | |
2017-09-08 | Add left section to /keys/changes | Erik Johnston | 3 | -11/+19 | |
2017-09-07 | Send down device list change notif when member leaves/rejoins room | Erik Johnston | 3 | -14/+55 | |
2017-09-05 | Exclude the github issue template from our sdist (#2440) | Richard van der Hoff | 2 | -0/+1 | |
PR #2413 added an issue template, but just adding files to the project directory upsets the packaging scripts: we need to explicitly include or exclude them. Move the template into a .github directory to make that easy, and to de-clutter the root a bit. | |||||
2017-09-05 | do tox install with pip -e | Richard van der Hoff | 1 | -5/+29 | |
- this ensures we end up with a working virtualenv which we can use for other things. | |||||
2017-09-01 | Document known to work postgres version | Paul Tötterman | 1 | -0/+2 | |
2017-09-01 | Set --python when running sytest | Richard van der Hoff | 4 | -0/+4 | |
.. because I want to make the 'install_and_run' script useful for non-synapse jobs, which do not accept --python. In any case we set up the path here, so sytest shouldn't be guessing it. | |||||
2017-09-01 | fix python path in jenkins scripts | Richard van der Hoff | 4 | -4/+4 | |
2017-09-01 | Set --python when running sytest | Richard van der Hoff | 4 | -0/+4 | |
.. because I want to make the 'install_and_run' script useful for non-synapse jobs, which do not accept --python. In any case we set up the path here, so sytest shouldn't be guessing it. | |||||
2017-08-23 | Tweaks to the upgrade instructions | Richard van der Hoff | 1 | -33/+42 | |
2017-08-22 | test federation client: Allow server-name and key-file as options | Richard van der Hoff | 1 | -8/+28 | |
so that you don't necessarily need a config file. | |||||
2017-08-17 | Improvements to the federation test client | Richard van der Hoff | 1 | -7/+58 | |
Make it read the config file, primarily. | |||||
2017-08-17 | Update ISSUE_TEMPLATE.md | Tom Lant | 1 | -1/+5 | |
Added instructions for checking server version. | |||||
2017-08-17 | Update ISSUE_TEMPLATE.md | Tom Lant | 1 | -3/+10 | |
Responding to review comments. | |||||
2017-08-16 | Add prometheus config | Richard van der Hoff | 3 | -0/+436 | |
... from https://github.com/matrix-org/synapse-prometheus-config. | |||||
2017-08-16 | Fix user_dir startup | Richard van der |