Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3999 from matrix-org/erikj/fix_3pid_invite_rejetion | Erik Johnston | 2018-10-03 | 1 | -0/+1 |
|\ | | | | | Fix handling of rejected threepid invites | ||||
| * | Newsfile | Erik Johnston | 2018-10-03 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3996 from matrix-org/erikj/fix_bg_iteration | Erik Johnston | 2018-10-03 | 1 | -0/+1 |
|\ \ | | | | | | | Fix exception in background metrics collection | ||||
| * | | Newsfile | Erik Johnston | 2018-10-03 | 1 | -0/+1 |
| |/ | |||||
* / | Newsfile | Erik Johnston | 2018-10-03 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3991 from matrix-org/erikj/fix_pop_retry_cache | Erik Johnston | 2018-10-02 | 1 | -0/+1 |
|\ | | | | | Fix bug when invalidating destination retry timings | ||||
| * | Newsfile | Erik Johnston | 2018-10-02 | 1 | -0/+1 |
| | | |||||
* | | Remove Jenkins & other old dev junk (#3988) | Amber Brown | 2018-10-03 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3960 from matrix-org/rav/fix_missing_create_event_error | Richard van der Hoff | 2018-10-02 | 1 | -0/+1 |
|\ | | | | | Fix error handling for missing auth_event | ||||
| * | Merge branch 'develop' into rav/fix_missing_create_event_error | Richard van der Hoff | 2018-10-01 | 21 | -0/+21 |
| |\ | |||||
| * | | changelog | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
| | | | |||||
* | | | Disable frozen dicts by default (#3987) | Amber Brown | 2018-10-02 | 1 | -0/+1 |
| | | | |||||
* | | | Newsfile | Erik Johnston | 2018-10-02 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3989 from matrix-org/rav/better_stacktraces | Richard van der Hoff | 2018-10-02 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Avoid reraise, to improve stacktraces | ||||
| * | | | Avoid reraise, to improve stacktraces | Richard van der Hoff | 2018-10-01 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #3986 from matrix-org/erikj/fix_sync_with_redacted_state | Erik Johnston | 2018-10-02 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Fix lazy loaded sync with rejected state events | ||||
| * | | Newsfile | Erik Johnston | 2018-10-01 | 1 | -0/+1 |
| | | | |||||
* | | | Update instructions to point to pip install (#3985) | Amber Brown | 2018-10-02 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3968 from matrix-org/rav/fix_federation_errors | Richard van der Hoff | 2018-10-01 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix exceptions when handling incoming transactions | ||||
| * \ \ | Merge remote-tracking branch 'origin/develop' into rav/fix_federation_errors | Richard van der Hoff | 2018-09-27 | 6 | -0/+6 |
| |\ \ \ | |||||
| * | | | | changelog | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Fix userconsent on Python 3 (#3938) | Amber Brown | 2018-10-02 | 1 | -0/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #3933 from matrix-org/erikj/destination_retry_cache | Erik Johnston | 2018-10-01 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add a five minute cache to get_destination_retry_timings | ||||
| * \ \ \ | Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-28 | 14 | -0/+14 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'rav/fix_expiring_cache_len' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-26 | 2 | -0/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-25 | 44 | -39/+4 |
| |\ \ \ \ \ | |||||
| * | | | | | | Newsfile | Erik Johnston | 2018-09-21 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Further reduce the size of the docker image (#3972) | Richard van der Hoff | 2018-10-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need. | ||||
* | | | | | | | add --no-admin flag to registration script (#3836) | Bruno Windels | 2018-09-28 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3964 from matrix-org/rav/remove_localhost_checks | Richard van der Hoff | 2018-09-28 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | remove spurious federation checks on localhost | ||||
| * | | | | | | | changelog | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3980 from matrix-org/rav/remove_broken_cache_call | Richard van der Hoff | 2018-09-28 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove redundant call to start_get_pdu_cache | ||||
| * | | | | | | | | Remove redundant call to start_get_pdu_cache | Richard van der Hoff | 2018-09-28 | 1 | -0/+1 |
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this got forgotten in #3932. We were getting away with it because it was the last call in this function. | ||||
* / | | | | | | | build python 3 docker images on circle CI (#3976) | Jan Christian Grünhage | 2018-09-28 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3794 from matrix-org/erikj/faster_typing | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve performance of getting typing updates for replication | ||||
| * \ \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/faster_typing | Erik Johnston | 2018-09-19 | 80 | -27/+53 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Newsfile | Erik Johnston | 2018-09-19 | 1 | -0/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3946 from matrix-org/michaelkaye/automate_docker_hub_upload | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Build and push docker image to hub automatically | ||||
| * | | | | | | | | | Do the changelog.d dance | Michael Kaye | 2018-09-27 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3967 from matrix-org/rav/federation_handler_cleanups | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | Clarifications in FederationHandler | ||||
| * | | | | | | | | | changelog | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #3965 from matrix-org/rav/notify_app_services_bg_process | Amber Brown | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Run notify_app_services as a bg process | ||||
| * | | | | | | | | | changelog | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #3970 from schnuffle/develop-py3 | Amber Brown | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replaced all occurences of e.message with str(e) | ||||
| * | | | | | | | | | Update 3970.bugfix | Amber Brown | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Added changelog fragment | Schnuffle | 2018-09-27 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Run our oldest supported configuration in CI (#3952) | Amber Brown | 2018-09-27 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3961 from matrix-org/neilj/lock_mau_upserts | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | fix #3854 MAU transaction errors | ||||
| * | | | | | | | | | towncrier | Neil Johnson | 2018-09-26 | 1 | -0/+1 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #3966 from matrix-org/rav/rx_txn_logging_2 | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Logging improvements | ||||
| * | | | | | | | | | Logging improvements | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Some logging tweaks to help with debugging incoming federation transactions | ||||
* | | | | | | | | | Include eventid in log lines when processing incoming federation ↵ | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transactions (#3959) when processing incoming transactions, it can be hard to see what's going on, because we process a bunch of stuff in parallel, and because we may end up recursively working our way through a chain of three or four events. This commit creates a way to use logcontexts to add the relevant event ids to the log lines. | ||||
* | | | | | | | | | docstrings and unittests for storage.state (#3958) | Richard van der Hoff | 2018-09-27 | 1 | -0/+1 |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | I spent ages trying to figure out how I was going mad... | ||||
* | | | | | | | | changelog | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
|/ / / / / / / | |||||
* / / / / / / | Reduce the load on our CI (#3957) | Amber Brown | 2018-09-27 | 1 | -0/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changelog * reduce circleci config * plus a handy script * fix regex | ||||
* | | | | | | Merge pull request #3956 from matrix-org/rav/fix_expiring_cache_len | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | Fix ExpiringCache.__len__ to be accurate | ||||
| * | | | | | changelog | Richard van der Hoff | 2018-09-26 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3948 from matrix-org/rav/no_symlink_synctl | Amber Brown | 2018-09-26 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move synctl into top dir to avoid a symlink | ||||
| * | | | | | | changelog | Richard van der Hoff | 2018-09-25 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3924 from matrix-org/rav/clean_up_on_receive_pdu | Amber Brown | 2018-09-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Comments and interface cleanup for on_receive_pdu | ||||
| * | | | | | | changelog | Richard van der Hoff | 2018-09-20 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3911 from matrix-org/jcgruenhage/docker-support-python3 | Richard van der Hoff | 2018-09-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | make python 3 work in the docker container | ||||
| * | | | | | | add changelog | Jan Christian Grünhage | 2018-09-20 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3932 from matrix-org/erikj/auto_start_expiring_caches | Richard van der Hoff | 2018-09-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | Fix some instances of ExpiringCache not expiring cache items | ||||
| * | | | | | | Newsfile | Erik Johnston | 2018-09-21 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | added "media-src: 'self'" to CSP for resources (#3578) | Jérémy Farnaud | 2018-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synapse doesn’t allow for media resources to be played directly from Chrome. It is a problem for users on other networks (e.g. IRC) communicating with Matrix users through a gateway. The gateway sends them the raw URL for the resource when a Matrix user uploads a video and the video cannot be played directly in Chrome using that URL. Chrome argues it is not authorized to play the video because of the Content Security Policy. Chrome checks for the "media-src" policy which is missing, and defauts to the "default-src" policy which is "none". As Synapse already sends "object-src: 'self'" I thought it wouldn’t be a problem to add "media-src: 'self'" to the CSP to fix this problem. | ||||
* | | | | | | | Merge pull request #3925 from matrix-org/erikj/fix_producers_unregistered | Richard van der Hoff | 2018-09-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix spurious exceptions when client closes conncetion | ||||
| * | | | | | | | Newsfile | Erik Johnston | 2018-09-20 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | changelog | Richard van der Hoff | 2018-09-25 | 1 | -0/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Only lazy load self-members on initial sync | Matthew Hodgson | 2018-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Given we have disabled lazy loading for incr syncs in #3840, we can make self-LL more efficient by only doing it on initial sync. Also adds a bounds check for if/when we change our mind, so that we don't try to include LL members on sync responses with no timeline. | ||||
* | | | | | | | Merge branch 'master' into develop | Amber Brown | 2018-09-24 | 40 | -39/+0 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #3927 from matrix-org/erikj/handle_background_errors | Erik Johnston | 2018-09-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Handle exceptions thrown by background tasks | ||||
| * | | | | | | | Newsfile | Erik Johnston | 2018-09-20 | 1 | -0/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Always LL ourselves if we're in a room to simplify clients (#3916) | Matthew Hodgson | 2018-09-20 | 1 | -0/+1 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Should fix https://github.com/vector-im/riot-web/issues/7209 | ||||
* | | | | | | Merge pull request #3868 from matrix-org/neilj/fix_room_invite_mail_links | Neil Johnson | 2018-09-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Neilj/fix room invite mail links | ||||
| * | | | | | Merge remote-tracking branch 'origin/develop' into ↵ | Richard van der Hoff | 2018-09-18 | 13 | -0/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | neilj/fix_room_invite_mail_links | ||||
| * | | | | | | towncrier | Neil Johnson | 2018-09-13 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Fix client IPs being broken on Python 3 (#3908) | Amber Brown | 2018-09-20 | 1 | -0/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3914 from matrix-org/erikj/remove_retry_cache | Erik Johnston | 2018-09-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove get_destination_retry_timings cache | ||||
| * | | | | | | Fix up changelog and remove spurious comment | Erik Johnston | 2018-09-19 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Newsfile | Erik Johnston | 2018-09-19 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Add a way to run tests in PostgreSQL in Docker (#3699) | Amber Brown | 2018-09-20 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | Add a regression test for logging on failed connections (#3912) | Amber Brown | 2018-09-20 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Improve the logging when handling a federation transaction (#3904) | Richard van der Hoff | 2018-09-19 | 1 | -0/+1 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's try to rationalise the logging that happens when we are processing an incoming transaction, to make it easier to figure out what is going wrong when they take ages. In particular: - make everything start with a [room_id event_id] prefix - make sure we log a warning when catching exceptions rather than just turning them into other, more cryptic, exceptions. | ||||
* | | | | | | Fixup | Erik Johnston | 2018-09-19 | 1 | -0/+0 |
| | | | | | | |||||
* | | | | | | Newsfile | Erik Johnston | 2018-09-19 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | update changelog for #3909 | Richard van der Hoff | 2018-09-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3909 from turt2live/travis/fix-logging-1 | Amber Brown | 2018-09-19 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix matrixfederationclient.py logging: Destination is a string | ||||
| * | | | | | Changelog | Travis Ralston | 2018-09-18 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Remove documentation referencing Cygwin (#3873) | Amber Brown | 2018-09-19 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3907 from matrix-org/rav/set_sni_to_server_name | Amber Brown | 2018-09-19 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Set SNI to the server_name, not whatever was in the SRV record | ||||
| * | | | | | | changelog | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #3903 from matrix-org/rav/increase_get_missing_events_timeout | Amber Brown | 2018-09-19 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Bump timeout on get_missing_events request | ||||
| * | | | | | changelog | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Use directory server for room joins (#3899) | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we do a join, always try the server we used for the alias lookup first. Fixes #2418 | ||||
* | | | | | Refactor matrixfederationclient to fix logging (#3906) | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to wait until we have read the response body before we log the request as complete, otherwise a confusing thing happens where the request appears to have completed, but we later fail it. To do this, we factor the salient details of a request out to a separate object, which can then keep track of the txn_id, so that it can be logged. | ||||
* | | | | | Merge pull request #3894 from matrix-org/hs/phone_home_py_version | Amber Brown | 2018-09-19 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add python_version phone home stat | ||||
| * | | | | Create 3894.feature | Will Hunt | 2018-09-17 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3879 from matrix-org/matthew/fix-autojoin | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | don't ratelimit autojoins | ||||
| * | | | | | changelog | Matthew Hodgson | 2018-09-15 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3882 from SimmyD/max_upload_docker_var | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add variable for changing the max upload size in Docker container | ||||
| * | | | | | | Adding the ability to change MAX_UPLOAD_SIZE for the docker container variables. | Simon Dwyer | 2018-09-16 | 1 | -0/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon Dwyer <simon@thedwyers.co> | ||||
* | | | | | | Merge pull request #3889 from matrix-org/rav/404_on_remove_unknown_alias | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Return a 404 when deleting unknown room alias | ||||
| * | | | | | | changelog | Richard van der Hoff | 2018-09-17 | 1 | -0/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #3895 from matrix-org/rav/decode_bytes_in_metrics | Richard van der Hoff | 2018-09-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix more b'abcd' noise in metrics | ||||
| * | | | | | | changelog | Richard van der Hoff | 2018-09-17 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Add changelog | Aaron Raimist | 2018-09-17 | 1 | -0/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* / / / / / | changelog | Richard van der Hoff | 2018-09-17 | 1 | -0/+1 |
|/ / / / / | |||||
* / / / / | changelog | Richard van der Hoff | 2018-09-17 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | missing changelog | Matthew Hodgson | 2018-09-15 | 1 | -0/+1 |
| | | | | |||||
* | | | | Newsfile | Erik Johnston | 2018-09-14 | 1 | -0/+1 |
| | | | | |||||
* | | | | don't filter membership events based on history visibility (#3874) | Matthew Hodgson | 2018-09-14 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't filter membership events based on history visibility as we will already have filtered the messages in the timeline, and state events are always visible. and because @erikjohnston said so. | ||||
* | | | | Merge pull request #3872 from matrix-org/hawkowl/timeouts-2 | Erik Johnston | 2018-09-14 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | timeouts 2: electric boogaloo | ||||
| * | | | | changelog | Amber Brown | 2018-09-15 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Newsfile | Erik Johnston | 2018-09-14 | 1 | -0/+1 |
| | | | | |||||
* | | | | Create 3860.misc | Travis Ralston | 2018-09-13 | 1 | -0/+1 |
|/ / / | |||||
* | | | merge (#3576) | Amber Brown | 2018-09-14 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3856 from matrix-org/erikj/speed_up_purge hhs-8 | Erik Johnston | 2018-09-13 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Make purge history slightly faster | ||||
| * \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2018-09-13 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | erikj/speed_up_purge | ||||
| * | | | | Newsfile | Erik Johnston | 2018-09-13 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3859 from matrix-org/erikj/add_iterkeys | Amber Brown | 2018-09-14 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix handling of redacted events from federation | ||||
| * | | | | | Newsfile | Erik Johnston | 2018-09-13 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | fix circleci merged builds (#3858) | Amber Brown | 2018-09-14 | 1 | -0/+1 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * fix * changelog | ||||
* | / / / | Attempt to figure out what's going on with timeouts (#3857) | Amber Brown | 2018-09-14 | 1 | -0/+1 |
| |/ / / |/| | | | |||||
* | | | | Remove some superfluous logging (#3855) | Amber Brown | 2018-09-13 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #3846 from matrix-org/neilj/expose-registered-users hhs-7 | Neil Johnson | 2018-09-12 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | expose number of real reserved users | ||||
| * | | | improve naming | Neil Johnson | 2018-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | towncrier | Neil Johnson | 2018-09-12 | 1 | -0/+1 |
| | | | | |||||
* | | | | show heroes if a room has a 'deleted' name/canonical_alias (#3851) | Matthew Hodgson | 2018-09-12 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #3853 from matrix-org/erikj/log_outbound_each_time | Erik Johnston | 2018-09-12 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Log outbound requests when we retry | ||||
| * | | | | Newsfile | Erik Johnston | 2018-09-12 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3841 from matrix-org/erikj/manhole_key_length | Erik Johnston | 2018-09-12 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Change the manhole SSH key to have more bits | ||||
| * | | | | | Newsfile | Erik Johnston | 2018-09-11 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Add JUnit summaries to CircleCI as well as merged runs (#3704) | Amber Brown | 2018-09-12 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Port federation/ to py3 (#3847) | Amber Brown | 2018-09-12 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3835 from krombel/fix_3821 | Amber Brown | 2018-09-12 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix VOIP crashes under Python 3 | ||||
| * | | | | | | add changelog | Krombel | 2018-09-10 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3826 from matrix-org/rav/logging_for_keyring | Amber Brown | 2018-09-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | add some logging for the keyring queue | ||||
| * | | | | | | | changelog | Richard van der Hoff | 2018-09-07 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3824 from matrix-org/rav/fix_jwt_import | Amber Brown | 2018-09-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix jwt import check | ||||
| * | | | | | | | | changelog | Richard van der Hoff | 2018-09-07 | 1 | -0/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Port rest/ to Python 3 (#3823) | Amber Brown | 2018-09-12 | 1 | -0/+1 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Port crypto/ to Python 3 (#3822) | Amber Brown | 2018-09-12 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Newsfile | Erik Johnston | 2018-09-12 | 1 | -0/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Speed up lazy loading (#3827) | Matthew Hodgson | 2018-09-12 | 2 | -0/+2 |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | * speed up room summaries by pulling their data from room_memberships rather than room state * disable LL for incr syncs, and log incr sync stats (#3840) | ||||
* | | | | | | Newsfile | Mathijs van Gorcum | 2018-09-10 | 1 | -0/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #3810 from matrix-org/erikj/send_tags_down_sync_on_join | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Send existing room tags down sync on join | ||||
| * | | | | Newsfile | Erik Johnston | 2018-09-06 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into develop | Amber Brown | 2018-09-07 | 27 | -27/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | changelog v0.33.4 github/release-v0.33.4 release-v0.33.4 | Amber Brown | 2018-09-07 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Create 3802.misc | Jan Christian Grünhage | 2018-09-06 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | version and towncrier v0.33.4rc1 | Amber Brown | 2018-09-04 | 27 | -27/+0 |
| | | | | | |||||
* | | | | | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3800 from matrix-org/neilj/remove-guests-from-mau-count hhs-6 | Neil Johnson | 2018-09-06 | 1 | -0/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | guest users should not be part of mau total | ||||
| * | | | | towncrier | Neil Johnson | 2018-09-05 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3805 from matrix-org/erikj/limit_transaction_pdus_edus | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Limit the number of PDUs/EDUs per fedreation transaction | ||||
| * | | | | Spelling | Erik Johnston | 2018-09-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Newsfile | Erik Johnston | 2018-09-06 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3806 from matrix-org/erikj/limit_postgres_travis | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Only start postgres instance for postgres tests on Travis CI | ||||
| * | | | | | Newsfile | Erik Johnston | 2018-09-06 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #3788 from matrix-org/erikj/remove_conn_id | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove conn_id from repl prometheus metrics | ||||
| * | | | | | Newsfile | Erik Johnston | 2018-09-03 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3795 from matrix-org/erikj/faster_sync_state | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | User iter* during sync state calculations | ||||
| * | | | | | | Newsfile | Erik Johnston | 2018-09-05 | 1 | -0/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #3804 from matrix-org/rav/fix_openssl_dep | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | bump dep on pyopenssl to 16.x | ||||
| * | | | | | changelog | Richard van der Hoff | 2018-09-06 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* / | | | | Port handlers/ to Python 3 (#3803) | Amber Brown | 2018-09-07 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3790 from matrix-org/rav/respect_event_format_in_filter | Richard van der Hoff | 2018-09-05 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Implement 'event_format' filter param in /sync | ||||
| * | | | | changelog | Richard van der Hoff | 2018-09-04 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Port http/ to Python 3 (#3771) | Amber Brown | 2018-09-06 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #3789 from matrix-org/neilj/improve_threepid_error_strings hhs-5 | Neil Johnson | 2018-09-04 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | improve human readable error messages | ||||
| * | | towncrier | Neil Johnson | 2018-09-04 | 1 | -0/+1 |
| | | | |||||
* | | | Fix tests on postgresql (#3740) | Amber Brown | 2018-09-04 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #3737 from matrix-org/erikj/remove_redundant_state_func | Erik Johnston | 2018-09-03 | 1 | -0/+1 |
|\ \ | | | | | | | Remove unnecessary resolve_events_with_state_map | ||||
| * | | Newsfile | Erik Johnston | 2018-09-03 | 1 | -0/+1 |
| | | | |||||
* | | | Create 3378.misc | Amber Brown | 2018-09-03 | 1 | -0/+1 |
| |/ |/| | |||||
* | | typo | Neil Johnson | 2018-08-31 | 1 | -1/+1 |
| | | |||||
* | | news fragemnt | Neil Johnson | 2018-08-31 | 1 | -0/+1 |
| | | |||||
* | | Port storage/ to Python 3 (#3725) | Amber Brown | 2018-08-31 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3764 from matrix-org/rav/close_db_conn_after_init | Richard van der Hoff | 2018-08-30 | 1 | -0/+1 |
|\ \ | | | | | | | Make sure that we close db connections opened during init | ||||
| * | | changelog | Richard van der Hoff | 2018-08-28 | 1 | -0/+1 |
| | | | |||||
* | | | changelog | Krombel | 2018-08-29 | 2 | -1/+1 |
| | | | |||||
* | | | fix #3445 | Krombel | 2018-08-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3] but SortedDict only implements d.values() | ||||
* | | | Update CONTRIBUTING to clarify miscs & Markdown (#3730) | Amber Brown | 2018-08-29 | 1 | -0/+1 |
| | | | |||||
* | | | don't return non-LL-member state in incremental sync state blocks (#3760) | Matthew Hodgson | 2018-08-28 | 1 | -0/+1 |
|/ / | | | | | don't return non-LL-member state in incremental sync state blocks | ||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contact | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
|\ \ | |||||
| * | | Newsfile | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
| | | | |||||
* | | | Newsfile | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
|/ / | |||||
* | | Newsfile | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3754 from matrix-org/erikj/fix_whitelist hhs-1 | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
|\ \ | | | | | | | Allow federation_domain_whitelist to be emtpy list | ||||
| * | | Newsfile | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3753 from matrix-org/erikj/fix_no_server_noticse | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix bug where we broke sync when using limit_usage_by_mau | ||||
| * | | | Newsfile | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #3751 from matrix-org/rav/twisted_17 | Richard van der Hoff | 2018-08-24 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Pin to twisted 17.1 or later | ||||
| * | | changelog | Richard van der Hoff | 2018-08-24 | 1 | -0/+1 |
| | | | |||||
* | | | Newsfile | Erik Johnston | 2018-08-23 | 1 | -0/+1 |
|/ / | |||||
* | | Newsfile | Erik Johnston | 2018-08-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3734 from matrix-org/travis/worker-docs | Travis Ralston | 2018-08-23 | 1 | -0/+1 |
|\ \ | | | | | | | Reference that the federation_reader needs the HTTP replication port set | ||||
| * | | Create 3734.misc | Travis Ralston | 2018-08-21 | 1 | -0/+1 |
| | | | |||||
* | | | Newsfile | Erik Johnston | 2018-08-23 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2018-08-22 | 40 | -33/+7 |
|\ \ \ | | |/ | |/| | | | | neilj/server_notices_on_blocking | ||||
| * | | Merge branch 'master' into develop | Richard van der Hoff | 2018-08-22 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Revert "Use recaptcha_ajax.js directly from Google" | Richard van der Hoff | 2018-08-13 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge pull request #3724 from Half-Shot/hs/guest-fetch-event | Erik Johnston | 2018-08-22 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | Allow guests to use /rooms/:roomId/event/:eventId | ||||
| | * | | | 3724.feature | Will Hunt | 2018-08-20 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge pull request #3659 from matrix-org/erikj/split_profiles | Erik Johnston | 2018-08-22 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Allow profile updates to happen on workers | ||||
| | * \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2018-08-17 | 83 | -54/+25 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | erikj/split_profiles | ||||
| | * | | | | | Newsfile | Erik Johnston | 2018-08-09 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #3673 from matrix-org/erikj/refactor_state_handler | Erik Johnston | 2018-08-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Refactor state module to support multiple room versions | ||||
| | * \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2018-08-20 | 33 | -0/+33 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/refactor_state_handler | ||||
| | * | | | | | | | Newsfile | Erik Johnston | 2018-08-09 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #3735 from matrix-org/travis/federation-spelling | Richard van der Hoff | 2018-08-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | limt -> limit | ||||
| | * | | | | | | | | Create 3735.misc | Travis Ralston | 2018-08-21 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'origin/release-v0.33.3' into develop | Richard van der Hoff | 2018-08-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| | * | | | | | | | | changelog | Richard van der Hoff | 2018-08-21 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Split the state_group_cache in two (#3726) | Matthew Hodgson | 2018-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splits the state_group_cache in two. One half contains normal state events; the other contains member events. The idea is that the lazyloading common case of: "I want a subset of member events plus all of the other state" can be accomplished efficiently by splitting the cache into two, and asking for "all events" from the non-members cache, and "just these keys" from the members cache. This means we can avoid having to make DictionaryCache aware of these sort of complicated queries, whilst letting LL requests benefit from the caching. Previously we were unable to sensibly use the caching and had to pull all state from the DB irrespective of the filtering, which made things slow. Hopefully fixes https://github.com/matrix-org/synapse/issues/3720. | ||||
| * | | | | | | | | | Merge tag 'v0.33.3rc2' into develop | Richard van der Hoff | 2018-08-21 | 42 | -42/+0 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes -------- - Fix bug in v0.33.3rc1 which caused infinite loops and OOMs ([\#3723](https://github.com/matrix-org/synapse/issues/3723)) | ||||
| | * | | | | | | | | changelog v0.33.3rc2 | Amber Brown | 2018-08-21 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| | * | | | | | | | | changelog | Richard van der Hoff | 2018-08-20 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | changelog v0.33.3rc1 | Amber Brown | 2018-08-21 | 42 | -42/+0 |
| | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #3727 from matrix-org/erikj/dont_error_on_missing_keys | Erik Johnston | 2018-08-21 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Don't log exceptions when failing to fetch server keys | ||||
| | * | | | | | | | | Newsfile | Erik Johnston | 2018-08-21 | 1 | -0/+1 |
| | |/ / / / / / / | |||||
| * / / / / / / / | Newsfile | Erik Johnston | 2018-08-20 | 1 | -0/+1 |
| |/ / / / / / / | |||||
| * | | / / / / | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 1 | -0/+1 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Newsfile | Erik Johnston | 2018-08-20 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging | Erik Johnston | 2018-08-20 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix logging bug in EDU handling over replication | ||||
| | * | | | | | | Newsfile | Erik Johnston | 2018-08-17 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #3709 from matrix-org/rav/logcontext_for_replication_commands | Richard van der Hoff | 2018-08-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Logcontexts for replication command handlers | ||||
| | * | | | | | | | changelog | Richard van der Hoff | 2018-08-17 | 1 | -0/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #3710 from matrix-org/rav/logcontext_for_pusher_updates | Richard van der Hoff | 2018-08-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix logcontexts for running pushers | ||||
| | * | | | | | | | changelog | Richard van der Hoff | 2018-08-17 | 1 | -0/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Remove v1/register's broken shared secret functionality (#3703) | Amber Brown | 2018-08-18 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #3701 from matrix-org/rav/use_producer_for_responses | Richard van der Hoff | 2018-08-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use a producer to stream back responses | ||||
| | * | | | | | | | changelog | Richard van der Hoff | 2018-08-15 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #3700 from matrix-org/rav/wait_for_producers | Richard van der Hoff | 2018-08-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Refactor request logging code | ||||
| | * | | | | | | | | changelog | Richard van der Hoff | 2018-08-15 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Neil Johnson | 2018-08-17 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neilj/server_notices_on_blocking | ||||
| * | | | | | | | | | Merge branch 'develop' into neilj/limit_exceeded_error | Neil Johnson | 2018-08-17 | 3 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| * | | | | | | | | | add new error type ResourceLimit | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Neil Johnson | 2018-08-17 | 3 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | neilj/server_notices_on_blocking | ||||
| * | | | | | | | | | Merge pull request #3708 from ↵ | Neil Johnson | 2018-08-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/neilj/resource_Limit_block_event_creation Neilj/resource limit block event creation | ||||
| | * | | | | | | | | | For resource limit blocked users, prevent writing into rooms | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
| | | |_|_|/ / / / / | | |/| | | | | | | | |||||
| * / | | | | | | | | Create 3712.misc | Travis Ralston | 2018-08-17 | 1 | -0/+1 |
| |/ / / / / / / / | |||||
| * / / / / / / / | Newsfile | Erik Johnston | 2018-08-16 | 1 | -0/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Neil Johnson | 2018-08-16 | 2 | -0/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neilj/server_notices_on_blocking | ||||
| * | | | | | | | Add GET media/v1/config (#3184) | Will Hunt | 2018-08-16 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | lazyload aware /messages (#3589) | Matthew Hodgson | 2018-08-16 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neilj/server_notices_on_blocking | ||||
| * | | | | | | | initial cut at a room summary API (#3574) | Matthew Hodgson | 2018-08-16 | 1 | -0/+1 |
| | | | | | | | |