| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some logging to help track down #13444 (#13679) | Erik Johnston | 2022-09-01 | 1 | -0/+13 |
* | Generalise the `@cancellable` annotation so it can be used on functions other... | reivilibre | 2022-08-31 | 1 | -2/+3 |
* | Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in q... | reivilibre | 2022-08-24 | 1 | -0/+11 |
* | Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child conc... | Eric Eastwood | 2022-08-23 | 2 | -3/+42 |
* | Instrument the federation/backfill part of `/messages` (#13489) | Eric Eastwood | 2022-08-16 | 1 | -1/+26 |
* | Instrument `FederationStateIdsServlet` - `/state_ids` (#13499) | Eric Eastwood | 2022-08-15 | 1 | -1/+10 |
* | Faster Room Joins: prevent Synapse from answering federated join requests for... | reivilibre | 2022-08-04 | 1 | -0/+17 |
* | Instrument `/messages` for understandable traces in Jaeger (#13368) | Eric Eastwood | 2022-08-03 | 1 | -0/+2 |
* | Implement MSC3848: Introduce errcodes for specific event sending failures (#1... | Will Hunt | 2022-07-27 | 1 | -1/+1 |
* | Make minor clarifications to the error messages given when we fail to join a ... | reivilibre | 2022-07-27 | 1 | -1/+7 |
* | Fix `get_pdu` asking every remote destination even after it finds an event (#... | Eric Eastwood | 2022-07-27 | 1 | -3/+3 |
* | Add missing types to opentracing. (#13345) | Patrick Cloke | 2022-07-21 | 1 | -1/+1 |
* | Update `get_pdu` to return the original, pristine `EventBase` (#13320) | Eric Eastwood | 2022-07-20 | 1 | -42/+81 |
* | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 2 | -2/+2 |
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -0/+16 |
* | Federation Sender & Appservice Pusher Stream Optimisations (#13251) | Nick Mills-Barrett | 2022-07-15 | 1 | -3/+7 |
* | Handle race between persisting an event and un-partial stating a room (#13100) | Sean Quah | 2022-07-05 | 1 | -3/+15 |
* | Stop depending on `room_id` to be returned for children state in the hierarch... | Patrick Cloke | 2022-06-10 | 1 | -4/+0 |
* | Fix Synapse git info missing in version strings (#12973) | David Robertson | 2022-06-07 | 1 | -2/+2 |
* | Reduce amount of state we pull out when attempting to send catchup PDUs. (#12... | Erik Johnston | 2022-06-07 | 1 | -11/+20 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 1 | -1/+5 |
* | Reduce the amount of state we pull from the DB (#12811) | Erik Johnston | 2022-06-06 | 2 | -8/+5 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 1 | -1/+3 |
* | Improve logging when signature checks fail (#12925) | Richard van der Hoff | 2022-05-31 | 3 | -65/+94 |
* | Faster room joins: Try other destinations when resyncing the state of a parti... | Sean Quah | 2022-05-31 | 1 | -1/+4 |
* | Merge branch 'master' into develop | Erik Johnston | 2022-05-31 | 1 | -2/+1 |
|\ |
|
| * | Fix import in module_api module and docs on the new check_event_for_spam sign... | Brendan Abolivier | 2022-05-31 | 1 | -2/+1 |
* | | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 1 | -1/+0 |
* | | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 4 | -6/+15 |
* | | Remove federation client code for groups. (#12563) | Patrick Cloke | 2022-05-27 | 1 | -483/+0 |
* | | Merge tag 'v1.60.0rc2' into develop | Sean Quah | 2022-05-27 | 1 | -2/+7 |
|\| |
|
| * | Close `ijson` coroutines ourselves instead of letting the GC close them (#12875) | Sean Quah | 2022-05-27 | 1 | -2/+7 |
* | | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 1 | -5/+0 |
* | | Avoid attempting to delete push actions for remote users. (#12879) | Patrick Cloke | 2022-05-26 | 1 | -1/+1 |
* | | Allow bigger responses to `/federation/v1/state` (#12877) | Richard van der Hoff | 2022-05-25 | 1 | -7/+8 |
* | | Remove user-visible groups/communities code (#12553) | Patrick Cloke | 2022-05-25 | 3 | -917/+1 |
|/ |
|
* | Uniformize spam-checker API, part 2: check_event_for_spam (#12808) | David Teller | 2022-05-23 | 1 | -2/+3 |
* | add SpamChecker callback for silently dropping inbound federated events (#12744) | Jess Porter | 2022-05-23 | 1 | -4/+44 |
* | Make handling of federation Authorization header (more) compliant with RFC723... | Hubert Chathi | 2022-05-18 | 1 | -3/+5 |
* | Add some type hints to datastore (#12717) | Dirk Klimpel | 2022-05-17 | 1 | -7/+17 |
* | Complain if a federation endpoint has the `@cancellable` flag (#12705) | Sean Quah | 2022-05-11 | 1 | -1/+12 |
* | Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665) | Val Lorentz | 2022-05-09 | 1 | -1/+1 |
* | Support MSC3266 room summaries over federation (#11507) | DeepBlueV7.X | 2022-05-05 | 1 | -0/+2 |
* | Add extra debug logging to federation sender (#12614) | Richard van der Hoff | 2022-05-03 | 1 | -2/+18 |
* | Exclude OOB memberships from the federation sender (#12570) | Richard van der Hoff | 2022-05-03 | 1 | -0/+39 |
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 2 | -7/+7 |
* | Implement MSC3383: include destination in X-Matrix auth header (#11398) | Jan Christian Grünhage | 2022-04-19 | 1 | -8/+31 |
* | Back out implementation of MSC2314 (#12474) | Richard van der Hoff | 2022-04-19 | 2 | -18/+10 |
* | Remove the unstable event field for `/send_join` per MSC3083. (#12395) | Patrick Cloke | 2022-04-12 | 2 | -12/+0 |
* | Unify HTTP query parameter type hints (#12415) | David Robertson | 2022-04-08 | 2 | -3/+5 |
* | Fix fetching public rooms over federation (#12410) | Erik Johnston | 2022-04-07 | 1 | -1/+1 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 1 | -5/+5 |
* | Fix a spec compliance issue where requests to the `/publicRooms` federation A... | reivilibre | 2022-04-05 | 1 | -2/+2 |
* | Enhance logging for inbound federation events (#12301) | Richard van der Hoff | 2022-03-25 | 1 | -1/+1 |
* | Return a 404 from `/state` for an outlier (#12087) | Richard van der Hoff | 2022-03-21 | 1 | -4/+3 |
* | Deprecate the groups/communities endpoints and add an experimental configurat... | Patrick Cloke | 2022-03-12 | 1 | -4/+11 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 1 | -1/+1 |
* | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 3 | -10/+28 |
* | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 2022-03-02 | 1 | -4/+4 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 3 | -303/+32 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 1 | -1/+1 |
* | Properly failover for unknown endpoints from Conduit/Dendrite. (#12077) | Patrick Cloke | 2022-02-28 | 1 | -9/+13 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 6 | -9/+10 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 4 | -2/+120 |
* | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 3 | -16/+157 |
* | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 2022-02-21 | 1 | -2/+4 |
* | Minor typing fixes (#12034) | Richard van der Hoff | 2022-02-21 | 1 | -9/+9 |
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 2 | -32/+101 |
* | Use version string helper from matrix-common (#11979) | David Robertson | 2022-02-14 | 1 | -3/+7 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 2 | -11/+100 |
* | Improve opentracing for federation requests (#11870) | Richard van der Hoff | 2022-02-03 | 1 | -19/+48 |
* | Fix losing incoming EDUs if debug logging enabled (#11890) | David Robertson | 2022-02-02 | 1 | -2/+2 |
* | Add admin API to reset connection timeouts for remote server (#11639) | Dirk Klimpel | 2022-01-25 | 5 | -25/+45 |
* | Debug for device lists updates (#11760) | David Robertson | 2022-01-20 | 2 | -0/+27 |
* | Fix a bug that corrupted the cache of federated space hierarchies (#11775) | Sean Quah | 2022-01-20 | 1 | -9/+9 |
* | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 4 | -59/+0 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 1 | -6/+6 |
* | Strip unauthorized fields from `unsigned` object in events received over fede... | Shay | 2022-01-06 | 1 | -0/+25 |
* | Refactor the way we set `outlier` (#11634) | Richard van der Hoff | 2022-01-05 | 2 | -37/+6 |
* | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 2022-01-05 | 1 | -1/+2 |
* | `FederationClient.backfill`: stop flagging events as outliers (#11632) | Richard van der Hoff | 2022-01-04 | 1 | -1/+1 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 2 | -29/+23 |
* | Improve opentracing for incoming HTTP requests (#11618) | Richard van der Hoff | 2021-12-20 | 1 | -26/+13 |
* | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 2021-12-14 | 1 | -5/+4 |
* | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 2021-12-07 | 1 | -2/+1 |
* | Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) | Sean Quah | 2021-12-06 | 1 | -1/+2 |
* | Add most of the missing type hints to `synapse.federation`. (#11483) | Patrick Cloke | 2021-12-02 | 8 | -49/+77 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 5 | -1/+208 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 3 | -10/+49 |
* | Return the stable `event` field from `/send_join` per MSC3083. (#11413) | Patrick Cloke | 2021-11-29 | 2 | -2/+16 |
* | Split out federated PDU retrieval into a non-cached version (#11242) | Eric Eastwood | 2021-11-09 | 1 | -22/+58 |
* | Handle federation inbound instances being killed more gracefully (#11262) | Erik Johnston | 2021-11-08 | 1 | -0/+5 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -4/+0 |
* | Add `use_float=true` to ijson calls in Synapse (#11217) | Shay | 2021-11-01 | 1 | -0/+3 |
* | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 4 | -11/+39 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 2 | -5/+11 |
* | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-09-30 | 3 | -9/+9 |
* | add event id to logcontext when handling incoming PDUs (#10936) | Richard van der Hoff | 2021-09-29 | 1 | -1/+4 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
* | Factor out common code for persisting fetched auth events (#10896) | Richard van der Hoff | 2021-09-24 | 1 | -2/+0 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+3 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 1 | -2/+2 |
* | Use direct references for some configuration variables (part 2) (#10812) | Patrick Cloke | 2021-09-15 | 2 | -2/+2 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -1/+2 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -2/+6 |
* | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 1 | -2/+5 |
* | Cache the result of fetching the room hierarchy over federation. (#10647) | Patrick Cloke | 2021-08-26 | 1 | -40/+66 |
* | Do not include stack traces for known exceptions when trying multiple federat... | Patrick Cloke | 2021-08-23 | 1 | -1/+6 |
* | Split `on_receive_pdu` in half (#10640) | Richard van der Hoff | 2021-08-19 | 1 | -3/+1 |
* | Attempt to pull from the legacy spaces summary API over federation. (#10583) | Patrick Cloke | 2021-08-17 | 1 | -9/+55 |
* | Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10... | Patrick Cloke | 2021-08-16 | 1 | -4/+18 |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -2/+2 |
* | Split `synapse.federation.transport.server` into multiple files. (#10590) | Patrick Cloke | 2021-08-16 | 6 | -2158/+2218 |
* | Clean up some logging in the federation event handler (#10591) | Richard van der Hoff | 2021-08-16 | 1 | -0/+1 |
* | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 2021-08-16 | 3 | -0/+132 |
* | Fix a harmless exception when the staged events queue is empty. (#10592) | Patrick Cloke | 2021-08-13 | 1 | -5/+10 |
* | Convert Transaction and Edu object to attrs (#10542) | Patrick Cloke | 2021-08-06 | 6 | -92/+74 |
* | Fix exceptions in logs when failing to get remote room list (#10541) | Erik Johnston | 2021-08-06 | 1 | -1/+2 |
* | Refactoring before implementing the updated spaces summary. (#10527) | Patrick Cloke | 2021-08-05 | 1 | -9/+14 |
* | Prune inbound federation queues if they get too long (#10390) | Erik Johnston | 2021-08-02 | 1 | -0/+17 |
* | Improve failover logic for MSC3083 restricted rooms. (#10447) | Patrick Cloke | 2021-07-29 | 1 | -4/+39 |
* | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 4 | -19/+141 |
* | Add type hints to synapse.federation.transport.client. (#10408) | Patrick Cloke | 2021-07-26 | 1 | -201/+298 |
* | Add type hints to additional servlet functions (#10437) | Patrick Cloke | 2021-07-21 | 1 | -11/+2 |
* | Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404) | Patrick Cloke | 2021-07-16 | 1 | -6/+3 |
* | Stagger send presence to remotes (#10398) | Erik Johnston | 2021-07-15 | 2 | -5/+107 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 7 | -72/+62 |
* | Add type hints to get_domain_from_id and get_localpart_from_id. (#10385) | Patrick Cloke | 2021-07-13 | 1 | -24/+72 |
* | Ensure we always drop the federation inbound lock (#10336) | Erik Johnston | 2021-07-09 | 1 | -0/+1 |
* | Handle old staged inbound events (#10303) | Erik Johnston | 2021-07-06 | 1 | -10/+57 |
* | Move methods involving event authentication to EventAuthHandler. (#10268) | Patrick Cloke | 2021-07-01 | 1 | -3/+3 |
* | Fix the inbound PDU metric (#10279) | Erik Johnston | 2021-06-30 | 1 | -17/+20 |
* | Merge branch 'release-v1.37' into develop | Richard van der Hoff | 2021-06-29 | 1 | -2/+96 |
|\ |
|
| * | Handle inbound events from federation asynchronously (#10272) | Erik Johnston | 2021-06-29 | 1 | -2/+96 |
* | | Soft-fail spammy events received over federation (#10263) | Richard van der Hoff | 2021-06-29 | 1 | -6/+6 |
* | | Add additional types to the federation transport server. (#10213) | Patrick Cloke | 2021-06-28 | 1 | -114/+474 |
* | | Improve validation for `send_{join,leave,knock}` (#10225) | Richard van der Hoff | 2021-06-24 | 2 | -55/+78 |
|/ |
|
* | Expose opentracing trace id in response headers (#10199) | Richard van der Hoff | 2021-06-18 | 1 | -0/+3 |
* | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 3 | -51/+7 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 4 | -8/+277 |
* | Add type hints to the federation server transport. (#10080) | Patrick Cloke | 2021-06-08 | 2 | -72/+166 |
* | When joining a remote room limit the number of events we concurrently check s... | Erik Johnston | 2021-06-08 | 2 | -217/+173 |
* | Rewrite the KeyRing (#10035) | Erik Johnston | 2021-06-02 | 1 | -1/+3 |
* | Merge branch 'master' into develop | Andrew Morgan | 2021-06-01 | 1 | -0/+7 |
|\ |
|
| * | Allow response of `/send_join` to be larger. (#10093) | Erik Johnston | 2021-05-28 | 1 | -0/+7 |
* | | Set opentracing priority before setting other tags (#10092) | Richard van der Hoff | 2021-05-28 | 1 | -1/+2 |
* | | Merge tag 'v1.35.0rc2' into develop | Erik Johnston | 2021-05-27 | 1 | -1/+1 |
|\| |
|
| * | Pass the origin when calculating the spaces summary over GET. (#10079) | Patrick Cloke | 2021-05-27 | 1 | -1/+1 |
* | | Remove the experimental spaces enabled flag. (#10063) | Patrick Cloke | 2021-05-26 | 1 | -7/+6 |
|/ |
|
* | Don't hammer the database for destination retry timings every ~5mins (#10036) | Erik Johnston | 2021-05-21 | 1 | -1/+1 |
* | Add `Keyring.verify_events_for_server` and reduce memory usage (#10018) | Erik Johnston | 2021-05-20 | 1 | -12/+5 |
* | Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958) | Erik Johnston | 2021-05-20 | 2 | -22/+91 |
* | Allow a user who could join a restricted room to see it in spaces summary. (#... | Patrick Cloke | 2021-05-20 | 1 | -1/+1 |
* | Support fetching the spaces summary via GET over federation. (#9947) | Patrick Cloke | 2021-05-11 | 2 | -0/+27 |
* | Add debug logging for issue #9533 (#9959) | Richard van der Hoff | 2021-05-11 | 1 | -0/+9 |
* | Fix `m.room_key_request` to-device messages (#9961) | Richard van der Hoff | 2021-05-11 | 1 | -19/+0 |
* | Revert "Experimental Federation Speedup (#9702)" | Andrew Morgan | 2021-04-28 | 2 | -102/+58 |
* | Pass errors back to the client when trying multiple federation destinations. ... | Patrick Cloke | 2021-04-27 | 1 | -58/+60 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+12 |
* | Fix bug where we sent remote presence states to remote servers (#9850) | Erik Johnston | 2021-04-20 | 1 | -0/+4 |
* | Fix (final) Bugbear violations (#9838) | Jonathan de Jong | 2021-04-20 | 1 | -2/+2 |
* | Don't send normal presence updates over federation replication stream (#9828) | Erik Johnston | 2021-04-19 | 2 | -163/+3 |
* | remove `HomeServer.get_config` (#9815) | Richard van der Hoff | 2021-04-14 | 2 | -2/+2 |
* | Experimental Federation Speedup (#9702) | Jonathan de Jong | 2021-04-14 | 2 | -62/+93 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 13 | -13/+0 |
* | Fix duplicate logging of exceptions in transaction processing (#9780) | Richard van der Hoff | 2021-04-09 | 1 | -7/+3 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -2/+3 |
* | Fix sharded federation sender sometimes using 100% CPU. | Erik Johnston | 2021-04-08 | 1 | -2/+4 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -1/+18 |
* | Add type hints to expiring cache. (#9730) | Patrick Cloke | 2021-04-06 | 1 | -1/+1 |
* | Add type hints to the federation handler and server. (#9743) | Patrick Cloke | 2021-04-06 | 2 | -15/+15 |
* | Improve tracing for to device messages (#9686) | Erik Johnston | 2021-04-01 | 1 | -0/+8 |
* | Make RateLimiter class check for ratelimit overrides (#9711) | Erik Johnston | 2021-03-30 | 1 | -1/+4 |
* | Add type hints for the federation sender. (#9681) | Patrick Cloke | 2021-03-29 | 2 | -44/+160 |
* | Fixed undefined variable error in catchup (#9664) | Erik Johnston | 2021-03-24 | 1 | -0/+2 |
* | Spaces summary: call out to other servers (#9653) | Richard van der Hoff | 2021-03-24 | 2 | -11/+204 |
* | Federation API for Space summary (#9652) | Richard van der Hoff | 2021-03-23 | 1 | -9/+58 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
* | Make federation catchup send last event from any server. (#9640) | Erik Johnston | 2021-03-18 | 2 | -38/+91 |
* | Don't go into federation catch up mode so easily (#9561) | Erik Johnston | 2021-03-15 | 2 | -153/+182 |
* | Fix additional type hints from Twisted 21.2.0. (#9591) | Patrick Cloke | 2021-03-12 | 1 | -3/+5 |
* | Reject concurrent transactions (#9597) | Richard van der Hoff | 2021-03-12 | 1 | -35/+42 |
* | Improve logging when processing incoming transactions (#9596) | Richard van der Hoff | 2021-03-12 | 1 | -27/+34 |
* | Use the chain cover index in get_auth_chain_ids. (#9576) | Patrick Cloke | 2021-03-10 | 1 | -2/+4 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -1/+1 |
* | Add ResponseCache tests. (#9458) | Jonathan de Jong | 2021-03-08 | 1 | -5/+8 |
* | Replace `last_*_pdu_age` metrics with timestamps (#9540) | Richard van der Hoff | 2021-03-04 | 2 | -12/+9 |
* | Ratelimit cross-user key sharing requests. (#8957) | Patrick Cloke | 2021-02-19 | 1 | -2/+18 |
* | Be smarter about which hosts to send presence to when processing room joins (... | Andrew Morgan | 2021-02-19 | 1 | -1/+1 |
* | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 1 | -4/+3 |
* | Add type hints to groups code. (#9393) | Patrick Cloke | 2021-02-17 | 1 | -2/+39 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 10 | -127/+99 |
* | Ratelimit invites by room and target user (#9258) | Erik Johnston | 2021-01-29 | 1 | -1/+1 |
* | Precompute joined hosts and store in Redis (#9198) | Erik Johnston | 2021-01-26 | 1 | -15/+35 |
* | Merge tag 'v1.26.0rc1' into develop | Patrick Cloke | 2021-01-20 | 2 | -2/+2 |
|\ |
|
| * | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 2 | -2/+2 |
* | | Various improvements to the federation client. (#9129) | Patrick Cloke | 2021-01-20 | 1 | -58/+67 |
|/ |
|
* | Support routing edu's to multiple instances (#9042) | Erik Johnston | 2021-01-07 | 1 | -5/+16 |
* | Add type hints to the crypto module. (#8999) | Patrick Cloke | 2021-01-04 | 1 | -1/+1 |
* | Allow spam-checker modules to be provide async methods. (#8890) | David Teller | 2020-12-11 | 1 | -1/+6 |
* | Merge pull request #8858 from matrix-org/rav/sso_uia | Richard van der Hoff | 2020-12-02 | 1 | -1/+1 |
|\ |
|
| * | fix up various test cases | Richard van der Hoff | 2020-12-02 | 1 | -1/+1 |
* | | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 2 | -2/+1 |
|/ |
|
* | Consistently use room_id from federation request body (#8776) | Richard van der Hoff | 2020-11-19 | 2 | -48/+43 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -1/+1 |
* | Fix not sending events over federation when using sharded event persisters (#... | Erik Johnston | 2020-10-14 | 2 | -3/+8 |
* | Add type hints to response cache. (#8507) | Patrick Cloke | 2020-10-09 | 1 | -3/+5 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -1/+6 |
* | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 2 | -0/+4 |
* | Merge tag 'v1.21.0rc2' into develop | Richard van der Hoff | 2020-10-02 | 1 | -1/+1 |
|\ |
|
| * | Fix malformed log line in new federation "catch up" logic (#8442) | Richard van der Hoff | 2020-10-02 | 1 | -1/+1 |
* | | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 1 | -3/+2 |
|/ |
|
* | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 2020-10-01 | 2 | -1/+45 |
* | Mypy fixes for `synapse.handlers.federation` (#8422) | Richard van der Hoff | 2020-09-29 | 1 | -1/+3 |
* | Merge tag 'v1.20.0rc5' into develop | Patrick Cloke | 2020-09-18 | 1 | -5/+3 |
|\ |
|
| * | Merge tag 'v1.19.3' into release-v1.20.0 | Patrick Cloke | 2020-09-18 | 1 | -5/+3 |
| |\ |
|
| | * | Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350) | Andrew Morgan | 2020-09-18 | 1 | -5/+3 |
* | | | Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322) | reivilibre | 2020-09-18 | 1 | -0/+51 |
* | | | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 3 | -9/+5 |
* | | | Merge remote-tracking branch 'origin/release-v1.20.0' into develop | Erik Johnston | 2020-09-18 | 2 | -17/+48 |
|\| | |
|
| * | | Fix ratelimiting for federation `/send` requests. (#8342) | Erik Johnston | 2020-09-18 | 2 | -17/+48 |
| * | | Merge branch 'erikj/fix_origin_check' into release-v1.20.0 | Erik Johnston | 2020-09-16 | 1 | -3/+4 |
| |\| |
|
* | | | Merge branch 'erikj/fix_origin_check' into develop | Erik Johnston | 2020-09-16 | 1 | -3/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Don't assume that an event has an origin field | Erik Johnston | 2020-09-16 | 1 | -3/+4 |
* | | | Catch-up after Federation Outage (split, 4): catch-up loop (#8272) | reivilibre | 2020-09-15 | 1 | -4/+125 |
* | | | Catch up after Federation Outage (split, 2): Track last successful stream ord... | reivilibre | 2020-09-04 | 1 | -0/+11 |
* | | | Catch-up after Federation Outage (split, 1) (#8230) | reivilibre | 2020-09-04 | 1 | -2/+9 |
| |/
|/| |
|
* | | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 9 | -11/+11 |
* | | Remove obsolete order field in `send_new_transaction` (#8245) | reivilibre | 2020-09-03 | 3 | -28/+22 |
* | | Convert additional database code to async/await. (#8195) | Patrick Cloke | 2020-08-28 | 1 | -8/+11 |
* | | Convert calls of async database methods to async (#8166) | Patrick Cloke | 2020-08-27 | 2 | -10/+10 |
* | | Add type hints for state. (#8140) | Patrick Cloke | 2020-08-24 | 1 | -2/+2 |
* | | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 2 | -6/+4 |
* | | Convert stream database to async/await. (#8074) | Patrick Cloke | 2020-08-17 | 3 | -3/+3 |
* | | Drop federation transmission queues during a significant remote outage. (#7864) | reivilibre | 2020-08-13 | 1 | -0/+22 |
|/ |
|
* | Fix typing for notifier (#8064) | Erik Johnston | 2020-08-12 | 1 | -2/+5 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 3 | -3/+3 |
|\ |
|
| * | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 3 | -3/+3 |
* | | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 3 | -73/+50 |
|/ |
|
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -1/+3 |
* | Convert presence handler helpers to async/await. (#7939) | Patrick Cloke | 2020-07-23 | 1 | -1/+3 |
* | Put a cache on `/state_ids` (#7931) | Richard van der Hoff | 2020-07-23 | 1 | -2/+11 |
* | Abort federation requests if the client disconnects early (#7930) | Richard van der Hoff | 2020-07-23 | 1 | -0/+6 |
* | Convert room list handler to async/await. (#7912) | Patrick Cloke | 2020-07-21 | 1 | -8/+2 |
* | Convert synapse.app to async/await. (#7868) | Patrick Cloke | 2020-07-17 | 1 | -21/+19 |
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 1 | -51/+74 |
* | Add ability to run multiple pusher instances (#7855) | Erik Johnston | 2020-07-16 | 2 | -9/+9 |
* | Remove obsolete comment. | Olivier Wilkinson (reivilibre) | 2020-07-16 | 1 | -2/+0 |
* | Ensure that calls to `json.dumps` are compatible with the standard library js... | Patrick Cloke | 2020-07-15 | 1 | -1/+1 |