MatrixSynapse/synapse/config
Patrick Cloke 85e5f2dc25
Add a new module API to update user presence state. (#16544)
This adds a module API which allows a module to update a user's
presence state/status message. This is useful for controlling presence
from an external system.

To fully control presence from the module the presence.enabled config
parameter gains a new state of "untracked" which disables internal tracking
of presence changes via user actions, etc. Only updates from the module will
be persisted and sent down sync properly).
2023-10-26 15:11:24 -04:00
..
__init__.py
__main__.py
_base.py Use StrCollection in additional places. (#16301) 2023-09-13 07:57:19 -04:00
_base.pyi
_util.py Add support for pydantic v2 via pydantic.v1 compat module (#16332) 2023-09-25 15:19:08 +00:00
account_validity.py
api.py
appservice.py Bump ruff from 0.0.277 to 0.0.286 (#16198) 2023-08-29 09:41:43 -04:00
auth.py
background_updates.py
cache.py
captcha.py
cas.py Handle "registration_enabled" parameter for CAS (#16262) 2023-09-06 14:32:24 -04:00
consent.py
database.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
emailconfig.py
experimental.py Implement MSC4028: push all encrypted events. (#16361) 2023-09-26 11:52:19 -04:00
federation.py
homeserver.py
jwt.py
key.py
logger.py
metrics.py
modules.py
oembed.py Improve type hints for attrs classes (#16276) 2023-09-08 19:29:38 +01:00
oidc.py Add `client_secret_path` as alternative for `client_secret` for OIDC config (#16030) 2023-08-21 19:32:17 +00:00
password_auth_providers.py
push.py
ratelimiting.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
redis.py
registration.py Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) 2023-08-22 14:47:59 +00:00
repository.py
retention.py
room.py
room_directory.py
saml2.py
server.py Add a new module API to update user presence state. (#16544) 2023-10-26 15:11:24 -04:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00