summary refs log tree commit diff
path: root/CONTRIBUTING.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-11force_notify nonsenseAndrew Morgan3-7/+12
2021-05-11Tests for to-device messages (#9965)Richard van der Hoff2-0/+202
2021-05-11Sort child events according to MSC1772 for the spaces summary API. (#9954)Patrick Cloke3-2/+151
2021-05-11Fix stream token multiple devicesAndrew Morgan2-0/+33
2021-05-11wip testsAndrew Morgan4-91/+194
2021-05-11Support fetching the spaces summary via GET over federation. (#9947)Patrick Cloke4-0/+29
2021-05-11Send the `m.room.create` stripped event with invites (support MSC1772). (#9966)Patrick Cloke5-5/+34
2021-05-11Use link to advisory rather than to the CVE repo v1.33.2 github/release-v1.33.2 release-v1.33.2Brendan Abolivier1-1/+1
2021-05-11Add config option to hide device names over federation (#9945)Aaron Raimist4-1/+20
2021-05-11 1.33.2Brendan Abolivier4-2/+23
2021-05-11Add debug logging for issue #9533 (#9959)Richard van der Hoff6-2/+42
2021-05-11Fix `m.room_key_request` to-device messages (#9961)Richard van der Hoff4-26/+32
2021-05-11Merge pull request from GHSA-x345-32rc-8h85Richard van der Hoff6-68/+296
2021-05-10Improve performance of backfilling in large rooms. (#9935)Erik Johnston2-69/+55
2021-05-10Fix port_db on empty db (#9930)Richard van der Hoff6-54/+69
2021-05-07Always cache 'event_to_prev_state_group' (#9950)Erik Johnston2-6/+8
2021-05-07Fix make_full_schema to create the db with the right options and user (#9931)Richard van der Hoff2-9/+11
2021-05-07Unpin attrs dep after new version has been released (#9946)Erik Johnston2-1/+2
2021-05-07Reorganise the database schema directories (#9932)Richard van der Hoff284-47/+81
2021-05-06Export jemalloc stats to prometheus when used (#9882)Erik Johnston4-0/+200
2021-05-06Revert "Leave out optional keys from /sync (#9919)" (#9940)Erik Johnston4-51/+50
2021-05-06 1.33.1 v1.33.1 github/release-v1.33.1 release-v1.33.1Erik Johnston4-2/+16
2021-05-06Pin attrs to <21.1.0 (#9937)Erik Johnston2-1/+3
2021-05-05Follow-up to #9915 to correct the identifier for room types.Patrick Cloke1-1/+1
2021-05-05Include the time of the create event in Spaces Summary. (#9928)Patrick Cloke2-0/+2
2021-05-05Increase perf of handling presence when joining large rooms. (#9916)Erik Johnston3-82/+87
2021-05-05Support stable MSC1772 spaces identifiers. (#9915)Patrick Cloke3-2/+10
2021-05-05Optionally track memory usage of each LruCache (#9881)Erik Johnston8-1/+97
2021-05-05Limit how often GC happens by time. (#9902)Erik Johnston6-3/+63
2021-05-05Don't set the external cache if its been done recently (#9905)Erik Johnston3-5/+34
2021-05-05Use get_current_users_in_room from store and not StateHandler (#9910)Erik Johnston12-17/+26
2021-05-05Docker healthcheck timings - add startup delay and changed interval (#9913)Christopher May-Townsend3-4/+16
2021-05-05Add presence_stream_id column to users_to_send_full_presence_to tableAndrew Morgan3-48/+43
2021-05-05Remove users_to_send_full_presence_to table culling; add fk for user_idAndrew Morgan2-35/+12
2021-05-05Leave out optional keys from /sync (#9919)DeepBlueV7.X4-50/+51
2021-05-05 1.33.0 v1.33.0 github/release-v1.33.0 release-v1.33.0Brendan Abolivier4-2/+16
2021-05-04Time external cache response time (#9904)Erik Johnston2-10/+27
2021-05-04Add port parameter to the sample config for psycopg2 args (#9911)Andrew Morgan3-0/+3
2021-04-30Build Debian packages for Ubuntu 21.04 Hirsute (#9909)Dan Callahan2-3/+5
2021-04-29typo in changelog v1.33.0rc2Andrew Morgan1-1/+1
2021-04-29Add missing type hints to handlers and fix a Spam Checker type hint. (#9896)Patrick Cloke8-54/+82
2021-04-291.33.0rc2Andrew Morgan3-2/+10
2021-04-29Delete room endpoint (#9889)ThibF5-64/+128
2021-04-28Fix tight loop handling presence replication. (#9900)Erik Johnston3-1/+46
2021-04-28Use the parent's logging context name for runWithConnection. (#9895)Patrick Cloke2-1/+4
2021-04-28Reword account validity template change to sound less like a bugfix v1.33.0rc1Andrew Morgan1-1/+1
2021-04-28Reduce memory footprint of caches (#9886)Erik Johnston2-18/+60
2021-04-281.33.0rc1Andrew Morgan36-35/+54
2021-04-28Revert "Experimental Federation Speedup (#9702)"Andrew Morgan5-138/+93
2021-04-28Add type hints to presence handler (#9885)Erik Johnston2-70/+90
2021-04-27Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan16-98/+29
2021-04-27Pass errors back to the client when trying multiple federation destinations. ...Patrick Cloke2-58/+61
2021-04-27Use current state table for `presence.get_interested_remotes` (#9887)Erik Johnston2-7/+3
2021-04-23Improved validation for received requests (#9817)Richard van der Hoff15-31/+174
2021-04-23Kill off `_PushHTTPChannel`. (#9878)Richard van der Hoff3-121/+20
2021-04-23Allow OIDC cookies to work on non-root public baseurls (#9726)Andrew Morgan3-9/+22
2021-04-23pass a reactor into SynapseSite (#9874)Richard van der Hoff7-24/+43
2021-04-23Add type hints to auth and auth_blocking. (#9876)Patrick Cloke4-44/+48
2021-04-23Make DomainSpecificString an attrs class (#9875)Erik Johnston4-8/+24
2021-04-23Remove room and user invite ratelimits in default unit test config (#9871)Andrew Morgan2-0/+5
2021-04-23Split presence out of master (#9820)Erik Johnston17-245/+245
2021-04-23Check for space membership during a remote join of a restricted room (#9814)Patrick Cloke6-68/+131
2021-04-23Only store data in caches, not "smart" objects (#9845)Erik Johnston3-141/+182
2021-04-23Limit the size of HTTP responses read over federation. (#9833)Richard van der Hoff4-8/+110
2021-04-22Handle all new rate limits in demo scripts (#9858)manuroe2-12/+43
2021-04-22Limit length of accepted email addresses (#9855)Erik Johnston6-7/+100
2021-04-22Clear the resync bit after resyncing device lists (#9867)Richard van der Hoff3-10/+17
2021-04-22Remove `synapse.types.Collection` (#9856)Richard van der Hoff26-62/+77
2021-04-22A regression can't be introduced twice v1.32.2 github/release-v1.32.2 release-v1.32.2Andrew Morgan1-2/+2
2021-04-22Note regression was in 1.32.0 and 1.32.1Andrew Morgan1-2/+2
2021-04-21Update dates in changelogsAndrew Morgan2-2/+2
2021-04-211.32.2Andrew Morgan4-2/+18
2021-04-21Note LoggingContext signature change incompatibility in 1.32.0 (#9859) github/release-v1.32.1 release-v1.32.1Andrew Morgan2-9/+16
2021-04-21Make LoggingContext's name optional (#9857)Richard van der Hoff2-3/+13
2021-04-21Clarify 1.32.0/1 changelog and upgrade notes v1.32.1Andrew Morgan2-8/+7
2021-04-21Add regression notes to CHANGES.md; fix link in 1.32.0 changelogAndrew Morgan1-2/+6
2021-04-21Add link to fixing prometheus to 1.32.0 upgrade notes; 1.32.1 has a fixAndrew Morgan2-2/+6
2021-04-21Fix typo in link to regression in 1.32.0 upgrade notesAndrew Morgan1-1/+1
2021-04-211.32.1Andrew Morgan4-2/+16
2021-04-21Mention Prometheus metrics regression in v1.32.0Andrew Morgan2-0/+15
2021-04-21Stop BackgroundProcessLoggingContext making new prometheus timeseries (#9854)Richard van der Hoff3-5/+18
2021-04-20Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke17-35/+43
2021-04-20Mention Prometheus metrics regression in v1.32.0 github/release-v1.32.0 release-v1.32.0Andrew Morgan2-0/+15
2021-04-20Further tweaking on gpg signing key noticeAndrew Morgan1-2/+5
2021-04-20Add note about expired Debian gpg signing keys to CHANGES.mdAndrew Morgan1-0/+6
2021-04-20Update v1.32.0 changelog. It's m.login.application_service, not plural v1.32.0Andrew Morgan1-1/+1
2021-04-20 1.32.0Andrew Morgan4-6/+18
2021-04-20Add Application Service registration type requirement + py35, pg95 deprecatio...Andrew Morgan1-0/+18
2021-04-20Always use the name as the log ID. (#9829)Patrick Cloke8-34/+26
2021-04-20Add presence federation stream (#9819)Erik Johnston6-31/+426
2021-04-20Fix bug where we sent remote presence states to remote servers (#9850)Erik Johnston3-3/+13
2021-04-20Fix (final) Bugbear violations (#9838)Jonathan de Jong23-49/+46