MatrixSynapse/synapse
David Robertson 32a59a6495
Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672)
* Describe `insert_client_ip`
* Pull out client_ips and MAU tracking to BaseAuth
* Define HAS_AUTHLIB once in tests

sick of copypasting

* Track ips and token usage when delegating auth
* Test that we track MAU and user_ips
* Don't track `__oidc_admin`
2023-11-23 12:35:37 +00:00
..
_scripts Convert simple_select_one_txn and simple_select_one to return tuples. (#16612) 2023-11-09 11:13:31 -05:00
api Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672) 2023-11-23 12:35:37 +00:00
app Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
appservice
config Asynchronous Uploads (#15503) 2023-11-15 09:19:24 -05:00
crypto
events
federation Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
handlers Reduce task concurrency (#16656) 2023-11-17 13:14:26 +00:00
http Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
logging Do not call getfullargspec on every call. (#16589) 2023-10-31 20:16:17 +00:00
media Asynchronous Uploads (#15503) 2023-11-15 09:19:24 -05:00
metrics Support reactor timing metric on more reactors. (#16532) 2023-11-06 08:31:22 -05:00
module_api Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
push Collect information for PushRuleEvaluator in parallel. (#16590) 2023-11-06 15:41:57 -05:00
replication Also discard 'caches' and 'backfill' stream POSITIONS (#16655) 2023-11-17 14:14:29 +00:00
res
rest Enable refreshable tokens on the admin registration endpoint (#16642) 2023-11-22 15:01:09 +00:00
server_notices Admin API for server notice: consistently bypass rate limits (#16670) 2023-11-22 13:47:29 +00:00
spam_checker_api
state
static
storage Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672) 2023-11-23 12:35:37 +00:00
streams
types
util Speed up how quickly we launch new tasks (#16660) 2023-11-17 16:36:02 +00:00
__init__.py
_pydantic_compat.py
event_auth.py
notifier.py
py.typed
server.py
visibility.py