| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for aggregating reactions (#15172) | Richard van der Hoff | 2023-02-28 | 1 | -5/+0 |
* | Add module API callbacks for adding and deleting local 3PID associations (#15044 | Andrew Morgan | 2023-02-27 | 1 | -0/+63 |
* | Refactor media modules. (#15146) | Patrick Cloke | 2023-02-27 | 1 | -2/+2 |
* | Batch up storing state groups when creating new room (#14918) | Shay | 2023-02-24 | 1 | -0/+49 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -2/+0 |
* | Change collection[str] to StrCollection in event_auth code (#14929) | Harishankar Kumar | 2023-02-14 | 1 | -3/+3 |
* | Return read-only collections from `@cached` methods (#13755) | Sean Quah | 2023-02-10 | 1 | -3/+3 |
* | Add a class UnpersistedEventContext to allow for the batching up of storing s... | Shay | 2023-02-09 | 2 | -6/+174 |
* | Reject boolean power levels (#14944) | David Robertson | 2023-01-31 | 1 | -3/+3 |
* | Prefer `type(x) is int` to `isinstance(x, int)` (#14945) | David Robertson | 2023-01-31 | 1 | -2/+2 |
* | Add missing type hints for tests.events. (#14904) | Patrick Cloke | 2023-01-25 | 1 | -1/+2 |
* | Implement MSC3925: changes to bundling of edits (#14811) | Richard van der Hoff | 2023-01-10 | 1 | -7/+24 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 1 | -1/+31 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 2 | -2/+2 |
* | Faster joins: do not wait for full state when creating events to send (#14403) | Mathieu Velten | 2022-11-17 | 1 | -0/+1 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 1 | -2/+1 |
* | Fix docstring in EventContext (#14145) | Shay | 2022-10-18 | 1 | -1/+2 |
* | fix: Push notifications for invite over federation (#13719) | Kateřina Churanová | 2022-09-28 | 1 | -0/+4 |
* | Don't include redundant prev_state in new events (#13791) | Denis | 2022-09-20 | 1 | -1/+0 |
* | Rename the `EventFormatVersions` enum values so that they line up with room v... | reivilibre | 2022-09-07 | 3 | -9/+9 |
* | Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child conc... | Eric Eastwood | 2022-08-23 | 1 | -0/+2 |
* | MSC2716v4 room version - remove namespace from MSC2716 event content fields (... | Eric Eastwood | 2022-08-19 | 1 | -1/+1 |
* | Update type of `EventContext.rejected` (#13460) | Richard van der Hoff | 2022-08-04 | 1 | -4/+3 |
* | Don't pull out the full state when creating an event (#13281) | Erik Johnston | 2022-07-18 | 1 | -1/+7 |
* | Use state before join to determine if we `_should_perform_remote_join` (#13270) | David Robertson | 2022-07-15 | 1 | -1/+1 |
* | Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r... | David Teller | 2022-07-11 | 1 | -35/+128 |
* | Make `_get_state_map_for_room` not break when room state events don't contain... | David Teller | 2022-07-07 | 1 | -8/+1 |
* | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret... | David Teller | 2022-06-13 | 1 | -80/+197 |
* | Remove `room_version` param from `validate_event_for_room_version` | Richard van der Hoff | 2022-06-12 | 1 | -0/+4 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 1 | -1/+2 |
* | Merge branch 'master' into develop | Erik Johnston | 2022-05-31 | 1 | -20/+27 |
|\ |
|
| * | Fix import in module_api module and docs on the new check_event_for_spam sign... | Brendan Abolivier | 2022-05-31 | 1 | -22/+27 |
* | | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 1 | -5/+5 |
* | | Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi... | David Teller | 2022-05-30 | 1 | -7/+13 |
* | | Bump jsonschema stubs (#12912) | David Robertson | 2022-05-30 | 1 | -2/+7 |
|/ |
|
* | Uniformize spam-checker API, part 2: check_event_for_spam (#12808) | David Teller | 2022-05-23 | 1 | -10/+39 |
* | add SpamChecker callback for silently dropping inbound federated events (#12744) | Jess Porter | 2022-05-23 | 1 | -0/+40 |
* | Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep... | Shay | 2022-05-20 | 1 | -4/+15 |
* | Consolidate logic for parsing relations. (#12693) | Patrick Cloke | 2022-05-16 | 1 | -0/+45 |
* | SpamChecker metrics (#12513) | Jess Porter | 2022-05-13 | 1 | -23/+58 |
* | Refactor `EventContext` (#12689) | Erik Johnston | 2022-05-10 | 1 | -145/+32 |
* | Add some type hints to datastore. (#12477) | Dirk Klimpel | 2022-05-10 | 1 | -1/+2 |
* | Implement cancellation support/protection for module callbacks (#12568) | Sean Quah | 2022-05-09 | 3 | -20/+64 |
* | Use `ParamSpec` in a few places (#12667) | David Robertson | 2022-05-09 | 1 | -3/+12 |
* | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 2022-05-07 | 1 | -16/+45 |
* | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 2022-05-06 | 1 | -1/+3 |
* | Include bundled aggregations for the latest event in a thread. (#12273) | Patrick Cloke | 2022-05-04 | 1 | -22/+33 |
* | fix imports | Richard van der Hoff | 2022-05-03 | 1 | -1/+2 |
* | minor wording fix in docstring | Richard van der Hoff | 2022-05-03 | 1 | -3/+2 |
* | Exclude OOB memberships from the federation sender (#12570) | Richard van der Hoff | 2022-05-03 | 1 | -4/+11 |
* | Consistently use collections.abc.Mapping to check frozendict. (#12564) | Patrick Cloke | 2022-04-27 | 1 | -3/+4 |
* | Misc. clean-ups to the relations code (#12519) | Patrick Cloke | 2022-04-25 | 1 | -1/+1 |
* | Fix `/room/.../event/...` to return the *original* event after any edits (#12... | Richard van der Hoff | 2022-04-19 | 1 | -8/+13 |
* | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 1 | -6/+0 |
* | Add a callback to react to 3PID associations (#12302) | Brendan Abolivier | 2022-03-31 | 1 | -0/+26 |
* | Fix typechecker problems exposed by signedjson 1.1.2 (#12326) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 1 | -1/+1 |
* | Correct `check_username_for_spam` annotations and docs (#12246) | David Robertson | 2022-03-18 | 1 | -4/+3 |
* | Fix bundling aggregations if unsigned is not a returned event field. (#12234) | Patrick Cloke | 2022-03-16 | 1 | -3/+6 |
* | fix misleading comment in `check_events_for_spam` (#12203) | Shay | 2022-03-10 | 1 | -2/+2 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 1 | -1/+8 |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 1 | -0/+55 |
* | Merge remote-tracking branch 'origin/release-v1.54' into develop | Richard van der Hoff | 2022-03-04 | 1 | -3/+7 |
|\ |
|
| * | Correctly register deactivation and profile update module callbacks (#12141) | Brendan Abolivier | 2022-03-03 | 1 | -3/+7 |
* | | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 1 | -27/+54 |
|/ |
|
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 1 | -3/+53 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 1 | -0/+9 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 2 | -2/+2 |
* | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 1 | -24/+45 |
* | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 1 | -42/+0 |
* | Improvements to bundling aggregations. (#11815) | Patrick Cloke | 2022-01-26 | 1 | -17/+40 |
* | Fix another jsonschema typecheck error (#11830) | David Robertson | 2022-01-25 | 1 | -4/+2 |
* | Ignore the jsonschema type. (#11817) | Patrick Cloke | 2022-01-25 | 1 | -1/+3 |
* | Do not try to serialize raw aggregations dict. (#11791) | Patrick Cloke | 2022-01-21 | 1 | -2/+2 |
* | Add `FrozenEvent.get_state_key` and use it in a couple of places (#11793) | Richard van der Hoff | 2022-01-21 | 2 | -5/+10 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 1 | -9/+9 |
* | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 1 | -89/+37 |
* | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 1 | -1/+1 |
* | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 2021-12-09 | 1 | -4/+7 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 1 | -23/+35 |
* | Bundle relations of relations into the `/relations` result. (#11284) | Patrick Cloke | 2021-11-30 | 1 | -0/+8 |
* | Fix using MSC2716 batch sending with event persistence workers (#11220) | Tulir Asokan | 2021-11-29 | 1 | -0/+5 |
* | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 1 | -64/+82 |
* | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 1 | -7/+5 |
* | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 2 | -81/+148 |
* | Make `check_event_allowed` module API callback not fail open (accept events) ... | reivilibre | 2021-11-01 | 1 | -4/+5 |
* | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 1 | -0/+31 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 1 | -0/+17 |
* | Include rejected status when we log events. (#11008) | Richard van der Hoff | 2021-10-19 | 1 | -6/+10 |
* | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 1 | -4/+2 |
* | Add type hints to synapse.events.*. (#11066) | Patrick Cloke | 2021-10-13 | 7 | -139/+177 |
* | Pass through `SynapseError`s that are raised from experimental `check_event_a... | reivilibre | 2021-10-11 | 1 | -0/+9 |
* | Add a spamchecker method to allow or deny 3pid invites (#10894) | Brendan Abolivier | 2021-10-06 | 1 | -0/+35 |
* | Add a spamchecker callback to allow or deny room joins (#10910) | Brendan Abolivier | 2021-10-06 | 1 | -0/+24 |
* | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-09-30 | 1 | -1/+1 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 2 | -4/+4 |
* | Use `RoomVersion` objects (#10934) | Richard van der Hoff | 2021-09-29 | 1 | -20/+0 |
* | Add a spamchecker callback to allow or deny room creation based on invites (#... | Brendan Abolivier | 2021-09-24 | 1 | -0/+42 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 2 | -3/+3 |
* | Factor out a separate `EventContext.for_outlier` (#10883) | Richard van der Hoff | 2021-09-22 | 1 | -4/+10 |
* | Include outlier status in `str(event)` for V2/V3 events (#10879) | Richard van der Hoff | 2021-09-22 | 1 | -22/+12 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 1 | -3/+3 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -1/+1 |
* | Support MSC3375: room version 9. (#10747) | Patrick Cloke | 2021-09-03 | 1 | -0/+2 |
* | Validate new m.room.power_levels events (#10232) | Aaron Raimist | 2021-08-26 | 2 | -3/+79 |
* | Port the PresenceRouter module interface to the new generic interface (#10524) | Azrenbeth | 2021-08-17 | 1 | -36/+156 |
* | Clean up some logging in the federation event handler (#10591) | Richard van der Hoff | 2021-08-16 | 1 | -1/+2 |
* | When redacting, keep event fields around that maintain the historical event s... | Eric Eastwood | 2021-08-09 | 1 | -1/+7 |
* | Make historical events discoverable from backfill for servers without any scr... | Eric Eastwood | 2021-07-28 | 1 | -0/+3 |
* | Restricted rooms (MSC3083) should not have their allow key redacted. (#10489) | Patrick Cloke | 2021-07-28 | 1 | -0/+2 |
* | Port the ThirdPartyEventRules module interface to the new generic interface (... | Brendan Abolivier | 2021-07-20 | 1 | -42/+203 |
* | Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404) | Patrick Cloke | 2021-07-16 | 1 | -0/+14 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 3 | -23/+23 |
* | Move methods involving event authentication to EventAuthHandler. (#10268) | Patrick Cloke | 2021-07-01 | 1 | -5/+7 |
* | Correct type hints for synapse.event_auth. (#10253) | Patrick Cloke | 2021-06-30 | 2 | -34/+37 |
* | Fix wrapping of legacy check_registration_for_spam (#10238) | Brendan Abolivier | 2021-06-23 | 1 | -6/+7 |
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 2 | -2/+24 |
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -88/+218 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -7/+12 |
* | Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) | Patrick Cloke | 2021-04-29 | 1 | -1/+4 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 8 | -8/+0 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -4/+10 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -0/+104 |
* | Add type hints to misc. files. (#9676) | Patrick Cloke | 2021-03-24 | 1 | -7/+8 |
* | Ensure we use a copy of the event content dict before modifying it in seriali... | Andrew Morgan | 2021-03-17 | 1 | -2/+12 |
* | Prep work for removing `outlier` from `internal_metadata` (#9411) | Richard van der Hoff | 2021-03-17 | 2 | -3/+8 |
* | Pass SSO IdP information to spam checker's registration function (#9626) | Andrew Morgan | 2021-03-16 | 1 | -3/+26 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 4 | -5/+7 |
* | Add check_media_file_for_spam spam checker hook | Erik Johnston | 2021-02-04 | 1 | -0/+47 |
* | Remote dependency on distutils (#9125) | Richard van der Hoff | 2021-01-15 | 1 | -1/+2 |
* | Implement MSC2176: Updated redaction rules (#8984) | Patrick Cloke | 2021-01-05 | 1 | -2/+14 |
* | Allow spam-checker modules to be provide async methods. (#8890) | David Teller | 2020-12-11 | 1 | -16/+39 |
* | Use TYPE_CHECKING instead of magic MYPY variable. (#8770) | Patrick Cloke | 2020-11-17 | 1 | -3/+2 |
* | Block clients from sending server ACLs that lock the local server out. (#8708) | Erik Johnston | 2020-11-03 | 1 | -9/+18 |
* | Use `%r` rather than `%s` for stringifying events (#8679) | Richard van der Hoff | 2020-10-29 | 1 | -2/+2 |
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 2 | -2/+2 |
* | Fix modifying events in `ThirdPartyRules` modules (#8564) | Richard van der Hoff | 2020-10-16 | 1 | -1/+1 |
* | Merge pull request #8535 from matrix-org/rav/third_party_events_updates | Richard van der Hoff | 2020-10-15 | 2 | -6/+19 |
|\ |
|
| * | guard against accidental modification | Richard van der Hoff | 2020-10-13 | 2 | -3/+10 |
| * | Allow ThirdPartyRules modules to replace event content | Richard van der Hoff | 2020-10-13 | 1 | -3/+9 |
* | | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_invite | Richard van der Hoff | 2020-10-15 | 1 | -8/+13 |
|\ \ |
|
| * | | Simplify `_locally_reject_invite` | Richard van der Hoff | 2020-10-13 | 1 | -8/+13 |
| |/ |
|
* / | Make sure a retention policy is a state event (#8527) | Brendan Abolivier | 2020-10-14 | 1 | -0/+3 |
|/ |
|
* | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 2020-10-07 | 2 | -4/+4 |
* | Additional tests for third-party event rules (#8468) | Richard van der Hoff | 2020-10-06 | 1 | -5/+7 |
* | Fix third-party event modules for `check_visibility_can_be_modified` check | Richard van der Hoff | 2020-10-05 | 1 | -1/+3 |
* | Allow ThirdPartyEventRules modules to manipulate public room state (#8292) | Andrew Morgan | 2020-10-05 | 1 | -6/+45 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 2 | -2/+9 |
* | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 1 | -3/+3 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 6 | -7/+7 |
* | Add StreamStore to mypy (#8232) | Erik Johnston | 2020-09-02 | 1 | -2/+2 |
* | Convert additional databases to async/await part 2 (#8200) | Patrick Cloke | 2020-09-01 | 1 | -7/+12 |
* | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 2020-08-24 | 1 | -56/+3 |
* | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 1 | -2/+33 |
* | Be more tolerant of membership events in unknown rooms (#8110) | Richard van der Hoff | 2020-08-20 | 1 | -0/+2 |
* | Add type hints to handlers.message and events.builder (#8067) | Erik Johnston | 2020-08-12 | 1 | -27/+31 |
* | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 1 | -1/+1 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -1/+1 |
* | Convert a synapse.events to async/await. (#7949) | Patrick Cloke | 2020-07-27 | 4 | -68/+67 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -2/+2 |
* | Fix deprecation warning: import ABC from collections.abc (#7892) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -3/+3 |
* | Add `HomeServer.signing_key` property (#7805) | Richard van der Hoff | 2020-07-08 | 1 | -1/+1 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 2 | -10/+6 |
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 2 | -6/+2 |
* | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 2 | -1/+41 |
* | Extend spam checker to allow for multiple modules (#7435) | Andrew Morgan | 2020-05-08 | 1 | -39/+39 |
* | Fix bug in EventContext.deserialize. (#7393) | Erik Johnston | 2020-05-05 | 1 | -2/+5 |
* | Remove special auth and redaction rules for aliases events in experimental ro... | Patrick Cloke | 2020-03-09 | 1 | -7/+5 |
* | Store room_versions in EventBase objects (#6875) | Richard van der Hoff | 2020-03-05 | 2 | -24/+43 |
* | Merge pull request #6872 from matrix-org/rav/dictproperty | Richard van der Hoff | 2020-02-18 | 1 | -81/+118 |
|\ |
|
| * | Rewrite _EventInternalMetadata to back it with a _dict | Richard van der Hoff | 2020-02-14 | 1 | -16/+39 |
| * | Replace _event_dict_property with DictProperty | Richard van der Hoff | 2020-02-14 | 1 | -65/+79 |
* | | Add type hints to the spam check module (#6915) | Patrick Cloke | 2020-02-14 | 1 | -18/+26 |
|/ |
|
* | Filter the results of user directory searching via the spam checker (#6888) | Patrick Cloke | 2020-02-14 | 1 | -0/+27 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 2 | -9/+17 |
* | remove unused room_version_to_event_format (#6857) | Richard van der Hoff | 2020-02-07 | 1 | -23/+1 |
* | Third party event rules Update (#6781) | PeerD | 2020-02-06 | 1 | -3/+4 |
* | Add typing to SyncHandler (#6821) | Erik Johnston | 2020-02-03 | 1 | -7/+11 |
* | Pass room_version into add_hashes_and_signatures | Richard van der Hoff | 2020-01-30 | 1 | -1/+1 |
* | Pass room_version into create_local_event_from_event_dict | Richard van der Hoff | 2020-01-30 | 1 | -22/+18 |
* | Store the room version in EventBuilder | Richard van der Hoff | 2020-01-30 | 1 | -5/+7 |
* | Type defintions for use in refactoring for redaction changes (#6803) | Richard van der Hoff | 2020-01-30 | 1 | -2/+3 |
* | Set the PL for aliases events to 0. | Richard van der Hoff | 2020-01-29 | 1 | -1/+1 |
* | Factor out a `copy_power_levels_contents` method | Richard van der Hoff | 2020-01-29 | 1 | -1/+36 |
* | Make 'event.redacts' never raise. (#6771) | Erik Johnston | 2020-01-23 | 1 | -4/+24 |
* | Add StateMap type alias (#6715) | Erik Johnston | 2020-01-16 | 1 | -6/+5 |
* | Change EventContext to use the Storage class (#6564) | Erik Johnston | 2019-12-20 | 2 | -16/+22 |
* | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 1 | -30/+129 |
|\ |
|
| * | Fix bug which caused rejected events to be stored with the wrong room state ... | Richard van der Hoff | 2019-11-06 | 1 | -2/+23 |
| * | Add some checks that we aren't using state from rejected events (#6330) | Richard van der Hoff | 2019-11-05 | 1 | -5/+44 |
| * | Improve documentation for EventContext fields (#6319) | Richard van der Hoff | 2019-11-05 | 1 | -26/+65 |
* | | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -3/+97 |
|/ |
|
* | Factor out an _AsyncEventContextImpl (#6298) | Richard van der Hoff | 2019-11-01 | 1 | -65/+42 |
* | Expose some homeserver functionality to spam checkers (#6259) | Travis Ralston | 2019-10-31 | 1 | -1/+13 |
* | Convert EventContext to attrs (#6218) | Richard van der Hoff | 2019-10-28 | 1 | -61/+39 |
* | Merge pull request #5805 from matrix-org/erikj/validate_state | Erik Johnston | 2019-08-01 | 1 | -2/+9 |
|\ |
|
| * | Validate well-known state events are state events. | Erik Johnston | 2019-07-31 | 1 | -2/+9 |
* | | Fix spelling. | Erik Johnston | 2019-08-01 | 1 | -1/+3 |
|/ |
|
* | Don't allow clients to send tombstones that reference the same room | Erik Johnston | 2019-07-31 | 1 | -0/+7 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 4 | -30/+26 |
* | Remove the ability to query relations when the original event was redacted. (... | Andrew Morgan | 2019-07-18 | 2 | -4/+23 |
* | Add origin_server_ts and sender fields to m.replace (#5613) | Andrew Morgan | 2019-07-05 | 1 | -1/+5 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 7 | -106/+98 |
* | Merge pull request #5480 from matrix-org/erikj/extremities_dummy_events | Erik Johnston | 2019-06-19 | 1 | -0/+12 |
|\ |
|
| * | Run as background process and fix comments | Erik Johnston | 2019-06-19 | 1 | -1/+1 |
| * | Add experimental option to reduce extremities. | Erik Johnston | 2019-06-18 | 1 | -0/+12 |
* | | Make check_threepid_can_be_invited async | Brendan Abolivier | 2019-06-17 | 1 | -0/+1 |
* | | Add third party rules hook for 3PID invites | Brendan Abolivier | 2019-06-17 | 1 | -1/+31 |
* | | Add third party rules hook into create room | Erik Johnston | 2019-06-17 | 1 | -3/+24 |
|/ |
|
* | Add plugin APIs for implementations of custom event rules. | Brendan Abolivier | 2019-06-14 | 1 | -0/+62 |
* | Fix appservice timestamp massaging (#5233) | Tulir Asokan | 2019-05-24 | 1 | -1/+6 |
* | Don't bundle events in /sync or /events | Erik Johnston | 2019-05-21 | 1 | -2/+3 |
* | Fix error handling for rooms whose versions are unknown. (#5219) | Richard van der Hoff | 2019-05-21 | 2 | -5/+9 |
* | Add a test room version which updates event ID format (#5210) | Richard van der Hoff | 2019-05-20 | 1 | -1/+22 |
* | Rename relation types to match MSC | Erik Johnston | 2019-05-20 | 1 | -3/+3 |
* | Fixup bsaed on review comments | Erik Johnston | 2019-05-17 | 1 | -3/+1 |
* | Add basic editing support | Erik Johnston | 2019-05-16 | 1 | -4/+26 |
* | Add aggregations API | Erik Johnston | 2019-05-16 | 1 | -3/+31 |
* | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 1 | -0/+44 |
* | Do checks on aliases for incoming m.room.aliases events (#5128) | Brendan Abolivier | 2019-05-08 | 2 | -4/+19 |
* | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 3 | -25/+29 |
* | Make `prev_state` field optional | Erik Johnston | 2019-03-08 | 1 | -1/+0 |
* | Implement soft fail | Erik Johnston | 2019-03-06 | 1 | -0/+14 |
* | Enable room version v3 | Erik Johnston | 2019-01-29 | 1 | -0/+2 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/redactions... | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
|\ |
|
| * | Merge pull request #4514 from matrix-org/erikj/remove_event_id | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
| |\ |
|
| | * | Don't assert an event must have an event ID | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
* | | | Fixup comment | Erik Johnston | 2019-01-29 | 1 | -2/+2 |
* | | | kill vdh test some more | Erik Johnston | 2019-01-29 | 1 | -2/+1 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/redactions... | Erik Johnston | 2019-01-29 | 3 | -79/+320 |
|\| | |
|
| * | | Implement event format v2 | Erik Johnston | 2019-01-29 | 3 | -19/+106 |
| |/ |
|
| * | Don't set event_id twice | Erik Johnston | 2019-01-29 | 1 | -2/+0 |
| * | Refactor event building into EventBuilder | Erik Johnston | 2019-01-29 | 1 | -65/+219 |
* | | Drop vdh support | Erik Johnston | 2019-01-29 | 1 | -2/+0 |
* | | Add docstring | Erik Johnston | 2019-01-29 | 1 | -0/+12 |
* | | Implement rechecking of redactions | Erik Johnston | 2019-01-29 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #4494 from matrix-org/erikj/fixup_event_validator | Erik Johnston | 2019-01-29 | 1 | -23/+37 |
|\ |
|
| * | Remove duplicate checks | Erik Johnston | 2019-01-29 | 1 | -14/+0 |
| * | Fix up error messages | Erik Johnston | 2019-01-29 | 1 | -2/+2 |
| * | Fold validate into validate_new | Erik Johnston | 2019-01-29 | 1 | -16/+11 |
| * | Split up event validation between event and builder | Erik Johnston | 2019-01-28 | 1 | -20/+53 |
* | | Refactor event signing to work on dicts | Erik Johnston | 2019-01-28 | 1 | -12/+35 |
|/ |
|
* | Require event format version to parse or create events | Erik Johnston | 2019-01-25 | 2 | -2/+73 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/msc_1813 | Erik Johnston | 2019-01-25 | 1 | -2/+7 |
|\ |
|
| * | Merge pull request #4405 from matrix-org/erikj/fixup_rejecting_invites | Erik Johnston | 2019-01-24 | 1 | -2/+7 |
| |\ |
|
| | * | Use term 'out of band membership' instead | Erik Johnston | 2019-01-24 | 1 | -4/+5 |