summary refs log tree commit diff
path: root/synapse/events/third_party_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3950ae51e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-15/+22
|\
| * Convert a synapse.events to async/await. (#7949)Patrick Cloke2020-07-271-25/+30
* | Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-121-1/+3
* | Make AccessRules use the public rooms directory instead of checking a room's ...Andrew Morgan2020-09-181-18/+55
|/
* 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