forked-synapse/synapse/api
Patrick Cloke ea75346f6a
Track presence state per-device and combine to a user state. (#16066)
Tracks presence on an individual per-device basis and combine
the per-device state into a per-user state. This should help in
situations where a user has multiple devices with conflicting status
(e.g. one is syncing with unavailable and one is syncing with online).

The tie-breaking is done by priority:

    BUSY > ONLINE > UNAVAILABLE > OFFLINE
2023-09-05 09:58:51 -04:00
..
auth Add an admin endpoint to allow authorizing server to signal token revocations (#16125) 2023-08-22 14:15:34 +00:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
auth_blocking.py Factor out an is_mine_server_name method (#15542) 2023-05-05 15:06:22 +01:00
constants.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
errors.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
filtering.py N + 3: Read from column full_user_id rather than user_id of tables profiles and user_filters (#15649) 2023-06-02 17:24:13 -07:00
presence.py Track presence state per-device and combine to a user state. (#16066) 2023-09-05 09:58:51 -04:00
ratelimiting.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
room_versions.py Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
urls.py Use servlets for /key/ endpoints. (#14229) 2022-10-20 11:32:47 -04:00