| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 1 | -64/+82 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 1 | -0/+17 |
* | 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 | 1 | -46/+67 |
* | 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 | 1 | -1/+1 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 1 | -3/+3 |
* | 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 | 1 | -1/+4 |
* | 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 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -7/+12 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | 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 | 1 | -0/+2 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+1 |
* | Implement MSC2176: Updated redaction rules (#8984) | Patrick Cloke | 2021-01-05 | 1 | -2/+14 |
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -1/+1 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 1 | -0/+5 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Convert a synapse.events to async/await. (#7949) | Patrick Cloke | 2020-07-27 | 1 | -8/+7 |
* | Fix deprecation warning: import ABC from collections.abc (#7892) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -3/+3 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -3/+1 |
* | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 1 | -1/+34 |
* | 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 | 1 | -10/+4 |
* | 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 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -2/+2 |
* | Remove the ability to query relations when the original event was redacted. (... | Andrew Morgan | 2019-07-18 | 1 | -4/+12 |
* | Add origin_server_ts and sender fields to m.replace (#5613) | Andrew Morgan | 2019-07-05 | 1 | -1/+5 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -26/+32 |
* | Don't bundle events in /sync or /events | Erik Johnston | 2019-05-21 | 1 | -2/+3 |
* | 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 |
* | Implement event format v2 | Erik Johnston | 2019-01-29 | 1 | -0/+3 |
* | Refactor event signing to work on dicts | Erik Johnston | 2019-01-28 | 1 | -12/+35 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+5 |
* | Replace some more comparisons with six | Adrian Tschira | 2018-05-19 | 1 | -1/+3 |
* | Comment and remove spurious logging | Erik Johnston | 2017-04-27 | 1 | -0/+3 |
* | Fix tests | Erik Johnston | 2017-04-26 | 1 | -3/+3 |
* | Fix invite state to always include all events | Erik Johnston | 2017-04-26 | 1 | -1/+19 |
* | Review comments | Kegan Dougal | 2016-11-22 | 1 | -11/+9 |
* | Also check for dict since sometimes they aren't frozen | Kegan Dougal | 2016-11-22 | 1 | -1/+1 |
* | Glue only_event_fields into the sync rest servlet | Kegan Dougal | 2016-11-22 | 1 | -1/+1 |
* | More tests | Kegan Dougal | 2016-11-22 | 1 | -3/+4 |
* | Start adding some tests | Kegan Dougal | 2016-11-21 | 1 | -1/+3 |
* | Move event_fields filtering to serialize_event | Kegan Dougal | 2016-11-21 | 1 | -4/+97 |
* | Include prev_content in redacted state events | Erik Johnston | 2016-08-11 | 1 | -0/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Only add the user_id if the sender is present | Mark Haines | 2015-12-01 | 1 | -1/+3 |
* | Copy rather than move the fields to shuffle between a v1 and a v2 event. | Mark Haines | 2015-11-30 | 1 | -9/+5 |
* | Flatten the /sync response to remove the event_map | Richard van der Hoff | 2015-11-19 | 1 | -2/+1 |
* | Update the other place check_joined_room is called | Mark Haines | 2015-10-30 | 1 | -1/+2 |
* | Surely we don't need to preserve 'events_default' twice | Paul "LeoNerd" Evans | 2015-10-16 | 1 | -1/+0 |
* | Bundle in some room state in the unsigned bit of the invite when sending to i... | Erik Johnston | 2015-09-10 | 1 | -1/+4 |
* | Rename key and values for m.room.history_visibility. Support 'invited' value | Erik Johnston | 2015-07-06 | 1 | -1/+1 |
* | Add m.room.history_visibility to list of auth events | Erik Johnston | 2015-07-03 | 1 | -0/+2 |
* | Merge pull request #43 from matrix-org/rejections | Erik Johnston | 2015-01-30 | 1 | -3/+8 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into rejections | Erik Johnston | 2015-01-30 | 1 | -6/+6 |
| |\ |
|
| * | | Fix bug where we changes in outlier in metadata dict propogated to other events | Erik Johnston | 2015-01-30 | 1 | -1/+4 |
| * | | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -2/+4 |
* | | | Include transaction ids in unsigned section of events in the sync results for... | Mark Haines | 2015-01-29 | 1 | -5/+6 |
* | | | Add support for formatting events in the way a v2 client expects | Mark Haines | 2015-01-29 | 1 | -39/+52 |
* | | | Start implementing incremental initial sync | Mark Haines | 2015-01-27 | 1 | -0/+1 |
* | | | Start implementing the non-incremental sync portion of the v2 /sync API | Mark Haines | 2015-01-26 | 1 | -1/+5 |
| |/
|/| |
|
* | | Pass the current time to serialize event, rather than passing an | Mark Haines | 2015-01-26 | 1 | -6/+6 |
|/ |
|
* | Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-01-13 | 1 | -1/+1 |
|\ |
|
| * | Insert 'age' into top level when returning events to clients | Erik Johnston | 2015-01-13 | 1 | -1/+1 |
* | | Return the raw federation event rather than adding extra keys for federation ... | Kegan Dougal | 2015-01-08 | 1 | -9/+16 |
* | | Add 'raw' query parameter to expose the event graph and signatures to savvy c... | Kegan Dougal | 2015-01-08 | 1 | -8/+9 |
|/ |
|
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Remove unneeded federation keys from events | Mark Haines | 2014-12-19 | 1 | -0/+3 |
* | Fix bug where we ignored event_edge_hashes table | Erik Johnston | 2014-12-15 | 1 | -0/+1 |
* | Fix prev_content | Erik Johnston | 2014-12-11 | 1 | -0/+8 |
* | Fix redactions. Fix 'age' key | Erik Johnston | 2014-12-11 | 1 | -0/+21 |
* | Add PEP8 newlines | Erik Johnston | 2014-12-09 | 1 | -1/+1 |
* | Various typos and bug fixes. | Erik Johnston | 2014-12-08 | 1 | -0/+2 |
* | Start making more things use EventContext rather than event.* | Erik Johnston | 2014-12-05 | 1 | -0/+16 |
* | WIP for new way of managing events. | Erik Johnston | 2014-12-03 | 1 | -0/+82 |