Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release-v0.33.1' of github.com:matrix-org/synapse into matrix-o... | Erik Johnston | 2018-08-02 | 7 | -18/+62 |
|\ | |||||
| * | Check room visibility for /event/ requests | Richard van der Hoff | 2018-08-02 | 3 | -6/+23 |
| * | Avoid extra db lookups | Richard van der Hoff | 2018-08-02 | 3 | -62/+26 |
| * | Validation for events/rooms in fed requests | Richard van der Hoff | 2018-08-02 | 3 | -1/+64 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-24 | 4 | -34/+37 |
|\ \ | |||||
| * | | Replace usage of get_current_toke with StreamToken.START | Erik Johnston | 2018-07-24 | 2 | -5/+9 |
| * | | Pull out did_forget to worker store | Erik Johnston | 2018-07-24 | 2 | -29/+28 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-24 | 20 | -478/+623 |
|\| | | |||||
| * | | Merge pull request #3595 from matrix-org/erikj/use_deltas | Erik Johnston | 2018-07-24 | 1 | -53/+118 |
| |\ \ | |||||
| | * | | Expand on docstring comment about return value | Erik Johnston | 2018-07-24 | 1 | -0/+5 |
| | * | | Remove unnecessary iteritems | Erik Johnston | 2018-07-24 | 1 | -1/+1 |
| | * | | Fixup comment (and indent) | Erik Johnston | 2018-07-24 | 1 | -16/+20 |
| | * | | Don't fetch state from the database unless needed | Erik Johnston | 2018-07-24 | 1 | -12/+18 |
| | * | | Have _get_new_state_after_events return delta | Erik Johnston | 2018-07-24 | 1 | -17/+48 |
| | * | | Don't require to_delete to have event_ids | Erik Johnston | 2018-07-24 | 1 | -36/+55 |
| * | | | Merge pull request #3587 from matrix-org/rav/better_exception_logging | Richard van der Hoff | 2018-07-24 | 1 | -3/+8 |
| |\ \ \ | |||||
| | * | | | Improve logging for exceptions handling PDUs | Richard van der Hoff | 2018-07-23 | 1 | -3/+8 |
| * | | | | Merge pull request #3586 from matrix-org/rav/optimise_resolve_state_groups | Richard van der Hoff | 2018-07-24 | 3 | -62/+97 |
| |\ \ \ \ | |||||
| | * | | | | Handle delta_ids being None in _update_context_for_auth_events | Richard van der Hoff | 2018-07-23 | 2 | -8/+8 |
| | * | | | | Fixes and optimisations for resolve_state_groups | Richard van der Hoff | 2018-07-23 | 1 | -54/+89 |
| | |/ / / | |||||
| * | | | | Merge pull request #3583 from matrix-org/rav/remove_who_forgot_in_room | Richard van der Hoff | 2018-07-24 | 3 | -46/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room | Richard van der Hoff | 2018-07-24 | 14 | -317/+429 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room | Richard van der Hoff | 2018-07-23 | 19 | -179/+400 |
| | |\ \ \ \ | |||||
| | * | | | | | Remove redundant checks on room forgottenness | Richard van der Hoff | 2018-07-23 | 3 | -46/+1 |
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/speed_up_c... | Erik Johnston | 2018-07-24 | 13 | -315/+408 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | Merge branch 'develop' into rav/logcontext_fixes | Richard van der Hoff | 2018-07-24 | 10 | -295/+380 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge pull request #3555 from matrix-org/erikj/client_apis_move | Erik Johnston | 2018-07-24 | 9 | -284/+359 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Merge branch 'develop' into erikj/client_apis_move | Erik Johnston | 2018-07-24 | 12 | -126/+305 |
| | | | |\ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | | | |||||
| | | | * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/client_api... | Erik Johnston | 2018-07-23 | 33 | -223/+683 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Move PaginationHandler to its own file | Erik Johnston | 2018-07-20 | 3 | -245/+269 |
| | | | * | | | | | | Move check_in_room_or_world_readable to Auth | Erik Johnston | 2018-07-20 | 2 | -34/+40 |
| | | | * | | | | | | Add some room read only APIs to client_reader | Erik Johnston | 2018-07-18 | 1 | -1/+13 |
| | | | * | | | | | | Move RoomContextHandler out of Handlers | Erik Johnston | 2018-07-18 | 4 | -6/+12 |
| | | | * | | | | | | Split MessageHandler into read only and writers | Erik Johnston | 2018-07-18 | 5 | -149/+176 |
| | | * | | | | | | | fix idiocy | Richard van der Hoff | 2018-07-24 | 1 | -2/+8 |
| | | * | | | | | | | Add some measure blocks to persist_events | Richard van der Hoff | 2018-07-23 | 1 | -11/+15 |
| | | | |_|/ / / / | | | |/| | | | | | |||||
| | * | | | | | | | another couple of logcontext leaks | Richard van der Hoff | 2018-07-24 | 2 | -5/+10 |
| | * | | | | | | | Logcontext fixes | Richard van der Hoff | 2018-07-24 | 3 | -16/+19 |
| | |/ / / / / / | |||||
| * | | | | | | | Remove unnecessary if | Erik Johnston | 2018-07-24 | 1 | -2/+1 |
| * | | | | | | | Speed up _calculate_state_delta | Erik Johnston | 2018-07-24 | 1 | -10/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-23 | 2 | -1/+20 |
|\| | | | | | | |||||
| * | | | | | | Comments | Erik Johnston | 2018-07-23 | 2 | -2/+6 |
| * | | | | | | Only get cached state from context in persist_event | Erik Johnston | 2018-07-23 | 2 | -1/+16 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-23 | 3 | -8/+14 |
|\| | | | | | |||||
| * | | | | | Fix missing attributes on workers. | Erik Johnston | 2018-07-23 | 3 | -8/+14 |
* | | | | | | Fixup limiter | hera | 2018-07-23 | 1 | -2/+2 |
* | | | | | | Lower hacky timeout for member limiter | hera | 2018-07-23 | 1 | -2/+2 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-23 | 21 | -259/+588 |
|\| | | | | | |||||
| * | | | | | Fix EventContext when using workers | Erik Johnston | 2018-07-23 | 1 | -7/+7 |
| * | | | | | Update docstrings to make sense | Erik Johnston | 2018-07-23 | 1 | -5/+8 |
| * | | | | | Add support for updating state | Erik Johnston | 2018-07-23 | 2 | -9/+42 |
| * | | | | | Use new getters | Erik Johnston | 2018-07-23 | 9 | -31/+59 |
| * | | | | | Make EventContext lazy load state | Erik Johnston | 2018-07-23 | 2 | -44/+115 |
| * | | | | | pep8 | Erik Johnston | 2018-07-23 | 1 | -1/+1 |
| * | | | | | Refcator EventContext to accept state during init | Erik Johnston | 2018-07-23 | 2 | -63/+82 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'develop' into matthew/sync_deleted_devices | Matthew Hodgson | 2018-07-23 | 56 | -672/+1056 |
| |\ \ \ \ | |||||
| | * | | | | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 6 | -25/+32 |
| | * | | | | Test and fix support for cancellation in Linearizer | Richard van der Hoff | 2018-07-20 | 1 | -6/+22 |
| | | |/ / | | |/| | | |||||
| | * | | | Merge pull request #3571 from matrix-org/rav/limiter_fixes | Richard van der Hoff | 2018-07-20 | 2 | -94/+39 |
| | |\ \ \ | |||||
| | | * | | | Combine Limiter and Linearizer | Richard van der Hoff | 2018-07-20 | 2 | -91/+12 |
| | | * | | | Improvements to the Limiter | Richard van der Hoff | 2018-07-20 | 2 | -14/+21 |
| | | * | | | Add a sleep to the Limiter to fix stack overflows. | Richard van der Hoff | 2018-07-20 | 1 | -3/+20 |
| | * | | | | Admin API for creating new users (#3415) | Amber Brown | 2018-07-20 | 3 | -0/+169 |
| | |/ / / | |||||
| * | | | | add trailing comma | Matthew Hodgson | 2018-07-23 | 1 | -1/+1 |
| * | | | | yes, we do need to invalidate the device_id_exists_cache when deleting a remo... | Matthew Hodgson | 2018-07-19 | 1 | -1/+0 |
| * | | | | spell out that include_deleted_devices requires include_all_devices | Matthew Hodgson | 2018-07-19 | 1 | -1/+5 |
| * | | | | shift to using an explicit deleted flag on m.device_list_update EDUs | Matthew Hodgson | 2018-07-12 | 2 | -20/+25 |
| * | | | | WIP to announce deleted devices over federation | Matthew Hodgson | 2018-07-12 | 3 | -14/+44 |
* | | | | | Merge branch 'develop' into matrix-org-hotfixes | Richard van der Hoff | 2018-07-19 | 17 | -75/+176 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'master' into develop | Amber Brown | 2018-07-19 | 1 | -1/+1 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | 0.33 final | Amber Brown | 2018-07-19 | 1 | -1/+1 |
| * | | | | Don't spew errors because we can't save metrics (#3563) | Amber Brown | 2018-07-19 | 2 | -6/+24 |
| * | | | | revert 00bc979 | Richard van der Hoff | 2018-07-19 | 1 | -4/+3 |
| * | | | | Merge remote-tracking branch 'origin/release-v0.33.0' into develop | Richard van der Hoff | 2018-07-19 | 2 | -4/+5 |
| |\| | | | |||||
| | * | | | Disable logcontext warning | Richard van der Hoff | 2018-07-19 | 1 | -3/+4 |
| | * | | | bump to 0.33.0rc1 | Amber Brown | 2018-07-18 | 1 | -1/+1 |
| * | | | | Merge pull request #3556 from matrix-org/rav/background_processes | Richard van der Hoff | 2018-07-19 | 7 | -52/+62 |
| |\ \ \ \ | |||||
| | * | | | | Make Distributor run its processes as a background process | Richard van der Hoff | 2018-07-18 | 1 | -26/+18 |
| | * | | | | Run things as background processes | Richard van der Hoff | 2018-07-18 | 7 | -26/+44 |
| * | | | | | Move v1-only APIs into their own module & isolate deprecated ones (#3460) | Amber Brown | 2018-07-19 | 6 | -15/+88 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-19 | 5 | -53/+194 |
|\| | | | | | |||||
| * | | | | | Merge pull request #3554 from matrix-org/erikj/response_metrics_code | Erik Johnston | 2018-07-19 | 1 | -3/+6 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | pep8 | Erik Johnston | 2018-07-18 | 1 | -1/+2 |
| | * | | | | Add response code to response timer metrics | Erik Johnston | 2018-07-18 | 1 | -3/+5 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge pull request #3553 from matrix-org/rav/background_process_tracking | Richard van der Hoff | 2018-07-18 | 2 | -5/+186 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Resource tracking for background processes | Richard van der Hoff | 2018-07-18 | 2 | -5/+186 |
| | |/ / | |||||
| * | | | Merge pull request #3367 from matrix-org/rav/drop_re_signing_hacks | Richard van der Hoff | 2018-07-18 | 1 | -43/+0 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'develop' into rav/drop_re_signing_hacks | Richard van der Hoff | 2018-07-04 | 101 | -571/+1178 |
| | |\ \ \ | |||||
| | * | | | | Remove event re-signing hacks | Richard van der Hoff | 2018-06-07 | 1 | -43/+0 |
| * | | | | | Merge pull request #3514 from matrix-org/dbkr/turn_dont_add_defaults | David Baker | 2018-07-18 | 1 | -2/+2 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | Comment dummy TURN parameters in default config | David Baker | 2018-07-11 | 1 | -2/+2 |
| | | |_|/ | | |/| | | |||||
* | | | | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Richard van der Hoff | 2018-07-17 | 4 | -141/+164 |
|\| | | | | |||||
| * | | | | add a comment | Richard van der Hoff | 2018-07-17 | 1 | -0/+2 |
| * | | | | Fix visibility of events from erased users over federation | Richard van der Hoff | 2018-07-17 | 1 | -56/+67 |
| * | | | | Merge pull request #3541 from matrix-org/rav/optimize_filter_events_for_server | Richard van der Hoff | 2018-07-17 | 2 | -138/+147 |
| |\ \ \ \ | |||||
| | * | | | | fix imports | Richard van der Hoff | 2018-07-17 | 1 | -0/+1 |
| | * | | | | add a comment | Richard van der Hoff | 2018-07-17 | 1 | -0/+2 |
| | * | | | | Attempt to make _filter_events_for_server more efficient | Richard van der Hoff | 2018-07-16 | 1 | -17/+23 |
| | * | | | | Move filter_events_for_server out of FederationHandler | Richard van der Hoff | 2018-07-16 | 2 | -138/+138 |
| * | | | | | Refactor REST API tests to use explicit reactors (#3351) | Amber Brown | 2018-07-17 | 2 | -3/+4 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-17 | 1 | -1/+3 |
|\| | | | | | |||||
| * | | | | | Use efficient .intersection | Erik Johnston | 2018-07-17 | 1 | -4/+1 |
| * | | | | | Fix perf regression in PR #3530 | Erik Johnston | 2018-07-17 | 1 | -1/+6 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-17 | 26 | -285/+226 |
|\| | | | | | |||||
| * | | | | | Merge pull request #3530 from matrix-org/erikj/stream_cache | Amber Brown | 2018-07-17 | 1 | -8/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Don't return unknown entities in get_entities_changed | Erik Johnston | 2018-07-13 | 1 | -8/+1 |
| * | | | | | | rerun isort with latest version | Krombel | 2018-07-16 | 6 | -20/+4 |
| * | | | | | | check isort by travis | Krombel | 2018-07-16 | 11 | -11/+27 |
| * | | | | | | Fix develop because I broke it :( (#3535) | Amber Brown | 2018-07-14 | 2 | -2/+5 |
| * | | | | | | Merge pull request #3534 from krombel/use_parse_and_asserts_from_servlet | Amber Brown | 2018-07-14 | 17 | -165/+101 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | fix sytests | Amber Brown | 2018-07-14 | 1 | -1/+1 |
| | * | | | | | | add changelog | Krombel | 2018-07-13 | 1 | -1/+1 |
| | * | | | | | | rename assert_params_in_request to assert_params_in_dict | Krombel | 2018-07-13 | 11 | -33/+33 |
| | * | | | | | | Use parse_{int,str} and assert from http.servlet | Krombel | 2018-07-13 | 14 | -155/+91 |
| * | | | | | | | Make auth & transactions more testable (#3499) | Amber Brown | 2018-07-14 | 8 | -97/+93 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #3533 from matrix-org/rav/fix_federation_ratelimite_queue | Richard van der Hoff | 2018-07-13 | 1 | -10/+23 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Make FederationRateLimiter queue requests properly | Richard van der Hoff | 2018-07-13 | 1 | -10/+23 |
| | |/ / / / | |||||
| * / / / / | typo | Matthew Hodgson | 2018-07-13 | 1 | -3/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'develop' into matrix-org-hotfixes | Richard van der Hoff | 2018-07-12 | 2 | -10/+36 |
|\| | | | | |||||
| * | | | | Merge pull request #3521 from matrix-org/rav/optimise_stream_change_cache | Richard van der Hoff | 2018-07-12 | 1 | -8/+12 |
| |\ \ \ \ | |||||
| | * | | | | Reduce set building in get_entities_changed | Richard van der Hoff | 2018-07-12 | 1 | -8/+12 |
| * | | | | | Merge branch 'develop' into rav/enforce_report_api | Richard van der Hoff | 2018-07-12 | 270 | -2247/+3387 |
| |\| | | | | |||||
| * | | | | | Enforce the specified API for report_event | Richard van der Hoff | 2018-05-31 | 1 | -2/+23 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-12 | 2 | -7/+20 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #3505 from matrix-org/erikj/receipts_cahce | Erik Johnston | 2018-07-12 | 2 | -7/+20 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Update return value docstring | Erik Johnston | 2018-07-12 | 1 | -1/+1 |
| | * | | | | Use 'is not None' and add comments | Erik Johnston | 2018-07-10 | 1 | -2/+6 |
| | * | | | | Use stream cache in get_linearized_receipts_for_room | Erik Johnston | 2018-07-10 | 2 | -5/+14 |
* | | | | | | Merge branch 'develop' into matrix-org-hotfixes | Richard van der Hoff | 2018-07-10 | 260 | -1489/+1560 |
|\| | | | | | |||||
| * | | | | | s/becuase/because/g | Matthew Hodgson | 2018-07-10 | 3 | -4/+4 |
| |/ / / / | |||||
| * | | | | Attempt to include db threads in cpu usage stats (#3496) | Richard van der Hoff | 2018-07-10 | 3 | -20/+38 |
| * | | | | Refactor logcontext resource usage tracking (#3501) | Richard van der Hoff | 2018-07-10 | 4 | -130/+146 |
| * | | | | another typo | Matthew Hodgson | 2018-07-10 | 1 | -1/+1 |
| * | | | | typo (i think) | Matthew Hodgson | 2018-07-10 | 1 | -1/+1 |
| * | | | | Add CPU metrics for _fetch_event_list | Richard van der Hoff | 2018-07-09 | 1 | -19/+32 |
| * | | | | run isort | Amber Brown | 2018-07-09 | 258 | -1312/+1336 |
| * | | | | version | Amber Brown | 2018-07-07 | 1 | -1/+1 |
| * | | | | Correct attrs package name in requirements (#3492) | Amber Brown | 2018-07-07 | 1 | -1/+1 |
* | | | | | Merge branch 'develop' of git+ssh://github.com/matrix-org/synapse into matrix... | Matthew Hodgson | 2018-07-06 | 5 | -8/+158 |
|\| | | | | |||||
| * | | | | Prepare 0.32.1 release v0.32.1 github/release-v0.32.1 release-v0.32.1 | Richard van der Hoff | 2018-07-06 | 1 | -1/+1 |
| * | | | | Add explicit dependency on netaddr | Richard van der Hoff | 2018-07-06 | 1 | -3/+1 |
| * | | | | 0.32.0 version bump, update changelog v0.32.0 github/release-v0.32.0 release-v0.32.0 | Neil Johnson | 2018-07-06 | 1 | -1/+1 |
| * | | | | bump version to 0.32.0rc1 | Amber Brown | 2018-07-05 | 1 | -1/+1 |
| * | | | | Implementation of server_acls | Richard van der Hoff | 2018-07-04 | 3 | -4/+156 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-07-05 | 6 | -31/+147 |
|\| | | | | |||||
| * | | | | More server_name validation | Richard van der Hoff | 2018-07-04 | 3 | -9/+54 |
| * | | | | Merge pull request #3473 from matrix-org/erikj/thread_cache | Erik Johnston | 2018-07-04 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | Invalidate cache on correct thread | Erik Johnston | 2018-07-02 | 1 | -1/+2 |
| * | | | | | Merge pull request #3474 from matrix-org/erikj/py3_auth | Erik Johnston | 2018-07-04 | 1 | -1/+6 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Avoid relying on int vs None comparison | Erik Johnston | 2018-07-02 | 1 | -1/+5 |
| | * | | | | Ensure that we define sender_domain | Erik Johnston | 2018-07-02 | 1 | -0/+1 |
| | |/ / / | |||||
| * | | | | Reject invalid server names (#3480) | Richard van der Hoff | 2018-07-03 | 2 | -25/+75 |
| * | | | | replace invalid utf8 with \ufffd | Matthew Hodgson | 2018-07-02 | 1 | -2/+2 |
| * | | | | a fix which doesn't NPE everywhere | Matthew Hodgson | 2018-07-01 | 1 | -9/+17 |
| * | | | | don't mix unicode strings with utf8-in-byte-strings | Matthew Hodgson | 2018-07-01 | 1 | -2/+9 |
| |/ / / | |||||
* | | | | Fix PEP8 | Erik Johnston | 2018-07-03 | 1 | -4/+4 |
* | | | | Timeout membership requests after 90s | Erik Johnston | 2018-07-02 | 1 | -0/+14 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-06-29 | 2 | -29/+71 |
|\| | | | |||||
| * | | | Merge pull request #3456 from matrix-org/hawkowl/federation-prevevent-checking | Erik Johnston | 2018-06-29 | 2 | -29/+71 |
| |\ \ \ | |||||
| | * | | | try and clean up | Amber Brown | 2018-06-27 | 1 | -3/+6 |
| | * | | | pep8 | Amber Brown | 2018-06-27 | 1 | -6/+4 |
| | * | | | cleanups | Amber Brown | 2018-06-27 | 1 | -13/+15 |
| | * | | | handle federation not telling us about prev_events | Amber Brown | 2018-06-27 | 2 | -26/+65 |
* | | | | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | hera | 2018-06-28 | 43 | -66/+102 |
|\| | | | | |||||
| * | | | | fix tests | Matthew Hodgson | 2018-06-28 | 1 | -0/+1 |
| * | | | | add ip_range_whitelist parameter to limit where ASes can connect from | Matthew Hodgson | 2018-06-28 | 3 | -2/+19 |
| * | | | | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 39 | -62/+78 |
| * | | | | Revert "Revert "Try to not use as much CPU in the StreamChangeCache"" (#3454) | Amber Brown | 2018-06-28 | 1 | -2/+4 |
| |/ / / | |||||
* | | | | Merge remote-tracking branch 'origin/revert-3451-hawkowl/sorteddict-api' into... | Matthew Hodgson | 2018-06-26 | 3 | -5/+15 |
|\| | | | |||||
| * | | | Revert "Try to not use as much CPU in the StreamChangeCache" | Matthew Hodgson | 2018-06-26 | 1 | -4/+2 |
| * | | | Merge pull request #3451 from matrix-org/hawkowl/sorteddict-api | Matthew Hodgson | 2018-06-26 | 1 | -2/+4 |
| |\ \ \ | |||||
| * | | | | Fix error on deleting users pending deactivation | David Baker | 2018-06-26 | 1 | -1/+3 |
| * | | | | Merge pull request #3448 from matrix-org/matthew/gdpr-deactivate-admin-api | Matthew Hodgson | 2018-06-26 | 2 | -1/+13 |
| |\ \ \ \ | |||||
| | * | | | | update doc for deactivate API | Matthew Hodgson | 2018-06-26 | 1 | -1/+1 |
| | * | | | | add GDPR erase param to deactivate API | Matthew Hodgson | 2018-06-26 | 2 | -1/+13 |
* | | | | | | Merge remote-tracking branch 'origin/hawkowl/sorteddict-api' into matrix-org-... | Matthew Hodgson | 2018-06-26 | 2 | -4/+6 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | fixes | Amber Brown | 2018-06-26 | 1 | -2/+2 |
| * | | | | | fixes | Amber Brown | 2018-06-26 | 1 | -2/+2 |
| * | | | | | try and make loading items from the cache faster | Amber Brown | 2018-06-26 | 1 | -2/+4 |
| |/ / / / | |||||
| * | | | | Merge pull request #3438 from turt2live/travis/dont-print-access-tokens-in-logs | Amber Brown | 2018-06-26 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Don't print invalid access tokens in the logs | Travis Ralston | 2018-06-24 | 1 | -2/+2 |
* | | | | | | Fix error on deleting users pending deactivation | David Baker | 2018-06-26 | 1 | -1/+3 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-06-25 | 1 | -2/+6 |
|\| | | | | | |||||
| * | | | | | Merge pull request #3442 from matrix-org/matthew/allow-unconsented-parts | Erik Johnston | 2018-06-25 | 1 | -2/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | allow non-consented users to still part rooms (to let us autopart them) | Matthew Hodgson | 2018-06-25 | 1 | -2/+6 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-06-25 | 3 | -2/+43 |
|\| | | | | | |||||
| * | | | | | Actually fix it | Erik Johnston | 2018-06-25 | 1 | -3/+3 |
| * | | | | | Comment | Erik Johnston | 2018-06-25 | 1 | -0/+8 |
| * | | | | | Fix bug with assuming wrong type | Erik Johnston | 2018-06-25 | 1 | -2/+2 |
| * | | | | | Add fast path to _filter_events_for_server | Erik Johnston | 2018-06-25 | 1 | -1/+34 |
| |/ / / / | |||||
| * | | | | typos | Matthew Hodgson | 2018-06-25 | 1 | -1/+1 |
| * | | | | typo | Matthew Hodgson | 2018-06-25 | 1 | -1/+1 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-06-25 | 1 | -1/+1 |
|\| | | | | |||||
| * | | | | Need to pass reactor to endpoint fac | Erik Johnston | 2018-06-25 | 1 | -1/+1 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2018-06-25 | 17 | -48/+245 |
|\| | | | | |||||
| * | | | | Merge pull request #3441 from matrix-org/erikj/redo_erasure | Erik Johnston | 2018-06-25 | 9 | -26/+216 |
| |\ \ \ \ | |||||
| | * | | | | Add UserErasureWorkerStore to workers | Erik Johnston | 2018-06-25 | 1 | -0/+2 |
| | * | | | | Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili... | Erik Johnston | 2018-06-25 | 8 | -26/+214 |
| | |/ / / | |||||
| * / / / | Remove all global reactor imports & pass it around explicitly (#3424) | Amber Brown | 2018-06-25 | 9 | -22/+29 |
| |/ / / | |||||
* | | | | Merge branch 'develop' into matrix-org-hotfixes | Richard van der Hoff | 2018-06-22 | 8 | -214/+26 |
|\| | | | |||||
| * | | | Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" | Richard van der Hoff | 2018-06-22 | 8 | -214/+26 |
* | | | | Send HTTP pushes direct to http-priv rather than via clouldflare | aphrodite | 2018-06-22 | 1 | -1/+6 |
* | | | | Lower member limiter | hera | 2018-06-22 | 1 | -1/+1 |
* | | | | Fix earlier logging patch | Richard van der Hoff | 2018-06-22 | 1 | -2/+1 |
* | | | | Logging for get_users_in_room | Richard van der Hoff | 2018-06-22 | 1 | -1/+9 |
* | | | | Increase member limiter to 20 | Richard van der Hoff | 2018-06-22 | 1 | -1/+1 |
* | | | | increase sync cache to 2 minutes | hera | 2018-06-22 | 1 | -1/+4 |
* | | | | Actuall set cache factors in workers | Erik Johnston | 2018-06-22 | 1 | -5/+15 |
* | | | | Avoid doing presence updates on replication reconnect | Richard van der Hoff | 2018-06-22 | 2 | -0/+3 |
* | | | | Disable auth on room_members for now | hera | 2018-06-22 | 1 | -1/+1 |
* | | | | Bump LAST_SEEN_GRANULARITY in client_ips | Erik Johnston | 2018-06-22 | 1 | -1/+1 |
* | | | | Prefill client_ip_last_seen in replication | Erik Johnston | 2018-06-22 | 1 | -0/+2 |
* | | | | Move event sending to end in shutdown room admin api | Erik Johnston | 2018-06-22 | 1 | -11/+11 |
* | | | | Add dummy presence REST handler to frontend proxy | Erik Johnston | 2018-06-22 | 1 | -0/+31 |
* | | | | Increase MAX_EVENTS_BEHIND for replication clients | Erik Johnston | 2018-06-22 | 1 | -1/+1 |
* | | | | Disable presence in txn queue | Erik Johnston | 2018-06-22 | 1 | -0/+1 |
* | | | | Limit concurrent AS joins | Erik Johnston | 2018-06-22 | 1 | -13/+19 |
* | | | | Disable presence | Erik Johnston | 2018-06-22 | 5 | -2/+7 |
* | | | | Disable auto search for prefixes in event search | Erik Johnston | 2018-06-22 | 1 | -1/+1 |
* | | | | Add timeout to ResponseCache of /public_rooms | Erik Johnston | 2018-06-22 | 1 | -3/+6 |
|/ / / | |||||
* | | | Merge pull request #3435 from matrix-org/rav/fix_event_push_actions_tablescan | Richard van der Hoff | 2018-06-22 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | Deleting from event_push_actions needs to use an index | Mark Haines | 2018-06-22 | 1 | -1/+8 |
* | | | | Also log number of events for serach context | Erik Johnston | 2018-06-22 | 1 | -0/+5 |
* | | | | Add some logging to search queries | Erik Johnston | 2018-06-22 | 1 | -0/+9 |
|/ / / | |||||
* | | | Merge pull request #3432 from matrix-org/rav/joined_hosts_cache_non_iterable | Richard van der Hoff | 2018-06-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Make _get_joined_hosts_cache cache non-iterable | Erik Johnston | 2018-06-22 | 1 | -1/+1 |
* | | | | Merge pull request #3430 from matrix-org/rav/configurable_push_action_rotation | Richard van der Hoff | 2018-06-22 | 1 | -3/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make push actions rotation configurable | Erik Johnston | 2018-06-22 | 1 | -3/+5 |
* | | | | Merge pull request #3431 from matrix-org/rav/erasure_visibility | Erik Johnston | 2018-06-22 | 8 | -26/+214 |
|\ \ \ \ | |||||
| * | | | | Filter out erased messages | Richard van der Hoff | 2018-06-12 | 2 | -22/+68 |
| * | | | | mark accounts as erased when requested | Richard van der Hoff | 2018-06-12 | 3 | -4/+20 |
| * | | | | UserErasureStore | Richard van der Hoff | 2018-06-12 | 3 | -0/+126 |
* | | | | | Merge pull request #3428 from matrix-org/erikj/persisted_pdu | Erik Johnston | 2018-06-22 | 2 | -30/+27 |
|\| | | | | |||||
| * | | | | simplify get_persisted_pdu | Richard van der Hoff | 2018-06-12 | 2 | -30/+27 |
* | | | | | Merge pull request #3427 from matrix-org/erikj/remove_filters | Erik Johnston | 2018-06-22 | 2 | -84/+35 |
|\| | | | | |/ / / |/| | | | |||||
| * | | | remove dead filter_events_for_clients | Richard van der Hoff | 2018-06-12 | 2 | -84/+35 |
* | | | | Disable partial state group caching for wildcard lookups | Richard van der Hoff | 2018-06-22 | 2 | -26/+55 |
* | | | | Merge pull request #3382 from matrix-org/rav/optimise_state_groups | Richard van der Hoff | 2018-06-22 | 1 | -5/+1 |
|\ \ \ \ | |||||
| * | | | | Optimise state_group_cache update | Richard van der Hoff | 2018-06-11 | 1 | -5/+1 |
* | | | | | Merge pull request #3419 from matrix-org/rav/events_per_request | Richard van der Hoff | 2018-06-22 | 3 | -1/+23 |
|\ \ \ \ \ | |||||
| * | | | | | Indirect evt_count updates via method call | Richard van der Hoff | 2018-06-22 | 2 | -1/+12 |
| * | | | | | Log number of events fetched from DB | Richard van der Hoff | 2018-06-21 | 3 | -1/+12 |
* | | | | | | Merge pull request #3418 from matrix-org/rav/fix_metric_desc | Amber Brown | 2018-06-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix description of "python_gc_time" metric | Richard van der Hoff | 2018-06-21 | 1 | -1/+1 |
* | | | | | | | Pass around the reactor explicitly (#3385) | Amber Brown | 2018-06-22 | 18 | -72/+111 |
* | | | | | | | Populate synapse_federation_client_sent_pdu_destinations:count again (#3386) | Amber Brown | 2018-06-21 | 1 | -3/+7 |
* | | | | | | | Fix tcp protocol metrics naming (#3410) | Amber Brown | 2018-06-21 | 1 | -18/+35 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3416 from matrix-org/rav/restart_indicator | Richard van der Hoff | 2018-06-20 | 2 | -12/+19 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Write a clear restart indicator in logs | Richard van der Hoff | 2018-06-20 | 2 | -12/+19 |
* | | | | | | Merge pull request #3399 from costacruise/master | Richard van der Hoff | 2018-06-20 | 1 | -2/+6 |
|\ \ \ \ \ \ |