anonymousland-synapse/synapse/events
Erik Johnston b872c7b1b4 Split up event validation between event and builder
The validator was being run on the EventBuilder objects, and so the
validator only checked a subset of fields. With the upcoming
EventBuilder refactor even fewer fields will be there to validate.

To get around this we split the validation into those that can be run
against an EventBuilder and those run against a fully fledged event.
2019-01-28 17:00:14 +00:00
..
__init__.py Require event format version to parse or create events 2019-01-25 10:32:19 +00:00
builder.py Require event format version to parse or create events 2019-01-25 10:32:19 +00:00
snapshot.py Handle delta_ids being None in _update_context_for_auth_events 2018-07-23 22:06:50 +01:00
spamcheck.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
utils.py run isort 2018-07-09 16:09:20 +10:00
validator.py Split up event validation between event and builder 2019-01-28 17:00:14 +00:00