summary refs log tree commit diff
path: root/synapse/events/validator.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5805 from matrix-org/erikj/validate_stateErik Johnston2019-08-011-2/+9
|\ | | | | Validate well known state events are state events.
| * Validate well-known state events are state events.Erik Johnston2019-07-311-2/+9
| | | | | | | | | | Lets disallow sending things like memberships, topics etc as non-state events.
* | Fix spelling.Erik Johnston2019-08-011-1/+3
|/ | | | Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Don't allow clients to send tombstones that reference the same roomErik Johnston2019-07-311-0/+7
|
* Run Black. (#5482)Amber Brown2019-06-201-14/+7
|
* Do checks on aliases for incoming m.room.aliases events (#5128)Brendan Abolivier2019-05-081-2/+13
| | | | | Follow-up to #5124 Also added a bunch of checks to make sure everything (both the stuff added on #5124 and this PR) works as intended.
* Collect room-version variations into one place (#4969)Richard van der Hoff2019-04-011-1/+2
| | | | Collect all the things that make room-versions different to one another into one place, so that it's easier to define new room versions.
* Don't assert an event must have an event IDErik Johnston2019-01-291-2/+3
|
* Remove duplicate checksErik Johnston2019-01-291-14/+0
|
* Fix up error messagesErik Johnston2019-01-291-2/+2
|
* Fold validate into validate_newErik Johnston2019-01-291-16/+11
|
* Split up event validation between event and builderErik Johnston2019-01-281-20/+53
| | | | | | | | | 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.
* run isortAmber Brown2018-07-091-4/+4
|
* Replace some more comparisons with sixAdrian Tschira2018-05-191-2/+4
| | | | | | plus a bonus b"" string I missed last time Signed-off-by: Adrian Tschira <nota@notafile.com>
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Validate message, topic and name event contentsErik Johnston2014-12-121-0/+21
|
* Add some basic event validationErik Johnston2014-12-101-8/+21
|
* Add PEP8 newlinesErik Johnston2014-12-091-1/+1
|
* WIP for new way of managing events.Erik Johnston2014-12-031-0/+58