summary refs log tree commit diff
path: root/docs/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix joining remote rooms when a `on_new_event` callback is registered (#16973)Quentin Gliech2024-03-061-0/+4
* Fix typoErik Johnston2023-12-131-1/+1
* Update book locationErik Johnston2023-12-132-3/+3
* More renamingErik Johnston2023-12-131-6/+6
* ModuleAPI SSO auth callbacks (#15207)Andrew Yasinishyn2023-12-011-0/+13
* Add new module API for adding custom fields to events `unsigned` section (#16...Erik Johnston2023-10-271-0/+32
* Clarify presence router docs. (#16529)Patrick Cloke2023-10-201-3/+11
* Add login spam checker API (#15838)Erik Johnston2023-06-261-0/+36
* Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-231-0/+3
* Delete pushers after calling on_logged_out module hook on device delete (#15410)Mathieu Velten2023-04-141-0/+3
* Update spam checker documentation for moved media modules. (#15175)Patrick Cloke2023-02-281-2/+2
* Add documentation for caching in a module (#14026)Brendan Abolivier2023-02-281-0/+56
* Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-271-1/+44
* Clarify the workers that the ThirdPartyRules' `on_new_event` callback will ru...Andrew Morgan2023-02-221-0/+3
* Fix broken links in the Synapse documentation. (#14744)reivilibre2023-01-051-3/+3
* Fix return value in example on `password_auth_provider_callbacks.md` (#13450)Dirk Klimpel2022-08-041-2/+2
* Fix version number in spam checker callbacks doc (#13047)Brendan Abolivier2022-06-141-6/+6
* Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret...David Teller2022-06-131-56/+134
* 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