summary refs log tree commit diff
path: root/synapse/util/jsonobject.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert Transaction and Edu object to attrs (#10542)Patrick Cloke2021-08-061-102/+0
| | | | | Instead of wrapping the JSON into an object, this creates concrete instances for Transaction and Edu. This allows for improved type hints and simplified code.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+3
| | | | | | | - Update black version to the latest - Run black auto formatting over the codebase - Run autoformatting according to [`docs/code_style.md `](https://github.com/matrix-org/synapse/blob/80d6dc9783aa80886a133756028984dbf8920168/docs/code_style.md) - Update `code_style.md` docs around installing black to use the correct version
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
|
* Run Black. (#5482)Amber Brown2019-06-201-2/+4
|
* Handle sending events and device messages over federationErik Johnston2016-11-171-3/+14
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Unused importErik Johnston2015-05-281-2/+0
|
* Remove a deep copyErik Johnston2015-05-281-9/+1
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-1/+1
| | | | | `prev_state` is now a list of previous state ids, similiar to prev_events. `replace_state` now points to what we think was replaced.
* Fix pep8 warningsMark Haines2014-10-301-1/+2
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+98