You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse
Brendan Abolivier 8fd87739bf
Fix import in module_api module and docs on the new check_event_for_spam signature (#12918)
3 years ago
..
_scripts hash_password: raise an error if no config file is specified (#12789) 3 years ago
api Uniformize spam-checker API, part 2: check_event_for_spam (#12808) 3 years ago
app Reload cache factors from disk on SIGHUP (#12673) 3 years ago
appservice Update mypy to 0.950 and fix complaints (#12650) 3 years ago
config Add an option allowing users to use their password to reauthenticate even though password authentication is disabled. (#12883) 3 years ago
crypto Bump `black` and `click` versions (#12320) 3 years ago
events Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 3 years ago
federation Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 3 years ago
groups Reduce the number of "untyped defs" (#12716) 3 years ago
handlers Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 3 years ago
http Close `ijson` coroutines ourselves instead of letting the GC close them (#12875) 3 years ago
logging Another batch of type annotations (#12726) 3 years ago
metrics Add config flags to allow for cache auto-tuning (#12701) 3 years ago
module_api Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 3 years ago
push Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accept state filters and update calls where possible (#12791) 3 years ago
replication Send `USER_IP` commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands. (#12809) 3 years ago
res Fix Jinja templating error when generating thumbnail URLs. (#12510) 3 years ago
rest Improve URL previews by not including the content of media tags in the generated description. (#12887) 3 years ago
server_notices Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
spam_checker_api Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 3 years ago
state Refactor `resolve_state_groups_for_events` to not pull out full state when no state resolution happens. (#12775) 3 years ago
static
storage Prevent expired events from being filtered out when retention is disabled (#12611) 3 years ago
streams Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 3 years ago
util Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803) 3 years ago
__init__.py Dump setuptools; correct pyproject version number (#12478) 3 years ago
event_auth.py Add a new room version for MSC3787's knock+restricted join rule (#12623) 3 years ago
notifier.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
py.typed
server.py SpamChecker metrics (#12513) 3 years ago
types.py Prevent expired events from being filtered out when retention is disabled (#12611) 3 years ago
visibility.py Prevent expired events from being filtered out when retention is disabled (#12611) 3 years ago