| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typechecker problems exposed by signedjson 1.1.2 (#12326) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 1 | -7/+5 |
* | Add type hints to synapse.events.*. (#11066) | Patrick Cloke | 2021-10-13 | 1 | -2/+2 |
* | Use `RoomVersion` objects (#10934) | Richard van der Hoff | 2021-09-29 | 1 | -20/+0 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -8/+8 |
* | 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 | 1 | -33/+36 |
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 1 | -2/+15 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+3 |
* | Fix modifying events in `ThirdPartyRules` modules (#8564) | Richard van der Hoff | 2020-10-16 | 1 | -1/+1 |
* | Simplify `_locally_reject_invite` | Richard van der Hoff | 2020-10-13 | 1 | -8/+13 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Convert additional databases to async/await part 2 (#8200) | Patrick Cloke | 2020-09-01 | 1 | -7/+12 |
* | 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 |
* | Convert a synapse.events to async/await. (#7949) | Patrick Cloke | 2020-07-27 | 1 | -11/+8 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -2/+2 |
* | Add `HomeServer.signing_key` property (#7805) | Richard van der Hoff | 2020-07-08 | 1 | -1/+1 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -7/+3 |
* | 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 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -9/+7 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -20/+17 |
* | Fix appservice timestamp massaging (#5233) | Tulir Asokan | 2019-05-24 | 1 | -1/+6 |
* | Fix error handling for rooms whose versions are unknown. (#5219) | Richard van der Hoff | 2019-05-21 | 1 | -3/+3 |
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -14/+22 |
* | Implement event format v2 | Erik Johnston | 2019-01-29 | 1 | -3/+9 |
* | 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 |
* | Require event format version to parse or create events | Erik Johnston | 2019-01-25 | 1 | -1/+50 |
* | Revert "Require event format version to parse or create events" | Erik Johnston | 2019-01-25 | 1 | -50/+1 |
* | Require event format version to parse or create events | Erik Johnston | 2019-01-23 | 1 | -1/+50 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
* | Remove pointless create() method | Richard van der Hoff | 2017-10-20 | 1 | -1/+1 |
* | Optimise state resolution | Erik Johnston | 2017-01-17 | 1 | -1/+5 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Fix bug where we changes in outlier in metadata dict propogated to other events | Erik Johnston | 2015-01-30 | 1 | -2/+3 |
* | Remove unused functions | Mark Haines | 2015-01-13 | 1 | -6/+0 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Fix redactions. Fix 'age' key | Erik Johnston | 2014-12-11 | 1 | -3/+10 |
* | Try and figure out how and why signatures are being changed. | Erik Johnston | 2014-12-10 | 1 | -3/+4 |
* | Add PEP8 newlines | Erik Johnston | 2014-12-09 | 1 | -1/+1 |
* | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 1 | -1/+4 |
* | WIP for new way of managing events. | Erik Johnston | 2014-12-03 | 1 | -14/+6 |
* | Begin fleshing out a new Event object | Erik Johnston | 2014-12-02 | 1 | -0/+74 |