summary refs log tree commit diff
path: root/synapse/events/third_party_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert a synapse.events to async/await. (#7949)Patrick Cloke2020-07-271-25/+30
* Third party event rules Update (#6781)PeerD2020-02-061-3/+4
* Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Run Black. (#5482)Amber Brown2019-06-201-3/+2
* Make check_threepid_can_be_invited asyncBrendan Abolivier2019-06-171-0/+1
* Add third party rules hook for 3PID invitesBrendan Abolivier2019-06-171-1/+31
* Add third party rules hook into create roomErik Johnston2019-06-171-3/+24
* Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+62