summary refs log tree commit diff
path: root/docs/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix import in module_api module and docs on the new check_event_for_spam sign...Brendan Abolivier2022-05-311-16/+15
* Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller2022-05-231-10/+17
* add SpamChecker callback for silently dropping inbound federated events (#12744)Jess Porter2022-05-231-0/+18
* Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-012-1/+107
* Add a callback to react to 3PID associations (#12302)Brendan Abolivier2022-03-311-0/+18
* Correct `check_username_for_spam` annotations and docs (#12246)David Robertson2022-03-181-4/+6
* Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-091-0/+43
* Add module callbacks called for reacting to deactivation status change and pr...Brendan Abolivier2022-03-011-0/+56
* Allow modules to set a display name on registration (#12009)Brendan Abolivier2022-02-171-4/+31
* Explain the meaning of spam checker callbacks' return values (#12003)David Robertson2022-02-161-13/+27
* Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-081-0/+19
* Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-041-1/+1
* Add a module callback to set username at registration (#11790)Brendan Abolivier2022-01-261-0/+62
* 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