0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-17 18:18:58 +02:00
synapse/tests/api
Jason Robinson 2560b1b6b2
Allow tracking puppeted users for MAU (#11561)
Currently when puppeting another user, the user doing the puppeting is
tracked for client IPs and MAU (if configured).

When tracking MAU is important, it becomes necessary to be possible to
also track the client IPs and MAU of puppeted users. As an example a
client that manages user creation and creation of tokens via the Synapse
admin API, passing those tokens for the client to use.

This PR adds optional configuration to enable tracking of puppeted users
into monthly active users. The default behaviour stays the same.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
2022-01-12 16:09:36 +00:00
..
__init__.py Test ratelimiter 2014-09-02 15:16:26 +01:00
test_auth.py Allow tracking puppeted users for MAU (#11561) 2022-01-12 16:09:36 +00:00
test_filtering.py Support filtering by relations per MSC3440 (#11236) 2021-11-09 08:10:58 -05:00
test_ratelimiting.py Correctly ratelimit invites when creating a room (#9968) 2021-05-12 16:05:28 +02:00