synapse-old/synapse/util
Mathieu Velten 501da8ecd8
Task scheduler: add replication notify for new task to launch ASAP (#16184)
2023-08-28 14:03:51 +00:00
..
caches Fix typechecking with twisted trunk (#16121) 2023-08-24 14:53:07 +00:00
__init__.py Document `looping_call()` functionality that will wait for the given function to finish before scheduling another (#15772) 2023-06-13 16:34:54 -05:00
async_helpers.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
batching_queue.py
cancellation.py
check_dependencies.py Remove support for Python 3.7 (#15851) 2023-07-05 18:45:42 -05:00
daemonize.py
distributor.py
file_consumer.py
frozenutils.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
gai_resolver.py
hash.py
httpresourcetree.py Respond with proper error responses on unknown paths. (#14621) 2022-12-08 11:37:05 -05:00
iterutils.py Process previously failed backfill events in the background (#15585) 2023-05-24 23:22:24 -05:00
linked_list.py
logcontext.py
logformatter.py
macaroons.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
manhole.py Attempt to fix twisted trunk (#16115) 2023-08-15 16:07:13 +00:00
metrics.py
module_loader.py Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615) 2023-05-18 11:11:30 +01:00
msisdn.py Clean up and clarify "Create or modify Account" Admin API documentation (#15544) 2023-05-05 15:51:46 +01:00
patch_inline_callbacks.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
ratelimitutils.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
retryutils.py Allow config of the backoff algorithm for the federation client. (#15754) 2023-08-03 14:36:55 -04:00
rlimit.py
rust.py
stringutils.py
task_scheduler.py Task scheduler: add replication notify for new task to launch ASAP (#16184) 2023-08-28 14:03:51 +00:00
templates.py
threepids.py
wheel_timer.py