Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't need the resource portion | Amber Brown | 2018-05-21 | 1 | -23/+0 |
* | look at the Prometheus metrics instead | Amber Brown | 2018-05-21 | 1 | -5/+3 |
* | remove old metrics libs | Amber Brown | 2018-05-21 | 2 | -450/+0 |
* | bump version, change log | Neil Johnson | 2018-05-17 | 1 | -1/+1 |
* | bump version and changelog for 0.29.0 v0.29.0 | Neil Johnson | 2018-05-16 | 1 | -1/+1 |
* | v0.29.0-rc1: bump version and change log v0.29.0-rc1 | Neil Johnson | 2018-05-14 | 1 | -1/+1 |
* | Merge pull request #3201 from matrix-org/dbkr/leave_rooms_on_deactivate | David Baker | 2018-05-14 | 3 | -2/+143 |
|\ | |||||
| * | Catch failure to part user from room | David Baker | 2018-05-10 | 1 | -7/+13 |
| * | Many docstrings | David Baker | 2018-05-10 | 2 | -0/+36 |
| * | Oops, don't call function passed to run_in_background | David Baker | 2018-05-10 | 1 | -1/+1 |
| * | Prefix internal functions | David Baker | 2018-05-09 | 1 | -7/+7 |
| * | Add the schema file | David Baker | 2018-05-09 | 1 | -0/+25 |
| * | Indent fail | David Baker | 2018-05-09 | 1 | -1/+1 |
| * | Part deactivated users in the background | David Baker | 2018-05-09 | 2 | -1/+61 |
| * | Part user from rooms on account deactivate | David Baker | 2018-05-08 | 1 | -1/+15 |
* | | Merge pull request #3208 from matrix-org/rav/more_refactor_request_handler | Richard van der Hoff | 2018-05-11 | 23 | -27/+28 |
|\ \ | |||||
| * | | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 23 | -27/+28 |
* | | | Merge pull request #3209 from damir-manapov/master | Richard van der Hoff | 2018-05-11 | 1 | -2/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | transaction_id, destination twice | Damir Manapov | 2018-05-10 | 1 | -2/+0 |
* | | | Remove redundant request_handler decorator | Richard van der Hoff | 2018-05-10 | 7 | -38/+42 |
* | | | Factor wrap_request_handler_with_logging out of wrap_request_handler | Richard van der Hoff | 2018-05-10 | 1 | -54/+66 |
* | | | Remove include_metrics param | Richard van der Hoff | 2018-05-10 | 1 | -17/+7 |
* | | | Move outgoing_responses_counter handling to RequestMetrics | Richard van der Hoff | 2018-05-10 | 2 | -4/+2 |
* | | | Bump requests_counter in wrapped_request_handler | Richard van der Hoff | 2018-05-10 | 1 | -4/+11 |
* | | | Move RequestMetrics handling into SynapseRequest.processing() | Richard van der Hoff | 2018-05-10 | 2 | -24/+64 |
* | | | Make RequestMetrics take a raw time rather than a clock | Richard van der Hoff | 2018-05-10 | 2 | -6/+6 |
* | | | Move request_id management into SynapseRequest | Richard van der Hoff | 2018-05-10 | 2 | -15/+25 |
* | | | Move RequestsMetrics to its own file | Richard van der Hoff | 2018-05-09 | 2 | -124/+151 |
* | | | Merge pull request #3199 from matrix-org/erikj/pagination_sync | Erik Johnston | 2018-05-09 | 2 | -45/+54 |
|\ \ \ | |||||
| * | | | Add comment to sync as to why code path is split | Erik Johnston | 2018-05-09 | 1 | -0/+5 |
| * | | | Refactor sync APIs to reuse pagination API | Erik Johnston | 2018-05-09 | 2 | -44/+48 |
| * | | | Don't unnecessarily require token to be stream token | Erik Johnston | 2018-05-09 | 1 | -1/+1 |
* | | | | Merge pull request #3198 from matrix-org/erikj/fixup_return_pagination | Erik Johnston | 2018-05-09 | 3 | -8/+22 |
|\ \ \ \ | |||||
| * | | | | Fix returned token is no longer a tuple | Erik Johnston | 2018-05-09 | 1 | -1/+1 |
| * | | | | Fix up comment | Erik Johnston | 2018-05-09 | 1 | -1/+1 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_retu... | Erik Johnston | 2018-05-09 | 3 | -8/+10 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Refactor get_recent_events_for_room return type | Erik Johnston | 2018-05-09 | 3 | -7/+21 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/remove_mem... | Erik Johnston | 2018-05-09 | 3 | -8/+10 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #3196 from matrix-org/erikj/pagination_return | Erik Johnston | 2018-05-09 | 1 | -28/+49 |
| |\ \ \ \ | |||||
| | * | | | | Update comments | Erik Johnston | 2018-05-09 | 1 | -5/+6 |
| | |/ / / | |||||
| * | | | | Merge pull request #3195 from matrix-org/erikj/pagination_refactor | Erik Johnston | 2018-05-09 | 1 | -51/+27 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #3193 from matrix-org/erikj/pagination_refactor | Erik Johnston | 2018-05-09 | 1 | -110/+99 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge pull request #3190 from mujx/notif-token-fix | Richard van der Hoff | 2018-05-08 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | notifications: Convert next_token to string according to the spec | Konstantinos Sideris | 2018-05-05 | 1 | -1/+1 |
| * | | | | | | Note that label values can be anything | Erik Johnston | 2018-05-03 | 1 | -1/+2 |
| * | | | | | | Fix metrics that have integer value labels | Erik Johnston | 2018-05-03 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | / / | Remove unused code path from member change DB func | Erik Johnston | 2018-05-09 | 1 | -24/+10 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Refactor pagination DB API to return concrete type | Erik Johnston | 2018-05-09 | 1 | -28/+48 |
| |_|/ / |/| | | | |||||
* | | | | Remove unused from_token param | Erik Johnston | 2018-05-09 | 1 | -7/+4 |
* | | | | Refactor recent events func to use pagination func | Erik Johnston | 2018-05-09 | 1 | -48/+27 |
| |/ / |/| | | |||||
* | | | Fix up comments and make function private | Erik Johnston | 2018-05-09 | 1 | -7/+7 |
* | | | Reuse existing pagination code for context API | Erik Johnston | 2018-05-08 | 1 | -75/+15 |
* | | | Parse tokens before calling DB function | Erik Johnston | 2018-05-08 | 1 | -14/+18 |
* | | | Only fetch required fields from database | Erik Johnston | 2018-05-08 | 1 | -1/+2 |
* | | | Split paginate_room_events storage function | Erik Johnston | 2018-05-08 | 1 | -28/+72 |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/develop' into rav/warn_on_logcontext_fail | Richard van der Hoff | 2018-05-03 | 137 | -1294/+2609 |
|\ \ | |||||
| * \ | Merge pull request #3183 from matrix-org/rav/moar_logcontext_leaks | Richard van der Hoff | 2018-05-03 | 1 | -3/+14 |
| |\ \ | |||||
| | * | | Fix logcontext leaks in rate limiter | Richard van der Hoff | 2018-05-03 | 1 | -3/+14 |
| * | | | Merge pull request #3182 from Half-Shot/hs/fix-twisted-shutdown | Richard van der Hoff | 2018-05-03 | 1 | -3/+8 |
| |\ \ \ | |||||
| | * | | | Don't abortConnection() if the transport connection has already closed. | Will Hunt | 2018-05-03 | 1 | -3/+8 |
| * | | | | Merge pull request #3178 from matrix-org/rav/fix_request_timeouts | Richard van der Hoff | 2018-05-03 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | add missing param to cancelled_to_request_timed_out_error | Richard van der Hoff | 2018-05-02 | 1 | -1/+1 |
| * | | | | Merge pull request #3141 from matrix-org/erikj/fixup_state | Erik Johnston | 2018-05-03 | 1 | -37/+67 |
| |\ \ \ \ | |||||
| | * | | | | Fix up grammar | Erik Johnston | 2018-05-03 | 1 | -3/+3 |
| | * | | | | Refactor event storage to not require state | Erik Johnston | 2018-04-27 | 1 | -37/+67 |
| * | | | | | Merge pull request #3161 from NotAFile/remove-v1auth | Richard van der Hoff | 2018-05-03 | 3 | -12/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Burminate v1auth | Adrian Tschira | 2018-04-30 | 3 | -12/+6 |
| * | | | | | | Merge pull request #3175 from matrix-org/erikj/escape_metric_values | Erik Johnston | 2018-05-03 | 1 | -2/+28 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | Make _escape_character take MatchObject | Erik Johnston | 2018-05-02 | 1 | -2/+10 |
| | * | | | | | Escape label values in prometheus metrics | Erik Johnston | 2018-05-02 | 1 | -2/+20 |
| * | | | | | | Merge pull request #3170 from matrix-org/rav/more_logcontext_leaks | Richard van der Hoff | 2018-05-02 | 1 | -22/+38 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Merge branch 'develop' into rav/more_logcontext_leaks | Richard van der Hoff | 2018-05-02 | 2 | -2/+2 |
| | |\| | | | | | |||||
| | * | | | | | | Fix a class of logcontext leaks | Richard van der Hoff | 2018-05-02 | 1 | -22/+38 |
| * | | | | | | | Fix logcontext leak in media repo | Richard van der Hoff | 2018-05-02 | 2 | -1/+4 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge pull request #3168 from matrix-org/rav/fix_logformatter | Richard van der Hoff | 2018-05-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix incorrect reference to StringIO | Richard van der Hoff | 2018-05-02 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge branch 'master' into develop | Neil Johnson | 2018-05-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Update __init__.py | Neil Johnson | 2018-05-01 | 1 | -1/+1 |
| * | | | | | Merge branch 'release-v0.28.1' into develop | Richard van der Hoff | 2018-05-01 | 3 | -4/+26 |
| |\| | | | | | |/ / / | |/| | | | |||||
| | * | | | Merge commit '33f469b' into release-v0.28.1 | Richard van der Hoff | 2018-05-01 | 3 | -4/+26 |
| | |\ \ \ | |||||
| | | * | | | Apply some limits to depth to counter abuse | Richard van der Hoff | 2018-05-01 | 3 | -4/+26 |
| | | |/ / | |||||
| | * / / | Miscellaneous fixes to python_dependencies | Richard van der Hoff | 2018-05-01 | 1 | -1/+19 |
| | |/ / | |||||
| * | | | Fixes #3135 - Replace _OpenSSLECCurve with crypto.get_elliptic_curve (#3157) | Will Hunt | 2018-04-30 | 2 | -8/+8 |
| * | | | add guard for None on purge_history api | Krombel | 2018-04-30 | 1 | -1/+14 |
| * | | | Merge pull request #3129 from matrix-org/matthew/fix_group_dups | Matthew Hodgson | 2018-04-30 | 1 | -0/+57 |
| |\ \ \ | |||||
| | * | | | fix missing import | Matthew Hodgson | 2018-04-28 | 1 | -0/+1 |
| | * | | | pep8 | Matthew Hodgson | 2018-04-28 | 1 | -3/+5 |
| | * | | | make it work with sqlite | Matthew Hodgson | 2018-04-28 | 2 | -34/+54 |
| | * | | | remove duplicates from groups tables | Matthew Hodgson | 2018-04-25 | 1 | -0/+34 |
| * | | | | Merge pull request #3143 from matrix-org/rav/remove_redundant_preserve_fn | Richard van der Hoff | 2018-04-30 | 1 | -4/+2 |
| |\ \ \ \ | |||||
| | * | | | | Remove redundant call to preserve_fn | Richard van der Hoff | 2018-04-30 | 1 | -4/+2 |
| * | | | | | Merge pull request #3144 from matrix-org/rav/run_in_background_exception_hand... | Richard van der Hoff | 2018-04-30 | 1 | -1/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | Trap exceptions thrown within run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -1/+7 |
| * | | | | | | Merge pull request #3102 from NotAFile/py3-attributeerror | Richard van der Hoff | 2018-04-30 | 1 | -3/+15 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | add comment explaining attributeerror | Adrian Tschira | 2018-04-30 | 1 | -0/+3 |
| | * | | | | | | Make event properties raise AttributeError instead | Adrian Tschira | 2018-04-15 | 1 | -3/+12 |
| * | | | | | | | Merge pull request #3152 from NotAFile/py3-local-imports | Richard van der Hoff | 2018-04-30 | 4 | -7/+7 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | make imports local | Adrian Tschira | 2018-04-28 | 4 | -7/+7 |
| * | | | | | | | | Merge pull request #3153 from NotAFile/py3-httplib | Richard van der Hoff | 2018-04-30 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | move httplib import to six | Adrian Tschira | 2018-04-28 | 1 | -3/+3 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #3151 from NotAFile/py3-xrange-1 | Richard van der Hoff | 2018-04-30 | 9 | -11/+28 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'develop' into py3-xrange-1 | Richard van der Hoff | 2018-04-30 | 39 | -110/+143 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Move more xrange to six | Adrian Tschira | 2018-04-28 | 9 | -11/+28 |
| | | |/ / / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3150 from NotAFile/py3-listcomp-yield | Richard van der Hoff | 2018-04-30 | 1 | -5/+9 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Don't yield in list comprehensions | Adrian Tschira | 2018-04-28 | 1 | -5/+9 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #3085 from NotAFile/py3-config-text-mode | Richard van der Hoff | 2018-04-30 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | open log_config in text mode too | Adrian Tschira | 2018-04-28 | 1 | -1/+1 |
| | * | | | | | | | | Open config file in non-bytes mode | Adrian Tschira | 2018-04-10 | 1 | -3/+3 |
| * | | | | | | | | | Merge pull request #3084 from NotAFile/py3-certs-byte-mode | Richard van der Hoff | 2018-04-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Open certificate files as bytes | Adrian Tschira | 2018-04-10 | 1 | -2/+2 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #3154 from NotAFile/py3-stringio | Richard van der Hoff | 2018-04-30 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | replace stringIO imports | Adrian Tschira | 2018-04-28 | 2 | -3/+3 |
| | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #3155 from NotAFile/py3-bytes-1 | Richard van der Hoff | 2018-04-30 | 4 | -7/+10 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | more bytes strings | Adrian Tschira | 2018-04-29 | 4 | -7/+10 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #3140 from matrix-org/rav/use_run_in_background | Richard van der Hoff | 2018-04-30 | 22 | -72/+98 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | pep8; remove spurious import | Richard van der Hoff | 2018-04-27 | 1 | -1/+1 |
| | * | | | | | | | | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background | Richard van der Hoff | 2018-04-27 | 26 | -257/+388 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 22 | -71/+97 |
| | | |_|_|_|/ / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3156 from NotAFile/py3-hmac-bytes | Richard van der Hoff | 2018-04-30 | 2 | -11/+15 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Construct HMAC as bytes on py3 | Adrian Tschira | 2018-04-29 | 2 | -11/+15 |
| | | |_|/ / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3108 from NotAFile/py3-six-urlparse | Richard van der Hoff | 2018-04-30 | 6 | -11/+11 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Use six.moves.urlparse | Adrian Tschira | 2018-04-15 | 6 | -11/+11 |
| | | |_|_|/ / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge remote-tracking branch 'origin/develop' into rav/deferred_timeout | Richard van der Hoff | 2018-04-27 | 26 | -257/+388 |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #3142 from matrix-org/rav/reraise | Richard van der Hoff | 2018-04-27 | 2 | -13/+24 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | reraise exceptions more carefully | Richard van der Hoff | 2018-04-27 | 2 | -13/+24 |
| | | | |/ / / / / | | | |/| | | | | | |||||
| | * | | | | | | | Merge pull request #3136 from matrix-org/rav/fix_dependencies | Richard van der Hoff | 2018-04-27 | 1 | -1/+19 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Miscellaneous fixes to python_dependencies | Richard van der Hoff | 2018-04-26 | 1 | -1/+19 |
| | * | | | | | | | | Merge pull request #3138 from matrix-org/rav/catch_unhandled_exceptions | Richard van der Hoff | 2018-04-27 | 20 | -237/+335 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 20 | -237/+335 |
| | | | |/ / / / / / | | | |/| | | | | | | |||||
| | * | | | | | | | | Merge pull request #3139 from matrix-org/rav/consume_errors | Richard van der Hoff | 2018-04-27 | 3 | -5/+9 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| | | * | | | | | | | Add missing consumeErrors | Richard van der Hoff | 2018-04-27 | 3 | -5/+9 |
| | | |/ / / / / / | |||||
| | * / / / / / / | update changelog and bump version to 0.28.0 v0.28.0 github/release-v0.28.0-rc1 release-v0.28.0-rc1 | Neil Johnson | 2018-04-26 | 1 | -1/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge branch 'develop' into rav/deferred_timeout | Richard van der Hoff | 2018-04-27 | 5 | -14/+99 |
| |\| | | | | | | |||||
| | * | | | | | | Fix media admin APIs | Erik Johnston | 2018-04-26 | 1 | -2/+2 |
| | * | | | | | | Also fix reindexing of search | Erik Johnston | 2018-04-25 | 1 | -1/+1 |
| | * | | | | | | Fix quarantine media admin API | Erik Johnston | 2018-04-25 | 1 | -1/+1 |
| | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Bump version and update changelog v0.28.0-rc1 | Neil Johnson | 2018-04-24 | 1 | -1/+1 |
| | * | | | | | Merge pull request #3118 from matrix-org/rav/reject_prev_events | Richard van der Hoff | 2018-04-23 | 2 | -9/+94 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | | * | | | | Remove spurious param | Richard van der Hoff | 2018-04-23 | 1 | -1/+0 |
| | | * | | | | accept stupid events over backfill | Richard van der Hoff | 2018-04-20 | 1 | -4/+9 |
| | | * | | | | Add some comments | Richard van der Hoff | 2018-04-18 | 2 | -5/+35 |
| | | * | | | | Check events on backfill too | Richard van der Hoff | 2018-04-18 | 1 | -15/+42 |
| | | * | | | | Reject events which have too many auth_events or prev_events | Richard van der Hoff | 2018-04-18 | 1 | -4/+28 |
| | | |/ / / | |||||
| * | | | | | Backport deferred.addTimeout | Richard van der Hoff | 2018-04-27 | 5 | -14/+90 |
| * | | | | | Use deferred.addTimeout instead of time_bound_deferred | Richard van der Hoff | 2018-04-23 | 5 | -97/+59 |
| |/ / / / | |||||
| * | | | | Merge pull request #3106 from NotAFile/py3-six-itervalues-1 | Richard van der Hoff | 2018-04-20 | 4 | -11/+18 |
| |\ \ \ \ | |||||
| | * | | | | Use six.itervalues in some places | Adrian Tschira | 2018-04-15 | 4 | -11/+18 |
| | |/ / / | |||||
| * | | | | Merge pull request #3107 from NotAFile/py3-bool-nonzero | Richard van der Hoff | 2018-04-20 | 3 | -0/+9 |
| |\ \ \ \ | |||||
| | * | | | | add __bool__ alias to __nonzero__ methods | Adrian Tschira | 2018-04-15 | 3 | -0/+9 |
| | |/ / / | |||||
| * | | | | Merge pull request #3110 from NotAFile/py3-six-queue | Richard van der Hoff | 2018-04-20 | 2 | -4/+6 |
| |\ \ \ \ | |||||
| | * | | | | Replace Queue with six.moves.queue | Adrian Tschira | 2018-04-16 | 2 | -4/+6 |
| | |/ / / | |||||
| * | | | | Merge pull request #3103 from NotAFile/py3-baseexcepton-message | Richard van der Hoff | 2018-04-20 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| | * | | | | Use str(e) instead of e.message | Adrian Tschira | 2018-04-15 | 1 | -4/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #3093 from matrix-org/rav/response_cache_wrap | Richard van der Hoff | 2018-04-20 | 6 | -79/+111 |
| |\ \ \ \ | |||||
| | * | | | | Reinstate linearizer for federation_server.on_context_state_request | Richard van der Hoff | 2018-04-20 | 1 | -5/+11 |
| | * | | | | ResponseCache: fix handling of completed results | Richard van der Hoff | 2018-04-13 | 1 | -13/+19 |
| | * | | | | Refactor ResponseCache usage | Richard van der Hoff | 2018-04-12 | 6 | -67/+87 |
| * | | | | | Merge pull request #3117 from matrix-org/rav/refactor_have_events | Richard van der Hoff | 2018-04-20 | 3 | -27/+55 |
| |\ \ \ \ \ | |||||
| | * | | | | | Refactor store.have_events | Richard van der Hoff | 2018-04-20 | 3 | -27/+55 |
| | | |/ / / | | |/| | | | |||||
| * / | | | | Avoid creating events with huge numbers of prev_events | Richard van der Hoff | 2018-04-16 | 3 | -54/+94 |
| |/ / / / | |||||
| * | | | | Merge branch 'master' of https://github.com/matrix-org/synapse into develop | Neil Johnson | 2018-04-13 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Bump version and Change log v0.27.4 github/release-v0.27.0 release-v0.27.0 | Neil Johnson | 2018-04-13 | 1 | -1/+1 |
| | * | | | | Bump canonicaljson to 1.1.3 | Richard van der Hoff | 2018-04-13 | 1 | -1/+1 |
| | * | | | | Update canonicaljson dependency | Richard van der Hoff | 2018-04-12 | 1 | -1/+1 |
| * | | | | | fix federation_domain_whitelist | Matthew Hodgson | 2018-04-13 | 1 | -6/+6 |
| * | | | | | revert last to PR properly | Matthew Hodgson | 2018-04-13 | 1 | -6/+6 |
| * | | | | | correctly auth inbound federation_domain_whitelist reqs | Matthew Hodgson | 2018-04-13 | 1 | -6/+6 |
| * | | | | | Merge branch 'master' of https://github.com/matrix-org/synapse into develop | Neil Johnson | 2018-04-13 | 1 | -1/+1 |
| |\| | | | | |||||
| | * | | | | bump version/changelog | Neil Johnson | 2018-04-11 | 1 | -1/+1 |
| | * | | | | Merge commit '11d2609da70af797405241cdf7d9df19db5628f2' of https://github.com... | Neil Johnson | 2018-04-11 | 1 | -48/+80 |
| | |\ \ \ \ | |||||
| * | | | | | | Revert "Use sortedcontainers instead of blist" | Richard van der Hoff | 2018-04-13 | 3 | -10/+10 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge pull request #3092 from matrix-org/rav/response_cache_metrics | Richard van der Hoff | 2018-04-12 | 6 | -7/+21 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add metrics for ResponseCache | Richard van der Hoff | 2018-04-10 | 6 | -7/+21 |
| * | | | | | | Format docstring | Erik Johnston | 2018-04-12 | 1 | -2/+3 |
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/processed_... | Erik Johnston | 2018-04-12 | 2 | -2/+51 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge pull request #3059 from matrix-org/rav/doc_response_cache | Richard van der Hoff | 2018-04-12 | 1 | -0/+32 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Document the behaviour of ResponseCache | Richard van der Hoff | 2018-04-04 | 1 | -0/+32 |
| | * | | | | | | | Merge pull request #3088 from matrix-org/erikj/as_parallel | Erik Johnston | 2018-04-12 | 1 | -2/+19 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Send events to ASes concurrently | Erik Johnston | 2018-04-11 | 1 | -2/+19 |
| * | | | | | | | | | Doc we raise on unknown event | Erik Johnston | 2018-04-12 | 1 | -2/+3 |
| * | | | | | | | | | s/list/tuple | Erik Johnston | 2018-04-12 | 1 | -2/+2 |
| * | | | | | | | | | Set all metrics at the same time | Erik Johnston | 2018-04-12 | 2 | -10/+10 |
| * | | | | | | | | | Track last processed event received_ts | Erik Johnston | 2018-04-11 | 4 | -0/+52 |
| * | | | | | | | | | Track where event stream processing have gotten up to | Erik Johnston | 2018-04-11 | 4 | -0/+24 |
| * | | | | | | | | | Add GaugeMetric | Erik Johnston | 2018-04-11 | 2 | -1/+38 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #2760 from Valodim/pypy | Richard van der Hoff | 2018-04-11 | 7 | -13/+24 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Don't disable GC when running on PyPy | Vincent Breitmoser | 2018-04-10 | 1 | -1/+7 |
| | * | | | | | | | | In DomainSpecificString, override __repr__ in addition to __str__ | Vincent Breitmoser | 2018-04-10 | 1 | -1/+1 |
| | * | | | | | | | | Fix pep8 error on psycopg2cffi hack | Richard van der Hoff | 2018-04-10 | 1 | -6/+5 |
| | * | | | | | | | | Use psycopg2cffi module instead of psycopg2 if running on pypy | Vincent Breitmoser | 2018-04-10 | 2 | -2/+8 |
| | * | | | | | | | | Use sortedcontainers instead of blist | Vincent Breitmoser | 2018-04-10 | 3 | -10/+10 |
| * | | | | | | | | | fix typo | Neil Johnson | 2018-04-10 | 1 | -2/+2 |
| * | | | | | | | | | Merge pull request #3079 from matrix-org/erikj/limit_concurrent_sends | Erik Johnston | 2018-04-10 | 2 | -55/+56 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Note why we're limiting concurrent event sends | Erik Johnston | 2018-04-10 | 1 | -0/+5 |
| | * | | | | | | | | | Limit concurrent event sends for a room | Erik Johnston | 2018-04-09 | 1 | -49/+50 |
| | * | | | | | | | | | Use create_and_send_nonmember_event everywhere | Erik Johnston | 2018-04-09 | 1 | -6/+1 |
| * | | | | | | | | | | Merge pull request #3078 from matrix-org/erikj/federation_sender | Erik Johnston | 2018-04-10 | 1 | -15/+41 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | Use run_in_background instead | Erik Johnston | 2018-04-10 | 1 | -1/+1 |
| | * | | | | | | | | | Preserve log contexts correctly | Erik Johnston | 2018-04-10 | 1 | -1/+4 |
| | * | | | | | | | | | Log event ID on exception | Erik Johnston | 2018-04-10 | 1 | -1/+4 |
| | * | | | | | | | | | Handle all events in a room correctly | Erik Johnston | 2018-04-09 | 1 | -1/+2 |
| | * | | | | | | | | | Send federation events concurrently | Erik Johnston | 2018-04-09 | 1 | -4/+18 |
| | * | | | | | | | | | Handle exceptions in get_hosts_for_room when sending events over federation | Erik Johnston | 2018-04-09 | 1 | -11/+16 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse into ... | Neil Johnson | 2018-04-10 | 2 | -7/+7 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | / / / | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | remove errant print v0.27.3-rc2 | Neil Johnson | 2018-04-09 | 1 | -1/+1 |
| | * | | | | | | | Fix msec to sec, again | Neil Johnson | 2018-04-09 | 1 | -3/+3 |
| | * | | | | | | | Fix msec to sec | Neil Johnson | 2018-04-09 | 1 | -1/+1 |
| | * | | | | | | | Fix psycopg2 interpolation | Neil Johnson | 2018-04-09 | 1 | -5/+5 |
| | * | | | | | | | version bump v0.27.3-rc2 | Neil Johnson | 2018-04-09 | 1 | -1/+1 |
| | * | | | | | | | Merge branch 'develop' of https://github.com/matrix-org/synapse into release-... | Neil Johnson | 2018-04-09 | 31 | -151/+613 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | bump version to release candidate | Neil Johnson | 2018-04-09 | 1 | -1/+1 |
| | * | | | | | | | | bump version v0.27.3-rc1 | Neil Johnson | 2018-04-09 | 1 | -1/+1 |
| * | | | | | | | | | Merge pull request #3082 from matrix-org/erikj/urlencode_paths | Erik Johnston | 2018-04-10 | 1 | -48/+80 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| | * | | | | | | | Ensure slashes are escaped | Erik Johnston | 2018-04-10 | 1 | -1/+1 |
| | * | | | | | | | URL quote path segments over federation | Erik Johnston | 2018-04-10 | 1 | -48/+80 |
| | | |/ / / / / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #2996 from krombel/allow_auto_join_rooms | Richard van der Hoff | 2018-04-10 | 2 | -34/+34 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| | * | | | | | | Merge branch 'develop' of into allow_auto_join_rooms | Krombel | 2018-03-28 | 48 | -101/+155 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | move handling of auto_join_rooms to RegisterHandler | Krombel | 2018-03-14 | 2 | -34/+34 |
| * | | | | | | | | Merge pull request #3061 from NotAFile/add-some-byte-strings | Richard van der Hoff | 2018-04-09 | 5 | -13/+13 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add b prefixes to some strings that are bytes in py3 | Adrian Tschira | 2018-04-04 | 5 | -13/+13 |
| * | | | | | | | | | Merge pull request #3073 from NotAFile/use-six-reraise | Richard van der Hoff | 2018-04-09 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Replace old-style raise with six.reraise | Adrian Tschira | 2018-04-06 | 1 | -1/+3 |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #2938 from dklug/develop | Richard van der Hoff | 2018-04-09 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Return 401 for invalid access_token on logout | dklug | 2018-03-02 | 1 | -1/+4 |
| * | | | | | | | | | | Merge pull request #3074 from NotAFile/fix-py3-prints | Richard van der Hoff | 2018-04-09 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | use python3-compatible prints | Adrian Tschira | 2018-04-06 | 1 | -5/+5 |
| | | |/ / / / / / / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #3075 from NotAFile/six-type-checks | Richard van der Hoff | 2018-04-09 | 3 | -6/+12 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Replace some type checks with six type checks | Adrian Tschira | 2018-04-07 | 3 | -6/+12 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #3016 from silkeh/improve-service-lookups | Richard van der Hoff | 2018-04-09 | 1 | -95/+8 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Remove address resolution of hosts in SRV records | Silke | 2018-04-04 | 1 | -95/+8 |
| * | | | | | | | | | | | Merge pull request #3080 from matrix-org/rav/fix_500_on_rejoin | Richard van der Hoff | 2018-04-09 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Return a 404 rather than a 500 on rejoining empty rooms | Richard van der Hoff | 2018-04-09 | 1 | -0/+8 |
| * | | | | | | | | | | | Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics" | Richard van der Hoff | 2018-04-09 | 2 | -0/+51 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #3046 from matrix-org/dbkr/join_group | Luke Barnard | 2018-04-06 | 5 | -25/+133 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | de-lint, quote consistency | Luke Barnard | 2018-04-06 | 1 | -2/+2 |
| | * | | | | | | | | | | Explicitly grab individual columns from group object | Luke Barnard | 2018-04-06 | 1 | -6/+8 |
| | * | | | | | | | | | | When exposing group state, return is_openly_joinable | Luke Barnard | 2018-04-06 | 1 | -0/+5 |
| | * | | | | | | | | | | By default, join policy is "invite" | Luke Barnard | 2018-04-06 | 1 | -1/+1 |
| | * | | | | | | | | | | add_user -> _add_user | Luke Barnard | 2018-04-06 | 1 | -3/+3 |
| | * | | | | | | | | | | pep8 | Luke Barnard | 2018-04-06 | 2 | -2/+4 |
| | * | | | | | | | | | | Get group_info from existing call to check_group_is_ours | Luke Barnard | 2018-04-06 | 1 | -5/+1 |
| | * | | | | | | | | | | Don't use redundant inlineCallbacks | Luke Barnard | 2018-04-06 | 1 | -4/+1 |
| | * | | | | | | | | | | join_rule -> join_policy | Luke Barnard | 2018-04-06 | 1 | -1/+1 |
| | * | | | | | | | | | | is_joinable -> join_rule | Luke Barnard | 2018-04-06 | 2 | -5/+2 |
| | * | | | | | | | | | | Fix federation client `set_group_joinable` typo | Luke Barnard | 2018-04-06 | 1 | -1/+1 |
| | * | | | | | | | | | | Factor out add_user from accept_invite and join_group | Luke Barnard | 2018-04-06 | 1 | -41/+29 |
| | * | | | | | | | | | | pep8 | David Baker | 2018-04-06 | 1 | -1/+2 |
| | * | | | | | | | | | | Implement group join API | David Baker | 2018-04-06 | 5 | -4/+124 |
| * | | | | | | | | | | | Add response size metrics | Erik Johnston | 2018-04-06 | 1 | -0/+7 |
| |/ / / / / / / / / / | |||||
| * / / / / / / / / / | use PUT instead of POST for federating groups/m.join_policy | Krombel | 2018-04-06 | 3 | -3/+7 |
| |/ / / / / / / / / |