summary refs log tree commit diff
path: root/scripts-dev/federation_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-03Remove topological sort when receiving backfill eventsEric Eastwood1-115/+0
2021-11-03Add better explanatory commentEric Eastwood1-1/+3
2021-11-03Add comment docsEric Eastwood1-3/+27
2021-11-02Always process marker events regardless if backfilledEric Eastwood3-15/+15
2021-11-02Remove the new backfill implementation and pull some good parts of the refactorEric Eastwood2-421/+103
2021-11-02Move back to the old get_backfill_events and simplify backfill.Eric Eastwood2-67/+87
2021-11-02Add index to `local_group_updates.stream_id` (#11231)Erik Johnston4-1/+37
2021-11-02Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke15-110/+185
2021-11-02Update changelog v1.46.0Erik Johnston1-2/+2
2021-11-021.46.0Erik Johnston4-4/+16
2021-11-02Delete messages for hidden devices from `device_inbox` (#11199)Dirk Klimpel4-0/+186
2021-11-02Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral...Andrew Morgan5-37/+30
2021-11-02Add search by room ID and room alias to List Room admin API (#11099)Dirk Klimpel4-53/+76
2021-11-02ObservableDeferred: run observers in order (#11229)Richard van der Hoff4-20/+88
2021-11-01Update outdated links in `PULL_REQUEST_TEMPLATE.md` (#11225)Dirk Klimpel2-4/+6
2021-11-01Handle missing Content-Type header when accessing remote media (#11200)Shay4-4/+29
2021-11-01Add `use_float=true` to ijson calls in Synapse (#11217)Shay2-0/+4
2021-11-01Fix a bug in unit test `test_block_room_and_not_purge` (#11226)Dirk Klimpel2-2/+3
2021-11-01Make `check_event_allowed` module API callback not fail open (accept events) ...reivilibre5-17/+24
2021-11-01Remove deprecated delete room admin API (#11213)Dirk Klimpel6-124/+79
2021-11-01Support for serving server well-known files (#11211)Richard van der Hoff8-47/+159
2021-11-01Add domain specific matching for haproxy config (#11128)Brett Bethke2-1/+2
2021-11-01Docker: avoid changing userid unnecessarily (#11209)Richard van der Hoff3-23/+28
2021-11-01Support Client-Server API r0.6.1 (#11097)Aaron R2-0/+2
2021-11-01Improve code formatting and fix a few typos in docs (#11221)Sumner Evans20-168/+233
2021-11-01 Add metrics to the threadpools (#11178)Erik Johnston4-1/+49
2021-11-01Test that `ClientIpStore` combines database and in-memory data correctly (#11...Sean Quah2-0/+207
2021-11-01Stop synapse from saving messages in device_inbox for hidden devices. (#10097)JohannesKleine2-2/+7
2021-11-01Deprecate user_may_create_room_with_invites (#11206)Brendan Abolivier3-36/+14
2021-10-30Fix lintsEric Eastwood2-3/+3
2021-10-30Some backfill receive sorting fixes but not using it yetEric Eastwood1-53/+51
2021-10-29Fix backfill being able to cleanly branch into history and back to "live"Eric Eastwood2-72/+196
2021-10-29Implement backfill in handler so we can do fetching laterEric Eastwood3-44/+321
2021-10-29Fix direction of fake edgesEric Eastwood1-55/+64
2021-10-29Fix comments referencing v1.46.0 from PR #10969. (#11212)Dirk Klimpel3-2/+3
2021-10-29Add a module API method to retrieve state from a room (#11204)Brendan Abolivier3-1/+74
2021-10-29WIP: Sort events topologically when we receive them over backfillEric Eastwood4-5/+126
2021-10-29Clarify lack of Windows support in documentation (#11198)Sean Quah3-12/+14
2021-10-29Revert "WIP: Sort events topologically when we receive them over backfill"Eric Eastwood4-126/+5
2021-10-29WIP: Sort events topologically when we receive them over backfillEric Eastwood4-5/+126
2021-10-28Revert "WIP: Don't include the event we branch from"Eric Eastwood1-22/+13
2021-10-28WIP: Don't include the event we branch fromEric Eastwood1-13/+22
2021-10-28Additional type hints for relations database class. (#11205)Patrick Cloke3-15/+25
2021-10-28Add knock information in admin exported data (#11171)Rafael Gonçalves5-2/+99
2021-10-28Fetch verify key locally rather than trying to do so over federation if origi...Shay3-29/+58
2021-10-28Add a ModuleApi method to update a user's membership in a room (#11147)Brendan Abolivier3-2/+225
2021-10-28Type hints for the remaining two files in `synapse.http`. (#11164)David Robertson6-37/+56
2021-10-28docs/openid: Add Authentik documentation. (#11151)Skyler Mäntysaari2-0/+35
2021-10-28Put empty prev_events behind new room versionEric Eastwood2-10/+47
2021-10-27Annotate `log_function` decorator (#10943)reivilibre12-18/+58
2021-10-27Fixed config parse bug in review_recent_signups (#11191)Samuel Philipp2-2/+8
2021-10-27Force deb compression with `xz`. (#11197)Richard van der Hoff2-0/+12
2021-10-27Refactor `Filter` to handle fields according to data being filtered. (#11194)Patrick Cloke5-69/+87
2021-10-27Delete messages from `device_inbox` table when deleting device (#10969)Dirk Klimpel6-15/+256
2021-10-27Fix URL preview errors when previewing XML documents. (#11196)Patrick Cloke3-3/+22
2021-10-27Include the stable identifier for MSC3288. (#11187)Patrick Cloke2-0/+3
2021-10-27Update release dateErik Johnston1-1/+1
2021-10-27Update changelog with new changes v1.46.0rc1Erik Johnston3-4/+2
2021-10-27Shut down the DNS threadpool (#11190)Sean Quah2-0/+2
2021-10-27Fix thread BG update to not seq scan event_json (#11192)Erik Johnston2-1/+2
2021-10-26Update CHANGES.mdSean Quah1-16/+8
2021-10-26Move #10975 to bugfix section in changelogSean Quah1-1/+1
2021-10-26Update CHANGES.mdSean Quah1-3/+3
2021-10-26Implement an `on_new_event` callback (#11126)Brendan Abolivier8-12/+165
2021-10-26Update CHANGES.mdSean Quah1-2/+4
2021-10-261.46.0rc1Sean Quah61-59/+81
2021-10-26Move DNS lookups into separate thread pool (#11177)Erik Johnston3-1/+149
2021-10-26Add a background update for updating MSC3440 relation threads. (#11181)Patrick Cloke3-2/+102
2021-10-26Document the version each module API method was added to Synapse (#11183)Brendan Abolivier2-11/+89
2021-10-26Enable changing user type via users admin API (#11174)Jason Robinson5-2/+80
2021-10-25Fix cyclic import in the module API (#11180)Brendan Abolivier2-2/+5
2021-10-25Don't set new room alias before potential 403 (#10930)AndrewFerr4-12/+113
2021-10-25Ensure that we correctly auth events returned by `send_join` (#11012)Richard van der Hoff2-86/+61
2021-10-25Fix module API's `get_user_ip_and_agents` function when run on workers (#11112)Sean Quah3-40/+91
2021-10-22ChangelogDan Callahan2-0/+7
2021-10-22Fix Shellcheck SC2006: Use $(...) notationDan Callahan10-15/+15
2021-10-22Fix Shellcheck SC2129: Consider using {..} >> fileDan Callahan1-60/+63
2021-10-22Fix Shellcheck SC2086: Quote to prevent splittingDan Callahan13-42/+42
2021-10-22Fix Shellcheck SC2012: Use find instead of lsDan Callahan1-1/+1
2021-10-22Fix Shellcheck SC2016: Single quotes don't expandDan Callahan1-1/+2
2021-10-22Fix Shellcheck SC1091: Can't follow fileDan Callahan2-0/+2
2021-10-22Fix Shellcheck SC1001: Meaningless char escapesDan Callahan1-1/+1
2021-10-22Fix Shellcheck SC2089 and SC2090: Quotes in varsDan Callahan1-2/+4
2021-10-22Fix Shellcheck SC2155: Declare + export separatelyDan Callahan1-1/+2
2021-10-22Fix Shellcheck SC2166: test -a is not well definedDan Callahan1-1/+1
2021-10-22Fix Shellcheck SC2154: variable possibly undefinedDan Callahan1-1/+1
2021-10-22Fix Shellcheck SC2064: Use single quotes on trapsDan Callahan1-1/+1
2021-10-22Fix Shellcheck SC2115: Ensure never expands to /*Dan Callahan1-2/+2
2021-10-22Fix Shellcheck SC2046: Quote to prevent word splitDan Callahan8-8/+8
2021-10-22Fix Shellcheck SC2164: exit in case cd fails.Dan Callahan3-6/+6
2021-10-22Add type hints for most `HomeServer` parameters (#11095)Sean Quah58-143/+342
2021-10-22Fix synapse.config module "read" command (#11145)Jason Robinson5-68/+138
2021-10-22Add more information what happens when a user is deactivated (#11083)Dirk Klimpel2-0/+11
2021-10-21Revert back to string interpolation for SQL boolean valueEric Eastwood1-2/+2
2021-10-21Add a thread relation type per MSC3440. (#11088)Patrick Cloke8-8/+119
2021-10-21Fix adding excluded users to the private room sharing tables when joining a r...David Robertson3-29/+67
2021-10-21Improve docstrings for methods related to sending EDUs to application service...Andrew Morgan7-23/+148
2021-10-21Add missing type hints to synapse.crypto. (#11146)Patrick Cloke5-18/+36
2021-10-21fix relative link in docker readme (#11144)Richard van der Hoff2-1/+3
2021-10-21Fix mypy lintsEric Eastwood2-2/+4
2021-10-21Remove unused importEric Eastwood1-1/+1
2021-10-21Put MSC2716 backfill logic behind experimental feature flagEric Eastwood2-50/+60
2021-10-21Move to sorting the backfill events in the existing sortedEric Eastwood1-9/+6
2021-10-21Remove extra event infoEric Eastwood1-10/+7
2021-10-21Remove debug loggingEric Eastwood7-184/+11
2021-10-21Fix setting a user's external_id via the admin API returns 500 and deletes us...Dirk Klimpel4-37/+321
2021-10-21Remove fake prev events from historical state chainEric Eastwood8-9/+83
2021-10-20Some more debug loggingEric Eastwood4-5/+21
2021-10-20Fix backfill not picking up batch events connected to non-base insertion eventsEric Eastwood4-21/+34
2021-10-20Update `sign_json` to support inline key config (#11139)Richard van der Hoff2-7/+26
2021-10-20Consider IP whitelist for identity server resolution (#11120)Robert Edström2-1/+4
2021-10-20Clean up `_update_auth_events_and_context_for_auth` (#11122)Richard van der Hoff2-114/+38
2021-10-20Show error when timestamp in seconds is provided to the /purge_media_cache AP...Aaron R4-13/+133
2021-10-20Remove false warning about copying the log config to a homeserver.yaml (#11092)Travis Ralston2-6/+7
2021-10-20Document the version of Synapse each module callback was introduced in (#11132)Brendan Abolivier6-0/+45
2021-10-20Remove link to #10947 from changelog v1.45.1Sean Quah1-1/+1
2021-10-201.45.1Sean Quah4-2/+16
2021-10-20Revert change to counting of deactivated users towards the monthly active use...Sean Quah4-62/+4
2021-10-19