| Commit message (Expand) | Author | Age | Files | Lines |
* | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 1 | -28/+0 |
* | Resync state after partial-state join (#12394) | Richard van der Hoff | 2022-04-12 | 2 | -0/+114 |
* | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 1 | -4/+1 |
* | Add some type hints to datastore (#12423) | Dirk Klimpel | 2022-04-12 | 1 | -2/+2 |
* | Remove experimental configuration flag for MSC3666. (#12436) | Patrick Cloke | 2022-04-11 | 1 | -17/+13 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -0/+2 |
* | Do not consider events by ignored users for bundled aggregations (#12235) | Patrick Cloke | 2022-04-11 | 1 | -30/+214 |
* | Fix rejecting invites over federation (#12409) | Erik Johnston | 2022-04-07 | 1 | -20/+33 |
* | Do not add groups to sync results if disabled. (#12408) | Patrick Cloke | 2022-04-07 | 1 | -2/+3 |
* | Remove support for the unstable identifier from MSC3288. (#12398) | Patrick Cloke | 2022-04-06 | 1 | -2/+0 |
* | Generate historic pagination token for `/messages` when no `?from` token prov... | Eric Eastwood | 2022-04-06 | 2 | -3/+10 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 12 | -24/+22 |
* | Allow non-member state sent in room batch to resolve for historic events (MSC... | Eric Eastwood | 2022-04-04 | 1 | -26/+12 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -12/+120 |
* | Default to `private` room visibility rather than `public` when a client does ... | reivilibre | 2022-04-01 | 1 | -1/+3 |
* | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040) | Richard van der Hoff | 2022-04-01 | 1 | -4/+39 |
* | Add a module callback to react to account data changes (#12327) | Brendan Abolivier | 2022-04-01 | 1 | -1/+51 |
* | Add a callback to react to 3PID associations (#12302) | Brendan Abolivier | 2022-03-31 | 1 | -0/+3 |
* | Remove an unnecessary class from the relations code. (#12338) | Patrick Cloke | 2022-03-31 | 1 | -12/+23 |
* | Remove the unused and unstable `/aggregations` endpoint. (#12293) | Patrick Cloke | 2022-03-30 | 1 | -4/+2 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 2 | -37/+151 |
* | Start application service stream token tracking from 1 (#12193) | Andrew Morgan | 2022-03-30 | 1 | -1/+1 |
* | Disable proactive sends for remote joins (#12330) | Richard van der Hoff | 2022-03-30 | 1 | -0/+6 |
* | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 1 | -6/+17 |
* | Remove unused `auth_event_ids` argument plumbing (#12304) | Eric Eastwood | 2022-03-29 | 2 | -27/+0 |
* | Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,... | Eric Eastwood | 2022-03-25 | 3 | -56/+150 |
* | Always allow the empty string as an avatar_url. (#12261) | David Robertson | 2022-03-25 | 1 | -0/+6 |
* | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -1/+8 |
* | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 1 | -0/+11 |
* | Return a 404 from `/state` for an outlier (#12087) | Richard van der Hoff | 2022-03-21 | 1 | -40/+21 |
* | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 5 | -9/+164 |
* | Correct `check_username_for_spam` annotations and docs (#12246) | David Robertson | 2022-03-18 | 1 | -2/+2 |
* | Add a relations handler to avoid duplication. (#12227) | Patrick Cloke | 2022-03-16 | 2 | -2/+120 |
* | Use the ignored_users table to test event visibility & sync. (#12225) | Patrick Cloke | 2022-03-15 | 1 | -28/+2 |
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 1 | -4/+4 |
* | Implement a Jinja2 filter to extract localparts from email addresses (#12212) | Brendan Abolivier | 2022-03-11 | 1 | -0/+6 |
* | Improve code documentation for the typing stream over replication. (#12211) | reivilibre | 2022-03-11 | 1 | -2/+3 |
* | Update the SSO username picker template to comply with SIWA guidelines (#12210) | Brendan Abolivier | 2022-03-11 | 2 | -4/+16 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 2 | -4/+0 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 1 | -1/+4 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 1 | -2/+2 |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 2 | -1/+19 |
* | Skip attempt to get state at backwards-extremities (#12173) | Richard van der Hoff | 2022-03-09 | 1 | -57/+3 |
* | Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) | Sean Quah | 2022-03-08 | 1 | -2/+3 |
* | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 1 | -2/+13 |
* | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 1 | -1/+1 |
* | Avoid generating state groups for local out-of-band leaves (#12154) | Richard van der Hoff | 2022-03-03 | 1 | -1/+1 |
* | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 4 | -9/+7 |
* | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 3 | -6/+13 |
* | Limit the size of the aggregation_key (#12101) | Erik Johnston | 2022-03-03 | 1 | -0/+3 |
* | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 2022-03-02 | 1 | -1/+1 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 2 | -2/+32 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 3 | -3/+23 |
* | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 2022-03-01 | 1 | -2/+2 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -312/+11 |
* | Add logging to `/sync` for debugging #11916 (#12068) | Erik Johnston | 2022-02-23 | 1 | -0/+9 |
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 1 | -2/+2 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 42 | -56/+56 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 1 | -0/+144 |
* | Run `_handle_queued_pdus` as a background process (#12041) | Richard van der Hoff | 2022-02-22 | 1 | -2/+4 |
* | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 2022-02-21 | 1 | -1/+1 |
* | Minor typing fixes (#12034) | Richard van der Hoff | 2022-02-21 | 2 | -7/+9 |
* | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 2022-02-21 | 1 | -12/+14 |
* | Upgrade mypy to version 0.931 (#12030) | Sean Quah | 2022-02-18 | 1 | -1/+1 |
* | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 2022-02-17 | 1 | -0/+58 |
* | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2022-02-17 | 1 | -1/+1 |
* | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2022-02-16 | 1 | -19/+27 |
* | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 2022-02-15 | 1 | -15/+53 |
* | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2022-02-15 | 1 | -24/+20 |
* | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 2022-02-15 | 1 | -219/+424 |
* | Notify users, rather than rooms, of device list updates (#11905) | Andrew Morgan | 2022-02-12 | 1 | -5/+3 |
* | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 1 | -5/+0 |
* | Adds misc missing type hints (#11953) | Patrick Cloke | 2022-02-11 | 1 | -2/+2 |
* | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 1 | -5/+24 |
* | Remove unnecessary ignores due to Twisted upgrade. (#11939) | Patrick Cloke | 2022-02-08 | 1 | -1/+1 |
* | Add a callback to allow modules to deny 3PID (#11854) | Brendan Abolivier | 2022-02-08 | 1 | -0/+44 |
* | Fix historical messages backfilling in random order on remote homeservers (MS... | Eric Eastwood | 2022-02-07 | 5 | -37/+110 |
* | Remove optional state of `ApplicationService.is_interested`'s `store` paramet... | Andrew Morgan | 2022-02-07 | 1 | -1/+1 |
* | Clean up an indirect reference to the homeserver datastore (#11914) | Andrew Morgan | 2022-02-07 | 1 | -2/+2 |
* | Stabilise MSC3231 (Token Based Registration) (#11867) | Jonathan de Jong | 2022-02-04 | 1 | -1/+1 |
* | Add a ratelimiter for 3pid invite (#11892) | Brendan Abolivier | 2022-02-03 | 1 | -1/+8 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 2 | -19/+121 |
* | Configurable limits on avatars (#11846) | Brendan Abolivier | 2022-01-28 | 2 | -0/+73 |
* | Add a module callback to set username at registration (#11790) | Brendan Abolivier | 2022-01-26 | 1 | -0/+58 |
* | Improvements to bundling aggregations. (#11815) | Patrick Cloke | 2022-01-26 | 3 | -59/+66 |
* | Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743) | Brendan Abolivier | 2022-01-26 | 1 | -12/+14 |
* | Remove account data (including client config, push rules and ignored users) u... | reivilibre | 2022-01-24 | 1 | -0/+3 |
* | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who... | reivilibre | 2022-01-21 | 1 | -1/+1 |
* | Correctly await on_logged_out callbacks (#11786) | Brendan Abolivier | 2022-01-20 | 1 | -1/+1 |
* | Partially revert #11675; prevent attempting to create pushers on workers (#11... | Andrew Morgan | 2022-01-20 | 1 | -7/+5 |
* | Fix a bug that corrupted the cache of federated space hierarchies (#11775) | Sean Quah | 2022-01-20 | 1 | -1/+2 |
* | Include whether the requesting user has participated in a thread. (#11577) | Patrick Cloke | 2022-01-18 | 3 | -5/+13 |
* | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 4 | -13/+0 |
* | Add a flag to the `synapse_review_recent_signups` script to ignore and filter... | lukasdenk | 2022-01-17 | 1 | -5/+7 |
* | Remove the 'password_hash' from the Users Admin API endpoint response diction... | Andrew Morgan | 2022-01-14 | 1 | -15/+41 |
* | Include bundled aggregations in the sync response cache. (#11659) | Patrick Cloke | 2022-01-13 | 1 | -0/+10 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 3 | -28/+28 |
* | Fix docstring on `add_account_data_for_user`. (#11716) | reivilibre | 2022-01-10 | 1 | -1/+1 |
* | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) | Patrick Cloke | 2022-01-07 | 1 | -8/+22 |
* | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 6 | -20/+28 |
* | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e... | lukasdenk | 2022-01-06 | 1 | -2/+6 |
* | Remove debug logging for #4422 (#11693) | David Robertson | 2022-01-06 | 1 | -37/+1 |
* | Fix space hierarchy endpoint to match MSC2946 (#11667) | Travis Ralston | 2022-01-05 | 1 | -2/+4 |
* | Cache empty responses from `/user/devices` (#11587) | David Robertson | 2022-01-05 | 1 | -1/+9 |
* | Refactor the way we set `outlier` (#11634) | Richard van der Hoff | 2022-01-05 | 1 | -7/+8 |
* | Fix AssertionErrors after purging events (#11642) | Richard van der Hoff | 2022-01-04 | 2 | -3/+26 |
* | `FederationClient.backfill`: stop flagging events as outliers (#11632) | Richard van der Hoff | 2022-01-04 | 1 | -1/+3 |
* | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 2022-01-04 | 2 | -2/+2 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 4 | -24/+26 |
* | Do not attempt to bundled aggregations for /members and /state. (#11623) | Patrick Cloke | 2021-12-29 | 1 | -3/+1 |
* | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 1 | -6/+6 |
* | Various opentracing enhancements (#11619) | Richard van der Hoff | 2021-12-21 | 1 | -3/+4 |
* | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 4 | -18/+11 |
* | Improve opentracing support for `ResponseCache` (#11607) | Richard van der Hoff | 2021-12-20 | 1 | -1/+1 |
* | Add type hints to `synapse/storage/databases/main/room.py` (#11575) | Sean Quah | 2021-12-15 | 1 | -2/+4 |
* | Convert EventStreamResult to attrs. (#11574) | Patrick Cloke | 2021-12-15 | 1 | -3/+4 |
* | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) | Sean Quah | 2021-12-14 | 1 | -5/+10 |
* | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 2021-12-14 | 3 | -29/+36 |
* | Make `get_device` return None if the device doesn't exist rather than raising... | reivilibre | 2021-12-13 | 2 | -7/+7 |
* | Allow events to be created with no `prev_events` (MSC2716) (#11243) | Eric Eastwood | 2021-12-10 | 2 | -7/+20 |
* | Adjust _get_rooms_changed comments (#11550) | David Robertson | 2021-12-10 | 1 | -22/+29 |
* | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 2021-12-09 | 1 | -1/+3 |
* | Add a constant for receipt types (m.read). (#11531) | Patrick Cloke | 2021-12-08 | 2 | -5/+5 |
* | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 1 | -2/+6 |
* | Refactors in `_generate_sync_entry_for_rooms` (#11515) | David Robertson | 2021-12-07 | 1 | -45/+77 |
* | Correctly register shutdown handler for presence workers (#11518) | David Robertson | 2021-12-07 | 1 | -1/+1 |
* | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 2021-12-07 | 2 | -17/+7 |
* | Correctly ignore invites from ignored users (#11511) | David Robertson | 2021-12-07 | 1 | -5/+6 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 5 | -29/+90 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 3 | -16/+27 |
* | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 2021-12-03 | 1 | -3/+17 |
* | Comments on the /sync tentacles (#11494) | David Robertson | 2021-12-02 | 1 | -39/+117 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 2 | -30/+175 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 1 | -4/+10 |
* | Add type annotations to some of the configuration surrounding refresh tokens.... | reivilibre | 2021-11-29 | 1 | -0/+5 |
* | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 2 | -19/+115 |
* | Rename unstable `access_token_lifetime` configuration option to `refreshable_... | reivilibre | 2021-11-23 | 1 | -2/+6 |
* | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 2 | -2/+2 |
* | Fix checking whether a room can be published on creation. (#11392) | Patrick Cloke | 2021-11-19 | 1 | -1/+4 |
* | Prevent historical state from being pushed to an application service via `/tr... | Eric Eastwood | 2021-11-18 | 2 | -0/+17 |
* | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 2021-11-18 | 1 | -18/+0 |
* | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ... | reivilibre | 2021-11-18 | 2 | -3/+3 |
* | Do not allow MSC3440 threads to fork threads (#11161) | Patrick Cloke | 2021-11-18 | 1 | -6/+48 |
* | Add type annotations to `synapse.metrics` (#10847) | Sean Quah | 2021-11-17 | 1 | -1/+1 |
* | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... | reivilibre | 2021-11-17 | 2 | -3/+3 |
* | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 1 | -2/+9 |
* | Properly register all callback hooks for legacy password authentication provi... | reivilibre | 2021-11-16 | 1 | -13/+13 |
* | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 1 | -1/+5 |
* | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 2 | -9/+293 |
* | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 1 | -2/+2 |
* | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 1 | -10/+0 |
* | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 2 | -8/+47 |
* | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -11/+40 |
* | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 4 | -15/+21 |
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 1 | -86/+125 |
* | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 1 | -1/+1 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 1 | -4/+0 |
* | Make minor correction to type of auth_checkers callbacks (#11253) | reivilibre | 2021-11-04 | 1 | -1/+3 |
* | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 2021-11-03 | 1 | -18/+51 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -3/+3 |
* | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 5 | -8/+16 |
* | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 2021-11-02 | 1 | -5/+17 |
* | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 2021-10-28 | 1 | -0/+22 |
* | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 4 | -2/+8 |
* | Refactor `Filter` to handle fields according to data being filtered. (#11194) | Patrick Cloke | 2021-10-27 | 3 | -8/+8 |
* | Include the stable identifier for MSC3288. (#11187) | Patrick Cloke | 2021-10-27 | 1 | -0/+2 |
* | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 2 | -4/+7 |
* | Fix cyclic import in the module API (#11180) | Brendan Abolivier | 2021-10-25 | 1 | -2/+4 |
* | Don't set new room alias before potential 403 (#10930) | AndrewFerr | 2021-10-25 | 2 | -11/+11 |
* | Ensure that we correctly auth events returned by `send_join` (#11012) | Richard van der Hoff | 2021-10-25 | 1 | -86/+60 |
* | Fix adding excluded users to the private room sharing tables when joining a r... | David Robertson | 2021-10-21 | 1 | -15/+13 |
* | Improve docstrings for methods related to sending EDUs to application service... | Andrew Morgan | 2021-10-21 | 5 | -21/+131 |
* | Consider IP whitelist for identity server resolution (#11120) | Robert Edström | 2021-10-20 | 1 | -1/+3 |
* | Clean up `_update_auth_events_and_context_for_auth` (#11122) | Richard van der Hoff | 2021-10-20 | 1 | -114/+37 |
* | Merge branch 'master' into develop | Sean Quah | 2021-10-20 | 1 | -4/+0 |
|\ |
|
| * | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 1 | -4/+0 |
* | | Move _persist_auth_tree into FederationEventHandler (#11115) | Richard van der Hoff | 2021-10-19 | 2 | -125/+119 |
* | | Rename `_auth_and_persist_fetched_events` (#11116) | Richard van der Hoff | 2021-10-19 | 1 | -14/+9 |
* | | Add missing type hints to synapse.api. (#11109) | Patrick Cloke | 2021-10-18 | 1 | -1/+1 |
* | | Check auth on received events' auth_events (#11001) | Richard van der Hoff | 2021-10-18 | 1 | -2/+97 |
* | | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 3 | -16/+13 |
* | | `_run_push_actions_and_persist_event`: handle no min_depth (#11014) | Richard van der Hoff | 2021-10-18 | 1 | -10/+18 |
* | | Don't remove local users from dir when the leave their last room (#11103) | David Robertson | 2021-10-18 | 1 | -5/+8 |
* | | Correctly exclude users when making a room public or private (#11075) | David Robertson | 2021-10-15 | 1 | -4/+7 |
* | | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 1 | -5/+8 |
* | | Fix 500 error on `/messages` when we accumulate more than 5 backward extremit... | Eric Eastwood | 2021-10-14 | 2 | -12/+14 |
* | | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 2 | -33/+64 |
* | | Rearrange the user_directory's `_handle_deltas` function (#11035) | David Robertson | 2021-10-13 | 1 | -57/+78 |
* | | Add type hints to synapse.events.*. (#11066) | Patrick Cloke | 2021-10-13 | 1 | -2/+20 |
* | | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 2021-10-13 | 1 | -140/+388 |
* | | Add type hints to `synapse.storage.databases.main.client_ips` (#10972) | Sean Quah | 2021-10-12 | 1 | -2/+13 |
|/ |
|
* | Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974) | Eric Eastwood | 2021-10-08 | 1 | -0/+423 |
* | Fix overwriting profile when making room public (#11003) | David Robertson | 2021-10-08 | 1 | -29/+34 |
* | Remove the deprecated BaseHandler. (#11005) | Patrick Cloke | 2021-10-08 | 21 | -214/+69 |
* | Don't alter directory entries for local users when setting a per-room nicknam... | David Robertson | 2021-10-07 | 1 | -7/+13 |
* | Improve the logging in _auth_and_persist_outliers (#11010) | Richard van der Hoff | 2021-10-07 | 1 | -1/+4 |
* | Add a comment in _process_received_pdu (#11011) | Richard van der Hoff | 2021-10-07 | 1 | -0/+3 |
* | Add a spamchecker method to allow or deny 3pid invites (#10894) | Brendan Abolivier | 2021-10-06 | 1 | -0/+12 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 2 | -8/+7 |
* | Add a spamchecker callback to allow or deny room joins (#10910) | Brendan Abolivier | 2021-10-06 | 2 | -0/+33 |
* | Don't drop user dir deltas when server leaves room (#10982) | David Robertson | 2021-10-06 | 1 | -1/+1 |
* | Fix logic flaw preventing tracking of MSC2716 events in existing room version... | Eric Eastwood | 2021-10-05 | 1 | -3/+2 |
* | Host `cache_joined_hosts_for_event` to caller (#10986) | Richard van der Hoff | 2021-10-05 | 1 | -10/+8 |
* | `_update_auth_events_and_context_for_auth`: add some comments (#10987) | Richard van der Hoff | 2021-10-05 | 1 | -0/+26 |
* | `_check_event_auth`: move event validation earlier (#10988) | Richard van der Hoff | 2021-10-05 | 1 | -4/+9 |
* | Add functionality to remove deactivated users from the monthly_active_users t... | Hillery Shay | 2021-10-04 | 1 | -0/+4 |
* | Consistently exclude from user_directory (#10960) | David Robertson | 2021-10-04 | 1 | -18/+9 |
* | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 6 | -16/+28 |
* | Clean-up registration tests (#10945) | Patrick Cloke | 2021-09-30 | 1 | -1/+3 |
* | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-09-30 | 2 | -3/+16 |
* | Merge tag 'v1.44.0rc2' into develop | Olivier Wilkinson (reivilibre) | 2021-09-30 | 2 | -10/+7 |
|\ |
|
| * | Fix event context for outliers in important MSC2716 spot (#10938) | Eric Eastwood | 2021-09-30 | 1 | -9/+4 |
| * | Fix issue causing sending presence to ASes to fail (due to incomplete type an... | reivilibre | 2021-09-30 | 1 | -1/+3 |
* | | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 1 | -2/+7 |
* | | Split `event_auth.check` into two parts (#10940) | Richard van der Hoff | 2021-09-29 | 5 | -30/+45 |
* | | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 11 | -25/+33 |
* | | Use `RoomVersion` objects (#10934) | Richard van der Hoff | 2021-09-29 | 3 | -28/+49 |
* | | Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts bet... | Eric Eastwood | 2021-09-28 | 1 | -0/+34 |
* | | Inline `_check_event_auth` for outliers (#10926) | Richard van der Hoff | 2021-09-28 | 1 | -57/+36 |
* | | Clean-up type hints in server config (#10915) | Patrick Cloke | 2021-09-28 | 1 | -4/+4 |
|/ |
|
* | Add a spamchecker callback to allow or deny room creation based on invites (#... | Brendan Abolivier | 2021-09-24 | 1 | -4/+10 |
* | Stop trying to auth/persist events whose auth events we do not have. (#10907) | Richard van der Hoff | 2021-09-24 | 1 | -8/+16 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 12 | -32/+37 |
* | Factor out common code for persisting fetched auth events (#10896) | Richard van der Hoff | 2021-09-24 | 1 | -55/+48 |
* | Simplify `_auth_and_persist_fetched_events` (#10901) | Richard van der Hoff | 2021-09-24 | 1 | -69/+22 |
* | Factor out `_get_remote_auth_chain_for_event` from `_update_auth_events_and_c... | Richard van der Hoff | 2021-09-23 | 1 | -52/+72 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 3 | -3/+3 |
* | Fix reactivated users not being added to the user directory (#10782) | David Robertson | 2021-09-23 | 1 | -3/+6 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 9 | -37/+45 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 6 | -9/+9 |
* | Factor out a separate `EventContext.for_outlier` (#10883) | Richard van der Hoff | 2021-09-22 | 2 | -10/+6 |
* | Ensure we mark sent knocks as outliers (#10873) | Richard van der Hoff | 2021-09-22 | 1 | -0/+7 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 1 | -1/+1 |
* | Add type hints for event streams. (#10856) | Patrick Cloke | 2021-09-21 | 8 | -23/+56 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 3 | -20/+14 |
* | Allow sending a membership event to unban a user (#10807) | Aaron Raimist | 2021-09-21 | 1 | -1/+1 |
* | Require type hints in the handlers module. (#10831) | Patrick Cloke | 2021-09-20 | 32 | -293/+188 |
* | Merge branch 'release-v1.43' into develop | David Robertson | 2021-09-17 | 1 | -126/+141 |
|\ |
|
| * | Cleanup opentracing logging for syncs (#10828) | Erik Johnston | 2021-09-15 | 1 | -126/+141 |
* | | Use direct references for some configuration variables (part 2) (#10812) | Patrick Cloke | 2021-09-15 | 3 | -8/+8 |
* | | Name the type of token in "Invalid token" messages (#10815) | David Robertson | 2021-09-14 | 1 | -1/+1 |
|/ |
|
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 18 | -37/+37 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 4 | -3/+8 |
* | Handle room upgrades for spaces (#10774) | Patrick Cloke | 2021-09-10 | 1 | -2/+17 |
* | Easy refactors of the user directory (#10789) | David Robertson | 2021-09-10 | 3 | -30/+41 |
* | Ask consent on SSO registration with default mxid (#10733) | AndrewFerr | 2021-09-10 | 1 | -21/+60 |
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ... | Sean | 2021-09-09 | 4 | -10/+0 |
* | Get rid of `_auth_and_persist_event` (#10781) | Richard van der Hoff | 2021-09-08 | 1 | -60/+30 |
* | Add a constant for m.federate. (#10775) | Patrick Cloke | 2021-09-08 | 4 | -6/+14 |
* | Add some assertions about outliers (#10773) | Richard van der Hoff | 2021-09-08 | 1 | -71/+77 |