summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into matthew/sync_deleted_devicesMatthew Hodgson2018-07-2317-2/+11
|\
| * Make the rest of the .iterwhatever go away (#3562)Amber Brown2018-07-211-0/+0
| |
| * ChangelogRichard van der Hoff2018-07-201-0/+1
| |
| * Merge pull request #3571 from matrix-org/rav/limiter_fixesRichard van der Hoff2018-07-202-0/+2
| |\ | | | | | | A set of improvements to the Limiter
| | * changelogsRichard van der Hoff2018-07-202-0/+2
| | |
| * | Admin API for creating new users (#3415)Amber Brown2018-07-201-0/+0
| |/
| * changelogAmber Brown2018-07-191-0/+1
| |
| * Merge branch 'master' into developAmber Brown2018-07-191-1/+0
| |\
| | * 0.33.0 final changelog v0.33.0Amber Brown2018-07-1920-13/+0
| | |
| | * update changelogsAmber Brown2018-07-196-2/+4
| | |
| | * Revert "0.33.0rc1 changelog"Amber Brown2018-07-1919-0/+10
| | | | | | | | | | | | This reverts commit 21d3b879433e040babd43c89b62827f92e3ac861.
| * | Don't spew errors because we can't save metrics (#3563)Amber Brown2018-07-191-0/+1
| | |
| * | Merge remote-tracking branch 'origin/release-v0.33.0' into developRichard van der Hoff2018-07-1920-10/+1
| |\|
| | * changelogRichard van der Hoff2018-07-191-0/+1
| | |
| | * 0.33.0rc1 changelog v0.33.0rc1Amber Brown2018-07-1819-10/+0
| | |
| * | Merge pull request #3556 from matrix-org/rav/background_processesRichard van der Hoff2018-07-191-0/+1
| |\ \ | | | | | | | | Run things as background processes
| | * | changelogRichard van der Hoff2018-07-181-0/+1
| | | |
| * | | Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-0/+0
| | | |
| * | | Merge pull request #3554 from matrix-org/erikj/response_metrics_codeErik Johnston2018-07-191-0/+1
| |\ \ \ | | | | | | | | | | Add response code to response timer metrics
| | * | | NewsfileErik Johnston2018-07-181-0/+1
| | | | |
| * | | | changelogRichard van der Hoff2018-07-181-0/+1
| | |/ / | |/| |
| * | | Merge pull request #3553 from matrix-org/rav/background_process_trackingRichard van der Hoff2018-07-181-0/+1
| |\ \ \ | | |/ / | |/| | Resource tracking for background processes
| | * | changelogRichard van der Hoff2018-07-181-0/+1
| | |/
| * | Merge pull request #3367 from matrix-org/rav/drop_re_signing_hacksRichard van der Hoff2018-07-181-0/+1
| |\ \ | | | | | | | | Remove event re-signing hacks
| | * | Add changelogRichard van der Hoff2018-07-041-0/+1
| | | |
| * | | Merge pull request #3514 from matrix-org/dbkr/turn_dont_add_defaultsDavid Baker2018-07-181-0/+1
| |\ \ \ | | |_|/ | |/| | Comment dummy TURN parameters in default config
| | * | I failed to correctly guess the PR numberDavid Baker2018-07-111-0/+0
| | | |
| | * | Comment dummy TURN parameters in default configDavid Baker2018-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This default config is parsed and used a base before the actual config is overlaid, so with these values not commented out, the code to detect when no turn params were set and refuse to generate credentials was never firing because the dummy default was always set.
| * | | changelogRichard van der Hoff2018-07-171-0/+1
| | | |
| * | | Merge pull request #3541 from matrix-org/rav/optimize_filter_events_for_serverRichard van der Hoff2018-07-171-0/+1
| |\ \ \ | | | | | | | | | | Refactor and optimze filter_events_for_server
| | * | | ChangelogRichard van der Hoff2018-07-161-0/+1
| | | | |
| * | | | Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-0/+0
| | | | |
| * | | | NewsfileErik Johnston2018-07-171-0/+0
| | | | |
| * | | | Merge pull request #3530 from matrix-org/erikj/stream_cacheAmber Brown2018-07-171-0/+0
| |\ \ \ \ | | | | | | | | | | | | Don't return unknown entities in get_entities_changed
| | * | | | NewsfileErik Johnston2018-07-131-0/+0
| | |/ / /
| * | | | check isort by travisKrombel2018-07-161-0/+1
| | | | |
| * | | | Fix develop because I broke it :( (#3535)Amber Brown2018-07-141-0/+0
| | | | |
| * | | | Merge pull request #3534 from krombel/use_parse_and_asserts_from_servletAmber Brown2018-07-141-0/+1
| |\ \ \ \ | | | | | | | | | | | | Use parse and asserts from http.servlet
| | * | | | add changelogKrombel2018-07-131-0/+1
| | | | | |
| * | | | | Make auth & transactions more testable (#3499)Amber Brown2018-07-141-0/+0
| |/ / / /
| * | | | better changelogRichard van der Hoff2018-07-131-1/+1
| | | | |
| * | | | changelogRichard van der Hoff2018-07-131-0/+1
| |/ / /
| * | | Merge pull request #3521 from matrix-org/rav/optimise_stream_change_cacheRichard van der Hoff2018-07-121-0/+1
| |\ \ \ | | | | | | | | | | Reduce set building in get_entities_changed
| | * | | changelogRichard van der Hoff2018-07-121-0/+1
| | | | |
| * | | | changelogRichard van der Hoff2018-07-121-0/+1
| |/ / /
| * | | Merge pull request #3505 from matrix-org/erikj/receipts_cahceErik Johnston2018-07-121-0/+1
| |\ \ \ | | |/ / | |/| | Use stream cache in get_linearized_receipts_for_room
| | * | NewsfileErik Johnston2018-07-101-0/+1
| | | |
* | | | changelogMatthew Hodgson2018-07-121-0/+1
|/ / /
* | | Merge pull request #3498 from OlegGirko/fix_attrs_syntaxAmber Brown2018-07-111-0/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use more portable syntax using attrs package. Newer syntax attr.ib(factory=dict) is just a syntactic sugar for attr.ib(default=attr.Factory(dict)) It was introduced in newest version of attrs package (18.1.0) and doesn't work with older versions. We should either require minimum version of attrs to be 18.1.0, or use older (slightly more verbose) syntax. Requiring newest version is not a good solution because Linux distributions may have older version of attrs (17.4.0 in Fedora 28), and requiring to build (and package) newer version just to use newer syntactic sugar in only one test is just too much. It's much better to fix that test to use older syntax. Signed-off-by: Oleg Girko <ol@infoserver.lv>
| * | changelog entryAmber Brown2018-07-111-0/+0
| | |
* | | Attempt to include db threads in cpu usage stats (#3496)Richard van der Hoff2018-07-101-0/+1
| | | | | | | | | | | | | | | Let's try to include time spent in the DB threads in the per-request/block cpu usage metrics.
* | | Refactor logcontext resource usage tracking (#3501)Richard van der Hoff2018-07-101-0/+0
| | | | | | | | | | | | | | | Factor out the resource usage tracking out to a separate object, which can be passed around and copied independently of the logcontext itself.
* | | changelogRichard van der Hoff2018-07-091-0/+1
|/ /
* | changelogAmber Brown2018-07-091-0/+0
| |
* | Add an isort configuration (#3463)Amber Brown2018-07-091-0/+0
| |
* | changelog v0.32.2 release-v0.32.2Amber Brown2018-07-071-1/+0
| |
* | Correct attrs package name in requirements (#3492)Amber Brown2018-07-072-0/+2
| |
* | changelog v0.32.0rc1Amber Brown2018-07-0528-19/+0
| |
* | ACL changelogAmber Brown2018-07-051-0/+1
| |
* | Merge pull request #3483 from matrix-org/rav/more_server_name_validationErik Johnston2018-07-051-0/+1
|\ \ | | | | | | More server_name validation
| * | More server_name validationRichard van der Hoff2018-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | We need to do a bit more validation when we get a server name, but don't want to be re-doing it all over the shop, so factor out a separate parse_and_validate_server_name, and do the extra validation. Also, use it to verify the server name in the config file.
* | | Merge pull request #3481 from matrix-org/rav/fix_cachedescriptor_testRichard van der Hoff2018-07-041-0/+1
|\ \ \ | |/ / |/| | Reinstate lost run_on_reactor in unit test
| * | Reinstate lost run_on_reactor in unit testRichard van der Hoff2018-07-041-0/+1
| |/ | | | | | | | | | | | | | | a61738b removed a call to run_on_reactor from a unit test, but that call was doing something useful, in making the function in question asynchronous. Reinstate the call and add a check that we are testing what we wanted to be testing.
* | Merge pull request #3473 from matrix-org/erikj/thread_cacheErik Johnston2018-07-041-0/+1
|\ \ | | | | | | Invalidate cache on correct thread
| * | Correct newsfileErik Johnston2018-07-022-0/+1
| | |
| * | NewsfileErik Johnston2018-07-021-0/+0
| | |
* | | Merge pull request #3474 from matrix-org/erikj/py3_authErik Johnston2018-07-041-0/+0
|\ \ \ | |_|/ |/| | Fix up auth check
| * | NewsfileErik Johnston2018-07-021-0/+0
| |/
* | Reject invalid server names (#3480)Richard van der Hoff2018-07-031-0/+1
| | | | | | | | | | Make sure that server_names used in auth headers are sane, and reject them with a sensible error code, before they disappear off into the depths of the system.
* | news snippetMatthew Hodgson2018-07-021-0/+1
|/
* Merge pull request #3467 from matrix-org/hawkowl/contributor-requirementsMatthew Hodgson2018-06-301-0/+0
|\ | | | | Clarify "real name" in contributor requirements
| * topfileAmber Brown2018-06-291-0/+0
| |
* | Merge pull request #3456 from matrix-org/hawkowl/federation-prevevent-checkingErik Johnston2018-06-291-0/+1
|\ \ | | | | | | Check the state of prev_events a bit more thoroughly when coming over federation
| * | topfile updateAmber Brown2018-06-281-2/+1
| | |
| * | topfileAmber Brown2018-06-271-0/+2
| | |
* | | add towncrier snippetMatthew Hodgson2018-06-281-0/+1
| |/ |/|
* | Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-0/+1
| |
* | Revert "Revert "Try to not use as much CPU in the StreamChangeCache"" (#3454)Amber Brown2018-06-281-0/+0
|/
* Better testing framework for homeserver-using things (#3446)Amber Brown2018-06-271-0/+0
|
* Revert "Try to not use as much CPU in the StreamChangeCache"Matthew Hodgson2018-06-261-0/+0
|
* fixesAmber Brown2018-06-261-0/+0
|
* Use towncrier to build the changelog (#3425)Amber Brown2018-06-2515-0/+10