summary refs log tree commit diff
path: root/docs/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-292-6/+77
* Make minor correction to type of auth_checkers callbacks (#11253)reivilibre2021-11-041-1/+1
* Make `check_event_allowed` module API callback not fail open (accept events) ...reivilibre2021-11-011-0/+8
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-1/+1
* Deprecate user_may_create_room_with_invites (#11206)Brendan Abolivier2021-11-011-36/+0
* Implement an `on_new_event` callback (#11126)Brendan Abolivier2021-10-261-0/+21
* Document the version of Synapse each module callback was introduced in (#11132)Brendan Abolivier2021-10-205-0/+44
* Document Synapse's behaviour when dealing with multiple modules (#11096)Brendan Abolivier2021-10-187-8/+153
* Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth2021-10-132-0/+156
* Add a spamchecker method to allow or deny 3pid invites (#10894)Brendan Abolivier2021-10-061-0/+35
* Add a spamchecker callback to allow or deny room joins (#10910)Brendan Abolivier2021-10-061-0/+15
* Add a spamchecker callback to allow or deny room creation based on invites (#...Brendan Abolivier2021-09-241-0/+29
* Fix #10837 by adding JSON encoding/decoding to the Module API example… (#10...Charles Wright2021-09-171-2/+2
* Improve the modules doc (#10758)Brendan Abolivier2021-09-087-0/+529