Mon Dec 12 14:35:14 2022 UTC ()
chat/matrix-synapse: Update to 1.73.0

Synapse 1.73.0 (2022-12-06)
===========================

Please note that legacy Prometheus metric names have been removed in this release; see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.73/docs/upgrade.md#legacy-prometheus-metric-names-have-now-been-removed) for more details.

Features
--------

- Speed-up `/messages` with `filter_events_for_client`
  optimizations. ([\#14527](https://github.com/matrix-org/synapse/issues/14527))
- Improve DB performance by reducing amount of data that gets read in
  `device_lists_changes_in_room`. ([\#14534](https://github.com/matrix-org/synapse/issues/14534))
- Adds support for handling avatar in SSO OIDC login. Contributed by
  @ashfame. ([\#13917](https://github.com/matrix-org/synapse/issues/13917))
- Move MSC3030 `/timestamp_to_event` endpoints to stable `v1` location
  (`/_matrix/client/v1/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>`,
  `/_matrix/federation/v1/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>`). ([\#14471](https://github.com/matrix-org/synapse/issues/14471))
- Reduce database load of [Client-Server
  endpoints](https://spec.matrix.org/v1.5/client-server-api/#aggregations)
  which return bundled
  aggregations. ([\#14491](https://github.com/matrix-org/synapse/issues/14491),
  [\#14508](https://github.com/matrix-org/synapse/issues/14508),
  [\#14510](https://github.com/matrix-org/synapse/issues/14510))
- Add unstable support for an Extensible Events room version
  (`org.matrix.msc1767.10`) via
  [MSC1767](https://github.com/matrix-org/matrix-spec-proposals/pull/1767),
  [MSC3931](https://github.com/matrix-org/matrix-spec-proposals/pull/3931),
  [MSC3932](https://github.com/matrix-org/matrix-spec-proposals/pull/3932),
  and
  [MSC3933](https://github.com/matrix-org/matrix-spec-proposals/pull/3933).
  ([\#14520](https://github.com/matrix-org/synapse/issues/14520),
  [\#14521](https://github.com/matrix-org/synapse/issues/14521),
  [\#14524](https://github.com/matrix-org/synapse/issues/14524))
- Prune user's old devices on login if they have too
  many. ([\#14038](https://github.com/matrix-org/synapse/issues/14038),
  [\#14580](https://github.com/matrix-org/synapse/issues/14580))

Deprecations and Removals
-------------------------

- Remove legacy Prometheus metrics names. They were deprecated in
  Synapse v1.69.0 and disabled by default in Synapse
  v1.71.0. ([\#14538](https://github.com/matrix-org/synapse/issues/14538))


(gdt)
diff -r1.69 -r1.70 pkgsrc/chat/matrix-synapse/Makefile
diff -r1.38 -r1.39 pkgsrc/chat/matrix-synapse/PLIST
diff -r1.5 -r1.6 pkgsrc/chat/matrix-synapse/cargo-depends.mk
diff -r1.50 -r1.51 pkgsrc/chat/matrix-synapse/distinfo

cvs diff -r1.69 -r1.70 pkgsrc/chat/matrix-synapse/Makefile (switch to unified diff)

--- pkgsrc/chat/matrix-synapse/Makefile 2022/11/26 00:49:02 1.69
+++ pkgsrc/chat/matrix-synapse/Makefile 2022/12/12 14:35:14 1.70
@@ -1,130 +1,130 @@ @@ -1,130 +1,130 @@
1# $NetBSD: Makefile,v 1.69 2022/11/26 00:49:02 gdt Exp $ 1# $NetBSD: Makefile,v 1.70 2022/12/12 14:35:14 gdt Exp $
2 2
3DISTNAME= matrix-synapse-1.72.0 3DISTNAME= matrix-synapse-1.73.0
4CATEGORIES= chat 4CATEGORIES= chat
5MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
6GITHUB_PROJECT= synapse 6GITHUB_PROJECT= synapse
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= https://github.com/matrix-org/synapse/ 10HOMEPAGE= https://github.com/matrix-org/synapse/
11COMMENT= Reference homeserver for the Matrix decentralised comms protocol 11COMMENT= Reference homeserver for the Matrix decentralised comms protocol
12LICENSE= apache-2.0 12LICENSE= apache-2.0
13 13
14# Build tools: 14# Build tools:
15TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-[0-9]*:../../devel/py-poetry 15TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-[0-9]*:../../devel/py-poetry
16TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust-[0-9]*:../../devel/py-setuptools-rust 16TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust-[0-9]*:../../devel/py-setuptools-rust
17 17
18# Dependencies as defined by synapse's build system (in theory): 18# Dependencies as defined by synapse's build system (in theory):
19# \todo Go over poetry.lock 19# \todo Go over poetry.lock
20DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.0.7:../../security/py-asn1-modules 20DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.0.7:../../security/py-asn1-modules
21DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1 21DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1
22DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.9.1:../../devel/py-pydantic 22DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.9.1:../../devel/py-pydantic
23DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs 23DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
24DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.0:../../security/py-bcrypt 24DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.0:../../security/py-bcrypt
25DEPENDS+= ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach 25DEPENDS+= ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach
26DEPENDS+= ${PYPKGPREFIX}-canonicaljson>=1.4.0:../../devel/py-canonicaljson 26DEPENDS+= ${PYPKGPREFIX}-canonicaljson>=1.4.0:../../devel/py-canonicaljson
27DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses 27DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
28DEPENDS+= ${PYPKGPREFIX}-frozendict>=1:../../devel/py-frozendict 28DEPENDS+= ${PYPKGPREFIX}-frozendict>=1:../../devel/py-frozendict
29DEPENDS+= ${PYPKGPREFIX}-idna>=2.5:../../www/py-idna 29DEPENDS+= ${PYPKGPREFIX}-idna>=2.5:../../www/py-idna
30DEPENDS+= ${PYPKGPREFIX}-ijson>=3.0:../../devel/py-ijson 30DEPENDS+= ${PYPKGPREFIX}-ijson>=3.0:../../devel/py-ijson
31DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2 31DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
32DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3.0.0:../../textproc/py-jsonschema 32DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3.0.0:../../textproc/py-jsonschema
33DEPENDS+= ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml 33DEPENDS+= ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml
34DEPENDS+= ${PYPKGPREFIX}-macaroons>=0.13.0:../../devel/py-macaroons 34DEPENDS+= ${PYPKGPREFIX}-macaroons>=0.13.0:../../devel/py-macaroons
35DEPENDS+= ${PYPKGPREFIX}-matrix-common>=1.2.0:../../chat/py-matrix-common 35DEPENDS+= ${PYPKGPREFIX}-matrix-common>=1.2.0:../../chat/py-matrix-common
36DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack 36DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
37DEPENDS+= ${PYPKGPREFIX}-nacl>=1.2.1:../../security/py-nacl 37DEPENDS+= ${PYPKGPREFIX}-nacl>=1.2.1:../../security/py-nacl
38DEPENDS+= ${PYPKGPREFIX}-netaddr>=0.7.18:../../net/py-netaddr 38DEPENDS+= ${PYPKGPREFIX}-netaddr>=0.7.18:../../net/py-netaddr
39DEPENDS+= ${PYPKGPREFIX}-phonenumbers>=8.2.0:../../textproc/py-phonenumbers 39DEPENDS+= ${PYPKGPREFIX}-phonenumbers>=8.2.0:../../textproc/py-phonenumbers
40DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow 40DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
41DEPENDS+= ${PYPKGPREFIX}-prometheus_client>=0.4.0:../../net/py-prometheus_client 41DEPENDS+= ${PYPKGPREFIX}-prometheus_client>=0.4.0:../../net/py-prometheus_client
42DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2 42DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2
43DEPENDS+= ${PYPKGPREFIX}-service_identity>=18.1.0:../../security/py-service_identity 43DEPENDS+= ${PYPKGPREFIX}-service_identity>=18.1.0:../../security/py-service_identity
44DEPENDS+= ${PYPKGPREFIX}-signedjson>=1.1.0:../../security/py-signedjson 44DEPENDS+= ${PYPKGPREFIX}-signedjson>=1.1.0:../../security/py-signedjson
45DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=1.4.4:../../devel/py-sortedcontainers 45DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=1.4.4:../../devel/py-sortedcontainers
46# NB: synapse needs features missing in NetBSD base system sqlite, and probably 46# NB: synapse needs features missing in NetBSD base system sqlite, and probably
47# missing in other builds. 47# missing in other builds.
48DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 48DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
49DEPENDS+= ${PYPKGPREFIX}-treq>=15.1:../../devel/py-treq 49DEPENDS+= ${PYPKGPREFIX}-treq>=15.1:../../devel/py-treq
50DEPENDS+= ${PYPKGPREFIX}-twisted>=18.9.0:../../net/py-twisted 50DEPENDS+= ${PYPKGPREFIX}-twisted>=18.9.0:../../net/py-twisted
51DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions 51DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
52DEPENDS+= ${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../devel/py-unpaddedbase64 52DEPENDS+= ${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../devel/py-unpaddedbase64
53DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml 53DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
54TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized 54TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
55TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 55TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
56 56
57PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-unpaddedbase64 57PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-unpaddedbase64
58 58
59USE_LANGUAGES= c99 59USE_LANGUAGES= c99
60 60
61REPLACE_PYTHON+= synapse/_scripts/*.py 61REPLACE_PYTHON+= synapse/_scripts/*.py
62 62
63USE_TOOLS+= perl:run 63USE_TOOLS+= perl:run
64REPLACE_PERL+= scripts/sync_room_to_group.pl 64REPLACE_PERL+= scripts/sync_room_to_group.pl
65 65
66# Avoid the pyNN- prefix in config, doc, and so on. 66# Avoid the pyNN- prefix in config, doc, and so on.
67HUMAN_PKGNAME= matrix-synapse 67HUMAN_PKGNAME= matrix-synapse
68PKG_SYSCONFSUBDIR= ${HUMAN_PKGNAME} 68PKG_SYSCONFSUBDIR= ${HUMAN_PKGNAME}
69DOCDIR= ${PREFIX}/share/doc/${HUMAN_PKGNAME} 69DOCDIR= ${PREFIX}/share/doc/${HUMAN_PKGNAME}
70 70
71SYNAPSE_USER?= synapse 71SYNAPSE_USER?= synapse
72SYNAPSE_GROUP?= ${SYNAPSE_USER} 72SYNAPSE_GROUP?= ${SYNAPSE_USER}
73SYNAPSE_DATA?= ${VARBASE}/db/${HUMAN_PKGNAME} 73SYNAPSE_DATA?= ${VARBASE}/db/${HUMAN_PKGNAME}
74BUILD_DEFS+= SYNAPSE_USER SYNAPSE_GROUP SYNAPSE_DATA VARBASE 74BUILD_DEFS+= SYNAPSE_USER SYNAPSE_GROUP SYNAPSE_DATA VARBASE
75 75
76OWN_DIRS_PERMS+= ${SYNAPSE_DATA} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0770 76OWN_DIRS_PERMS+= ${SYNAPSE_DATA} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0770
77 77
78PKG_USERS_VARS= SYNAPSE_USER 78PKG_USERS_VARS= SYNAPSE_USER
79PKG_GROUPS_VARS= SYNAPSE_GROUP 79PKG_GROUPS_VARS= SYNAPSE_GROUP
80PKG_GROUPS= ${SYNAPSE_GROUP} 80PKG_GROUPS= ${SYNAPSE_GROUP}
81PKG_USERS= ${SYNAPSE_USER}:${SYNAPSE_GROUP} 81PKG_USERS= ${SYNAPSE_USER}:${SYNAPSE_GROUP}
82PKG_GECOS.${SYNAPSE_USER}= Synapse daemon user 82PKG_GECOS.${SYNAPSE_USER}= Synapse daemon user
83PKG_HOME.${SYNAPSE_USER}= ${SYNAPSE_DATA} 83PKG_HOME.${SYNAPSE_USER}= ${SYNAPSE_DATA}
84PKG_SHELL.${SYNAPSE_USER}= ${NOLOGIN} 84PKG_SHELL.${SYNAPSE_USER}= ${NOLOGIN}
85 85
86RCD_SCRIPTS= matrix-synapse 86RCD_SCRIPTS= matrix-synapse
87 87
88FILES_SUBST+= SYNAPSE_DATA=${SYNAPSE_DATA:Q} 88FILES_SUBST+= SYNAPSE_DATA=${SYNAPSE_DATA:Q}
89FILES_SUBST+= SYNAPSE_USER=${SYNAPSE_USER:Q} 89FILES_SUBST+= SYNAPSE_USER=${SYNAPSE_USER:Q}
90FILES_SUBST+= SYNAPSE_GROUP=${SYNAPSE_GROUP:Q} 90FILES_SUBST+= SYNAPSE_GROUP=${SYNAPSE_GROUP:Q}
91MESSAGE_SUBST+= PYTHONBIN=${PYTHONBIN:Q} 91MESSAGE_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
92MESSAGE_SUBST+= SYNAPSE_DATA=${SYNAPSE_DATA:Q} 92MESSAGE_SUBST+= SYNAPSE_DATA=${SYNAPSE_DATA:Q}
93 93
94SYNAPSE_DEFAULT_CREATOR_PL?= 100 94SYNAPSE_DEFAULT_CREATOR_PL?= 100
95SUBST_CLASSES+= pl 95SUBST_CLASSES+= pl
96SUBST_STAGE.pl= post-configure 96SUBST_STAGE.pl= post-configure
97SUBST_FILES.pl= synapse/handlers/room.py 97SUBST_FILES.pl= synapse/handlers/room.py
98SUBST_VARS.pl= SYNAPSE_DEFAULT_CREATOR_PL 98SUBST_VARS.pl= SYNAPSE_DEFAULT_CREATOR_PL
99 99
100BUILD_DEFS+= SYNAPSE_DEFAULT_CREATOR_PL 100BUILD_DEFS+= SYNAPSE_DEFAULT_CREATOR_PL
101 101
102post-patch: 102post-patch:
103 # Otherwise, this file is installed and pollutes PLIST. 103 # Otherwise, this file is installed and pollutes PLIST.
104 rm ${WRKSRC}/synapse/handlers/room.py.orig 104 rm ${WRKSRC}/synapse/handlers/room.py.orig
105 105
106post-install: 106post-install:
107 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} 107 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
108 ${INSTALL_DATA} files/README.pkgsrc.txt ${DESTDIR}${DOCDIR} 108 ${INSTALL_DATA} files/README.pkgsrc.txt ${DESTDIR}${DOCDIR}
109 ${INSTALL_DATA} files/README.pkgsrc.NetBSD.txt ${DESTDIR}${DOCDIR} 109 ${INSTALL_DATA} files/README.pkgsrc.NetBSD.txt ${DESTDIR}${DOCDIR}
110 110
111# \todo Grok upstream's new test scheme and port to it. 111# \todo Grok upstream's new test scheme and port to it.
112# test status as of 1.51.0 112# test status as of 1.51.0
113# 51 warnings, 1 error 113# 51 warnings, 1 error
114do-test: 114do-test:
115 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX} 115 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
116 116
117# guide says "Prepend .include "cargo-depends.mk" to any other .includes." 117# guide says "Prepend .include "cargo-depends.mk" to any other .includes."
118# To start: 118# To start:
119# make CARGO_ARGS="build --release" build && make print-cargo-depends > cargo-depends.mk 119# make CARGO_ARGS="build --release" build && make print-cargo-depends > cargo-depends.mk
120# To update: 120# To update:
121# make; make print-cargo-depends > cargo-depends.mk && make distinfo 121# make; make print-cargo-depends > cargo-depends.mk && make distinfo
122.include "cargo-depends.mk" 122.include "cargo-depends.mk"
123 123
124.include "../../lang/python/application.mk" 124.include "../../lang/python/application.mk"
125.include "../../lang/python/wheel.mk" 125.include "../../lang/python/wheel.mk"
126RUST_REQ= 1.51.0 126RUST_REQ= 1.51.0
127.include "../../lang/rust/cargo.mk" 127.include "../../lang/rust/cargo.mk"
128PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL 128PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL
129.include "../../lang/python/versioned_dependencies.mk" 129.include "../../lang/python/versioned_dependencies.mk"
130.include "../../mk/bsd.pkg.mk" 130.include "../../mk/bsd.pkg.mk"

cvs diff -r1.38 -r1.39 pkgsrc/chat/matrix-synapse/PLIST (switch to unified diff)

--- pkgsrc/chat/matrix-synapse/PLIST 2022/11/26 00:49:02 1.38
+++ pkgsrc/chat/matrix-synapse/PLIST 2022/12/12 14:35:14 1.39
@@ -1,1421 +1,1417 @@ @@ -1,1421 +1,1417 @@
1@comment $NetBSD: PLIST,v 1.38 2022/11/26 00:49:02 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.39 2022/12/12 14:35:14 gdt Exp $
2bin/export_signing_key 2bin/export_signing_key
3bin/generate_config 3bin/generate_config
4bin/generate_log_config 4bin/generate_log_config
5bin/generate_signing_key 5bin/generate_signing_key
6bin/hash_password 6bin/hash_password
7bin/register_new_matrix_user 7bin/register_new_matrix_user
8bin/synapse_homeserver 8bin/synapse_homeserver
9bin/synapse_port_db 9bin/synapse_port_db
10bin/synapse_review_recent_signups 10bin/synapse_review_recent_signups
11bin/synapse_worker 11bin/synapse_worker
12bin/synctl 12bin/synctl
13bin/update_synapse_database 13bin/update_synapse_database
14${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER 14${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
15${PYSITELIB}/${WHEEL_INFODIR}/LICENSE 15${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
16${PYSITELIB}/${WHEEL_INFODIR}/METADATA 16${PYSITELIB}/${WHEEL_INFODIR}/METADATA
17${PYSITELIB}/${WHEEL_INFODIR}/RECORD 17${PYSITELIB}/${WHEEL_INFODIR}/RECORD
18${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED 18${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
19${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 19${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
20${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json 20${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
21${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt 21${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
22${PYSITELIB}/synapse/__init__.py 22${PYSITELIB}/synapse/__init__.py
23${PYSITELIB}/synapse/__init__.pyc 23${PYSITELIB}/synapse/__init__.pyc
24${PYSITELIB}/synapse/_scripts/__init__.py 24${PYSITELIB}/synapse/_scripts/__init__.py
25${PYSITELIB}/synapse/_scripts/__init__.pyc 25${PYSITELIB}/synapse/_scripts/__init__.pyc
26${PYSITELIB}/synapse/_scripts/export_signing_key.py 26${PYSITELIB}/synapse/_scripts/export_signing_key.py
27${PYSITELIB}/synapse/_scripts/export_signing_key.pyc 27${PYSITELIB}/synapse/_scripts/export_signing_key.pyc
28${PYSITELIB}/synapse/_scripts/generate_config.py 28${PYSITELIB}/synapse/_scripts/generate_config.py
29${PYSITELIB}/synapse/_scripts/generate_config.pyc 29${PYSITELIB}/synapse/_scripts/generate_config.pyc
30${PYSITELIB}/synapse/_scripts/generate_log_config.py 30${PYSITELIB}/synapse/_scripts/generate_log_config.py
31${PYSITELIB}/synapse/_scripts/generate_log_config.pyc 31${PYSITELIB}/synapse/_scripts/generate_log_config.pyc
32${PYSITELIB}/synapse/_scripts/generate_signing_key.py 32${PYSITELIB}/synapse/_scripts/generate_signing_key.py
33${PYSITELIB}/synapse/_scripts/generate_signing_key.pyc 33${PYSITELIB}/synapse/_scripts/generate_signing_key.pyc
34${PYSITELIB}/synapse/_scripts/hash_password.py 34${PYSITELIB}/synapse/_scripts/hash_password.py
35${PYSITELIB}/synapse/_scripts/hash_password.pyc 35${PYSITELIB}/synapse/_scripts/hash_password.pyc
36${PYSITELIB}/synapse/_scripts/move_remote_media_to_new_store.py 36${PYSITELIB}/synapse/_scripts/move_remote_media_to_new_store.py
37${PYSITELIB}/synapse/_scripts/move_remote_media_to_new_store.pyc 37${PYSITELIB}/synapse/_scripts/move_remote_media_to_new_store.pyc
38${PYSITELIB}/synapse/_scripts/register_new_matrix_user.py 38${PYSITELIB}/synapse/_scripts/register_new_matrix_user.py
39${PYSITELIB}/synapse/_scripts/register_new_matrix_user.pyc 39${PYSITELIB}/synapse/_scripts/register_new_matrix_user.pyc
40${PYSITELIB}/synapse/_scripts/review_recent_signups.py 40${PYSITELIB}/synapse/_scripts/review_recent_signups.py
41${PYSITELIB}/synapse/_scripts/review_recent_signups.pyc 41${PYSITELIB}/synapse/_scripts/review_recent_signups.pyc
42${PYSITELIB}/synapse/_scripts/synapse_port_db.py 42${PYSITELIB}/synapse/_scripts/synapse_port_db.py
43${PYSITELIB}/synapse/_scripts/synapse_port_db.pyc 43${PYSITELIB}/synapse/_scripts/synapse_port_db.pyc
44${PYSITELIB}/synapse/_scripts/synctl.py 44${PYSITELIB}/synapse/_scripts/synctl.py
45${PYSITELIB}/synapse/_scripts/synctl.pyc 45${PYSITELIB}/synapse/_scripts/synctl.pyc
46${PYSITELIB}/synapse/_scripts/update_synapse_database.py 46${PYSITELIB}/synapse/_scripts/update_synapse_database.py
47${PYSITELIB}/synapse/_scripts/update_synapse_database.pyc 47${PYSITELIB}/synapse/_scripts/update_synapse_database.pyc
48${PYSITELIB}/synapse/api/__init__.py 48${PYSITELIB}/synapse/api/__init__.py
49${PYSITELIB}/synapse/api/__init__.pyc 49${PYSITELIB}/synapse/api/__init__.pyc
50${PYSITELIB}/synapse/api/auth.py 50${PYSITELIB}/synapse/api/auth.py
51${PYSITELIB}/synapse/api/auth.pyc 51${PYSITELIB}/synapse/api/auth.pyc
52${PYSITELIB}/synapse/api/auth_blocking.py 52${PYSITELIB}/synapse/api/auth_blocking.py
53${PYSITELIB}/synapse/api/auth_blocking.pyc 53${PYSITELIB}/synapse/api/auth_blocking.pyc
54${PYSITELIB}/synapse/api/constants.py 54${PYSITELIB}/synapse/api/constants.py
55${PYSITELIB}/synapse/api/constants.pyc 55${PYSITELIB}/synapse/api/constants.pyc
56${PYSITELIB}/synapse/api/errors.py 56${PYSITELIB}/synapse/api/errors.py
57${PYSITELIB}/synapse/api/errors.pyc 57${PYSITELIB}/synapse/api/errors.pyc
58${PYSITELIB}/synapse/api/filtering.py 58${PYSITELIB}/synapse/api/filtering.py
59${PYSITELIB}/synapse/api/filtering.pyc 59${PYSITELIB}/synapse/api/filtering.pyc
60${PYSITELIB}/synapse/api/presence.py 60${PYSITELIB}/synapse/api/presence.py
61${PYSITELIB}/synapse/api/presence.pyc 61${PYSITELIB}/synapse/api/presence.pyc
62${PYSITELIB}/synapse/api/ratelimiting.py 62${PYSITELIB}/synapse/api/ratelimiting.py
63${PYSITELIB}/synapse/api/ratelimiting.pyc 63${PYSITELIB}/synapse/api/ratelimiting.pyc
64${PYSITELIB}/synapse/api/room_versions.py 64${PYSITELIB}/synapse/api/room_versions.py
65${PYSITELIB}/synapse/api/room_versions.pyc 65${PYSITELIB}/synapse/api/room_versions.pyc
66${PYSITELIB}/synapse/api/urls.py 66${PYSITELIB}/synapse/api/urls.py
67${PYSITELIB}/synapse/api/urls.pyc 67${PYSITELIB}/synapse/api/urls.pyc
68${PYSITELIB}/synapse/app/__init__.py 68${PYSITELIB}/synapse/app/__init__.py
69${PYSITELIB}/synapse/app/__init__.pyc 69${PYSITELIB}/synapse/app/__init__.pyc
70${PYSITELIB}/synapse/app/_base.py 70${PYSITELIB}/synapse/app/_base.py
71${PYSITELIB}/synapse/app/_base.pyc 71${PYSITELIB}/synapse/app/_base.pyc
72${PYSITELIB}/synapse/app/admin_cmd.py 72${PYSITELIB}/synapse/app/admin_cmd.py
73${PYSITELIB}/synapse/app/admin_cmd.pyc 73${PYSITELIB}/synapse/app/admin_cmd.pyc
74${PYSITELIB}/synapse/app/appservice.py 74${PYSITELIB}/synapse/app/appservice.py
75${PYSITELIB}/synapse/app/appservice.pyc 75${PYSITELIB}/synapse/app/appservice.pyc
76${PYSITELIB}/synapse/app/client_reader.py 76${PYSITELIB}/synapse/app/client_reader.py
77${PYSITELIB}/synapse/app/client_reader.pyc 77${PYSITELIB}/synapse/app/client_reader.pyc
78${PYSITELIB}/synapse/app/complement_fork_starter.py 78${PYSITELIB}/synapse/app/complement_fork_starter.py
79${PYSITELIB}/synapse/app/complement_fork_starter.pyc 79${PYSITELIB}/synapse/app/complement_fork_starter.pyc
80${PYSITELIB}/synapse/app/event_creator.py 80${PYSITELIB}/synapse/app/event_creator.py
81${PYSITELIB}/synapse/app/event_creator.pyc 81${PYSITELIB}/synapse/app/event_creator.pyc
82${PYSITELIB}/synapse/app/federation_reader.py 82${PYSITELIB}/synapse/app/federation_reader.py
83${PYSITELIB}/synapse/app/federation_reader.pyc 83${PYSITELIB}/synapse/app/federation_reader.pyc
84${PYSITELIB}/synapse/app/federation_sender.py 84${PYSITELIB}/synapse/app/federation_sender.py
85${PYSITELIB}/synapse/app/federation_sender.pyc 85${PYSITELIB}/synapse/app/federation_sender.pyc
86${PYSITELIB}/synapse/app/frontend_proxy.py 86${PYSITELIB}/synapse/app/frontend_proxy.py
87${PYSITELIB}/synapse/app/frontend_proxy.pyc 87${PYSITELIB}/synapse/app/frontend_proxy.pyc
88${PYSITELIB}/synapse/app/generic_worker.py 88${PYSITELIB}/synapse/app/generic_worker.py
89${PYSITELIB}/synapse/app/generic_worker.pyc 89${PYSITELIB}/synapse/app/generic_worker.pyc
90${PYSITELIB}/synapse/app/homeserver.py 90${PYSITELIB}/synapse/app/homeserver.py
91${PYSITELIB}/synapse/app/homeserver.pyc 91${PYSITELIB}/synapse/app/homeserver.pyc
92${PYSITELIB}/synapse/app/media_repository.py 92${PYSITELIB}/synapse/app/media_repository.py
93${PYSITELIB}/synapse/app/media_repository.pyc 93${PYSITELIB}/synapse/app/media_repository.pyc
94${PYSITELIB}/synapse/app/phone_stats_home.py 94${PYSITELIB}/synapse/app/phone_stats_home.py
95${PYSITELIB}/synapse/app/phone_stats_home.pyc 95${PYSITELIB}/synapse/app/phone_stats_home.pyc
96${PYSITELIB}/synapse/app/pusher.py 96${PYSITELIB}/synapse/app/pusher.py
97${PYSITELIB}/synapse/app/pusher.pyc 97${PYSITELIB}/synapse/app/pusher.pyc
98${PYSITELIB}/synapse/app/synchrotron.py 98${PYSITELIB}/synapse/app/synchrotron.py
99${PYSITELIB}/synapse/app/synchrotron.pyc 99${PYSITELIB}/synapse/app/synchrotron.pyc
100${PYSITELIB}/synapse/app/user_dir.py 100${PYSITELIB}/synapse/app/user_dir.py
101${PYSITELIB}/synapse/app/user_dir.pyc 101${PYSITELIB}/synapse/app/user_dir.pyc
102${PYSITELIB}/synapse/appservice/__init__.py 102${PYSITELIB}/synapse/appservice/__init__.py
103${PYSITELIB}/synapse/appservice/__init__.pyc 103${PYSITELIB}/synapse/appservice/__init__.pyc
104${PYSITELIB}/synapse/appservice/api.py 104${PYSITELIB}/synapse/appservice/api.py
105${PYSITELIB}/synapse/appservice/api.pyc 105${PYSITELIB}/synapse/appservice/api.pyc
106${PYSITELIB}/synapse/appservice/scheduler.py 106${PYSITELIB}/synapse/appservice/scheduler.py
107${PYSITELIB}/synapse/appservice/scheduler.pyc 107${PYSITELIB}/synapse/appservice/scheduler.pyc
108${PYSITELIB}/synapse/config/__init__.py 108${PYSITELIB}/synapse/config/__init__.py
109${PYSITELIB}/synapse/config/__init__.pyc 109${PYSITELIB}/synapse/config/__init__.pyc
110${PYSITELIB}/synapse/config/__main__.py 110${PYSITELIB}/synapse/config/__main__.py
111${PYSITELIB}/synapse/config/__main__.pyc 111${PYSITELIB}/synapse/config/__main__.pyc
112${PYSITELIB}/synapse/config/_base.py 112${PYSITELIB}/synapse/config/_base.py
113${PYSITELIB}/synapse/config/_base.pyc 113${PYSITELIB}/synapse/config/_base.pyc
114${PYSITELIB}/synapse/config/_base.pyi 114${PYSITELIB}/synapse/config/_base.pyi
115${PYSITELIB}/synapse/config/_util.py 115${PYSITELIB}/synapse/config/_util.py
116${PYSITELIB}/synapse/config/_util.pyc 116${PYSITELIB}/synapse/config/_util.pyc
117${PYSITELIB}/synapse/config/account_validity.py 117${PYSITELIB}/synapse/config/account_validity.py
118${PYSITELIB}/synapse/config/account_validity.pyc 118${PYSITELIB}/synapse/config/account_validity.pyc
119${PYSITELIB}/synapse/config/api.py 119${PYSITELIB}/synapse/config/api.py
120${PYSITELIB}/synapse/config/api.pyc 120${PYSITELIB}/synapse/config/api.pyc
121${PYSITELIB}/synapse/config/appservice.py 121${PYSITELIB}/synapse/config/appservice.py
122${PYSITELIB}/synapse/config/appservice.pyc 122${PYSITELIB}/synapse/config/appservice.pyc
123${PYSITELIB}/synapse/config/auth.py 123${PYSITELIB}/synapse/config/auth.py
124${PYSITELIB}/synapse/config/auth.pyc 124${PYSITELIB}/synapse/config/auth.pyc
125${PYSITELIB}/synapse/config/background_updates.py 125${PYSITELIB}/synapse/config/background_updates.py
126${PYSITELIB}/synapse/config/background_updates.pyc 126${PYSITELIB}/synapse/config/background_updates.pyc
127${PYSITELIB}/synapse/config/cache.py 127${PYSITELIB}/synapse/config/cache.py
128${PYSITELIB}/synapse/config/cache.pyc 128${PYSITELIB}/synapse/config/cache.pyc
129${PYSITELIB}/synapse/config/captcha.py 129${PYSITELIB}/synapse/config/captcha.py
130${PYSITELIB}/synapse/config/captcha.pyc 130${PYSITELIB}/synapse/config/captcha.pyc
131${PYSITELIB}/synapse/config/cas.py 131${PYSITELIB}/synapse/config/cas.py
132${PYSITELIB}/synapse/config/cas.pyc 132${PYSITELIB}/synapse/config/cas.pyc
133${PYSITELIB}/synapse/config/consent.py 133${PYSITELIB}/synapse/config/consent.py
134${PYSITELIB}/synapse/config/consent.pyc 134${PYSITELIB}/synapse/config/consent.pyc
135${PYSITELIB}/synapse/config/database.py 135${PYSITELIB}/synapse/config/database.py
136${PYSITELIB}/synapse/config/database.pyc 136${PYSITELIB}/synapse/config/database.pyc
137${PYSITELIB}/synapse/config/emailconfig.py 137${PYSITELIB}/synapse/config/emailconfig.py
138${PYSITELIB}/synapse/config/emailconfig.pyc 138${PYSITELIB}/synapse/config/emailconfig.pyc
139${PYSITELIB}/synapse/config/experimental.py 139${PYSITELIB}/synapse/config/experimental.py
140${PYSITELIB}/synapse/config/experimental.pyc 140${PYSITELIB}/synapse/config/experimental.pyc
141${PYSITELIB}/synapse/config/federation.py 141${PYSITELIB}/synapse/config/federation.py
142${PYSITELIB}/synapse/config/federation.pyc 142${PYSITELIB}/synapse/config/federation.pyc
143${PYSITELIB}/synapse/config/homeserver.py 143${PYSITELIB}/synapse/config/homeserver.py
144${PYSITELIB}/synapse/config/homeserver.pyc 144${PYSITELIB}/synapse/config/homeserver.pyc
145${PYSITELIB}/synapse/config/jwt.py 145${PYSITELIB}/synapse/config/jwt.py
146${PYSITELIB}/synapse/config/jwt.pyc 146${PYSITELIB}/synapse/config/jwt.pyc
147${PYSITELIB}/synapse/config/key.py 147${PYSITELIB}/synapse/config/key.py
148${PYSITELIB}/synapse/config/key.pyc 148${PYSITELIB}/synapse/config/key.pyc
149${PYSITELIB}/synapse/config/logger.py 149${PYSITELIB}/synapse/config/logger.py
150${PYSITELIB}/synapse/config/logger.pyc 150${PYSITELIB}/synapse/config/logger.pyc
151${PYSITELIB}/synapse/config/metrics.py 151${PYSITELIB}/synapse/config/metrics.py
152${PYSITELIB}/synapse/config/metrics.pyc 152${PYSITELIB}/synapse/config/metrics.pyc
153${PYSITELIB}/synapse/config/modules.py 153${PYSITELIB}/synapse/config/modules.py
154${PYSITELIB}/synapse/config/modules.pyc 154${PYSITELIB}/synapse/config/modules.pyc
155${PYSITELIB}/synapse/config/oembed.py 155${PYSITELIB}/synapse/config/oembed.py
156${PYSITELIB}/synapse/config/oembed.pyc 156${PYSITELIB}/synapse/config/oembed.pyc
157${PYSITELIB}/synapse/config/oidc.py 157${PYSITELIB}/synapse/config/oidc.py
158${PYSITELIB}/synapse/config/oidc.pyc 158${PYSITELIB}/synapse/config/oidc.pyc
159${PYSITELIB}/synapse/config/password_auth_providers.py 159${PYSITELIB}/synapse/config/password_auth_providers.py
160${PYSITELIB}/synapse/config/password_auth_providers.pyc 160${PYSITELIB}/synapse/config/password_auth_providers.pyc
161${PYSITELIB}/synapse/config/push.py 161${PYSITELIB}/synapse/config/push.py
162${PYSITELIB}/synapse/config/push.pyc 162${PYSITELIB}/synapse/config/push.pyc
163${PYSITELIB}/synapse/config/ratelimiting.py 163${PYSITELIB}/synapse/config/ratelimiting.py
164${PYSITELIB}/synapse/config/ratelimiting.pyc 164${PYSITELIB}/synapse/config/ratelimiting.pyc
165${PYSITELIB}/synapse/config/redis.py 165${PYSITELIB}/synapse/config/redis.py
166${PYSITELIB}/synapse/config/redis.pyc 166${PYSITELIB}/synapse/config/redis.pyc
167${PYSITELIB}/synapse/config/registration.py 167${PYSITELIB}/synapse/config/registration.py
168${PYSITELIB}/synapse/config/registration.pyc 168${PYSITELIB}/synapse/config/registration.pyc
169${PYSITELIB}/synapse/config/repository.py 169${PYSITELIB}/synapse/config/repository.py
170${PYSITELIB}/synapse/config/repository.pyc 170${PYSITELIB}/synapse/config/repository.pyc
171${PYSITELIB}/synapse/config/retention.py 171${PYSITELIB}/synapse/config/retention.py
172${PYSITELIB}/synapse/config/retention.pyc 172${PYSITELIB}/synapse/config/retention.pyc
173${PYSITELIB}/synapse/config/room.py 173${PYSITELIB}/synapse/config/room.py
174${PYSITELIB}/synapse/config/room.pyc 174${PYSITELIB}/synapse/config/room.pyc
175${PYSITELIB}/synapse/config/room_directory.py 175${PYSITELIB}/synapse/config/room_directory.py
176${PYSITELIB}/synapse/config/room_directory.pyc 176${PYSITELIB}/synapse/config/room_directory.pyc
177${PYSITELIB}/synapse/config/saml2.py 177${PYSITELIB}/synapse/config/saml2.py
178${PYSITELIB}/synapse/config/saml2.pyc 178${PYSITELIB}/synapse/config/saml2.pyc
179${PYSITELIB}/synapse/config/server.py 179${PYSITELIB}/synapse/config/server.py
180${PYSITELIB}/synapse/config/server.pyc 180${PYSITELIB}/synapse/config/server.pyc
181${PYSITELIB}/synapse/config/server_notices.py 181${PYSITELIB}/synapse/config/server_notices.py
182${PYSITELIB}/synapse/config/server_notices.pyc 182${PYSITELIB}/synapse/config/server_notices.pyc
183${PYSITELIB}/synapse/config/spam_checker.py 183${PYSITELIB}/synapse/config/spam_checker.py
184${PYSITELIB}/synapse/config/spam_checker.pyc 184${PYSITELIB}/synapse/config/spam_checker.pyc
185${PYSITELIB}/synapse/config/sso.py 185${PYSITELIB}/synapse/config/sso.py
186${PYSITELIB}/synapse/config/sso.pyc 186${PYSITELIB}/synapse/config/sso.pyc
187${PYSITELIB}/synapse/config/stats.py 187${PYSITELIB}/synapse/config/stats.py
188${PYSITELIB}/synapse/config/stats.pyc 188${PYSITELIB}/synapse/config/stats.pyc
189${PYSITELIB}/synapse/config/third_party_event_rules.py 189${PYSITELIB}/synapse/config/third_party_event_rules.py
190${PYSITELIB}/synapse/config/third_party_event_rules.pyc 190${PYSITELIB}/synapse/config/third_party_event_rules.pyc
191${PYSITELIB}/synapse/config/tls.py 191${PYSITELIB}/synapse/config/tls.py
192${PYSITELIB}/synapse/config/tls.pyc 192${PYSITELIB}/synapse/config/tls.pyc
193${PYSITELIB}/synapse/config/tracer.py 193${PYSITELIB}/synapse/config/tracer.py
194${PYSITELIB}/synapse/config/tracer.pyc 194${PYSITELIB}/synapse/config/tracer.pyc
195${PYSITELIB}/synapse/config/user_directory.py 195${PYSITELIB}/synapse/config/user_directory.py
196${PYSITELIB}/synapse/config/user_directory.pyc 196${PYSITELIB}/synapse/config/user_directory.pyc
197${PYSITELIB}/synapse/config/voip.py 197${PYSITELIB}/synapse/config/voip.py
198${PYSITELIB}/synapse/config/voip.pyc 198${PYSITELIB}/synapse/config/voip.pyc
199${PYSITELIB}/synapse/config/workers.py 199${PYSITELIB}/synapse/config/workers.py
200${PYSITELIB}/synapse/config/workers.pyc 200${PYSITELIB}/synapse/config/workers.pyc
201${PYSITELIB}/synapse/crypto/__init__.py 201${PYSITELIB}/synapse/crypto/__init__.py
202${PYSITELIB}/synapse/crypto/__init__.pyc 202${PYSITELIB}/synapse/crypto/__init__.pyc
203${PYSITELIB}/synapse/crypto/context_factory.py 203${PYSITELIB}/synapse/crypto/context_factory.py
204${PYSITELIB}/synapse/crypto/context_factory.pyc 204${PYSITELIB}/synapse/crypto/context_factory.pyc
205${PYSITELIB}/synapse/crypto/event_signing.py 205${PYSITELIB}/synapse/crypto/event_signing.py
206${PYSITELIB}/synapse/crypto/event_signing.pyc 206${PYSITELIB}/synapse/crypto/event_signing.pyc
207${PYSITELIB}/synapse/crypto/keyring.py 207${PYSITELIB}/synapse/crypto/keyring.py
208${PYSITELIB}/synapse/crypto/keyring.pyc 208${PYSITELIB}/synapse/crypto/keyring.pyc
209${PYSITELIB}/synapse/event_auth.py 209${PYSITELIB}/synapse/event_auth.py
210${PYSITELIB}/synapse/event_auth.pyc 210${PYSITELIB}/synapse/event_auth.pyc
211${PYSITELIB}/synapse/events/__init__.py 211${PYSITELIB}/synapse/events/__init__.py
212${PYSITELIB}/synapse/events/__init__.pyc 212${PYSITELIB}/synapse/events/__init__.pyc
213${PYSITELIB}/synapse/events/builder.py 213${PYSITELIB}/synapse/events/builder.py
214${PYSITELIB}/synapse/events/builder.pyc 214${PYSITELIB}/synapse/events/builder.pyc
215${PYSITELIB}/synapse/events/presence_router.py 215${PYSITELIB}/synapse/events/presence_router.py
216${PYSITELIB}/synapse/events/presence_router.pyc 216${PYSITELIB}/synapse/events/presence_router.pyc
217${PYSITELIB}/synapse/events/snapshot.py 217${PYSITELIB}/synapse/events/snapshot.py
218${PYSITELIB}/synapse/events/snapshot.pyc 218${PYSITELIB}/synapse/events/snapshot.pyc
219${PYSITELIB}/synapse/events/spamcheck.py 219${PYSITELIB}/synapse/events/spamcheck.py
220${PYSITELIB}/synapse/events/spamcheck.pyc 220${PYSITELIB}/synapse/events/spamcheck.pyc
221${PYSITELIB}/synapse/events/third_party_rules.py 221${PYSITELIB}/synapse/events/third_party_rules.py
222${PYSITELIB}/synapse/events/third_party_rules.pyc 222${PYSITELIB}/synapse/events/third_party_rules.pyc
223${PYSITELIB}/synapse/events/utils.py 223${PYSITELIB}/synapse/events/utils.py
224${PYSITELIB}/synapse/events/utils.pyc 224${PYSITELIB}/synapse/events/utils.pyc
225${PYSITELIB}/synapse/events/validator.py 225${PYSITELIB}/synapse/events/validator.py
226${PYSITELIB}/synapse/events/validator.pyc 226${PYSITELIB}/synapse/events/validator.pyc
227${PYSITELIB}/synapse/federation/__init__.py 227${PYSITELIB}/synapse/federation/__init__.py
228${PYSITELIB}/synapse/federation/__init__.pyc 228${PYSITELIB}/synapse/federation/__init__.pyc
229${PYSITELIB}/synapse/federation/federation_base.py 229${PYSITELIB}/synapse/federation/federation_base.py
230${PYSITELIB}/synapse/federation/federation_base.pyc 230${PYSITELIB}/synapse/federation/federation_base.pyc
231${PYSITELIB}/synapse/federation/federation_client.py 231${PYSITELIB}/synapse/federation/federation_client.py
232${PYSITELIB}/synapse/federation/federation_client.pyc 232${PYSITELIB}/synapse/federation/federation_client.pyc
233${PYSITELIB}/synapse/federation/federation_server.py 233${PYSITELIB}/synapse/federation/federation_server.py
234${PYSITELIB}/synapse/federation/federation_server.pyc 234${PYSITELIB}/synapse/federation/federation_server.pyc
235${PYSITELIB}/synapse/federation/persistence.py 235${PYSITELIB}/synapse/federation/persistence.py
236${PYSITELIB}/synapse/federation/persistence.pyc 236${PYSITELIB}/synapse/federation/persistence.pyc
237${PYSITELIB}/synapse/federation/send_queue.py 237${PYSITELIB}/synapse/federation/send_queue.py
238${PYSITELIB}/synapse/federation/send_queue.pyc 238${PYSITELIB}/synapse/federation/send_queue.pyc
239${PYSITELIB}/synapse/federation/sender/__init__.py 239${PYSITELIB}/synapse/federation/sender/__init__.py
240${PYSITELIB}/synapse/federation/sender/__init__.pyc 240${PYSITELIB}/synapse/federation/sender/__init__.pyc
241${PYSITELIB}/synapse/federation/sender/per_destination_queue.py 241${PYSITELIB}/synapse/federation/sender/per_destination_queue.py
242${PYSITELIB}/synapse/federation/sender/per_destination_queue.pyc 242${PYSITELIB}/synapse/federation/sender/per_destination_queue.pyc
243${PYSITELIB}/synapse/federation/sender/transaction_manager.py 243${PYSITELIB}/synapse/federation/sender/transaction_manager.py
244${PYSITELIB}/synapse/federation/sender/transaction_manager.pyc 244${PYSITELIB}/synapse/federation/sender/transaction_manager.pyc
245${PYSITELIB}/synapse/federation/transport/__init__.py 245${PYSITELIB}/synapse/federation/transport/__init__.py
246${PYSITELIB}/synapse/federation/transport/__init__.pyc 246${PYSITELIB}/synapse/federation/transport/__init__.pyc
247${PYSITELIB}/synapse/federation/transport/client.py 247${PYSITELIB}/synapse/federation/transport/client.py
248${PYSITELIB}/synapse/federation/transport/client.pyc 248${PYSITELIB}/synapse/federation/transport/client.pyc
249${PYSITELIB}/synapse/federation/transport/server/__init__.py 249${PYSITELIB}/synapse/federation/transport/server/__init__.py
250${PYSITELIB}/synapse/federation/transport/server/__init__.pyc 250${PYSITELIB}/synapse/federation/transport/server/__init__.pyc
251${PYSITELIB}/synapse/federation/transport/server/_base.py 251${PYSITELIB}/synapse/federation/transport/server/_base.py
252${PYSITELIB}/synapse/federation/transport/server/_base.pyc 252${PYSITELIB}/synapse/federation/transport/server/_base.pyc
253${PYSITELIB}/synapse/federation/transport/server/federation.py 253${PYSITELIB}/synapse/federation/transport/server/federation.py
254${PYSITELIB}/synapse/federation/transport/server/federation.pyc 254${PYSITELIB}/synapse/federation/transport/server/federation.pyc
255${PYSITELIB}/synapse/federation/units.py 255${PYSITELIB}/synapse/federation/units.py
256${PYSITELIB}/synapse/federation/units.pyc 256${PYSITELIB}/synapse/federation/units.pyc
257${PYSITELIB}/synapse/handlers/__init__.py 257${PYSITELIB}/synapse/handlers/__init__.py
258${PYSITELIB}/synapse/handlers/__init__.pyc 258${PYSITELIB}/synapse/handlers/__init__.pyc
259${PYSITELIB}/synapse/handlers/account.py 259${PYSITELIB}/synapse/handlers/account.py
260${PYSITELIB}/synapse/handlers/account.pyc 260${PYSITELIB}/synapse/handlers/account.pyc
261${PYSITELIB}/synapse/handlers/account_data.py 261${PYSITELIB}/synapse/handlers/account_data.py
262${PYSITELIB}/synapse/handlers/account_data.pyc 262${PYSITELIB}/synapse/handlers/account_data.pyc
263${PYSITELIB}/synapse/handlers/account_validity.py 263${PYSITELIB}/synapse/handlers/account_validity.py
264${PYSITELIB}/synapse/handlers/account_validity.pyc 264${PYSITELIB}/synapse/handlers/account_validity.pyc
265${PYSITELIB}/synapse/handlers/admin.py 265${PYSITELIB}/synapse/handlers/admin.py
266${PYSITELIB}/synapse/handlers/admin.pyc 266${PYSITELIB}/synapse/handlers/admin.pyc
267${PYSITELIB}/synapse/handlers/appservice.py 267${PYSITELIB}/synapse/handlers/appservice.py
268${PYSITELIB}/synapse/handlers/appservice.pyc 268${PYSITELIB}/synapse/handlers/appservice.pyc
269${PYSITELIB}/synapse/handlers/auth.py 269${PYSITELIB}/synapse/handlers/auth.py
270${PYSITELIB}/synapse/handlers/auth.pyc 270${PYSITELIB}/synapse/handlers/auth.pyc
271${PYSITELIB}/synapse/handlers/cas.py 271${PYSITELIB}/synapse/handlers/cas.py
272${PYSITELIB}/synapse/handlers/cas.pyc 272${PYSITELIB}/synapse/handlers/cas.pyc
273${PYSITELIB}/synapse/handlers/deactivate_account.py 273${PYSITELIB}/synapse/handlers/deactivate_account.py
274${PYSITELIB}/synapse/handlers/deactivate_account.pyc 274${PYSITELIB}/synapse/handlers/deactivate_account.pyc
275${PYSITELIB}/synapse/handlers/device.py 275${PYSITELIB}/synapse/handlers/device.py
276${PYSITELIB}/synapse/handlers/device.pyc 276${PYSITELIB}/synapse/handlers/device.pyc
277${PYSITELIB}/synapse/handlers/devicemessage.py 277${PYSITELIB}/synapse/handlers/devicemessage.py
278${PYSITELIB}/synapse/handlers/devicemessage.pyc 278${PYSITELIB}/synapse/handlers/devicemessage.pyc
279${PYSITELIB}/synapse/handlers/directory.py 279${PYSITELIB}/synapse/handlers/directory.py
280${PYSITELIB}/synapse/handlers/directory.pyc 280${PYSITELIB}/synapse/handlers/directory.pyc
281${PYSITELIB}/synapse/handlers/e2e_keys.py 281${PYSITELIB}/synapse/handlers/e2e_keys.py
282${PYSITELIB}/synapse/handlers/e2e_keys.pyc 282${PYSITELIB}/synapse/handlers/e2e_keys.pyc
283${PYSITELIB}/synapse/handlers/e2e_room_keys.py 283${PYSITELIB}/synapse/handlers/e2e_room_keys.py
284${PYSITELIB}/synapse/handlers/e2e_room_keys.pyc 284${PYSITELIB}/synapse/handlers/e2e_room_keys.pyc
285${PYSITELIB}/synapse/handlers/event_auth.py 285${PYSITELIB}/synapse/handlers/event_auth.py
286${PYSITELIB}/synapse/handlers/event_auth.pyc 286${PYSITELIB}/synapse/handlers/event_auth.pyc
287${PYSITELIB}/synapse/handlers/events.py 287${PYSITELIB}/synapse/handlers/events.py
288${PYSITELIB}/synapse/handlers/events.pyc 288${PYSITELIB}/synapse/handlers/events.pyc
289${PYSITELIB}/synapse/handlers/federation.py 289${PYSITELIB}/synapse/handlers/federation.py
290${PYSITELIB}/synapse/handlers/federation.pyc 290${PYSITELIB}/synapse/handlers/federation.pyc
291${PYSITELIB}/synapse/handlers/federation_event.py 291${PYSITELIB}/synapse/handlers/federation_event.py
292${PYSITELIB}/synapse/handlers/federation_event.pyc 292${PYSITELIB}/synapse/handlers/federation_event.pyc
293${PYSITELIB}/synapse/handlers/identity.py 293${PYSITELIB}/synapse/handlers/identity.py
294${PYSITELIB}/synapse/handlers/identity.pyc 294${PYSITELIB}/synapse/handlers/identity.pyc
295${PYSITELIB}/synapse/handlers/initial_sync.py 295${PYSITELIB}/synapse/handlers/initial_sync.py
296${PYSITELIB}/synapse/handlers/initial_sync.pyc 296${PYSITELIB}/synapse/handlers/initial_sync.pyc
297${PYSITELIB}/synapse/handlers/message.py 297${PYSITELIB}/synapse/handlers/message.py
298${PYSITELIB}/synapse/handlers/message.pyc 298${PYSITELIB}/synapse/handlers/message.pyc
299${PYSITELIB}/synapse/handlers/oidc.py 299${PYSITELIB}/synapse/handlers/oidc.py
300${PYSITELIB}/synapse/handlers/oidc.pyc 300${PYSITELIB}/synapse/handlers/oidc.pyc
301${PYSITELIB}/synapse/handlers/pagination.py 301${PYSITELIB}/synapse/handlers/pagination.py
302${PYSITELIB}/synapse/handlers/pagination.pyc 302${PYSITELIB}/synapse/handlers/pagination.pyc
303${PYSITELIB}/synapse/handlers/password_policy.py 303${PYSITELIB}/synapse/handlers/password_policy.py
304${PYSITELIB}/synapse/handlers/password_policy.pyc 304${PYSITELIB}/synapse/handlers/password_policy.pyc
305${PYSITELIB}/synapse/handlers/presence.py 305${PYSITELIB}/synapse/handlers/presence.py
306${PYSITELIB}/synapse/handlers/presence.pyc 306${PYSITELIB}/synapse/handlers/presence.pyc
307${PYSITELIB}/synapse/handlers/profile.py 307${PYSITELIB}/synapse/handlers/profile.py
308${PYSITELIB}/synapse/handlers/profile.pyc 308${PYSITELIB}/synapse/handlers/profile.pyc
309${PYSITELIB}/synapse/handlers/push_rules.py 309${PYSITELIB}/synapse/handlers/push_rules.py
310${PYSITELIB}/synapse/handlers/push_rules.pyc 310${PYSITELIB}/synapse/handlers/push_rules.pyc
311${PYSITELIB}/synapse/handlers/read_marker.py 311${PYSITELIB}/synapse/handlers/read_marker.py
312${PYSITELIB}/synapse/handlers/read_marker.pyc 312${PYSITELIB}/synapse/handlers/read_marker.pyc
313${PYSITELIB}/synapse/handlers/receipts.py 313${PYSITELIB}/synapse/handlers/receipts.py
314${PYSITELIB}/synapse/handlers/receipts.pyc 314${PYSITELIB}/synapse/handlers/receipts.pyc
315${PYSITELIB}/synapse/handlers/register.py 315${PYSITELIB}/synapse/handlers/register.py
316${PYSITELIB}/synapse/handlers/register.pyc 316${PYSITELIB}/synapse/handlers/register.pyc
317${PYSITELIB}/synapse/handlers/relations.py 317${PYSITELIB}/synapse/handlers/relations.py
318${PYSITELIB}/synapse/handlers/relations.pyc 318${PYSITELIB}/synapse/handlers/relations.pyc
319${PYSITELIB}/synapse/handlers/room.py 319${PYSITELIB}/synapse/handlers/room.py
320${PYSITELIB}/synapse/handlers/room.pyc 320${PYSITELIB}/synapse/handlers/room.pyc
321${PYSITELIB}/synapse/handlers/room_batch.py 321${PYSITELIB}/synapse/handlers/room_batch.py
322${PYSITELIB}/synapse/handlers/room_batch.pyc 322${PYSITELIB}/synapse/handlers/room_batch.pyc
323${PYSITELIB}/synapse/handlers/room_list.py 323${PYSITELIB}/synapse/handlers/room_list.py
324${PYSITELIB}/synapse/handlers/room_list.pyc 324${PYSITELIB}/synapse/handlers/room_list.pyc
325${PYSITELIB}/synapse/handlers/room_member.py 325${PYSITELIB}/synapse/handlers/room_member.py
326${PYSITELIB}/synapse/handlers/room_member.pyc 326${PYSITELIB}/synapse/handlers/room_member.pyc
327${PYSITELIB}/synapse/handlers/room_member_worker.py 327${PYSITELIB}/synapse/handlers/room_member_worker.py
328${PYSITELIB}/synapse/handlers/room_member_worker.pyc 328${PYSITELIB}/synapse/handlers/room_member_worker.pyc
329${PYSITELIB}/synapse/handlers/room_summary.py 329${PYSITELIB}/synapse/handlers/room_summary.py
330${PYSITELIB}/synapse/handlers/room_summary.pyc 330${PYSITELIB}/synapse/handlers/room_summary.pyc
331${PYSITELIB}/synapse/handlers/saml.py 331${PYSITELIB}/synapse/handlers/saml.py
332${PYSITELIB}/synapse/handlers/saml.pyc 332${PYSITELIB}/synapse/handlers/saml.pyc
333${PYSITELIB}/synapse/handlers/search.py 333${PYSITELIB}/synapse/handlers/search.py
334${PYSITELIB}/synapse/handlers/search.pyc 334${PYSITELIB}/synapse/handlers/search.pyc
335${PYSITELIB}/synapse/handlers/send_email.py 335${PYSITELIB}/synapse/handlers/send_email.py
336${PYSITELIB}/synapse/handlers/send_email.pyc 336${PYSITELIB}/synapse/handlers/send_email.pyc
337${PYSITELIB}/synapse/handlers/set_password.py 337${PYSITELIB}/synapse/handlers/set_password.py
338${PYSITELIB}/synapse/handlers/set_password.pyc 338${PYSITELIB}/synapse/handlers/set_password.pyc
339${PYSITELIB}/synapse/handlers/sso.py 339${PYSITELIB}/synapse/handlers/sso.py
340${PYSITELIB}/synapse/handlers/sso.pyc 340${PYSITELIB}/synapse/handlers/sso.pyc
341${PYSITELIB}/synapse/handlers/state_deltas.py 341${PYSITELIB}/synapse/handlers/state_deltas.py
342${PYSITELIB}/synapse/handlers/state_deltas.pyc 342${PYSITELIB}/synapse/handlers/state_deltas.pyc
343${PYSITELIB}/synapse/handlers/stats.py 343${PYSITELIB}/synapse/handlers/stats.py
344${PYSITELIB}/synapse/handlers/stats.pyc 344${PYSITELIB}/synapse/handlers/stats.pyc
345${PYSITELIB}/synapse/handlers/sync.py 345${PYSITELIB}/synapse/handlers/sync.py
346${PYSITELIB}/synapse/handlers/sync.pyc 346${PYSITELIB}/synapse/handlers/sync.pyc
347${PYSITELIB}/synapse/handlers/typing.py 347${PYSITELIB}/synapse/handlers/typing.py
348${PYSITELIB}/synapse/handlers/typing.pyc 348${PYSITELIB}/synapse/handlers/typing.pyc
349${PYSITELIB}/synapse/handlers/ui_auth/__init__.py 349${PYSITELIB}/synapse/handlers/ui_auth/__init__.py
350${PYSITELIB}/synapse/handlers/ui_auth/__init__.pyc 350${PYSITELIB}/synapse/handlers/ui_auth/__init__.pyc
351${PYSITELIB}/synapse/handlers/ui_auth/checkers.py 351${PYSITELIB}/synapse/handlers/ui_auth/checkers.py
352${PYSITELIB}/synapse/handlers/ui_auth/checkers.pyc 352${PYSITELIB}/synapse/handlers/ui_auth/checkers.pyc
353${PYSITELIB}/synapse/handlers/user_directory.py 353${PYSITELIB}/synapse/handlers/user_directory.py
354${PYSITELIB}/synapse/handlers/user_directory.pyc 354${PYSITELIB}/synapse/handlers/user_directory.pyc
355${PYSITELIB}/synapse/http/__init__.py 355${PYSITELIB}/synapse/http/__init__.py
356${PYSITELIB}/synapse/http/__init__.pyc 356${PYSITELIB}/synapse/http/__init__.pyc
357${PYSITELIB}/synapse/http/additional_resource.py 357${PYSITELIB}/synapse/http/additional_resource.py
358${PYSITELIB}/synapse/http/additional_resource.pyc 358${PYSITELIB}/synapse/http/additional_resource.pyc
359${PYSITELIB}/synapse/http/client.py 359${PYSITELIB}/synapse/http/client.py
360${PYSITELIB}/synapse/http/client.pyc 360${PYSITELIB}/synapse/http/client.pyc
361${PYSITELIB}/synapse/http/connectproxyclient.py 361${PYSITELIB}/synapse/http/connectproxyclient.py
362${PYSITELIB}/synapse/http/connectproxyclient.pyc 362${PYSITELIB}/synapse/http/connectproxyclient.pyc
363${PYSITELIB}/synapse/http/federation/__init__.py 363${PYSITELIB}/synapse/http/federation/__init__.py
364${PYSITELIB}/synapse/http/federation/__init__.pyc 364${PYSITELIB}/synapse/http/federation/__init__.pyc
365${PYSITELIB}/synapse/http/federation/matrix_federation_agent.py 365${PYSITELIB}/synapse/http/federation/matrix_federation_agent.py
366${PYSITELIB}/synapse/http/federation/matrix_federation_agent.pyc 366${PYSITELIB}/synapse/http/federation/matrix_federation_agent.pyc
367${PYSITELIB}/synapse/http/federation/srv_resolver.py 367${PYSITELIB}/synapse/http/federation/srv_resolver.py
368${PYSITELIB}/synapse/http/federation/srv_resolver.pyc 368${PYSITELIB}/synapse/http/federation/srv_resolver.pyc
369${PYSITELIB}/synapse/http/federation/well_known_resolver.py 369${PYSITELIB}/synapse/http/federation/well_known_resolver.py
370${PYSITELIB}/synapse/http/federation/well_known_resolver.pyc 370${PYSITELIB}/synapse/http/federation/well_known_resolver.pyc
371${PYSITELIB}/synapse/http/matrixfederationclient.py 371${PYSITELIB}/synapse/http/matrixfederationclient.py
372${PYSITELIB}/synapse/http/matrixfederationclient.pyc 372${PYSITELIB}/synapse/http/matrixfederationclient.pyc
373${PYSITELIB}/synapse/http/proxyagent.py 373${PYSITELIB}/synapse/http/proxyagent.py
374${PYSITELIB}/synapse/http/proxyagent.pyc 374${PYSITELIB}/synapse/http/proxyagent.pyc
375${PYSITELIB}/synapse/http/request_metrics.py 375${PYSITELIB}/synapse/http/request_metrics.py
376${PYSITELIB}/synapse/http/request_metrics.pyc 376${PYSITELIB}/synapse/http/request_metrics.pyc
377${PYSITELIB}/synapse/http/server.py 377${PYSITELIB}/synapse/http/server.py
378${PYSITELIB}/synapse/http/server.pyc 378${PYSITELIB}/synapse/http/server.pyc
379${PYSITELIB}/synapse/http/servlet.py 379${PYSITELIB}/synapse/http/servlet.py
380${PYSITELIB}/synapse/http/servlet.pyc 380${PYSITELIB}/synapse/http/servlet.pyc
381${PYSITELIB}/synapse/http/site.py 381${PYSITELIB}/synapse/http/site.py
382${PYSITELIB}/synapse/http/site.pyc 382${PYSITELIB}/synapse/http/site.pyc
383${PYSITELIB}/synapse/http/types.py 383${PYSITELIB}/synapse/http/types.py
384${PYSITELIB}/synapse/http/types.pyc 384${PYSITELIB}/synapse/http/types.pyc
385${PYSITELIB}/synapse/logging/__init__.py 385${PYSITELIB}/synapse/logging/__init__.py
386${PYSITELIB}/synapse/logging/__init__.pyc 386${PYSITELIB}/synapse/logging/__init__.pyc
387${PYSITELIB}/synapse/logging/_remote.py 387${PYSITELIB}/synapse/logging/_remote.py
388${PYSITELIB}/synapse/logging/_remote.pyc 388${PYSITELIB}/synapse/logging/_remote.pyc
389${PYSITELIB}/synapse/logging/_terse_json.py 389${PYSITELIB}/synapse/logging/_terse_json.py
390${PYSITELIB}/synapse/logging/_terse_json.pyc 390${PYSITELIB}/synapse/logging/_terse_json.pyc
391${PYSITELIB}/synapse/logging/context.py 391${PYSITELIB}/synapse/logging/context.py
392${PYSITELIB}/synapse/logging/context.pyc 392${PYSITELIB}/synapse/logging/context.pyc
393${PYSITELIB}/synapse/logging/filter.py 393${PYSITELIB}/synapse/logging/filter.py
394${PYSITELIB}/synapse/logging/filter.pyc 394${PYSITELIB}/synapse/logging/filter.pyc
395${PYSITELIB}/synapse/logging/formatter.py 395${PYSITELIB}/synapse/logging/formatter.py
396${PYSITELIB}/synapse/logging/formatter.pyc 396${PYSITELIB}/synapse/logging/formatter.pyc
397${PYSITELIB}/synapse/logging/handlers.py 397${PYSITELIB}/synapse/logging/handlers.py
398${PYSITELIB}/synapse/logging/handlers.pyc 398${PYSITELIB}/synapse/logging/handlers.pyc
399${PYSITELIB}/synapse/logging/opentracing.py 399${PYSITELIB}/synapse/logging/opentracing.py
400${PYSITELIB}/synapse/logging/opentracing.pyc 400${PYSITELIB}/synapse/logging/opentracing.pyc
401${PYSITELIB}/synapse/logging/scopecontextmanager.py 401${PYSITELIB}/synapse/logging/scopecontextmanager.py
402${PYSITELIB}/synapse/logging/scopecontextmanager.pyc 402${PYSITELIB}/synapse/logging/scopecontextmanager.pyc
403${PYSITELIB}/synapse/metrics/__init__.py 403${PYSITELIB}/synapse/metrics/__init__.py
404${PYSITELIB}/synapse/metrics/__init__.pyc 404${PYSITELIB}/synapse/metrics/__init__.pyc
405${PYSITELIB}/synapse/metrics/_gc.py 405${PYSITELIB}/synapse/metrics/_gc.py
406${PYSITELIB}/synapse/metrics/_gc.pyc 406${PYSITELIB}/synapse/metrics/_gc.pyc
407${PYSITELIB}/synapse/metrics/_legacy_exposition.py 
408${PYSITELIB}/synapse/metrics/_legacy_exposition.pyc 
409${PYSITELIB}/synapse/metrics/_reactor_metrics.py 407${PYSITELIB}/synapse/metrics/_reactor_metrics.py
410${PYSITELIB}/synapse/metrics/_reactor_metrics.pyc 408${PYSITELIB}/synapse/metrics/_reactor_metrics.pyc
 409${PYSITELIB}/synapse/metrics/_twisted_exposition.py
 410${PYSITELIB}/synapse/metrics/_twisted_exposition.pyc
411${PYSITELIB}/synapse/metrics/_types.py 411${PYSITELIB}/synapse/metrics/_types.py
412${PYSITELIB}/synapse/metrics/_types.pyc 412${PYSITELIB}/synapse/metrics/_types.pyc
413${PYSITELIB}/synapse/metrics/background_process_metrics.py 413${PYSITELIB}/synapse/metrics/background_process_metrics.py
414${PYSITELIB}/synapse/metrics/background_process_metrics.pyc 414${PYSITELIB}/synapse/metrics/background_process_metrics.pyc
415${PYSITELIB}/synapse/metrics/common_usage_metrics.py 415${PYSITELIB}/synapse/metrics/common_usage_metrics.py
416${PYSITELIB}/synapse/metrics/common_usage_metrics.pyc 416${PYSITELIB}/synapse/metrics/common_usage_metrics.pyc
417${PYSITELIB}/synapse/metrics/jemalloc.py 417${PYSITELIB}/synapse/metrics/jemalloc.py
418${PYSITELIB}/synapse/metrics/jemalloc.pyc 418${PYSITELIB}/synapse/metrics/jemalloc.pyc
419${PYSITELIB}/synapse/module_api/__init__.py 419${PYSITELIB}/synapse/module_api/__init__.py
420${PYSITELIB}/synapse/module_api/__init__.pyc 420${PYSITELIB}/synapse/module_api/__init__.pyc
421${PYSITELIB}/synapse/module_api/errors.py 421${PYSITELIB}/synapse/module_api/errors.py
422${PYSITELIB}/synapse/module_api/errors.pyc 422${PYSITELIB}/synapse/module_api/errors.pyc
423${PYSITELIB}/synapse/notifier.py 423${PYSITELIB}/synapse/notifier.py
424${PYSITELIB}/synapse/notifier.pyc 424${PYSITELIB}/synapse/notifier.pyc
425${PYSITELIB}/synapse/push/__init__.py 425${PYSITELIB}/synapse/push/__init__.py
426${PYSITELIB}/synapse/push/__init__.pyc 426${PYSITELIB}/synapse/push/__init__.pyc
427${PYSITELIB}/synapse/push/bulk_push_rule_evaluator.py 427${PYSITELIB}/synapse/push/bulk_push_rule_evaluator.py
428${PYSITELIB}/synapse/push/bulk_push_rule_evaluator.pyc 428${PYSITELIB}/synapse/push/bulk_push_rule_evaluator.pyc
429${PYSITELIB}/synapse/push/clientformat.py 429${PYSITELIB}/synapse/push/clientformat.py
430${PYSITELIB}/synapse/push/clientformat.pyc 430${PYSITELIB}/synapse/push/clientformat.pyc
431${PYSITELIB}/synapse/push/emailpusher.py 431${PYSITELIB}/synapse/push/emailpusher.py
432${PYSITELIB}/synapse/push/emailpusher.pyc 432${PYSITELIB}/synapse/push/emailpusher.pyc
433${PYSITELIB}/synapse/push/httppusher.py 433${PYSITELIB}/synapse/push/httppusher.py
434${PYSITELIB}/synapse/push/httppusher.pyc 434${PYSITELIB}/synapse/push/httppusher.pyc
435${PYSITELIB}/synapse/push/mailer.py 435${PYSITELIB}/synapse/push/mailer.py
436${PYSITELIB}/synapse/push/mailer.pyc 436${PYSITELIB}/synapse/push/mailer.pyc
437${PYSITELIB}/synapse/push/presentable_names.py 437${PYSITELIB}/synapse/push/presentable_names.py
438${PYSITELIB}/synapse/push/presentable_names.pyc 438${PYSITELIB}/synapse/push/presentable_names.pyc
439${PYSITELIB}/synapse/push/push_tools.py 439${PYSITELIB}/synapse/push/push_tools.py
440${PYSITELIB}/synapse/push/push_tools.pyc 440${PYSITELIB}/synapse/push/push_tools.pyc
441${PYSITELIB}/synapse/push/push_types.py 441${PYSITELIB}/synapse/push/push_types.py
442${PYSITELIB}/synapse/push/push_types.pyc 442${PYSITELIB}/synapse/push/push_types.pyc
443${PYSITELIB}/synapse/push/pusher.py 443${PYSITELIB}/synapse/push/pusher.py
444${PYSITELIB}/synapse/push/pusher.pyc 444${PYSITELIB}/synapse/push/pusher.pyc
445${PYSITELIB}/synapse/push/pusherpool.py 445${PYSITELIB}/synapse/push/pusherpool.py
446${PYSITELIB}/synapse/push/pusherpool.pyc 446${PYSITELIB}/synapse/push/pusherpool.pyc
447${PYSITELIB}/synapse/push/rulekinds.py 447${PYSITELIB}/synapse/push/rulekinds.py
448${PYSITELIB}/synapse/push/rulekinds.pyc 448${PYSITELIB}/synapse/push/rulekinds.pyc
449${PYSITELIB}/synapse/py.typed 449${PYSITELIB}/synapse/py.typed
450${PYSITELIB}/synapse/replication/__init__.py 450${PYSITELIB}/synapse/replication/__init__.py
451${PYSITELIB}/synapse/replication/__init__.pyc 451${PYSITELIB}/synapse/replication/__init__.pyc
452${PYSITELIB}/synapse/replication/http/__init__.py 452${PYSITELIB}/synapse/replication/http/__init__.py
453${PYSITELIB}/synapse/replication/http/__init__.pyc 453${PYSITELIB}/synapse/replication/http/__init__.pyc
454${PYSITELIB}/synapse/replication/http/_base.py 454${PYSITELIB}/synapse/replication/http/_base.py
455${PYSITELIB}/synapse/replication/http/_base.pyc 455${PYSITELIB}/synapse/replication/http/_base.pyc
456${PYSITELIB}/synapse/replication/http/account_data.py 456${PYSITELIB}/synapse/replication/http/account_data.py
457${PYSITELIB}/synapse/replication/http/account_data.pyc 457${PYSITELIB}/synapse/replication/http/account_data.pyc
458${PYSITELIB}/synapse/replication/http/devices.py 458${PYSITELIB}/synapse/replication/http/devices.py
459${PYSITELIB}/synapse/replication/http/devices.pyc 459${PYSITELIB}/synapse/replication/http/devices.pyc
460${PYSITELIB}/synapse/replication/http/federation.py 460${PYSITELIB}/synapse/replication/http/federation.py
461${PYSITELIB}/synapse/replication/http/federation.pyc 461${PYSITELIB}/synapse/replication/http/federation.pyc
462${PYSITELIB}/synapse/replication/http/login.py 462${PYSITELIB}/synapse/replication/http/login.py
463${PYSITELIB}/synapse/replication/http/login.pyc 463${PYSITELIB}/synapse/replication/http/login.pyc
464${PYSITELIB}/synapse/replication/http/membership.py 464${PYSITELIB}/synapse/replication/http/membership.py
465${PYSITELIB}/synapse/replication/http/membership.pyc 465${PYSITELIB}/synapse/replication/http/membership.pyc
466${PYSITELIB}/synapse/replication/http/presence.py 466${PYSITELIB}/synapse/replication/http/presence.py
467${PYSITELIB}/synapse/replication/http/presence.pyc 467${PYSITELIB}/synapse/replication/http/presence.pyc
468${PYSITELIB}/synapse/replication/http/push.py 468${PYSITELIB}/synapse/replication/http/push.py
469${PYSITELIB}/synapse/replication/http/push.pyc 469${PYSITELIB}/synapse/replication/http/push.pyc
470${PYSITELIB}/synapse/replication/http/register.py 470${PYSITELIB}/synapse/replication/http/register.py
471${PYSITELIB}/synapse/replication/http/register.pyc 471${PYSITELIB}/synapse/replication/http/register.pyc
472${PYSITELIB}/synapse/replication/http/send_event.py 472${PYSITELIB}/synapse/replication/http/send_event.py
473${PYSITELIB}/synapse/replication/http/send_event.pyc 473${PYSITELIB}/synapse/replication/http/send_event.pyc
474${PYSITELIB}/synapse/replication/http/send_events.py 474${PYSITELIB}/synapse/replication/http/send_events.py
475${PYSITELIB}/synapse/replication/http/send_events.pyc 475${PYSITELIB}/synapse/replication/http/send_events.pyc
476${PYSITELIB}/synapse/replication/http/state.py 476${PYSITELIB}/synapse/replication/http/state.py
477${PYSITELIB}/synapse/replication/http/state.pyc 477${PYSITELIB}/synapse/replication/http/state.pyc
478${PYSITELIB}/synapse/replication/http/streams.py 478${PYSITELIB}/synapse/replication/http/streams.py
479${PYSITELIB}/synapse/replication/http/streams.pyc 479${PYSITELIB}/synapse/replication/http/streams.pyc
480${PYSITELIB}/synapse/replication/slave/__init__.py 
481${PYSITELIB}/synapse/replication/slave/__init__.pyc 
482${PYSITELIB}/synapse/replication/slave/storage/__init__.py 
483${PYSITELIB}/synapse/replication/slave/storage/__init__.pyc 
484${PYSITELIB}/synapse/replication/slave/storage/_slaved_id_tracker.py 
485${PYSITELIB}/synapse/replication/slave/storage/_slaved_id_tracker.pyc 
486${PYSITELIB}/synapse/replication/tcp/__init__.py 480${PYSITELIB}/synapse/replication/tcp/__init__.py
487${PYSITELIB}/synapse/replication/tcp/__init__.pyc 481${PYSITELIB}/synapse/replication/tcp/__init__.pyc
488${PYSITELIB}/synapse/replication/tcp/client.py 482${PYSITELIB}/synapse/replication/tcp/client.py
489${PYSITELIB}/synapse/replication/tcp/client.pyc 483${PYSITELIB}/synapse/replication/tcp/client.pyc
490${PYSITELIB}/synapse/replication/tcp/commands.py 484${PYSITELIB}/synapse/replication/tcp/commands.py
491${PYSITELIB}/synapse/replication/tcp/commands.pyc 485${PYSITELIB}/synapse/replication/tcp/commands.pyc
492${PYSITELIB}/synapse/replication/tcp/external_cache.py 486${PYSITELIB}/synapse/replication/tcp/external_cache.py
493${PYSITELIB}/synapse/replication/tcp/external_cache.pyc 487${PYSITELIB}/synapse/replication/tcp/external_cache.pyc
494${PYSITELIB}/synapse/replication/tcp/handler.py 488${PYSITELIB}/synapse/replication/tcp/handler.py
495${PYSITELIB}/synapse/replication/tcp/handler.pyc 489${PYSITELIB}/synapse/replication/tcp/handler.pyc
496${PYSITELIB}/synapse/replication/tcp/protocol.py 490${PYSITELIB}/synapse/replication/tcp/protocol.py
497${PYSITELIB}/synapse/replication/tcp/protocol.pyc 491${PYSITELIB}/synapse/replication/tcp/protocol.pyc
498${PYSITELIB}/synapse/replication/tcp/redis.py 492${PYSITELIB}/synapse/replication/tcp/redis.py
499${PYSITELIB}/synapse/replication/tcp/redis.pyc 493${PYSITELIB}/synapse/replication/tcp/redis.pyc
500${PYSITELIB}/synapse/replication/tcp/resource.py 494${PYSITELIB}/synapse/replication/tcp/resource.py
501${PYSITELIB}/synapse/replication/tcp/resource.pyc 495${PYSITELIB}/synapse/replication/tcp/resource.pyc
502${PYSITELIB}/synapse/replication/tcp/streams/__init__.py 496${PYSITELIB}/synapse/replication/tcp/streams/__init__.py
503${PYSITELIB}/synapse/replication/tcp/streams/__init__.pyc 497${PYSITELIB}/synapse/replication/tcp/streams/__init__.pyc
504${PYSITELIB}/synapse/replication/tcp/streams/_base.py 498${PYSITELIB}/synapse/replication/tcp/streams/_base.py
505${PYSITELIB}/synapse/replication/tcp/streams/_base.pyc 499${PYSITELIB}/synapse/replication/tcp/streams/_base.pyc
506${PYSITELIB}/synapse/replication/tcp/streams/events.py 500${PYSITELIB}/synapse/replication/tcp/streams/events.py
507${PYSITELIB}/synapse/replication/tcp/streams/events.pyc 501${PYSITELIB}/synapse/replication/tcp/streams/events.pyc
508${PYSITELIB}/synapse/replication/tcp/streams/federation.py 502${PYSITELIB}/synapse/replication/tcp/streams/federation.py
509${PYSITELIB}/synapse/replication/tcp/streams/federation.pyc 503${PYSITELIB}/synapse/replication/tcp/streams/federation.pyc
510${PYSITELIB}/synapse/res/providers.json 504${PYSITELIB}/synapse/res/providers.json
511${PYSITELIB}/synapse/res/templates/_base.html 505${PYSITELIB}/synapse/res/templates/_base.html
512${PYSITELIB}/synapse/res/templates/account_previously_renewed.html 506${PYSITELIB}/synapse/res/templates/account_previously_renewed.html
513${PYSITELIB}/synapse/res/templates/account_renewed.html 507${PYSITELIB}/synapse/res/templates/account_renewed.html
514${PYSITELIB}/synapse/res/templates/add_threepid.html 508${PYSITELIB}/synapse/res/templates/add_threepid.html
515${PYSITELIB}/synapse/res/templates/add_threepid.txt 509${PYSITELIB}/synapse/res/templates/add_threepid.txt
516${PYSITELIB}/synapse/res/templates/add_threepid_failure.html 510${PYSITELIB}/synapse/res/templates/add_threepid_failure.html
517${PYSITELIB}/synapse/res/templates/add_threepid_success.html 511${PYSITELIB}/synapse/res/templates/add_threepid_success.html
518${PYSITELIB}/synapse/res/templates/auth_success.html 512${PYSITELIB}/synapse/res/templates/auth_success.html
519${PYSITELIB}/synapse/res/templates/invalid_token.html 513${PYSITELIB}/synapse/res/templates/invalid_token.html
520${PYSITELIB}/synapse/res/templates/mail-Element.css 514${PYSITELIB}/synapse/res/templates/mail-Element.css
521${PYSITELIB}/synapse/res/templates/mail-Vector.css 515${PYSITELIB}/synapse/res/templates/mail-Vector.css
522${PYSITELIB}/synapse/res/templates/mail-expiry.css 516${PYSITELIB}/synapse/res/templates/mail-expiry.css
523${PYSITELIB}/synapse/res/templates/mail.css 517${PYSITELIB}/synapse/res/templates/mail.css
524${PYSITELIB}/synapse/res/templates/notice_expiry.html 518${PYSITELIB}/synapse/res/templates/notice_expiry.html
525${PYSITELIB}/synapse/res/templates/notice_expiry.txt 519${PYSITELIB}/synapse/res/templates/notice_expiry.txt
526${PYSITELIB}/synapse/res/templates/notif.html 520${PYSITELIB}/synapse/res/templates/notif.html
527${PYSITELIB}/synapse/res/templates/notif.txt 521${PYSITELIB}/synapse/res/templates/notif.txt
528${PYSITELIB}/synapse/res/templates/notif_mail.html 522${PYSITELIB}/synapse/res/templates/notif_mail.html
529${PYSITELIB}/synapse/res/templates/notif_mail.txt 523${PYSITELIB}/synapse/res/templates/notif_mail.txt
530${PYSITELIB}/synapse/res/templates/password_reset.html 524${PYSITELIB}/synapse/res/templates/password_reset.html
531${PYSITELIB}/synapse/res/templates/password_reset.txt 525${PYSITELIB}/synapse/res/templates/password_reset.txt
532${PYSITELIB}/synapse/res/templates/password_reset_confirmation.html 526${PYSITELIB}/synapse/res/templates/password_reset_confirmation.html
533${PYSITELIB}/synapse/res/templates/password_reset_failure.html 527${PYSITELIB}/synapse/res/templates/password_reset_failure.html
534${PYSITELIB}/synapse/res/templates/password_reset_success.html 528${PYSITELIB}/synapse/res/templates/password_reset_success.html
535${PYSITELIB}/synapse/res/templates/recaptcha.html 529${PYSITELIB}/synapse/res/templates/recaptcha.html
536${PYSITELIB}/synapse/res/templates/registration.html 530${PYSITELIB}/synapse/res/templates/registration.html
537${PYSITELIB}/synapse/res/templates/registration.txt 531${PYSITELIB}/synapse/res/templates/registration.txt
538${PYSITELIB}/synapse/res/templates/registration_failure.html 532${PYSITELIB}/synapse/res/templates/registration_failure.html
539${PYSITELIB}/synapse/res/templates/registration_success.html 533${PYSITELIB}/synapse/res/templates/registration_success.html
540${PYSITELIB}/synapse/res/templates/registration_token.html 534${PYSITELIB}/synapse/res/templates/registration_token.html
541${PYSITELIB}/synapse/res/templates/room.html 535${PYSITELIB}/synapse/res/templates/room.html
542${PYSITELIB}/synapse/res/templates/room.txt 536${PYSITELIB}/synapse/res/templates/room.txt
543${PYSITELIB}/synapse/res/templates/sso.css 537${PYSITELIB}/synapse/res/templates/sso.css
544${PYSITELIB}/synapse/res/templates/sso_account_deactivated.html 538${PYSITELIB}/synapse/res/templates/sso_account_deactivated.html
545${PYSITELIB}/synapse/res/templates/sso_auth_account_details.html 539${PYSITELIB}/synapse/res/templates/sso_auth_account_details.html
546${PYSITELIB}/synapse/res/templates/sso_auth_account_details.js 540${PYSITELIB}/synapse/res/templates/sso_auth_account_details.js
547${PYSITELIB}/synapse/res/templates/sso_auth_bad_user.html 541${PYSITELIB}/synapse/res/templates/sso_auth_bad_user.html
548${PYSITELIB}/synapse/res/templates/sso_auth_confirm.html 542${PYSITELIB}/synapse/res/templates/sso_auth_confirm.html
549${PYSITELIB}/synapse/res/templates/sso_auth_success.html 543${PYSITELIB}/synapse/res/templates/sso_auth_success.html
550${PYSITELIB}/synapse/res/templates/sso_error.html 544${PYSITELIB}/synapse/res/templates/sso_error.html
551${PYSITELIB}/synapse/res/templates/sso_footer.html 545${PYSITELIB}/synapse/res/templates/sso_footer.html
552${PYSITELIB}/synapse/res/templates/sso_login_idp_picker.html 546${PYSITELIB}/synapse/res/templates/sso_login_idp_picker.html
553${PYSITELIB}/synapse/res/templates/sso_new_user_consent.html 547${PYSITELIB}/synapse/res/templates/sso_new_user_consent.html
554${PYSITELIB}/synapse/res/templates/sso_partial_profile.html 548${PYSITELIB}/synapse/res/templates/sso_partial_profile.html
555${PYSITELIB}/synapse/res/templates/sso_redirect_confirm.html 549${PYSITELIB}/synapse/res/templates/sso_redirect_confirm.html
556${PYSITELIB}/synapse/res/templates/style.css 550${PYSITELIB}/synapse/res/templates/style.css
557${PYSITELIB}/synapse/res/templates/terms.html 551${PYSITELIB}/synapse/res/templates/terms.html
558${PYSITELIB}/synapse/rest/__init__.py 552${PYSITELIB}/synapse/rest/__init__.py
559${PYSITELIB}/synapse/rest/__init__.pyc 553${PYSITELIB}/synapse/rest/__init__.pyc
560${PYSITELIB}/synapse/rest/admin/__init__.py 554${PYSITELIB}/synapse/rest/admin/__init__.py
561${PYSITELIB}/synapse/rest/admin/__init__.pyc 555${PYSITELIB}/synapse/rest/admin/__init__.pyc
562${PYSITELIB}/synapse/rest/admin/_base.py 556${PYSITELIB}/synapse/rest/admin/_base.py
563${PYSITELIB}/synapse/rest/admin/_base.pyc 557${PYSITELIB}/synapse/rest/admin/_base.pyc
564${PYSITELIB}/synapse/rest/admin/background_updates.py 558${PYSITELIB}/synapse/rest/admin/background_updates.py
565${PYSITELIB}/synapse/rest/admin/background_updates.pyc 559${PYSITELIB}/synapse/rest/admin/background_updates.pyc
566${PYSITELIB}/synapse/rest/admin/devices.py 560${PYSITELIB}/synapse/rest/admin/devices.py
567${PYSITELIB}/synapse/rest/admin/devices.pyc 561${PYSITELIB}/synapse/rest/admin/devices.pyc
568${PYSITELIB}/synapse/rest/admin/event_reports.py 562${PYSITELIB}/synapse/rest/admin/event_reports.py
569${PYSITELIB}/synapse/rest/admin/event_reports.pyc 563${PYSITELIB}/synapse/rest/admin/event_reports.pyc
570${PYSITELIB}/synapse/rest/admin/federation.py 564${PYSITELIB}/synapse/rest/admin/federation.py
571${PYSITELIB}/synapse/rest/admin/federation.pyc 565${PYSITELIB}/synapse/rest/admin/federation.pyc
572${PYSITELIB}/synapse/rest/admin/media.py 566${PYSITELIB}/synapse/rest/admin/media.py
573${PYSITELIB}/synapse/rest/admin/media.pyc 567${PYSITELIB}/synapse/rest/admin/media.pyc
574${PYSITELIB}/synapse/rest/admin/registration_tokens.py 568${PYSITELIB}/synapse/rest/admin/registration_tokens.py
575${PYSITELIB}/synapse/rest/admin/registration_tokens.pyc 569${PYSITELIB}/synapse/rest/admin/registration_tokens.pyc
576${PYSITELIB}/synapse/rest/admin/rooms.py 570${PYSITELIB}/synapse/rest/admin/rooms.py
577${PYSITELIB}/synapse/rest/admin/rooms.pyc 571${PYSITELIB}/synapse/rest/admin/rooms.pyc
578${PYSITELIB}/synapse/rest/admin/server_notice_servlet.py 572${PYSITELIB}/synapse/rest/admin/server_notice_servlet.py
579${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyc 573${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyc
580${PYSITELIB}/synapse/rest/admin/statistics.py 574${PYSITELIB}/synapse/rest/admin/statistics.py
581${PYSITELIB}/synapse/rest/admin/statistics.pyc 575${PYSITELIB}/synapse/rest/admin/statistics.pyc
582${PYSITELIB}/synapse/rest/admin/username_available.py 576${PYSITELIB}/synapse/rest/admin/username_available.py
583${PYSITELIB}/synapse/rest/admin/username_available.pyc 577${PYSITELIB}/synapse/rest/admin/username_available.pyc
584${PYSITELIB}/synapse/rest/admin/users.py 578${PYSITELIB}/synapse/rest/admin/users.py
585${PYSITELIB}/synapse/rest/admin/users.pyc 579${PYSITELIB}/synapse/rest/admin/users.pyc
586${PYSITELIB}/synapse/rest/client/__init__.py 580${PYSITELIB}/synapse/rest/client/__init__.py
587${PYSITELIB}/synapse/rest/client/__init__.pyc 581${PYSITELIB}/synapse/rest/client/__init__.pyc
588${PYSITELIB}/synapse/rest/client/_base.py 582${PYSITELIB}/synapse/rest/client/_base.py
589${PYSITELIB}/synapse/rest/client/_base.pyc 583${PYSITELIB}/synapse/rest/client/_base.pyc
590${PYSITELIB}/synapse/rest/client/account.py 584${PYSITELIB}/synapse/rest/client/account.py
591${PYSITELIB}/synapse/rest/client/account.pyc 585${PYSITELIB}/synapse/rest/client/account.pyc
592${PYSITELIB}/synapse/rest/client/account_data.py 586${PYSITELIB}/synapse/rest/client/account_data.py
593${PYSITELIB}/synapse/rest/client/account_data.pyc 587${PYSITELIB}/synapse/rest/client/account_data.pyc
594${PYSITELIB}/synapse/rest/client/account_validity.py 588${PYSITELIB}/synapse/rest/client/account_validity.py
595${PYSITELIB}/synapse/rest/client/account_validity.pyc 589${PYSITELIB}/synapse/rest/client/account_validity.pyc
596${PYSITELIB}/synapse/rest/client/auth.py 590${PYSITELIB}/synapse/rest/client/auth.py
597${PYSITELIB}/synapse/rest/client/auth.pyc 591${PYSITELIB}/synapse/rest/client/auth.pyc
598${PYSITELIB}/synapse/rest/client/capabilities.py 592${PYSITELIB}/synapse/rest/client/capabilities.py
599${PYSITELIB}/synapse/rest/client/capabilities.pyc 593${PYSITELIB}/synapse/rest/client/capabilities.pyc
600${PYSITELIB}/synapse/rest/client/devices.py 594${PYSITELIB}/synapse/rest/client/devices.py
601${PYSITELIB}/synapse/rest/client/devices.pyc 595${PYSITELIB}/synapse/rest/client/devices.pyc
602${PYSITELIB}/synapse/rest/client/directory.py 596${PYSITELIB}/synapse/rest/client/directory.py
603${PYSITELIB}/synapse/rest/client/directory.pyc 597${PYSITELIB}/synapse/rest/client/directory.pyc
604${PYSITELIB}/synapse/rest/client/events.py 598${PYSITELIB}/synapse/rest/client/events.py
605${PYSITELIB}/synapse/rest/client/events.pyc 599${PYSITELIB}/synapse/rest/client/events.pyc
606${PYSITELIB}/synapse/rest/client/filter.py 600${PYSITELIB}/synapse/rest/client/filter.py
607${PYSITELIB}/synapse/rest/client/filter.pyc 601${PYSITELIB}/synapse/rest/client/filter.pyc
608${PYSITELIB}/synapse/rest/client/initial_sync.py 602${PYSITELIB}/synapse/rest/client/initial_sync.py
609${PYSITELIB}/synapse/rest/client/initial_sync.pyc 603${PYSITELIB}/synapse/rest/client/initial_sync.pyc
610${PYSITELIB}/synapse/rest/client/keys.py 604${PYSITELIB}/synapse/rest/client/keys.py
611${PYSITELIB}/synapse/rest/client/keys.pyc 605${PYSITELIB}/synapse/rest/client/keys.pyc
612${PYSITELIB}/synapse/rest/client/knock.py 606${PYSITELIB}/synapse/rest/client/knock.py
613${PYSITELIB}/synapse/rest/client/knock.pyc 607${PYSITELIB}/synapse/rest/client/knock.pyc
614${PYSITELIB}/synapse/rest/client/login.py 608${PYSITELIB}/synapse/rest/client/login.py
615${PYSITELIB}/synapse/rest/client/login.pyc 609${PYSITELIB}/synapse/rest/client/login.pyc
616${PYSITELIB}/synapse/rest/client/login_token_request.py 610${PYSITELIB}/synapse/rest/client/login_token_request.py
617${PYSITELIB}/synapse/rest/client/login_token_request.pyc 611${PYSITELIB}/synapse/rest/client/login_token_request.pyc
618${PYSITELIB}/synapse/rest/client/logout.py 612${PYSITELIB}/synapse/rest/client/logout.py
619${PYSITELIB}/synapse/rest/client/logout.pyc 613${PYSITELIB}/synapse/rest/client/logout.pyc
620${PYSITELIB}/synapse/rest/client/models.py 614${PYSITELIB}/synapse/rest/client/models.py
621${PYSITELIB}/synapse/rest/client/models.pyc 615${PYSITELIB}/synapse/rest/client/models.pyc
622${PYSITELIB}/synapse/rest/client/mutual_rooms.py 616${PYSITELIB}/synapse/rest/client/mutual_rooms.py
623${PYSITELIB}/synapse/rest/client/mutual_rooms.pyc 617${PYSITELIB}/synapse/rest/client/mutual_rooms.pyc
624${PYSITELIB}/synapse/rest/client/notifications.py 618${PYSITELIB}/synapse/rest/client/notifications.py
625${PYSITELIB}/synapse/rest/client/notifications.pyc 619${PYSITELIB}/synapse/rest/client/notifications.pyc
626${PYSITELIB}/synapse/rest/client/openid.py 620${PYSITELIB}/synapse/rest/client/openid.py
627${PYSITELIB}/synapse/rest/client/openid.pyc 621${PYSITELIB}/synapse/rest/client/openid.pyc
628${PYSITELIB}/synapse/rest/client/password_policy.py 622${PYSITELIB}/synapse/rest/client/password_policy.py
629${PYSITELIB}/synapse/rest/client/password_policy.pyc 623${PYSITELIB}/synapse/rest/client/password_policy.pyc
630${PYSITELIB}/synapse/rest/client/presence.py 624${PYSITELIB}/synapse/rest/client/presence.py
631${PYSITELIB}/synapse/rest/client/presence.pyc 625${PYSITELIB}/synapse/rest/client/presence.pyc
632${PYSITELIB}/synapse/rest/client/profile.py 626${PYSITELIB}/synapse/rest/client/profile.py
633${PYSITELIB}/synapse/rest/client/profile.pyc 627${PYSITELIB}/synapse/rest/client/profile.pyc
634${PYSITELIB}/synapse/rest/client/push_rule.py 628${PYSITELIB}/synapse/rest/client/push_rule.py
635${PYSITELIB}/synapse/rest/client/push_rule.pyc 629${PYSITELIB}/synapse/rest/client/push_rule.pyc
636${PYSITELIB}/synapse/rest/client/pusher.py 630${PYSITELIB}/synapse/rest/client/pusher.py
637${PYSITELIB}/synapse/rest/client/pusher.pyc 631${PYSITELIB}/synapse/rest/client/pusher.pyc
638${PYSITELIB}/synapse/rest/client/read_marker.py 632${PYSITELIB}/synapse/rest/client/read_marker.py
639${PYSITELIB}/synapse/rest/client/read_marker.pyc 633${PYSITELIB}/synapse/rest/client/read_marker.pyc
640${PYSITELIB}/synapse/rest/client/receipts.py 634${PYSITELIB}/synapse/rest/client/receipts.py
641${PYSITELIB}/synapse/rest/client/receipts.pyc 635${PYSITELIB}/synapse/rest/client/receipts.pyc
642${PYSITELIB}/synapse/rest/client/register.py 636${PYSITELIB}/synapse/rest/client/register.py
643${PYSITELIB}/synapse/rest/client/register.pyc 637${PYSITELIB}/synapse/rest/client/register.pyc
644${PYSITELIB}/synapse/rest/client/relations.py 638${PYSITELIB}/synapse/rest/client/relations.py
645${PYSITELIB}/synapse/rest/client/relations.pyc 639${PYSITELIB}/synapse/rest/client/relations.pyc
646${PYSITELIB}/synapse/rest/client/rendezvous.py 640${PYSITELIB}/synapse/rest/client/rendezvous.py
647${PYSITELIB}/synapse/rest/client/rendezvous.pyc 641${PYSITELIB}/synapse/rest/client/rendezvous.pyc
648${PYSITELIB}/synapse/rest/client/report_event.py 642${PYSITELIB}/synapse/rest/client/report_event.py
649${PYSITELIB}/synapse/rest/client/report_event.pyc 643${PYSITELIB}/synapse/rest/client/report_event.pyc
650${PYSITELIB}/synapse/rest/client/room.py 644${PYSITELIB}/synapse/rest/client/room.py
651${PYSITELIB}/synapse/rest/client/room.pyc 645${PYSITELIB}/synapse/rest/client/room.pyc
652${PYSITELIB}/synapse/rest/client/room_batch.py 646${PYSITELIB}/synapse/rest/client/room_batch.py
653${PYSITELIB}/synapse/rest/client/room_batch.pyc 647${PYSITELIB}/synapse/rest/client/room_batch.pyc
654${PYSITELIB}/synapse/rest/client/room_keys.py 648${PYSITELIB}/synapse/rest/client/room_keys.py
655${PYSITELIB}/synapse/rest/client/room_keys.pyc 649${PYSITELIB}/synapse/rest/client/room_keys.pyc
656${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.py 650${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.py
657${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.pyc 651${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.pyc
658${PYSITELIB}/synapse/rest/client/sendtodevice.py 652${PYSITELIB}/synapse/rest/client/sendtodevice.py
659${PYSITELIB}/synapse/rest/client/sendtodevice.pyc 653${PYSITELIB}/synapse/rest/client/sendtodevice.pyc
660${PYSITELIB}/synapse/rest/client/sync.py 654${PYSITELIB}/synapse/rest/client/sync.py
661${PYSITELIB}/synapse/rest/client/sync.pyc 655${PYSITELIB}/synapse/rest/client/sync.pyc
662${PYSITELIB}/synapse/rest/client/tags.py 656${PYSITELIB}/synapse/rest/client/tags.py
663${PYSITELIB}/synapse/rest/client/tags.pyc 657${PYSITELIB}/synapse/rest/client/tags.pyc
664${PYSITELIB}/synapse/rest/client/thirdparty.py 658${PYSITELIB}/synapse/rest/client/thirdparty.py
665${PYSITELIB}/synapse/rest/client/thirdparty.pyc 659${PYSITELIB}/synapse/rest/client/thirdparty.pyc
666${PYSITELIB}/synapse/rest/client/tokenrefresh.py 660${PYSITELIB}/synapse/rest/client/tokenrefresh.py
667${PYSITELIB}/synapse/rest/client/tokenrefresh.pyc 661${PYSITELIB}/synapse/rest/client/tokenrefresh.pyc
668${PYSITELIB}/synapse/rest/client/transactions.py 662${PYSITELIB}/synapse/rest/client/transactions.py
669${PYSITELIB}/synapse/rest/client/transactions.pyc 663${PYSITELIB}/synapse/rest/client/transactions.pyc
670${PYSITELIB}/synapse/rest/client/user_directory.py 664${PYSITELIB}/synapse/rest/client/user_directory.py
671${PYSITELIB}/synapse/rest/client/user_directory.pyc 665${PYSITELIB}/synapse/rest/client/user_directory.pyc
672${PYSITELIB}/synapse/rest/client/versions.py 666${PYSITELIB}/synapse/rest/client/versions.py
673${PYSITELIB}/synapse/rest/client/versions.pyc 667${PYSITELIB}/synapse/rest/client/versions.pyc
674${PYSITELIB}/synapse/rest/client/voip.py 668${PYSITELIB}/synapse/rest/client/voip.py
675${PYSITELIB}/synapse/rest/client/voip.pyc 669${PYSITELIB}/synapse/rest/client/voip.pyc
676${PYSITELIB}/synapse/rest/consent/__init__.py 670${PYSITELIB}/synapse/rest/consent/__init__.py
677${PYSITELIB}/synapse/rest/consent/__init__.pyc 671${PYSITELIB}/synapse/rest/consent/__init__.pyc
678${PYSITELIB}/synapse/rest/consent/consent_resource.py 672${PYSITELIB}/synapse/rest/consent/consent_resource.py
679${PYSITELIB}/synapse/rest/consent/consent_resource.pyc 673${PYSITELIB}/synapse/rest/consent/consent_resource.pyc
680${PYSITELIB}/synapse/rest/health.py 674${PYSITELIB}/synapse/rest/health.py
681${PYSITELIB}/synapse/rest/health.pyc 675${PYSITELIB}/synapse/rest/health.pyc
682${PYSITELIB}/synapse/rest/key/__init__.py 676${PYSITELIB}/synapse/rest/key/__init__.py
683${PYSITELIB}/synapse/rest/key/__init__.pyc 677${PYSITELIB}/synapse/rest/key/__init__.pyc
684${PYSITELIB}/synapse/rest/key/v2/__init__.py 678${PYSITELIB}/synapse/rest/key/v2/__init__.py
685${PYSITELIB}/synapse/rest/key/v2/__init__.pyc 679${PYSITELIB}/synapse/rest/key/v2/__init__.pyc
686${PYSITELIB}/synapse/rest/key/v2/local_key_resource.py 680${PYSITELIB}/synapse/rest/key/v2/local_key_resource.py
687${PYSITELIB}/synapse/rest/key/v2/local_key_resource.pyc 681${PYSITELIB}/synapse/rest/key/v2/local_key_resource.pyc
688${PYSITELIB}/synapse/rest/key/v2/remote_key_resource.py 682${PYSITELIB}/synapse/rest/key/v2/remote_key_resource.py
689${PYSITELIB}/synapse/rest/key/v2/remote_key_resource.pyc 683${PYSITELIB}/synapse/rest/key/v2/remote_key_resource.pyc
690${PYSITELIB}/synapse/rest/media/__init__.py 684${PYSITELIB}/synapse/rest/media/__init__.py
691${PYSITELIB}/synapse/rest/media/__init__.pyc 685${PYSITELIB}/synapse/rest/media/__init__.pyc
692${PYSITELIB}/synapse/rest/media/v1/__init__.py 686${PYSITELIB}/synapse/rest/media/v1/__init__.py
693${PYSITELIB}/synapse/rest/media/v1/__init__.pyc 687${PYSITELIB}/synapse/rest/media/v1/__init__.pyc
694${PYSITELIB}/synapse/rest/media/v1/_base.py 688${PYSITELIB}/synapse/rest/media/v1/_base.py
695${PYSITELIB}/synapse/rest/media/v1/_base.pyc 689${PYSITELIB}/synapse/rest/media/v1/_base.pyc
696${PYSITELIB}/synapse/rest/media/v1/config_resource.py 690${PYSITELIB}/synapse/rest/media/v1/config_resource.py
697${PYSITELIB}/synapse/rest/media/v1/config_resource.pyc 691${PYSITELIB}/synapse/rest/media/v1/config_resource.pyc
698${PYSITELIB}/synapse/rest/media/v1/download_resource.py 692${PYSITELIB}/synapse/rest/media/v1/download_resource.py
699${PYSITELIB}/synapse/rest/media/v1/download_resource.pyc 693${PYSITELIB}/synapse/rest/media/v1/download_resource.pyc
700${PYSITELIB}/synapse/rest/media/v1/filepath.py 694${PYSITELIB}/synapse/rest/media/v1/filepath.py
701${PYSITELIB}/synapse/rest/media/v1/filepath.pyc 695${PYSITELIB}/synapse/rest/media/v1/filepath.pyc
702${PYSITELIB}/synapse/rest/media/v1/media_repository.py 696${PYSITELIB}/synapse/rest/media/v1/media_repository.py
703${PYSITELIB}/synapse/rest/media/v1/media_repository.pyc 697${PYSITELIB}/synapse/rest/media/v1/media_repository.pyc
704${PYSITELIB}/synapse/rest/media/v1/media_storage.py 698${PYSITELIB}/synapse/rest/media/v1/media_storage.py
705${PYSITELIB}/synapse/rest/media/v1/media_storage.pyc 699${PYSITELIB}/synapse/rest/media/v1/media_storage.pyc
706${PYSITELIB}/synapse/rest/media/v1/oembed.py 700${PYSITELIB}/synapse/rest/media/v1/oembed.py
707${PYSITELIB}/synapse/rest/media/v1/oembed.pyc 701${PYSITELIB}/synapse/rest/media/v1/oembed.pyc
708${PYSITELIB}/synapse/rest/media/v1/preview_html.py 702${PYSITELIB}/synapse/rest/media/v1/preview_html.py
709${PYSITELIB}/synapse/rest/media/v1/preview_html.pyc 703${PYSITELIB}/synapse/rest/media/v1/preview_html.pyc
710${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.py 704${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.py
711${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.pyc 705${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.pyc
712${PYSITELIB}/synapse/rest/media/v1/storage_provider.py 706${PYSITELIB}/synapse/rest/media/v1/storage_provider.py
713${PYSITELIB}/synapse/rest/media/v1/storage_provider.pyc 707${PYSITELIB}/synapse/rest/media/v1/storage_provider.pyc
714${PYSITELIB}/synapse/rest/media/v1/thumbnail_resource.py 708${PYSITELIB}/synapse/rest/media/v1/thumbnail_resource.py
715${PYSITELIB}/synapse/rest/media/v1/thumbnail_resource.pyc 709${PYSITELIB}/synapse/rest/media/v1/thumbnail_resource.pyc
716${PYSITELIB}/synapse/rest/media/v1/thumbnailer.py 710${PYSITELIB}/synapse/rest/media/v1/thumbnailer.py
717${PYSITELIB}/synapse/rest/media/v1/thumbnailer.pyc 711${PYSITELIB}/synapse/rest/media/v1/thumbnailer.pyc
718${PYSITELIB}/synapse/rest/media/v1/upload_resource.py 712${PYSITELIB}/synapse/rest/media/v1/upload_resource.py
719${PYSITELIB}/synapse/rest/media/v1/upload_resource.pyc 713${PYSITELIB}/synapse/rest/media/v1/upload_resource.pyc
720${PYSITELIB}/synapse/rest/models.py 714${PYSITELIB}/synapse/rest/models.py
721${PYSITELIB}/synapse/rest/models.pyc 715${PYSITELIB}/synapse/rest/models.pyc
722${PYSITELIB}/synapse/rest/synapse/__init__.py 716${PYSITELIB}/synapse/rest/synapse/__init__.py
723${PYSITELIB}/synapse/rest/synapse/__init__.pyc 717${PYSITELIB}/synapse/rest/synapse/__init__.pyc
724${PYSITELIB}/synapse/rest/synapse/client/__init__.py 718${PYSITELIB}/synapse/rest/synapse/client/__init__.py
725${PYSITELIB}/synapse/rest/synapse/client/__init__.pyc 719${PYSITELIB}/synapse/rest/synapse/client/__init__.pyc
726${PYSITELIB}/synapse/rest/synapse/client/new_user_consent.py 720${PYSITELIB}/synapse/rest/synapse/client/new_user_consent.py
727${PYSITELIB}/synapse/rest/synapse/client/new_user_consent.pyc 721${PYSITELIB}/synapse/rest/synapse/client/new_user_consent.pyc
728${PYSITELIB}/synapse/rest/synapse/client/oidc/__init__.py 722${PYSITELIB}/synapse/rest/synapse/client/oidc/__init__.py
729${PYSITELIB}/synapse/rest/synapse/client/oidc/__init__.pyc 723${PYSITELIB}/synapse/rest/synapse/client/oidc/__init__.pyc
730${PYSITELIB}/synapse/rest/synapse/client/oidc/backchannel_logout_resource.py 724${PYSITELIB}/synapse/rest/synapse/client/oidc/backchannel_logout_resource.py
731${PYSITELIB}/synapse/rest/synapse/client/oidc/backchannel_logout_resource.pyc 725${PYSITELIB}/synapse/rest/synapse/client/oidc/backchannel_logout_resource.pyc
732${PYSITELIB}/synapse/rest/synapse/client/oidc/callback_resource.py 726${PYSITELIB}/synapse/rest/synapse/client/oidc/callback_resource.py
733${PYSITELIB}/synapse/rest/synapse/client/oidc/callback_resource.pyc 727${PYSITELIB}/synapse/rest/synapse/client/oidc/callback_resource.pyc
734${PYSITELIB}/synapse/rest/synapse/client/password_reset.py 728${PYSITELIB}/synapse/rest/synapse/client/password_reset.py
735${PYSITELIB}/synapse/rest/synapse/client/password_reset.pyc 729${PYSITELIB}/synapse/rest/synapse/client/password_reset.pyc
736${PYSITELIB}/synapse/rest/synapse/client/pick_idp.py 730${PYSITELIB}/synapse/rest/synapse/client/pick_idp.py
737${PYSITELIB}/synapse/rest/synapse/client/pick_idp.pyc 731${PYSITELIB}/synapse/rest/synapse/client/pick_idp.pyc
738${PYSITELIB}/synapse/rest/synapse/client/pick_username.py 732${PYSITELIB}/synapse/rest/synapse/client/pick_username.py
739${PYSITELIB}/synapse/rest/synapse/client/pick_username.pyc 733${PYSITELIB}/synapse/rest/synapse/client/pick_username.pyc
740${PYSITELIB}/synapse/rest/synapse/client/saml2/__init__.py 734${PYSITELIB}/synapse/rest/synapse/client/saml2/__init__.py
741${PYSITELIB}/synapse/rest/synapse/client/saml2/__init__.pyc 735${PYSITELIB}/synapse/rest/synapse/client/saml2/__init__.pyc
742${PYSITELIB}/synapse/rest/synapse/client/saml2/metadata_resource.py 736${PYSITELIB}/synapse/rest/synapse/client/saml2/metadata_resource.py
743${PYSITELIB}/synapse/rest/synapse/client/saml2/metadata_resource.pyc 737${PYSITELIB}/synapse/rest/synapse/client/saml2/metadata_resource.pyc
744${PYSITELIB}/synapse/rest/synapse/client/saml2/response_resource.py 738${PYSITELIB}/synapse/rest/synapse/client/saml2/response_resource.py
745${PYSITELIB}/synapse/rest/synapse/client/saml2/response_resource.pyc 739${PYSITELIB}/synapse/rest/synapse/client/saml2/response_resource.pyc
746${PYSITELIB}/synapse/rest/synapse/client/sso_register.py 740${PYSITELIB}/synapse/rest/synapse/client/sso_register.py
747${PYSITELIB}/synapse/rest/synapse/client/sso_register.pyc 741${PYSITELIB}/synapse/rest/synapse/client/sso_register.pyc
748${PYSITELIB}/synapse/rest/synapse/client/unsubscribe.py 742${PYSITELIB}/synapse/rest/synapse/client/unsubscribe.py
749${PYSITELIB}/synapse/rest/synapse/client/unsubscribe.pyc 743${PYSITELIB}/synapse/rest/synapse/client/unsubscribe.pyc
750${PYSITELIB}/synapse/rest/well_known.py 744${PYSITELIB}/synapse/rest/well_known.py
751${PYSITELIB}/synapse/rest/well_known.pyc 745${PYSITELIB}/synapse/rest/well_known.pyc
752${PYSITELIB}/synapse/server.py 746${PYSITELIB}/synapse/server.py
753${PYSITELIB}/synapse/server.pyc 747${PYSITELIB}/synapse/server.pyc
754${PYSITELIB}/synapse/server_notices/__init__.py 748${PYSITELIB}/synapse/server_notices/__init__.py
755${PYSITELIB}/synapse/server_notices/__init__.pyc 749${PYSITELIB}/synapse/server_notices/__init__.pyc
756${PYSITELIB}/synapse/server_notices/consent_server_notices.py 750${PYSITELIB}/synapse/server_notices/consent_server_notices.py
757${PYSITELIB}/synapse/server_notices/consent_server_notices.pyc 751${PYSITELIB}/synapse/server_notices/consent_server_notices.pyc
758${PYSITELIB}/synapse/server_notices/resource_limits_server_notices.py 752${PYSITELIB}/synapse/server_notices/resource_limits_server_notices.py
759${PYSITELIB}/synapse/server_notices/resource_limits_server_notices.pyc 753${PYSITELIB}/synapse/server_notices/resource_limits_server_notices.pyc
760${PYSITELIB}/synapse/server_notices/server_notices_manager.py 754${PYSITELIB}/synapse/server_notices/server_notices_manager.py
761${PYSITELIB}/synapse/server_notices/server_notices_manager.pyc 755${PYSITELIB}/synapse/server_notices/server_notices_manager.pyc
762${PYSITELIB}/synapse/server_notices/server_notices_sender.py 756${PYSITELIB}/synapse/server_notices/server_notices_sender.py
763${PYSITELIB}/synapse/server_notices/server_notices_sender.pyc 757${PYSITELIB}/synapse/server_notices/server_notices_sender.pyc
764${PYSITELIB}/synapse/server_notices/worker_server_notices_sender.py 758${PYSITELIB}/synapse/server_notices/worker_server_notices_sender.py
765${PYSITELIB}/synapse/server_notices/worker_server_notices_sender.pyc 759${PYSITELIB}/synapse/server_notices/worker_server_notices_sender.pyc
766${PYSITELIB}/synapse/spam_checker_api/__init__.py 760${PYSITELIB}/synapse/spam_checker_api/__init__.py
767${PYSITELIB}/synapse/spam_checker_api/__init__.pyc 761${PYSITELIB}/synapse/spam_checker_api/__init__.pyc
768${PYSITELIB}/synapse/state/__init__.py 762${PYSITELIB}/synapse/state/__init__.py
769${PYSITELIB}/synapse/state/__init__.pyc 763${PYSITELIB}/synapse/state/__init__.pyc
770${PYSITELIB}/synapse/state/v1.py 764${PYSITELIB}/synapse/state/v1.py
771${PYSITELIB}/synapse/state/v1.pyc 765${PYSITELIB}/synapse/state/v1.pyc
772${PYSITELIB}/synapse/state/v2.py 766${PYSITELIB}/synapse/state/v2.py
773${PYSITELIB}/synapse/state/v2.pyc 767${PYSITELIB}/synapse/state/v2.pyc
774${PYSITELIB}/synapse/static/client/login/index.html 768${PYSITELIB}/synapse/static/client/login/index.html
775${PYSITELIB}/synapse/static/client/login/js/jquery-3.4.1.min.js 769${PYSITELIB}/synapse/static/client/login/js/jquery-3.4.1.min.js
776${PYSITELIB}/synapse/static/client/login/js/login.js 770${PYSITELIB}/synapse/static/client/login/js/login.js
777${PYSITELIB}/synapse/static/client/login/spinner.gif 771${PYSITELIB}/synapse/static/client/login/spinner.gif
778${PYSITELIB}/synapse/static/client/login/style.css 772${PYSITELIB}/synapse/static/client/login/style.css
779${PYSITELIB}/synapse/static/client/register/index.html 773${PYSITELIB}/synapse/static/client/register/index.html
780${PYSITELIB}/synapse/static/client/register/js/jquery-3.4.1.min.js 774${PYSITELIB}/synapse/static/client/register/js/jquery-3.4.1.min.js
781${PYSITELIB}/synapse/static/client/register/js/register.js 775${PYSITELIB}/synapse/static/client/register/js/register.js
782${PYSITELIB}/synapse/static/client/register/register_config.sample.js 776${PYSITELIB}/synapse/static/client/register/register_config.sample.js
783${PYSITELIB}/synapse/static/client/register/style.css 777${PYSITELIB}/synapse/static/client/register/style.css
784${PYSITELIB}/synapse/static/index.html 778${PYSITELIB}/synapse/static/index.html
785${PYSITELIB}/synapse/storage/__init__.py 779${PYSITELIB}/synapse/storage/__init__.py
786${PYSITELIB}/synapse/storage/__init__.pyc 780${PYSITELIB}/synapse/storage/__init__.pyc
787${PYSITELIB}/synapse/storage/_base.py 781${PYSITELIB}/synapse/storage/_base.py
788${PYSITELIB}/synapse/storage/_base.pyc 782${PYSITELIB}/synapse/storage/_base.pyc
789${PYSITELIB}/synapse/storage/background_updates.py 783${PYSITELIB}/synapse/storage/background_updates.py
790${PYSITELIB}/synapse/storage/background_updates.pyc 784${PYSITELIB}/synapse/storage/background_updates.pyc
791${PYSITELIB}/synapse/storage/controllers/__init__.py 785${PYSITELIB}/synapse/storage/controllers/__init__.py
792${PYSITELIB}/synapse/storage/controllers/__init__.pyc 786${PYSITELIB}/synapse/storage/controllers/__init__.pyc
793${PYSITELIB}/synapse/storage/controllers/persist_events.py 787${PYSITELIB}/synapse/storage/controllers/persist_events.py
794${PYSITELIB}/synapse/storage/controllers/persist_events.pyc 788${PYSITELIB}/synapse/storage/controllers/persist_events.pyc
795${PYSITELIB}/synapse/storage/controllers/purge_events.py 789${PYSITELIB}/synapse/storage/controllers/purge_events.py
796${PYSITELIB}/synapse/storage/controllers/purge_events.pyc 790${PYSITELIB}/synapse/storage/controllers/purge_events.pyc
797${PYSITELIB}/synapse/storage/controllers/state.py 791${PYSITELIB}/synapse/storage/controllers/state.py
798${PYSITELIB}/synapse/storage/controllers/state.pyc 792${PYSITELIB}/synapse/storage/controllers/state.pyc
799${PYSITELIB}/synapse/storage/database.py 793${PYSITELIB}/synapse/storage/database.py
800${PYSITELIB}/synapse/storage/database.pyc 794${PYSITELIB}/synapse/storage/database.pyc
801${PYSITELIB}/synapse/storage/databases/__init__.py 795${PYSITELIB}/synapse/storage/databases/__init__.py
802${PYSITELIB}/synapse/storage/databases/__init__.pyc 796${PYSITELIB}/synapse/storage/databases/__init__.pyc
803${PYSITELIB}/synapse/storage/databases/main/__init__.py 797${PYSITELIB}/synapse/storage/databases/main/__init__.py
804${PYSITELIB}/synapse/storage/databases/main/__init__.pyc 798${PYSITELIB}/synapse/storage/databases/main/__init__.pyc
805${PYSITELIB}/synapse/storage/databases/main/account_data.py 799${PYSITELIB}/synapse/storage/databases/main/account_data.py
806${PYSITELIB}/synapse/storage/databases/main/account_data.pyc 800${PYSITELIB}/synapse/storage/databases/main/account_data.pyc
807${PYSITELIB}/synapse/storage/databases/main/appservice.py 801${PYSITELIB}/synapse/storage/databases/main/appservice.py
808${PYSITELIB}/synapse/storage/databases/main/appservice.pyc 802${PYSITELIB}/synapse/storage/databases/main/appservice.pyc
809${PYSITELIB}/synapse/storage/databases/main/cache.py 803${PYSITELIB}/synapse/storage/databases/main/cache.py
810${PYSITELIB}/synapse/storage/databases/main/cache.pyc 804${PYSITELIB}/synapse/storage/databases/main/cache.pyc
811${PYSITELIB}/synapse/storage/databases/main/censor_events.py 805${PYSITELIB}/synapse/storage/databases/main/censor_events.py
812${PYSITELIB}/synapse/storage/databases/main/censor_events.pyc 806${PYSITELIB}/synapse/storage/databases/main/censor_events.pyc
813${PYSITELIB}/synapse/storage/databases/main/client_ips.py 807${PYSITELIB}/synapse/storage/databases/main/client_ips.py
814${PYSITELIB}/synapse/storage/databases/main/client_ips.pyc 808${PYSITELIB}/synapse/storage/databases/main/client_ips.pyc
815${PYSITELIB}/synapse/storage/databases/main/deviceinbox.py 809${PYSITELIB}/synapse/storage/databases/main/deviceinbox.py
816${PYSITELIB}/synapse/storage/databases/main/deviceinbox.pyc 810${PYSITELIB}/synapse/storage/databases/main/deviceinbox.pyc
817${PYSITELIB}/synapse/storage/databases/main/devices.py 811${PYSITELIB}/synapse/storage/databases/main/devices.py
818${PYSITELIB}/synapse/storage/databases/main/devices.pyc 812${PYSITELIB}/synapse/storage/databases/main/devices.pyc
819${PYSITELIB}/synapse/storage/databases/main/directory.py 813${PYSITELIB}/synapse/storage/databases/main/directory.py
820${PYSITELIB}/synapse/storage/databases/main/directory.pyc 814${PYSITELIB}/synapse/storage/databases/main/directory.pyc
821${PYSITELIB}/synapse/storage/databases/main/e2e_room_keys.py 815${PYSITELIB}/synapse/storage/databases/main/e2e_room_keys.py
822${PYSITELIB}/synapse/storage/databases/main/e2e_room_keys.pyc 816${PYSITELIB}/synapse/storage/databases/main/e2e_room_keys.pyc
823${PYSITELIB}/synapse/storage/databases/main/end_to_end_keys.py 817${PYSITELIB}/synapse/storage/databases/main/end_to_end_keys.py
824${PYSITELIB}/synapse/storage/databases/main/end_to_end_keys.pyc 818${PYSITELIB}/synapse/storage/databases/main/end_to_end_keys.pyc
825${PYSITELIB}/synapse/storage/databases/main/event_federation.py 819${PYSITELIB}/synapse/storage/databases/main/event_federation.py
826${PYSITELIB}/synapse/storage/databases/main/event_federation.pyc 820${PYSITELIB}/synapse/storage/databases/main/event_federation.pyc
827${PYSITELIB}/synapse/storage/databases/main/event_push_actions.py 821${PYSITELIB}/synapse/storage/databases/main/event_push_actions.py
828${PYSITELIB}/synapse/storage/databases/main/event_push_actions.pyc 822${PYSITELIB}/synapse/storage/databases/main/event_push_actions.pyc
829${PYSITELIB}/synapse/storage/databases/main/events.py 823${PYSITELIB}/synapse/storage/databases/main/events.py
830${PYSITELIB}/synapse/storage/databases/main/events.pyc 824${PYSITELIB}/synapse/storage/databases/main/events.pyc
831${PYSITELIB}/synapse/storage/databases/main/events_bg_updates.py 825${PYSITELIB}/synapse/storage/databases/main/events_bg_updates.py
832${PYSITELIB}/synapse/storage/databases/main/events_bg_updates.pyc 826${PYSITELIB}/synapse/storage/databases/main/events_bg_updates.pyc
833${PYSITELIB}/synapse/storage/databases/main/events_forward_extremities.py 827${PYSITELIB}/synapse/storage/databases/main/events_forward_extremities.py
834${PYSITELIB}/synapse/storage/databases/main/events_forward_extremities.pyc 828${PYSITELIB}/synapse/storage/databases/main/events_forward_extremities.pyc
835${PYSITELIB}/synapse/storage/databases/main/events_worker.py 829${PYSITELIB}/synapse/storage/databases/main/events_worker.py
836${PYSITELIB}/synapse/storage/databases/main/events_worker.pyc 830${PYSITELIB}/synapse/storage/databases/main/events_worker.pyc
837${PYSITELIB}/synapse/storage/databases/main/filtering.py 831${PYSITELIB}/synapse/storage/databases/main/filtering.py
838${PYSITELIB}/synapse/storage/databases/main/filtering.pyc 832${PYSITELIB}/synapse/storage/databases/main/filtering.pyc
839${PYSITELIB}/synapse/storage/databases/main/keys.py 833${PYSITELIB}/synapse/storage/databases/main/keys.py
840${PYSITELIB}/synapse/storage/databases/main/keys.pyc 834${PYSITELIB}/synapse/storage/databases/main/keys.pyc
841${PYSITELIB}/synapse/storage/databases/main/lock.py 835${PYSITELIB}/synapse/storage/databases/main/lock.py
842${PYSITELIB}/synapse/storage/databases/main/lock.pyc 836${PYSITELIB}/synapse/storage/databases/main/lock.pyc
843${PYSITELIB}/synapse/storage/databases/main/media_repository.py 837${PYSITELIB}/synapse/storage/databases/main/media_repository.py
844${PYSITELIB}/synapse/storage/databases/main/media_repository.pyc 838${PYSITELIB}/synapse/storage/databases/main/media_repository.pyc
845${PYSITELIB}/synapse/storage/databases/main/metrics.py 839${PYSITELIB}/synapse/storage/databases/main/metrics.py
846${PYSITELIB}/synapse/storage/databases/main/metrics.pyc 840${PYSITELIB}/synapse/storage/databases/main/metrics.pyc
847${PYSITELIB}/synapse/storage/databases/main/monthly_active_users.py 841${PYSITELIB}/synapse/storage/databases/main/monthly_active_users.py
848${PYSITELIB}/synapse/storage/databases/main/monthly_active_users.pyc 842${PYSITELIB}/synapse/storage/databases/main/monthly_active_users.pyc
849${PYSITELIB}/synapse/storage/databases/main/openid.py 843${PYSITELIB}/synapse/storage/databases/main/openid.py
850${PYSITELIB}/synapse/storage/databases/main/openid.pyc 844${PYSITELIB}/synapse/storage/databases/main/openid.pyc
851${PYSITELIB}/synapse/storage/databases/main/presence.py 845${PYSITELIB}/synapse/storage/databases/main/presence.py
852${PYSITELIB}/synapse/storage/databases/main/presence.pyc 846${PYSITELIB}/synapse/storage/databases/main/presence.pyc
853${PYSITELIB}/synapse/storage/databases/main/profile.py 847${PYSITELIB}/synapse/storage/databases/main/profile.py
854${PYSITELIB}/synapse/storage/databases/main/profile.pyc 848${PYSITELIB}/synapse/storage/databases/main/profile.pyc
855${PYSITELIB}/synapse/storage/databases/main/purge_events.py 849${PYSITELIB}/synapse/storage/databases/main/purge_events.py
856${PYSITELIB}/synapse/storage/databases/main/purge_events.pyc 850${PYSITELIB}/synapse/storage/databases/main/purge_events.pyc
857${PYSITELIB}/synapse/storage/databases/main/push_rule.py 851${PYSITELIB}/synapse/storage/databases/main/push_rule.py
858${PYSITELIB}/synapse/storage/databases/main/push_rule.pyc 852${PYSITELIB}/synapse/storage/databases/main/push_rule.pyc
859${PYSITELIB}/synapse/storage/databases/main/pusher.py 853${PYSITELIB}/synapse/storage/databases/main/pusher.py
860${PYSITELIB}/synapse/storage/databases/main/pusher.pyc 854${PYSITELIB}/synapse/storage/databases/main/pusher.pyc
861${PYSITELIB}/synapse/storage/databases/main/receipts.py 855${PYSITELIB}/synapse/storage/databases/main/receipts.py
862${PYSITELIB}/synapse/storage/databases/main/receipts.pyc 856${PYSITELIB}/synapse/storage/databases/main/receipts.pyc
863${PYSITELIB}/synapse/storage/databases/main/registration.py 857${PYSITELIB}/synapse/storage/databases/main/registration.py
864${PYSITELIB}/synapse/storage/databases/main/registration.pyc 858${PYSITELIB}/synapse/storage/databases/main/registration.pyc
865${PYSITELIB}/synapse/storage/databases/main/rejections.py 859${PYSITELIB}/synapse/storage/databases/main/rejections.py
866${PYSITELIB}/synapse/storage/databases/main/rejections.pyc 860${PYSITELIB}/synapse/storage/databases/main/rejections.pyc
867${PYSITELIB}/synapse/storage/databases/main/relations.py 861${PYSITELIB}/synapse/storage/databases/main/relations.py
868${PYSITELIB}/synapse/storage/databases/main/relations.pyc 862${PYSITELIB}/synapse/storage/databases/main/relations.pyc
869${PYSITELIB}/synapse/storage/databases/main/room.py 863${PYSITELIB}/synapse/storage/databases/main/room.py
870${PYSITELIB}/synapse/storage/databases/main/room.pyc 864${PYSITELIB}/synapse/storage/databases/main/room.pyc
871${PYSITELIB}/synapse/storage/databases/main/room_batch.py 865${PYSITELIB}/synapse/storage/databases/main/room_batch.py
872${PYSITELIB}/synapse/storage/databases/main/room_batch.pyc 866${PYSITELIB}/synapse/storage/databases/main/room_batch.pyc
873${PYSITELIB}/synapse/storage/databases/main/roommember.py 867${PYSITELIB}/synapse/storage/databases/main/roommember.py
874${PYSITELIB}/synapse/storage/databases/main/roommember.pyc 868${PYSITELIB}/synapse/storage/databases/main/roommember.pyc
875${PYSITELIB}/synapse/storage/databases/main/search.py 869${PYSITELIB}/synapse/storage/databases/main/search.py
876${PYSITELIB}/synapse/storage/databases/main/search.pyc 870${PYSITELIB}/synapse/storage/databases/main/search.pyc
877${PYSITELIB}/synapse/storage/databases/main/session.py 871${PYSITELIB}/synapse/storage/databases/main/session.py
878${PYSITELIB}/synapse/storage/databases/main/session.pyc 872${PYSITELIB}/synapse/storage/databases/main/session.pyc
879${PYSITELIB}/synapse/storage/databases/main/signatures.py 873${PYSITELIB}/synapse/storage/databases/main/signatures.py
880${PYSITELIB}/synapse/storage/databases/main/signatures.pyc 874${PYSITELIB}/synapse/storage/databases/main/signatures.pyc
881${PYSITELIB}/synapse/storage/databases/main/state.py 875${PYSITELIB}/synapse/storage/databases/main/state.py
882${PYSITELIB}/synapse/storage/databases/main/state.pyc 876${PYSITELIB}/synapse/storage/databases/main/state.pyc
883${PYSITELIB}/synapse/storage/databases/main/state_deltas.py 877${PYSITELIB}/synapse/storage/databases/main/state_deltas.py
884${PYSITELIB}/synapse/storage/databases/main/state_deltas.pyc 878${PYSITELIB}/synapse/storage/databases/main/state_deltas.pyc
885${PYSITELIB}/synapse/storage/databases/main/stats.py 879${PYSITELIB}/synapse/storage/databases/main/stats.py
886${PYSITELIB}/synapse/storage/databases/main/stats.pyc 880${PYSITELIB}/synapse/storage/databases/main/stats.pyc
887${PYSITELIB}/synapse/storage/databases/main/stream.py 881${PYSITELIB}/synapse/storage/databases/main/stream.py
888${PYSITELIB}/synapse/storage/databases/main/stream.pyc 882${PYSITELIB}/synapse/storage/databases/main/stream.pyc
889${PYSITELIB}/synapse/storage/databases/main/tags.py 883${PYSITELIB}/synapse/storage/databases/main/tags.py
890${PYSITELIB}/synapse/storage/databases/main/tags.pyc 884${PYSITELIB}/synapse/storage/databases/main/tags.pyc
891${PYSITELIB}/synapse/storage/databases/main/transactions.py 885${PYSITELIB}/synapse/storage/databases/main/transactions.py
892${PYSITELIB}/synapse/storage/databases/main/transactions.pyc 886${PYSITELIB}/synapse/storage/databases/main/transactions.pyc
893${PYSITELIB}/synapse/storage/databases/main/ui_auth.py 887${PYSITELIB}/synapse/storage/databases/main/ui_auth.py
894${PYSITELIB}/synapse/storage/databases/main/ui_auth.pyc 888${PYSITELIB}/synapse/storage/databases/main/ui_auth.pyc
895${PYSITELIB}/synapse/storage/databases/main/user_directory.py 889${PYSITELIB}/synapse/storage/databases/main/user_directory.py
896${PYSITELIB}/synapse/storage/databases/main/user_directory.pyc 890${PYSITELIB}/synapse/storage/databases/main/user_directory.pyc
897${PYSITELIB}/synapse/storage/databases/main/user_erasure_store.py 891${PYSITELIB}/synapse/storage/databases/main/user_erasure_store.py
898${PYSITELIB}/synapse/storage/databases/main/user_erasure_store.pyc 892${PYSITELIB}/synapse/storage/databases/main/user_erasure_store.pyc
899${PYSITELIB}/synapse/storage/databases/state/__init__.py 893${PYSITELIB}/synapse/storage/databases/state/__init__.py
900${PYSITELIB}/synapse/storage/databases/state/__init__.pyc 894${PYSITELIB}/synapse/storage/databases/state/__init__.pyc
901${PYSITELIB}/synapse/storage/databases/state/bg_updates.py 895${PYSITELIB}/synapse/storage/databases/state/bg_updates.py
902${PYSITELIB}/synapse/storage/databases/state/bg_updates.pyc 896${PYSITELIB}/synapse/storage/databases/state/bg_updates.pyc
903${PYSITELIB}/synapse/storage/databases/state/store.py 897${PYSITELIB}/synapse/storage/databases/state/store.py
904${PYSITELIB}/synapse/storage/databases/state/store.pyc 898${PYSITELIB}/synapse/storage/databases/state/store.pyc
905${PYSITELIB}/synapse/storage/engines/__init__.py 899${PYSITELIB}/synapse/storage/engines/__init__.py
906${PYSITELIB}/synapse/storage/engines/__init__.pyc 900${PYSITELIB}/synapse/storage/engines/__init__.pyc
907${PYSITELIB}/synapse/storage/engines/_base.py 901${PYSITELIB}/synapse/storage/engines/_base.py
908${PYSITELIB}/synapse/storage/engines/_base.pyc 902${PYSITELIB}/synapse/storage/engines/_base.pyc
909${PYSITELIB}/synapse/storage/engines/postgres.py 903${PYSITELIB}/synapse/storage/engines/postgres.py
910${PYSITELIB}/synapse/storage/engines/postgres.pyc 904${PYSITELIB}/synapse/storage/engines/postgres.pyc
911${PYSITELIB}/synapse/storage/engines/sqlite.py 905${PYSITELIB}/synapse/storage/engines/sqlite.py
912${PYSITELIB}/synapse/storage/engines/sqlite.pyc 906${PYSITELIB}/synapse/storage/engines/sqlite.pyc
913${PYSITELIB}/synapse/storage/keys.py 907${PYSITELIB}/synapse/storage/keys.py
914${PYSITELIB}/synapse/storage/keys.pyc 908${PYSITELIB}/synapse/storage/keys.pyc
915${PYSITELIB}/synapse/storage/prepare_database.py 909${PYSITELIB}/synapse/storage/prepare_database.py
916${PYSITELIB}/synapse/storage/prepare_database.pyc 910${PYSITELIB}/synapse/storage/prepare_database.pyc
917${PYSITELIB}/synapse/storage/push_rule.py 911${PYSITELIB}/synapse/storage/push_rule.py
918${PYSITELIB}/synapse/storage/push_rule.pyc 912${PYSITELIB}/synapse/storage/push_rule.pyc
919${PYSITELIB}/synapse/storage/roommember.py 913${PYSITELIB}/synapse/storage/roommember.py
920${PYSITELIB}/synapse/storage/roommember.pyc 914${PYSITELIB}/synapse/storage/roommember.pyc
921${PYSITELIB}/synapse/storage/schema/README.md 915${PYSITELIB}/synapse/storage/schema/README.md
922${PYSITELIB}/synapse/storage/schema/__init__.py 916${PYSITELIB}/synapse/storage/schema/__init__.py
923${PYSITELIB}/synapse/storage/schema/__init__.pyc 917${PYSITELIB}/synapse/storage/schema/__init__.pyc
924${PYSITELIB}/synapse/storage/schema/common/delta/25/00background_updates.sql 918${PYSITELIB}/synapse/storage/schema/common/delta/25/00background_updates.sql
925${PYSITELIB}/synapse/storage/schema/common/delta/35/00background_updates_add_col.sql 919${PYSITELIB}/synapse/storage/schema/common/delta/35/00background_updates_add_col.sql
926${PYSITELIB}/synapse/storage/schema/common/delta/58/00background_update_ordering.sql 920${PYSITELIB}/synapse/storage/schema/common/delta/58/00background_update_ordering.sql
927${PYSITELIB}/synapse/storage/schema/common/full_schemas/54/full.sql 921${PYSITELIB}/synapse/storage/schema/common/full_schemas/54/full.sql
928${PYSITELIB}/synapse/storage/schema/common/full_schemas/72/full.sql.postgres 922${PYSITELIB}/synapse/storage/schema/common/full_schemas/72/full.sql.postgres
929${PYSITELIB}/synapse/storage/schema/common/full_schemas/72/full.sql.sqlite 923${PYSITELIB}/synapse/storage/schema/common/full_schemas/72/full.sql.sqlite
930${PYSITELIB}/synapse/storage/schema/common/schema_version.sql 924${PYSITELIB}/synapse/storage/schema/common/schema_version.sql
931${PYSITELIB}/synapse/storage/schema/main/delta/12/v12.sql 925${PYSITELIB}/synapse/storage/schema/main/delta/12/v12.sql
932${PYSITELIB}/synapse/storage/schema/main/delta/13/v13.sql 926${PYSITELIB}/synapse/storage/schema/main/delta/13/v13.sql
933${PYSITELIB}/synapse/storage/schema/main/delta/14/v14.sql 927${PYSITELIB}/synapse/storage/schema/main/delta/14/v14.sql
934${PYSITELIB}/synapse/storage/schema/main/delta/15/appservice_txns.sql 928${PYSITELIB}/synapse/storage/schema/main/delta/15/appservice_txns.sql
935${PYSITELIB}/synapse/storage/schema/main/delta/15/presence_indices.sql 929${PYSITELIB}/synapse/storage/schema/main/delta/15/presence_indices.sql
936${PYSITELIB}/synapse/storage/schema/main/delta/15/v15.sql 930${PYSITELIB}/synapse/storage/schema/main/delta/15/v15.sql
937${PYSITELIB}/synapse/storage/schema/main/delta/16/events_order_index.sql 931${PYSITELIB}/synapse/storage/schema/main/delta/16/events_order_index.sql
938${PYSITELIB}/synapse/storage/schema/main/delta/16/remote_media_cache_index.sql 932${PYSITELIB}/synapse/storage/schema/main/delta/16/remote_media_cache_index.sql
939${PYSITELIB}/synapse/storage/schema/main/delta/16/remove_duplicates.sql 933${PYSITELIB}/synapse/storage/schema/main/delta/16/remove_duplicates.sql
940${PYSITELIB}/synapse/storage/schema/main/delta/16/room_alias_index.sql 934${PYSITELIB}/synapse/storage/schema/main/delta/16/room_alias_index.sql
941${PYSITELIB}/synapse/storage/schema/main/delta/16/unique_constraints.sql 935${PYSITELIB}/synapse/storage/schema/main/delta/16/unique_constraints.sql
942${PYSITELIB}/synapse/storage/schema/main/delta/16/users.sql 936${PYSITELIB}/synapse/storage/schema/main/delta/16/users.sql
943${PYSITELIB}/synapse/storage/schema/main/delta/17/drop_indexes.sql 937${PYSITELIB}/synapse/storage/schema/main/delta/17/drop_indexes.sql
944${PYSITELIB}/synapse/storage/schema/main/delta/17/server_keys.sql 938${PYSITELIB}/synapse/storage/schema/main/delta/17/server_keys.sql
945${PYSITELIB}/synapse/storage/schema/main/delta/17/user_threepids.sql 939${PYSITELIB}/synapse/storage/schema/main/delta/17/user_threepids.sql
946${PYSITELIB}/synapse/storage/schema/main/delta/18/server_keys_bigger_ints.sql 940${PYSITELIB}/synapse/storage/schema/main/delta/18/server_keys_bigger_ints.sql
947${PYSITELIB}/synapse/storage/schema/main/delta/19/event_index.sql 941${PYSITELIB}/synapse/storage/schema/main/delta/19/event_index.sql
948${PYSITELIB}/synapse/storage/schema/main/delta/20/dummy.sql 942${PYSITELIB}/synapse/storage/schema/main/delta/20/dummy.sql
949${PYSITELIB}/synapse/storage/schema/main/delta/20/pushers.py 943${PYSITELIB}/synapse/storage/schema/main/delta/20/pushers.py
950${PYSITELIB}/synapse/storage/schema/main/delta/20/pushers.pyc 944${PYSITELIB}/synapse/storage/schema/main/delta/20/pushers.pyc
951${PYSITELIB}/synapse/storage/schema/main/delta/21/end_to_end_keys.sql 945${PYSITELIB}/synapse/storage/schema/main/delta/21/end_to_end_keys.sql
952${PYSITELIB}/synapse/storage/schema/main/delta/21/receipts.sql 946${PYSITELIB}/synapse/storage/schema/main/delta/21/receipts.sql
953${PYSITELIB}/synapse/storage/schema/main/delta/22/receipts_index.sql 947${PYSITELIB}/synapse/storage/schema/main/delta/22/receipts_index.sql
954${PYSITELIB}/synapse/storage/schema/main/delta/22/user_threepids_unique.sql 948${PYSITELIB}/synapse/storage/schema/main/delta/22/user_threepids_unique.sql
955${PYSITELIB}/synapse/storage/schema/main/delta/24/stats_reporting.sql 949${PYSITELIB}/synapse/storage/schema/main/delta/24/stats_reporting.sql
956${PYSITELIB}/synapse/storage/schema/main/delta/25/fts.py 950${PYSITELIB}/synapse/storage/schema/main/delta/25/fts.py
957${PYSITELIB}/synapse/storage/schema/main/delta/25/fts.pyc 951${PYSITELIB}/synapse/storage/schema/main/delta/25/fts.pyc
958${PYSITELIB}/synapse/storage/schema/main/delta/25/guest_access.sql 952${PYSITELIB}/synapse/storage/schema/main/delta/25/guest_access.sql
959${PYSITELIB}/synapse/storage/schema/main/delta/25/history_visibility.sql 953${PYSITELIB}/synapse/storage/schema/main/delta/25/history_visibility.sql
960${PYSITELIB}/synapse/storage/schema/main/delta/25/tags.sql 954${PYSITELIB}/synapse/storage/schema/main/delta/25/tags.sql
961${PYSITELIB}/synapse/storage/schema/main/delta/26/account_data.sql 955${PYSITELIB}/synapse/storage/schema/main/delta/26/account_data.sql
962${PYSITELIB}/synapse/storage/schema/main/delta/27/account_data.sql 956${PYSITELIB}/synapse/storage/schema/main/delta/27/account_data.sql
963${PYSITELIB}/synapse/storage/schema/main/delta/27/forgotten_memberships.sql 957${PYSITELIB}/synapse/storage/schema/main/delta/27/forgotten_memberships.sql
964${PYSITELIB}/synapse/storage/schema/main/delta/27/ts.py 958${PYSITELIB}/synapse/storage/schema/main/delta/27/ts.py
965${PYSITELIB}/synapse/storage/schema/main/delta/27/ts.pyc 959${PYSITELIB}/synapse/storage/schema/main/delta/27/ts.pyc
966${PYSITELIB}/synapse/storage/schema/main/delta/28/event_push_actions.sql 960${PYSITELIB}/synapse/storage/schema/main/delta/28/event_push_actions.sql
967${PYSITELIB}/synapse/storage/schema/main/delta/28/events_room_stream.sql 961${PYSITELIB}/synapse/storage/schema/main/delta/28/events_room_stream.sql
968${PYSITELIB}/synapse/storage/schema/main/delta/28/public_roms_index.sql 962${PYSITELIB}/synapse/storage/schema/main/delta/28/public_roms_index.sql
969${PYSITELIB}/synapse/storage/schema/main/delta/28/receipts_user_id_index.sql 963${PYSITELIB}/synapse/storage/schema/main/delta/28/receipts_user_id_index.sql
970${PYSITELIB}/synapse/storage/schema/main/delta/28/upgrade_times.sql 964${PYSITELIB}/synapse/storage/schema/main/delta/28/upgrade_times.sql
971${PYSITELIB}/synapse/storage/schema/main/delta/28/users_is_guest.sql 965${PYSITELIB}/synapse/storage/schema/main/delta/28/users_is_guest.sql
972${PYSITELIB}/synapse/storage/schema/main/delta/29/push_actions.sql 966${PYSITELIB}/synapse/storage/schema/main/delta/29/push_actions.sql
973${PYSITELIB}/synapse/storage/schema/main/delta/30/alias_creator.sql 967${PYSITELIB}/synapse/storage/schema/main/delta/30/alias_creator.sql
974${PYSITELIB}/synapse/storage/schema/main/delta/30/as_users.py 968${PYSITELIB}/synapse/storage/schema/main/delta/30/as_users.py
975${PYSITELIB}/synapse/storage/schema/main/delta/30/as_users.pyc 969${PYSITELIB}/synapse/storage/schema/main/delta/30/as_users.pyc
976${PYSITELIB}/synapse/storage/schema/main/delta/30/deleted_pushers.sql 970${PYSITELIB}/synapse/storage/schema/main/delta/30/deleted_pushers.sql
977${PYSITELIB}/synapse/storage/schema/main/delta/30/presence_stream.sql 971${PYSITELIB}/synapse/storage/schema/main/delta/30/presence_stream.sql
978${PYSITELIB}/synapse/storage/schema/main/delta/30/public_rooms.sql 972${PYSITELIB}/synapse/storage/schema/main/delta/30/public_rooms.sql
979${PYSITELIB}/synapse/storage/schema/main/delta/30/push_rule_stream.sql 973${PYSITELIB}/synapse/storage/schema/main/delta/30/push_rule_stream.sql
980${PYSITELIB}/synapse/storage/schema/main/delta/30/threepid_guest_access_tokens.sql 974${PYSITELIB}/synapse/storage/schema/main/delta/30/threepid_guest_access_tokens.sql
981${PYSITELIB}/synapse/storage/schema/main/delta/31/invites.sql 975${PYSITELIB}/synapse/storage/schema/main/delta/31/invites.sql
982${PYSITELIB}/synapse/storage/schema/main/delta/31/local_media_repository_url_cache.sql 976${PYSITELIB}/synapse/storage/schema/main/delta/31/local_media_repository_url_cache.sql
983${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers.py 977${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers.py
984${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers.pyc 978${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers.pyc
985${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers_index.sql 979${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers_index.sql
986${PYSITELIB}/synapse/storage/schema/main/delta/31/search_update.py 980${PYSITELIB}/synapse/storage/schema/main/delta/31/search_update.py
987${PYSITELIB}/synapse/storage/schema/main/delta/31/search_update.pyc 981${PYSITELIB}/synapse/storage/schema/main/delta/31/search_update.pyc
988${PYSITELIB}/synapse/storage/schema/main/delta/32/events.sql 982${PYSITELIB}/synapse/storage/schema/main/delta/32/events.sql
989${PYSITELIB}/synapse/storage/schema/main/delta/32/openid.sql 983${PYSITELIB}/synapse/storage/schema/main/delta/32/openid.sql
990${PYSITELIB}/synapse/storage/schema/main/delta/32/pusher_throttle.sql 984${PYSITELIB}/synapse/storage/schema/main/delta/32/pusher_throttle.sql
991${PYSITELIB}/synapse/storage/schema/main/delta/32/remove_indices.sql 985${PYSITELIB}/synapse/storage/schema/main/delta/32/remove_indices.sql
992${PYSITELIB}/synapse/storage/schema/main/delta/32/reports.sql 986${PYSITELIB}/synapse/storage/schema/main/delta/32/reports.sql
993${PYSITELIB}/synapse/storage/schema/main/delta/33/access_tokens_device_index.sql 987${PYSITELIB}/synapse/storage/schema/main/delta/33/access_tokens_device_index.sql
994${PYSITELIB}/synapse/storage/schema/main/delta/33/devices.sql 988${PYSITELIB}/synapse/storage/schema/main/delta/33/devices.sql
995${PYSITELIB}/synapse/storage/schema/main/delta/33/devices_for_e2e_keys.sql 989${PYSITELIB}/synapse/storage/schema/main/delta/33/devices_for_e2e_keys.sql
996${PYSITELIB}/synapse/storage/schema/main/delta/33/devices_for_e2e_keys_clear_unknown_device.sql 990${PYSITELIB}/synapse/storage/schema/main/delta/33/devices_for_e2e_keys_clear_unknown_device.sql
997${PYSITELIB}/synapse/storage/schema/main/delta/33/event_fields.py 991${PYSITELIB}/synapse/storage/schema/main/delta/33/event_fields.py
998${PYSITELIB}/synapse/storage/schema/main/delta/33/event_fields.pyc 992${PYSITELIB}/synapse/storage/schema/main/delta/33/event_fields.pyc
999${PYSITELIB}/synapse/storage/schema/main/delta/33/remote_media_ts.py 993${PYSITELIB}/synapse/storage/schema/main/delta/33/remote_media_ts.py
1000${PYSITELIB}/synapse/storage/schema/main/delta/33/remote_media_ts.pyc 994${PYSITELIB}/synapse/storage/schema/main/delta/33/remote_media_ts.pyc
1001${PYSITELIB}/synapse/storage/schema/main/delta/33/user_ips_index.sql 995${PYSITELIB}/synapse/storage/schema/main/delta/33/user_ips_index.sql
1002${PYSITELIB}/synapse/storage/schema/main/delta/34/appservice_stream.sql 996${PYSITELIB}/synapse/storage/schema/main/delta/34/appservice_stream.sql
1003${PYSITELIB}/synapse/storage/schema/main/delta/34/cache_stream.py 997${PYSITELIB}/synapse/storage/schema/main/delta/34/cache_stream.py
1004${PYSITELIB}/synapse/storage/schema/main/delta/34/cache_stream.pyc 998${PYSITELIB}/synapse/storage/schema/main/delta/34/cache_stream.pyc
1005${PYSITELIB}/synapse/storage/schema/main/delta/34/device_inbox.sql 999${PYSITELIB}/synapse/storage/schema/main/delta/34/device_inbox.sql
1006${PYSITELIB}/synapse/storage/schema/main/delta/34/push_display_name_rename.sql 1000${PYSITELIB}/synapse/storage/schema/main/delta/34/push_display_name_rename.sql
1007${PYSITELIB}/synapse/storage/schema/main/delta/34/received_txn_purge.py 1001${PYSITELIB}/synapse/storage/schema/main/delta/34/received_txn_purge.py
1008${PYSITELIB}/synapse/storage/schema/main/delta/34/received_txn_purge.pyc 1002${PYSITELIB}/synapse/storage/schema/main/delta/34/received_txn_purge.pyc
1009${PYSITELIB}/synapse/storage/schema/main/delta/35/contains_url.sql 1003${PYSITELIB}/synapse/storage/schema/main/delta/35/contains_url.sql
1010${PYSITELIB}/synapse/storage/schema/main/delta/35/device_outbox.sql 1004${PYSITELIB}/synapse/storage/schema/main/delta/35/device_outbox.sql
1011${PYSITELIB}/synapse/storage/schema/main/delta/35/device_stream_id.sql 1005${PYSITELIB}/synapse/storage/schema/main/delta/35/device_stream_id.sql
1012${PYSITELIB}/synapse/storage/schema/main/delta/35/event_push_actions_index.sql 1006${PYSITELIB}/synapse/storage/schema/main/delta/35/event_push_actions_index.sql
1013${PYSITELIB}/synapse/storage/schema/main/delta/35/public_room_list_change_stream.sql 1007${PYSITELIB}/synapse/storage/schema/main/delta/35/public_room_list_change_stream.sql
1014${PYSITELIB}/synapse/storage/schema/main/delta/35/stream_order_to_extrem.sql 1008${PYSITELIB}/synapse/storage/schema/main/delta/35/stream_order_to_extrem.sql
1015${PYSITELIB}/synapse/storage/schema/main/delta/36/readd_public_rooms.sql 1009${PYSITELIB}/synapse/storage/schema/main/delta/36/readd_public_rooms.sql
1016${PYSITELIB}/synapse/storage/schema/main/delta/37/remove_auth_idx.py 1010${PYSITELIB}/synapse/storage/schema/main/delta/37/remove_auth_idx.py
1017${PYSITELIB}/synapse/storage/schema/main/delta/37/remove_auth_idx.pyc 1011${PYSITELIB}/synapse/storage/schema/main/delta/37/remove_auth_idx.pyc
1018${PYSITELIB}/synapse/storage/schema/main/delta/37/user_threepids.sql 1012${PYSITELIB}/synapse/storage/schema/main/delta/37/user_threepids.sql
1019${PYSITELIB}/synapse/storage/schema/main/delta/38/postgres_fts_gist.sql 1013${PYSITELIB}/synapse/storage/schema/main/delta/38/postgres_fts_gist.sql
1020${PYSITELIB}/synapse/storage/schema/main/delta/39/appservice_room_list.sql 1014${PYSITELIB}/synapse/storage/schema/main/delta/39/appservice_room_list.sql
1021${PYSITELIB}/synapse/storage/schema/main/delta/39/device_federation_stream_idx.sql 1015${PYSITELIB}/synapse/storage/schema/main/delta/39/device_federation_stream_idx.sql
1022${PYSITELIB}/synapse/storage/schema/main/delta/39/event_push_index.sql 1016${PYSITELIB}/synapse/storage/schema/main/delta/39/event_push_index.sql
1023${PYSITELIB}/synapse/storage/schema/main/delta/39/federation_out_position.sql 1017${PYSITELIB}/synapse/storage/schema/main/delta/39/federation_out_position.sql
1024${PYSITELIB}/synapse/storage/schema/main/delta/39/membership_profile.sql 1018${PYSITELIB}/synapse/storage/schema/main/delta/39/membership_profile.sql
1025${PYSITELIB}/synapse/storage/schema/main/delta/40/current_state_idx.sql 1019${PYSITELIB}/synapse/storage/schema/main/delta/40/current_state_idx.sql
1026${PYSITELIB}/synapse/storage/schema/main/delta/40/device_inbox.sql 1020${PYSITELIB}/synapse/storage/schema/main/delta/40/device_inbox.sql
1027${PYSITELIB}/synapse/storage/schema/main/delta/40/device_list_streams.sql 1021${PYSITELIB}/synapse/storage/schema/main/delta/40/device_list_streams.sql
1028${PYSITELIB}/synapse/storage/schema/main/delta/40/event_push_summary.sql 1022${PYSITELIB}/synapse/storage/schema/main/delta/40/event_push_summary.sql
1029${PYSITELIB}/synapse/storage/schema/main/delta/40/pushers.sql 1023${PYSITELIB}/synapse/storage/schema/main/delta/40/pushers.sql
1030${PYSITELIB}/synapse/storage/schema/main/delta/41/device_list_stream_idx.sql 1024${PYSITELIB}/synapse/storage/schema/main/delta/41/device_list_stream_idx.sql
1031${PYSITELIB}/synapse/storage/schema/main/delta/41/device_outbound_index.sql 1025${PYSITELIB}/synapse/storage/schema/main/delta/41/device_outbound_index.sql
1032${PYSITELIB}/synapse/storage/schema/main/delta/41/event_search_event_id_idx.sql 1026${PYSITELIB}/synapse/storage/schema/main/delta/41/event_search_event_id_idx.sql
1033${PYSITELIB}/synapse/storage/schema/main/delta/41/ratelimit.sql 1027${PYSITELIB}/synapse/storage/schema/main/delta/41/ratelimit.sql
1034${PYSITELIB}/synapse/storage/schema/main/delta/42/current_state_delta.sql 1028${PYSITELIB}/synapse/storage/schema/main/delta/42/current_state_delta.sql
1035${PYSITELIB}/synapse/storage/schema/main/delta/42/device_list_last_id.sql 1029${PYSITELIB}/synapse/storage/schema/main/delta/42/device_list_last_id.sql
1036${PYSITELIB}/synapse/storage/schema/main/delta/42/event_auth_state_only.sql 1030${PYSITELIB}/synapse/storage/schema/main/delta/42/event_auth_state_only.sql
1037${PYSITELIB}/synapse/storage/schema/main/delta/42/user_dir.py 1031${PYSITELIB}/synapse/storage/schema/main/delta/42/user_dir.py
1038${PYSITELIB}/synapse/storage/schema/main/delta/42/user_dir.pyc 1032${PYSITELIB}/synapse/storage/schema/main/delta/42/user_dir.pyc
1039${PYSITELIB}/synapse/storage/schema/main/delta/43/blocked_rooms.sql 1033${PYSITELIB}/synapse/storage/schema/main/delta/43/blocked_rooms.sql
1040${PYSITELIB}/synapse/storage/schema/main/delta/43/quarantine_media.sql 1034${PYSITELIB}/synapse/storage/schema/main/delta/43/quarantine_media.sql
1041${PYSITELIB}/synapse/storage/schema/main/delta/43/url_cache.sql 1035${PYSITELIB}/synapse/storage/schema/main/delta/43/url_cache.sql
1042${PYSITELIB}/synapse/storage/schema/main/delta/43/user_share.sql 1036${PYSITELIB}/synapse/storage/schema/main/delta/43/user_share.sql
1043${PYSITELIB}/synapse/storage/schema/main/delta/44/expire_url_cache.sql 1037${PYSITELIB}/synapse/storage/schema/main/delta/44/expire_url_cache.sql
1044${PYSITELIB}/synapse/storage/schema/main/delta/45/group_server.sql 1038${PYSITELIB}/synapse/storage/schema/main/delta/45/group_server.sql
1045${PYSITELIB}/synapse/storage/schema/main/delta/45/profile_cache.sql 1039${PYSITELIB}/synapse/storage/schema/main/delta/45/profile_cache.sql
1046${PYSITELIB}/synapse/storage/schema/main/delta/46/drop_refresh_tokens.sql 1040${PYSITELIB}/synapse/storage/schema/main/delta/46/drop_refresh_tokens.sql
1047${PYSITELIB}/synapse/storage/schema/main/delta/46/drop_unique_deleted_pushers.sql 1041${PYSITELIB}/synapse/storage/schema/main/delta/46/drop_unique_deleted_pushers.sql
1048${PYSITELIB}/synapse/storage/schema/main/delta/46/group_server.sql 1042${PYSITELIB}/synapse/storage/schema/main/delta/46/group_server.sql
1049${PYSITELIB}/synapse/storage/schema/main/delta/46/local_media_repository_url_idx.sql 1043${PYSITELIB}/synapse/storage/schema/main/delta/46/local_media_repository_url_idx.sql
1050${PYSITELIB}/synapse/storage/schema/main/delta/46/user_dir_null_room_ids.sql 1044${PYSITELIB}/synapse/storage/schema/main/delta/46/user_dir_null_room_ids.sql
1051${PYSITELIB}/synapse/storage/schema/main/delta/46/user_dir_typos.sql 1045${PYSITELIB}/synapse/storage/schema/main/delta/46/user_dir_typos.sql
1052${PYSITELIB}/synapse/storage/schema/main/delta/47/last_access_media.sql 1046${PYSITELIB}/synapse/storage/schema/main/delta/47/last_access_media.sql
1053${PYSITELIB}/synapse/storage/schema/main/delta/47/postgres_fts_gin.sql 1047${PYSITELIB}/synapse/storage/schema/main/delta/47/postgres_fts_gin.sql
1054${PYSITELIB}/synapse/storage/schema/main/delta/47/push_actions_staging.sql 1048${PYSITELIB}/synapse/storage/schema/main/delta/47/push_actions_staging.sql
1055${PYSITELIB}/synapse/storage/schema/main/delta/48/add_user_consent.sql 1049${PYSITELIB}/synapse/storage/schema/main/delta/48/add_user_consent.sql
1056${PYSITELIB}/synapse/storage/schema/main/delta/48/add_user_ips_last_seen_index.sql 1050${PYSITELIB}/synapse/storage/schema/main/delta/48/add_user_ips_last_seen_index.sql
1057${PYSITELIB}/synapse/storage/schema/main/delta/48/deactivated_users.sql 1051${PYSITELIB}/synapse/storage/schema/main/delta/48/deactivated_users.sql
1058${PYSITELIB}/synapse/storage/schema/main/delta/48/group_unique_indexes.py 1052${PYSITELIB}/synapse/storage/schema/main/delta/48/group_unique_indexes.py
1059${PYSITELIB}/synapse/storage/schema/main/delta/48/group_unique_indexes.pyc 1053${PYSITELIB}/synapse/storage/schema/main/delta/48/group_unique_indexes.pyc
1060${PYSITELIB}/synapse/storage/schema/main/delta/48/groups_joinable.sql 1054${PYSITELIB}/synapse/storage/schema/main/delta/48/groups_joinable.sql
1061${PYSITELIB}/synapse/storage/schema/main/delta/49/add_user_consent_server_notice_sent.sql 1055${PYSITELIB}/synapse/storage/schema/main/delta/49/add_user_consent_server_notice_sent.sql
1062${PYSITELIB}/synapse/storage/schema/main/delta/49/add_user_daily_visits.sql 1056${PYSITELIB}/synapse/storage/schema/main/delta/49/add_user_daily_visits.sql
1063${PYSITELIB}/synapse/storage/schema/main/delta/49/add_user_ips_last_seen_only_index.sql 1057${PYSITELIB}/synapse/storage/schema/main/delta/49/add_user_ips_last_seen_only_index.sql
1064${PYSITELIB}/synapse/storage/schema/main/delta/50/add_creation_ts_users_index.sql 1058${PYSITELIB}/synapse/storage/schema/main/delta/50/add_creation_ts_users_index.sql
1065${PYSITELIB}/synapse/storage/schema/main/delta/50/erasure_store.sql 1059${PYSITELIB}/synapse/storage/schema/main/delta/50/erasure_store.sql
1066${PYSITELIB}/synapse/storage/schema/main/delta/50/make_event_content_nullable.py 1060${PYSITELIB}/synapse/storage/schema/main/delta/50/make_event_content_nullable.py
1067${PYSITELIB}/synapse/storage/schema/main/delta/50/make_event_content_nullable.pyc 1061${PYSITELIB}/synapse/storage/schema/main/delta/50/make_event_content_nullable.pyc
1068${PYSITELIB}/synapse/storage/schema/main/delta/51/e2e_room_keys.sql 1062${PYSITELIB}/synapse/storage/schema/main/delta/51/e2e_room_keys.sql
1069${PYSITELIB}/synapse/storage/schema/main/delta/51/monthly_active_users.sql 1063${PYSITELIB}/synapse/storage/schema/main/delta/51/monthly_active_users.sql
1070${PYSITELIB}/synapse/storage/schema/main/delta/52/add_event_to_state_group_index.sql 1064${PYSITELIB}/synapse/storage/schema/main/delta/52/add_event_to_state_group_index.sql
1071${PYSITELIB}/synapse/storage/schema/main/delta/52/device_list_streams_unique_idx.sql 1065${PYSITELIB}/synapse/storage/schema/main/delta/52/device_list_streams_unique_idx.sql
1072${PYSITELIB}/synapse/storage/schema/main/delta/52/e2e_room_keys.sql 1066${PYSITELIB}/synapse/storage/schema/main/delta/52/e2e_room_keys.sql
1073${PYSITELIB}/synapse/storage/schema/main/delta/53/add_user_type_to_users.sql 1067${PYSITELIB}/synapse/storage/schema/main/delta/53/add_user_type_to_users.sql
1074${PYSITELIB}/synapse/storage/schema/main/delta/53/drop_sent_transactions.sql 1068${PYSITELIB}/synapse/storage/schema/main/delta/53/drop_sent_transactions.sql
1075${PYSITELIB}/synapse/storage/schema/main/delta/53/event_format_version.sql 1069${PYSITELIB}/synapse/storage/schema/main/delta/53/event_format_version.sql
1076${PYSITELIB}/synapse/storage/schema/main/delta/53/user_dir_populate.sql 1070${PYSITELIB}/synapse/storage/schema/main/delta/53/user_dir_populate.sql
1077${PYSITELIB}/synapse/storage/schema/main/delta/53/user_ips_index.sql 1071${PYSITELIB}/synapse/storage/schema/main/delta/53/user_ips_index.sql
1078${PYSITELIB}/synapse/storage/schema/main/delta/53/user_share.sql 1072${PYSITELIB}/synapse/storage/schema/main/delta/53/user_share.sql
1079${PYSITELIB}/synapse/storage/schema/main/delta/53/user_threepid_id.sql 1073${PYSITELIB}/synapse/storage/schema/main/delta/53/user_threepid_id.sql
1080${PYSITELIB}/synapse/storage/schema/main/delta/53/users_in_public_rooms.sql 1074${PYSITELIB}/synapse/storage/schema/main/delta/53/users_in_public_rooms.sql
1081${PYSITELIB}/synapse/storage/schema/main/delta/54/account_validity_with_renewal.sql 1075${PYSITELIB}/synapse/storage/schema/main/delta/54/account_validity_with_renewal.sql
1082${PYSITELIB}/synapse/storage/schema/main/delta/54/add_validity_to_server_keys.sql 1076${PYSITELIB}/synapse/storage/schema/main/delta/54/add_validity_to_server_keys.sql
1083${PYSITELIB}/synapse/storage/schema/main/delta/54/delete_forward_extremities.sql 1077${PYSITELIB}/synapse/storage/schema/main/delta/54/delete_forward_extremities.sql
1084${PYSITELIB}/synapse/storage/schema/main/delta/54/drop_legacy_tables.sql 1078${PYSITELIB}/synapse/storage/schema/main/delta/54/drop_legacy_tables.sql
1085${PYSITELIB}/synapse/storage/schema/main/delta/54/drop_presence_list.sql 1079${PYSITELIB}/synapse/storage/schema/main/delta/54/drop_presence_list.sql
1086${PYSITELIB}/synapse/storage/schema/main/delta/54/relations.sql 1080${PYSITELIB}/synapse/storage/schema/main/delta/54/relations.sql
1087${PYSITELIB}/synapse/storage/schema/main/delta/54/stats.sql 1081${PYSITELIB}/synapse/storage/schema/main/delta/54/stats.sql
1088${PYSITELIB}/synapse/storage/schema/main/delta/54/stats2.sql 1082${PYSITELIB}/synapse/storage/schema/main/delta/54/stats2.sql
1089${PYSITELIB}/synapse/storage/schema/main/delta/55/access_token_expiry.sql 1083${PYSITELIB}/synapse/storage/schema/main/delta/55/access_token_expiry.sql
1090${PYSITELIB}/synapse/storage/schema/main/delta/55/track_threepid_validations.sql 1084${PYSITELIB}/synapse/storage/schema/main/delta/55/track_threepid_validations.sql
1091${PYSITELIB}/synapse/storage/schema/main/delta/55/users_alter_deactivated.sql 1085${PYSITELIB}/synapse/storage/schema/main/delta/55/users_alter_deactivated.sql
1092${PYSITELIB}/synapse/storage/schema/main/delta/56/add_spans_to_device_lists.sql 1086${PYSITELIB}/synapse/storage/schema/main/delta/56/add_spans_to_device_lists.sql
1093${PYSITELIB}/synapse/storage/schema/main/delta/56/current_state_events_membership.sql 1087${PYSITELIB}/synapse/storage/schema/main/delta/56/current_state_events_membership.sql
1094${PYSITELIB}/synapse/storage/schema/main/delta/56/current_state_events_membership_mk2.sql 1088${PYSITELIB}/synapse/storage/schema/main/delta/56/current_state_events_membership_mk2.sql
1095${PYSITELIB}/synapse/storage/schema/main/delta/56/delete_keys_from_deleted_backups.sql 1089${PYSITELIB}/synapse/storage/schema/main/delta/56/delete_keys_from_deleted_backups.sql
1096${PYSITELIB}/synapse/storage/schema/main/delta/56/destinations_failure_ts.sql 1090${PYSITELIB}/synapse/storage/schema/main/delta/56/destinations_failure_ts.sql
1097${PYSITELIB}/synapse/storage/schema/main/delta/56/destinations_retry_interval_type.sql.postgres 1091${PYSITELIB}/synapse/storage/schema/main/delta/56/destinations_retry_interval_type.sql.postgres
1098${PYSITELIB}/synapse/storage/schema/main/delta/56/device_stream_id_insert.sql 1092${PYSITELIB}/synapse/storage/schema/main/delta/56/device_stream_id_insert.sql
1099${PYSITELIB}/synapse/storage/schema/main/delta/56/devices_last_seen.sql 1093${PYSITELIB}/synapse/storage/schema/main/delta/56/devices_last_seen.sql
1100${PYSITELIB}/synapse/storage/schema/main/delta/56/drop_unused_event_tables.sql 1094${PYSITELIB}/synapse/storage/schema/main/delta/56/drop_unused_event_tables.sql
1101${PYSITELIB}/synapse/storage/schema/main/delta/56/event_expiry.sql 1095${PYSITELIB}/synapse/storage/schema/main/delta/56/event_expiry.sql
1102${PYSITELIB}/synapse/storage/schema/main/delta/56/event_labels.sql 1096${PYSITELIB}/synapse/storage/schema/main/delta/56/event_labels.sql
1103${PYSITELIB}/synapse/storage/schema/main/delta/56/event_labels_background_update.sql 1097${PYSITELIB}/synapse/storage/schema/main/delta/56/event_labels_background_update.sql
1104${PYSITELIB}/synapse/storage/schema/main/delta/56/fix_room_keys_index.sql 1098${PYSITELIB}/synapse/storage/schema/main/delta/56/fix_room_keys_index.sql
1105${PYSITELIB}/synapse/storage/schema/main/delta/56/hidden_devices.sql 1099${PYSITELIB}/synapse/storage/schema/main/delta/56/hidden_devices.sql
1106${PYSITELIB}/synapse/storage/schema/main/delta/56/hidden_devices_fix.sql.sqlite 1100${PYSITELIB}/synapse/storage/schema/main/delta/56/hidden_devices_fix.sql.sqlite
1107${PYSITELIB}/synapse/storage/schema/main/delta/56/nuke_empty_communities_from_db.sql 1101${PYSITELIB}/synapse/storage/schema/main/delta/56/nuke_empty_communities_from_db.sql
1108${PYSITELIB}/synapse/storage/schema/main/delta/56/public_room_list_idx.sql 1102${PYSITELIB}/synapse/storage/schema/main/delta/56/public_room_list_idx.sql
1109${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor.sql 1103${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor.sql
1110${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor2.sql 1104${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor2.sql
1111${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor3_fix_update.sql.postgres 1105${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor3_fix_update.sql.postgres
1112${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor4.sql 1106${PYSITELIB}/synapse/storage/schema/main/delta/56/redaction_censor4.sql
1113${PYSITELIB}/synapse/storage/schema/main/delta/56/remove_tombstoned_rooms_from_directory.sql 1107${PYSITELIB}/synapse/storage/schema/main/delta/56/remove_tombstoned_rooms_from_directory.sql
1114${PYSITELIB}/synapse/storage/schema/main/delta/56/room_key_etag.sql 1108${PYSITELIB}/synapse/storage/schema/main/delta/56/room_key_etag.sql
1115${PYSITELIB}/synapse/storage/schema/main/delta/56/room_membership_idx.sql 1109${PYSITELIB}/synapse/storage/schema/main/delta/56/room_membership_idx.sql
1116${PYSITELIB}/synapse/storage/schema/main/delta/56/room_retention.sql 1110${PYSITELIB}/synapse/storage/schema/main/delta/56/room_retention.sql
1117${PYSITELIB}/synapse/storage/schema/main/delta/56/signing_keys.sql 1111${PYSITELIB}/synapse/storage/schema/main/delta/56/signing_keys.sql
1118${PYSITELIB}/synapse/storage/schema/main/delta/56/signing_keys_nonunique_signatures.sql 1112${PYSITELIB}/synapse/storage/schema/main/delta/56/signing_keys_nonunique_signatures.sql
1119${PYSITELIB}/synapse/storage/schema/main/delta/56/stats_separated.sql 1113${PYSITELIB}/synapse/storage/schema/main/delta/56/stats_separated.sql
1120${PYSITELIB}/synapse/storage/schema/main/delta/56/unique_user_filter_index.py 1114${PYSITELIB}/synapse/storage/schema/main/delta/56/unique_user_filter_index.py
1121${PYSITELIB}/synapse/storage/schema/main/delta/56/unique_user_filter_index.pyc 1115${PYSITELIB}/synapse/storage/schema/main/delta/56/unique_user_filter_index.pyc
1122${PYSITELIB}/synapse/storage/schema/main/delta/56/user_external_ids.sql 1116${PYSITELIB}/synapse/storage/schema/main/delta/56/user_external_ids.sql
1123${PYSITELIB}/synapse/storage/schema/main/delta/56/users_in_public_rooms_idx.sql 1117${PYSITELIB}/synapse/storage/schema/main/delta/56/users_in_public_rooms_idx.sql
1124${PYSITELIB}/synapse/storage/schema/main/delta/57/delete_old_current_state_events.sql 1118${PYSITELIB}/synapse/storage/schema/main/delta/57/delete_old_current_state_events.sql
1125${PYSITELIB}/synapse/storage/schema/main/delta/57/device_list_remote_cache_stale.sql 1119${PYSITELIB}/synapse/storage/schema/main/delta/57/device_list_remote_cache_stale.sql
1126${PYSITELIB}/synapse/storage/schema/main/delta/57/local_current_membership.py 1120${PYSITELIB}/synapse/storage/schema/main/delta/57/local_current_membership.py
1127${PYSITELIB}/synapse/storage/schema/main/delta/57/local_current_membership.pyc 1121${PYSITELIB}/synapse/storage/schema/main/delta/57/local_current_membership.pyc
1128${PYSITELIB}/synapse/storage/schema/main/delta/57/remove_sent_outbound_pokes.sql 1122${PYSITELIB}/synapse/storage/schema/main/delta/57/remove_sent_outbound_pokes.sql
1129${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column.sql 1123${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column.sql
1130${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_2.sql.postgres 1124${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_2.sql.postgres
1131${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_2.sql.sqlite 1125${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_2.sql.sqlite
1132${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_3.sql.postgres 1126${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_3.sql.postgres
1133${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_3.sql.sqlite 1127${PYSITELIB}/synapse/storage/schema/main/delta/57/rooms_version_column_3.sql.sqlite
1134${PYSITELIB}/synapse/storage/schema/main/delta/58/02remove_dup_outbound_pokes.sql 1128${PYSITELIB}/synapse/storage/schema/main/delta/58/02remove_dup_outbound_pokes.sql
1135${PYSITELIB}/synapse/storage/schema/main/delta/58/03persist_ui_auth.sql 1129${PYSITELIB}/synapse/storage/schema/main/delta/58/03persist_ui_auth.sql
1136${PYSITELIB}/synapse/storage/schema/main/delta/58/05cache_instance.sql.postgres 1130${PYSITELIB}/synapse/storage/schema/main/delta/58/05cache_instance.sql.postgres
1137${PYSITELIB}/synapse/storage/schema/main/delta/58/06dlols_unique_idx.py 1131${PYSITELIB}/synapse/storage/schema/main/delta/58/06dlols_unique_idx.py
1138${PYSITELIB}/synapse/storage/schema/main/delta/58/06dlols_unique_idx.pyc 1132${PYSITELIB}/synapse/storage/schema/main/delta/58/06dlols_unique_idx.pyc
1139${PYSITELIB}/synapse/storage/schema/main/delta/58/07add_method_to_thumbnail_constraint.sql.postgres 1133${PYSITELIB}/synapse/storage/schema/main/delta/58/07add_method_to_thumbnail_constraint.sql.postgres
1140${PYSITELIB}/synapse/storage/schema/main/delta/58/07add_method_to_thumbnail_constraint.sql.sqlite 1134${PYSITELIB}/synapse/storage/schema/main/delta/58/07add_method_to_thumbnail_constraint.sql.sqlite
1141${PYSITELIB}/synapse/storage/schema/main/delta/58/07persist_ui_auth_ips.sql 1135${PYSITELIB}/synapse/storage/schema/main/delta/58/07persist_ui_auth_ips.sql
1142${PYSITELIB}/synapse/storage/schema/main/delta/58/08_media_safe_from_quarantine.sql.postgres 1136${PYSITELIB}/synapse/storage/schema/main/delta/58/08_media_safe_from_quarantine.sql.postgres
1143${PYSITELIB}/synapse/storage/schema/main/delta/58/08_media_safe_from_quarantine.sql.sqlite 1137${PYSITELIB}/synapse/storage/schema/main/delta/58/08_media_safe_from_quarantine.sql.sqlite
1144${PYSITELIB}/synapse/storage/schema/main/delta/58/09shadow_ban.sql 1138${PYSITELIB}/synapse/storage/schema/main/delta/58/09shadow_ban.sql
1145${PYSITELIB}/synapse/storage/schema/main/delta/58/10_pushrules_enabled_delete_obsolete.sql 1139${PYSITELIB}/synapse/storage/schema/main/delta/58/10_pushrules_enabled_delete_obsolete.sql
1146${PYSITELIB}/synapse/storage/schema/main/delta/58/10drop_local_rejections_stream.sql 1140${PYSITELIB}/synapse/storage/schema/main/delta/58/10drop_local_rejections_stream.sql
1147${PYSITELIB}/synapse/storage/schema/main/delta/58/10federation_pos_instance_name.sql 1141${PYSITELIB}/synapse/storage/schema/main/delta/58/10federation_pos_instance_name.sql
1148${PYSITELIB}/synapse/storage/schema/main/delta/58/11dehydration.sql 1142${PYSITELIB}/synapse/storage/schema/main/delta/58/11dehydration.sql
1149${PYSITELIB}/synapse/storage/schema/main/delta/58/11fallback.sql 1143${PYSITELIB}/synapse/storage/schema/main/delta/58/11fallback.sql
1150${PYSITELIB}/synapse/storage/schema/main/delta/58/11user_id_seq.py 1144${PYSITELIB}/synapse/storage/schema/main/delta/58/11user_id_seq.py
1151${PYSITELIB}/synapse/storage/schema/main/delta/58/11user_id_seq.pyc 1145${PYSITELIB}/synapse/storage/schema/main/delta/58/11user_id_seq.pyc
1152${PYSITELIB}/synapse/storage/schema/main/delta/58/12room_stats.sql 1146${PYSITELIB}/synapse/storage/schema/main/delta/58/12room_stats.sql
1153${PYSITELIB}/synapse/storage/schema/main/delta/58/13remove_presence_allow_inbound.sql 1147${PYSITELIB}/synapse/storage/schema/main/delta/58/13remove_presence_allow_inbound.sql
1154${PYSITELIB}/synapse/storage/schema/main/delta/58/14events_instance_name.sql 1148${PYSITELIB}/synapse/storage/schema/main/delta/58/14events_instance_name.sql
1155${PYSITELIB}/synapse/storage/schema/main/delta/58/14events_instance_name.sql.postgres 1149${PYSITELIB}/synapse/storage/schema/main/delta/58/14events_instance_name.sql.postgres
1156${PYSITELIB}/synapse/storage/schema/main/delta/58/15_catchup_destination_rooms.sql 1150${PYSITELIB}/synapse/storage/schema/main/delta/58/15_catchup_destination_rooms.sql
1157${PYSITELIB}/synapse/storage/schema/main/delta/58/15unread_count.sql 1151${PYSITELIB}/synapse/storage/schema/main/delta/58/15unread_count.sql
1158${PYSITELIB}/synapse/storage/schema/main/delta/58/16populate_stats_process_rooms_fix.sql 1152${PYSITELIB}/synapse/storage/schema/main/delta/58/16populate_stats_process_rooms_fix.sql
1159${PYSITELIB}/synapse/storage/schema/main/delta/58/17_catchup_last_successful.sql 1153${PYSITELIB}/synapse/storage/schema/main/delta/58/17_catchup_last_successful.sql
1160${PYSITELIB}/synapse/storage/schema/main/delta/58/18stream_positions.sql 1154${PYSITELIB}/synapse/storage/schema/main/delta/58/18stream_positions.sql
1161${PYSITELIB}/synapse/storage/schema/main/delta/58/19instance_map.sql.postgres 1155${PYSITELIB}/synapse/storage/schema/main/delta/58/19instance_map.sql.postgres
1162${PYSITELIB}/synapse/storage/schema/main/delta/58/19txn_id.sql 1156${PYSITELIB}/synapse/storage/schema/main/delta/58/19txn_id.sql
1163${PYSITELIB}/synapse/storage/schema/main/delta/58/20instance_name_event_tables.sql 1157${PYSITELIB}/synapse/storage/schema/main/delta/58/20instance_name_event_tables.sql
1164${PYSITELIB}/synapse/storage/schema/main/delta/58/20user_daily_visits.sql 1158${PYSITELIB}/synapse/storage/schema/main/delta/58/20user_daily_visits.sql
1165${PYSITELIB}/synapse/storage/schema/main/delta/58/21as_device_stream.sql 1159${PYSITELIB}/synapse/storage/schema/main/delta/58/21as_device_stream.sql
1166${PYSITELIB}/synapse/storage/schema/main/delta/58/21drop_device_max_stream_id.sql 1160${PYSITELIB}/synapse/storage/schema/main/delta/58/21drop_device_max_stream_id.sql
1167${PYSITELIB}/synapse/storage/schema/main/delta/58/22puppet_token.sql 1161${PYSITELIB}/synapse/storage/schema/main/delta/58/22puppet_token.sql
1168${PYSITELIB}/synapse/storage/schema/main/delta/58/22users_have_local_media.sql 1162${PYSITELIB}/synapse/storage/schema/main/delta/58/22users_have_local_media.sql
1169${PYSITELIB}/synapse/storage/schema/main/delta/58/23e2e_cross_signing_keys_idx.sql 1163${PYSITELIB}/synapse/storage/schema/main/delta/58/23e2e_cross_signing_keys_idx.sql
1170${PYSITELIB}/synapse/storage/schema/main/delta/58/24drop_event_json_index.sql 1164${PYSITELIB}/synapse/storage/schema/main/delta/58/24drop_event_json_index.sql
1171${PYSITELIB}/synapse/storage/schema/main/delta/58/25user_external_ids_user_id_idx.sql 1165${PYSITELIB}/synapse/storage/schema/main/delta/58/25user_external_ids_user_id_idx.sql
1172${PYSITELIB}/synapse/storage/schema/main/delta/58/26access_token_last_validated.sql 1166${PYSITELIB}/synapse/storage/schema/main/delta/58/26access_token_last_validated.sql
1173${PYSITELIB}/synapse/storage/schema/main/delta/58/27local_invites.sql 1167${PYSITELIB}/synapse/storage/schema/main/delta/58/27local_invites.sql
1174${PYSITELIB}/synapse/storage/schema/main/delta/58/28drop_last_used_column.sql.postgres 1168${PYSITELIB}/synapse/storage/schema/main/delta/58/28drop_last_used_column.sql.postgres
1175${PYSITELIB}/synapse/storage/schema/main/delta/58/28drop_last_used_column.sql.sqlite 1169${PYSITELIB}/synapse/storage/schema/main/delta/58/28drop_last_used_column.sql.sqlite
1176${PYSITELIB}/synapse/storage/schema/main/delta/59/01ignored_user.py 1170${PYSITELIB}/synapse/storage/schema/main/delta/59/01ignored_user.py
1177${PYSITELIB}/synapse/storage/schema/main/delta/59/01ignored_user.pyc 1171${PYSITELIB}/synapse/storage/schema/main/delta/59/01ignored_user.pyc
1178${PYSITELIB}/synapse/storage/schema/main/delta/59/02shard_send_to_device.sql 1172${PYSITELIB}/synapse/storage/schema/main/delta/59/02shard_send_to_device.sql
1179${PYSITELIB}/synapse/storage/schema/main/delta/59/03shard_send_to_device_sequence.sql.postgres 1173${PYSITELIB}/synapse/storage/schema/main/delta/59/03shard_send_to_device_sequence.sql.postgres
1180${PYSITELIB}/synapse/storage/schema/main/delta/59/04_event_auth_chains.sql 1174${PYSITELIB}/synapse/storage/schema/main/delta/59/04_event_auth_chains.sql
1181${PYSITELIB}/synapse/storage/schema/main/delta/59/04_event_auth_chains.sql.postgres 1175${PYSITELIB}/synapse/storage/schema/main/delta/59/04_event_auth_chains.sql.postgres
1182${PYSITELIB}/synapse/storage/schema/main/delta/59/04drop_account_data.sql 1176${PYSITELIB}/synapse/storage/schema/main/delta/59/04drop_account_data.sql
1183${PYSITELIB}/synapse/storage/schema/main/delta/59/05cache_invalidation.sql 1177${PYSITELIB}/synapse/storage/schema/main/delta/59/05cache_invalidation.sql
1184${PYSITELIB}/synapse/storage/schema/main/delta/59/06chain_cover_index.sql 1178${PYSITELIB}/synapse/storage/schema/main/delta/59/06chain_cover_index.sql
1185${PYSITELIB}/synapse/storage/schema/main/delta/59/06shard_account_data.sql 1179${PYSITELIB}/synapse/storage/schema/main/delta/59/06shard_account_data.sql
1186${PYSITELIB}/synapse/storage/schema/main/delta/59/06shard_account_data.sql.postgres 1180${PYSITELIB}/synapse/storage/schema/main/delta/59/06shard_account_data.sql.postgres
1187${PYSITELIB}/synapse/storage/schema/main/delta/59/07shard_account_data_fix.sql 1181${PYSITELIB}/synapse/storage/schema/main/delta/59/07shard_account_data_fix.sql
1188${PYSITELIB}/synapse/storage/schema/main/delta/59/08delete_pushers_for_deactivated_accounts.sql 1182${PYSITELIB}/synapse/storage/schema/main/delta/59/08delete_pushers_for_deactivated_accounts.sql
1189${PYSITELIB}/synapse/storage/schema/main/delta/59/08delete_stale_pushers.sql 1183${PYSITELIB}/synapse/storage/schema/main/delta/59/08delete_stale_pushers.sql
1190${PYSITELIB}/synapse/storage/schema/main/delta/59/09rejected_events_metadata.sql 1184${PYSITELIB}/synapse/storage/schema/main/delta/59/09rejected_events_metadata.sql
1191${PYSITELIB}/synapse/storage/schema/main/delta/59/10delete_purged_chain_cover.sql 1185${PYSITELIB}/synapse/storage/schema/main/delta/59/10delete_purged_chain_cover.sql
1192${PYSITELIB}/synapse/storage/schema/main/delta/59/11add_knock_members_to_stats.sql 1186${PYSITELIB}/synapse/storage/schema/main/delta/59/11add_knock_members_to_stats.sql
1193${PYSITELIB}/synapse/storage/schema/main/delta/59/11drop_thumbnail_constraint.sql.postgres 1187${PYSITELIB}/synapse/storage/schema/main/delta/59/11drop_thumbnail_constraint.sql.postgres
1194${PYSITELIB}/synapse/storage/schema/main/delta/59/12account_validity_token_used_ts_ms.sql 1188${PYSITELIB}/synapse/storage/schema/main/delta/59/12account_validity_token_used_ts_ms.sql
1195${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance.sql 1189${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance.sql
1196${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance_seq.sql.postgres 1190${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance_seq.sql.postgres
1197${PYSITELIB}/synapse/storage/schema/main/delta/59/13users_to_send_full_presence_to.sql 1191${PYSITELIB}/synapse/storage/schema/main/delta/59/13users_to_send_full_presence_to.sql
1198${PYSITELIB}/synapse/storage/schema/main/delta/59/14refresh_tokens.sql 1192${PYSITELIB}/synapse/storage/schema/main/delta/59/14refresh_tokens.sql
1199${PYSITELIB}/synapse/storage/schema/main/delta/59/15locks.sql 1193${PYSITELIB}/synapse/storage/schema/main/delta/59/15locks.sql
1200${PYSITELIB}/synapse/storage/schema/main/delta/59/16federation_inbound_staging.sql 1194${PYSITELIB}/synapse/storage/schema/main/delta/59/16federation_inbound_staging.sql
1201${PYSITELIB}/synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres 1195${PYSITELIB}/synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres
1202${PYSITELIB}/synapse/storage/schema/main/delta/60/02change_stream_ordering_columns.sql.postgres 1196${PYSITELIB}/synapse/storage/schema/main/delta/60/02change_stream_ordering_columns.sql.postgres
1203${PYSITELIB}/synapse/storage/schema/main/delta/61/01change_appservices_txns.sql.postgres 1197${PYSITELIB}/synapse/storage/schema/main/delta/61/01change_appservices_txns.sql.postgres
1204${PYSITELIB}/synapse/storage/schema/main/delta/61/01insertion_event_lookups.sql 1198${PYSITELIB}/synapse/storage/schema/main/delta/61/01insertion_event_lookups.sql
1205${PYSITELIB}/synapse/storage/schema/main/delta/61/02drop_redundant_room_depth_index.sql 1199${PYSITELIB}/synapse/storage/schema/main/delta/61/02drop_redundant_room_depth_index.sql
1206${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.py 1200${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.py
1207${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyc 1201${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyc
1208${PYSITELIB}/synapse/storage/schema/main/delta/62/01insertion_event_extremities.sql 1202${PYSITELIB}/synapse/storage/schema/main/delta/62/01insertion_event_extremities.sql
1209${PYSITELIB}/synapse/storage/schema/main/delta/63/01create_registration_tokens.sql 1203${PYSITELIB}/synapse/storage/schema/main/delta/63/01create_registration_tokens.sql
1210${PYSITELIB}/synapse/storage/schema/main/delta/63/02delete_unlinked_email_pushers.sql 1204${PYSITELIB}/synapse/storage/schema/main/delta/63/02delete_unlinked_email_pushers.sql
1211${PYSITELIB}/synapse/storage/schema/main/delta/63/02populate-rooms-creator.sql 1205${PYSITELIB}/synapse/storage/schema/main/delta/63/02populate-rooms-creator.sql
1212${PYSITELIB}/synapse/storage/schema/main/delta/63/03session_store.sql 1206${PYSITELIB}/synapse/storage/schema/main/delta/63/03session_store.sql
1213${PYSITELIB}/synapse/storage/schema/main/delta/63/04add_presence_stream_not_offline_index.sql 1207${PYSITELIB}/synapse/storage/schema/main/delta/63/04add_presence_stream_not_offline_index.sql
1214${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.postgres 1208${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.postgres
1215${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.sqlite 1209${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.sqlite
1216${PYSITELIB}/synapse/storage/schema/main/delta/65/01msc2716_insertion_event_edges.sql 1210${PYSITELIB}/synapse/storage/schema/main/delta/65/01msc2716_insertion_event_edges.sql
1217${PYSITELIB}/synapse/storage/schema/main/delta/65/03remove_hidden_devices_from_device_inbox.sql 1211${PYSITELIB}/synapse/storage/schema/main/delta/65/03remove_hidden_devices_from_device_inbox.sql
1218${PYSITELIB}/synapse/storage/schema/main/delta/65/04_local_group_updates.sql 1212${PYSITELIB}/synapse/storage/schema/main/delta/65/04_local_group_updates.sql
1219${PYSITELIB}/synapse/storage/schema/main/delta/65/05_remove_room_stats_historical_and_user_stats_historical.sql 1213${PYSITELIB}/synapse/storage/schema/main/delta/65/05_remove_room_stats_historical_and_user_stats_historical.sql
1220${PYSITELIB}/synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql 1214${PYSITELIB}/synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql
1221${PYSITELIB}/synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql 1215${PYSITELIB}/synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql
1222${PYSITELIB}/synapse/storage/schema/main/delta/65/08_device_inbox_background_updates.sql 1216${PYSITELIB}/synapse/storage/schema/main/delta/65/08_device_inbox_background_updates.sql
1223${PYSITELIB}/synapse/storage/schema/main/delta/65/10_expirable_refresh_tokens.sql 1217${PYSITELIB}/synapse/storage/schema/main/delta/65/10_expirable_refresh_tokens.sql
1224${PYSITELIB}/synapse/storage/schema/main/delta/65/11_devices_auth_provider_session.sql 1218${PYSITELIB}/synapse/storage/schema/main/delta/65/11_devices_auth_provider_session.sql
1225${PYSITELIB}/synapse/storage/schema/main/delta/67/01drop_public_room_list_stream.sql 1219${PYSITELIB}/synapse/storage/schema/main/delta/67/01drop_public_room_list_stream.sql
1226${PYSITELIB}/synapse/storage/schema/main/delta/68/01event_columns.sql 1220${PYSITELIB}/synapse/storage/schema/main/delta/68/01event_columns.sql
1227${PYSITELIB}/synapse/storage/schema/main/delta/68/02_msc2409_add_device_id_appservice_stream_type.sql 1221${PYSITELIB}/synapse/storage/schema/main/delta/68/02_msc2409_add_device_id_appservice_stream_type.sql
1228${PYSITELIB}/synapse/storage/schema/main/delta/68/03_delete_account_data_for_deactivated_accounts.sql 1222${PYSITELIB}/synapse/storage/schema/main/delta/68/03_delete_account_data_for_deactivated_accounts.sql
1229${PYSITELIB}/synapse/storage/schema/main/delta/68/04_refresh_tokens_index_next_token_id.sql 1223${PYSITELIB}/synapse/storage/schema/main/delta/68/04_refresh_tokens_index_next_token_id.sql
1230${PYSITELIB}/synapse/storage/schema/main/delta/68/04partial_state_rooms.sql 1224${PYSITELIB}/synapse/storage/schema/main/delta/68/04partial_state_rooms.sql
1231${PYSITELIB}/synapse/storage/schema/main/delta/68/05_delete_non_strings_from_event_search.sql.sqlite 1225${PYSITELIB}/synapse/storage/schema/main/delta/68/05_delete_non_strings_from_event_search.sql.sqlite
1232${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.py 1226${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.py
1233${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.pyc 1227${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.pyc
1234${PYSITELIB}/synapse/storage/schema/main/delta/68/06_msc3202_add_device_list_appservice_stream_type.sql 1228${PYSITELIB}/synapse/storage/schema/main/delta/68/06_msc3202_add_device_list_appservice_stream_type.sql
1235${PYSITELIB}/synapse/storage/schema/main/delta/69/01as_txn_seq.py 1229${PYSITELIB}/synapse/storage/schema/main/delta/69/01as_txn_seq.py
1236${PYSITELIB}/synapse/storage/schema/main/delta/69/01as_txn_seq.pyc 1230${PYSITELIB}/synapse/storage/schema/main/delta/69/01as_txn_seq.pyc
1237${PYSITELIB}/synapse/storage/schema/main/delta/69/01device_list_oubound_by_room.sql 1231${PYSITELIB}/synapse/storage/schema/main/delta/69/01device_list_oubound_by_room.sql
1238${PYSITELIB}/synapse/storage/schema/main/delta/69/02cache_invalidation_index.sql 1232${PYSITELIB}/synapse/storage/schema/main/delta/69/02cache_invalidation_index.sql
1239${PYSITELIB}/synapse/storage/schema/main/delta/70/01clean_table_purged_rooms.sql 1233${PYSITELIB}/synapse/storage/schema/main/delta/70/01clean_table_purged_rooms.sql
1240${PYSITELIB}/synapse/storage/schema/main/delta/71/01rebuild_event_edges.sql.postgres 1234${PYSITELIB}/synapse/storage/schema/main/delta/71/01rebuild_event_edges.sql.postgres
1241${PYSITELIB}/synapse/storage/schema/main/delta/71/01rebuild_event_edges.sql.sqlite 1235${PYSITELIB}/synapse/storage/schema/main/delta/71/01rebuild_event_edges.sql.sqlite
1242${PYSITELIB}/synapse/storage/schema/main/delta/71/01remove_noop_background_updates.sql 1236${PYSITELIB}/synapse/storage/schema/main/delta/71/01remove_noop_background_updates.sql
1243${PYSITELIB}/synapse/storage/schema/main/delta/71/02event_push_summary_unique.sql 1237${PYSITELIB}/synapse/storage/schema/main/delta/71/02event_push_summary_unique.sql
1244${PYSITELIB}/synapse/storage/schema/main/delta/72/01add_room_type_to_state_stats.sql 1238${PYSITELIB}/synapse/storage/schema/main/delta/72/01add_room_type_to_state_stats.sql
1245${PYSITELIB}/synapse/storage/schema/main/delta/72/01event_push_summary_receipt.sql 1239${PYSITELIB}/synapse/storage/schema/main/delta/72/01event_push_summary_receipt.sql
1246${PYSITELIB}/synapse/storage/schema/main/delta/72/02event_push_actions_index.sql 1240${PYSITELIB}/synapse/storage/schema/main/delta/72/02event_push_actions_index.sql
1247${PYSITELIB}/synapse/storage/schema/main/delta/72/03bg_populate_events_columns.py 1241${PYSITELIB}/synapse/storage/schema/main/delta/72/03bg_populate_events_columns.py
1248${PYSITELIB}/synapse/storage/schema/main/delta/72/03bg_populate_events_columns.pyc 1242${PYSITELIB}/synapse/storage/schema/main/delta/72/03bg_populate_events_columns.pyc
1249${PYSITELIB}/synapse/storage/schema/main/delta/72/03drop_event_reference_hashes.sql 1243${PYSITELIB}/synapse/storage/schema/main/delta/72/03drop_event_reference_hashes.sql
1250${PYSITELIB}/synapse/storage/schema/main/delta/72/03remove_groups.sql 1244${PYSITELIB}/synapse/storage/schema/main/delta/72/03remove_groups.sql
1251${PYSITELIB}/synapse/storage/schema/main/delta/72/04drop_column_application_services_state_last_txn.sql.postgres 1245${PYSITELIB}/synapse/storage/schema/main/delta/72/04drop_column_application_services_state_last_txn.sql.postgres
1252${PYSITELIB}/synapse/storage/schema/main/delta/72/04drop_column_application_services_state_last_txn.sql.sqlite 1246${PYSITELIB}/synapse/storage/schema/main/delta/72/04drop_column_application_services_state_last_txn.sql.sqlite
1253${PYSITELIB}/synapse/storage/schema/main/delta/72/05receipts_event_stream_ordering.sql 1247${PYSITELIB}/synapse/storage/schema/main/delta/72/05receipts_event_stream_ordering.sql
1254${PYSITELIB}/synapse/storage/schema/main/delta/72/05remove_unstable_private_read_receipts.sql 1248${PYSITELIB}/synapse/storage/schema/main/delta/72/05remove_unstable_private_read_receipts.sql
1255${PYSITELIB}/synapse/storage/schema/main/delta/72/06add_consent_ts_to_users.sql 1249${PYSITELIB}/synapse/storage/schema/main/delta/72/06add_consent_ts_to_users.sql
1256${PYSITELIB}/synapse/storage/schema/main/delta/72/06thread_notifications.sql 1250${PYSITELIB}/synapse/storage/schema/main/delta/72/06thread_notifications.sql
1257${PYSITELIB}/synapse/storage/schema/main/delta/72/07force_update_current_state_events_membership.py 1251${PYSITELIB}/synapse/storage/schema/main/delta/72/07force_update_current_state_events_membership.py
1258${PYSITELIB}/synapse/storage/schema/main/delta/72/07force_update_current_state_events_membership.pyc 1252${PYSITELIB}/synapse/storage/schema/main/delta/72/07force_update_current_state_events_membership.pyc
1259${PYSITELIB}/synapse/storage/schema/main/delta/72/07thread_receipts.sql.postgres 1253${PYSITELIB}/synapse/storage/schema/main/delta/72/07thread_receipts.sql.postgres
1260${PYSITELIB}/synapse/storage/schema/main/delta/72/07thread_receipts.sql.sqlite 1254${PYSITELIB}/synapse/storage/schema/main/delta/72/07thread_receipts.sql.sqlite
1261${PYSITELIB}/synapse/storage/schema/main/delta/72/08begin_cache_invalidation_seq_at_2.sql.postgres 1255${PYSITELIB}/synapse/storage/schema/main/delta/72/08begin_cache_invalidation_seq_at_2.sql.postgres
1262${PYSITELIB}/synapse/storage/schema/main/delta/72/08thread_receipts.sql 1256${PYSITELIB}/synapse/storage/schema/main/delta/72/08thread_receipts.sql
1263${PYSITELIB}/synapse/storage/schema/main/delta/72/09partial_indices.sql.sqlite 1257${PYSITELIB}/synapse/storage/schema/main/delta/72/09partial_indices.sql.sqlite
1264${PYSITELIB}/synapse/storage/schema/main/delta/73/01event_failed_pull_attempts.sql 1258${PYSITELIB}/synapse/storage/schema/main/delta/73/01event_failed_pull_attempts.sql
1265${PYSITELIB}/synapse/storage/schema/main/delta/73/02add_pusher_enabled.sql 1259${PYSITELIB}/synapse/storage/schema/main/delta/73/02add_pusher_enabled.sql
1266${PYSITELIB}/synapse/storage/schema/main/delta/73/02room_id_indexes_for_purging.sql 1260${PYSITELIB}/synapse/storage/schema/main/delta/73/02room_id_indexes_for_purging.sql
1267${PYSITELIB}/synapse/storage/schema/main/delta/73/03pusher_device_id.sql 1261${PYSITELIB}/synapse/storage/schema/main/delta/73/03pusher_device_id.sql
1268${PYSITELIB}/synapse/storage/schema/main/delta/73/03users_approved_column.sql 1262${PYSITELIB}/synapse/storage/schema/main/delta/73/03users_approved_column.sql
1269${PYSITELIB}/synapse/storage/schema/main/delta/73/04partial_join_details.sql 1263${PYSITELIB}/synapse/storage/schema/main/delta/73/04partial_join_details.sql
1270${PYSITELIB}/synapse/storage/schema/main/delta/73/04pending_device_list_updates.sql 1264${PYSITELIB}/synapse/storage/schema/main/delta/73/04pending_device_list_updates.sql
1271${PYSITELIB}/synapse/storage/schema/main/delta/73/05old_push_actions.sql.postgres 1265${PYSITELIB}/synapse/storage/schema/main/delta/73/05old_push_actions.sql.postgres
1272${PYSITELIB}/synapse/storage/schema/main/delta/73/05old_push_actions.sql.sqlite 1266${PYSITELIB}/synapse/storage/schema/main/delta/73/05old_push_actions.sql.sqlite
1273${PYSITELIB}/synapse/storage/schema/main/delta/73/06thread_notifications_thread_id_idx.sql 1267${PYSITELIB}/synapse/storage/schema/main/delta/73/06thread_notifications_thread_id_idx.sql
1274${PYSITELIB}/synapse/storage/schema/main/delta/73/08thread_receipts_non_null.sql.postgres 1268${PYSITELIB}/synapse/storage/schema/main/delta/73/08thread_receipts_non_null.sql.postgres
1275${PYSITELIB}/synapse/storage/schema/main/delta/73/08thread_receipts_non_null.sql.sqlite 1269${PYSITELIB}/synapse/storage/schema/main/delta/73/08thread_receipts_non_null.sql.sqlite
1276${PYSITELIB}/synapse/storage/schema/main/delta/73/09partial_joined_via_destination.sql 1270${PYSITELIB}/synapse/storage/schema/main/delta/73/09partial_joined_via_destination.sql
1277${PYSITELIB}/synapse/storage/schema/main/delta/73/09threads_table.sql 1271${PYSITELIB}/synapse/storage/schema/main/delta/73/09threads_table.sql
1278${PYSITELIB}/synapse/storage/schema/main/delta/73/10_update_sqlite_fts4_tokenizer.py 1272${PYSITELIB}/synapse/storage/schema/main/delta/73/10_update_sqlite_fts4_tokenizer.py
1279${PYSITELIB}/synapse/storage/schema/main/delta/73/10_update_sqlite_fts4_tokenizer.pyc 1273${PYSITELIB}/synapse/storage/schema/main/delta/73/10_update_sqlite_fts4_tokenizer.pyc
1280${PYSITELIB}/synapse/storage/schema/main/delta/73/10login_tokens.sql 1274${PYSITELIB}/synapse/storage/schema/main/delta/73/10login_tokens.sql
1281${PYSITELIB}/synapse/storage/schema/main/delta/73/11event_search_room_id_n_distinct.sql.postgres 1275${PYSITELIB}/synapse/storage/schema/main/delta/73/11event_search_room_id_n_distinct.sql.postgres
 1276${PYSITELIB}/synapse/storage/schema/main/delta/73/12refactor_device_list_outbound_pokes.sql
 1277${PYSITELIB}/synapse/storage/schema/main/delta/73/13add_device_lists_index.sql
1282${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql 1278${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
1283${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql 1279${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
1284${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql 1280${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
1285${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/im.sql 1281${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/im.sql
1286${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/keys.sql 1282${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/keys.sql
1287${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/media_repository.sql 1283${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/media_repository.sql
1288${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/presence.sql 1284${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/presence.sql
1289${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/profiles.sql 1285${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/profiles.sql
1290${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/push.sql 1286${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/push.sql
1291${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/redactions.sql 1287${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/redactions.sql
1292${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/room_aliases.sql 1288${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/room_aliases.sql
1293${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/state.sql 1289${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/state.sql
1294${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/transactions.sql 1290${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/transactions.sql
1295${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/users.sql 1291${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/users.sql
1296${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.postgres 1292${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.postgres
1297${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.sqlite 1293${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.sqlite
1298${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/stream_positions.sql 1294${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/stream_positions.sql
1299${PYSITELIB}/synapse/storage/schema/main/full_schemas/72/full.sql.postgres 1295${PYSITELIB}/synapse/storage/schema/main/full_schemas/72/full.sql.postgres
1300${PYSITELIB}/synapse/storage/schema/main/full_schemas/72/full.sql.sqlite 1296${PYSITELIB}/synapse/storage/schema/main/full_schemas/72/full.sql.sqlite
1301${PYSITELIB}/synapse/storage/schema/state/delta/23/drop_state_index.sql 1297${PYSITELIB}/synapse/storage/schema/state/delta/23/drop_state_index.sql
1302${PYSITELIB}/synapse/storage/schema/state/delta/32/remove_state_indices.sql 1298${PYSITELIB}/synapse/storage/schema/state/delta/32/remove_state_indices.sql
1303${PYSITELIB}/synapse/storage/schema/state/delta/35/add_state_index.sql 1299${PYSITELIB}/synapse/storage/schema/state/delta/35/add_state_index.sql
1304${PYSITELIB}/synapse/storage/schema/state/delta/35/state.sql 1300${PYSITELIB}/synapse/storage/schema/state/delta/35/state.sql
1305${PYSITELIB}/synapse/storage/schema/state/delta/35/state_dedupe.sql 1301${PYSITELIB}/synapse/storage/schema/state/delta/35/state_dedupe.sql
1306${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.py 1302${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.py
1307${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyc 1303${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyc
1308${PYSITELIB}/synapse/storage/schema/state/delta/56/state_group_room_idx.sql 1304${PYSITELIB}/synapse/storage/schema/state/delta/56/state_group_room_idx.sql
1309${PYSITELIB}/synapse/storage/schema/state/delta/61/02state_groups_state_n_distinct.sql.postgres 1305${PYSITELIB}/synapse/storage/schema/state/delta/61/02state_groups_state_n_distinct.sql.postgres
1310${PYSITELIB}/synapse/storage/schema/state/delta/70/08_state_group_edges_unique.sql 1306${PYSITELIB}/synapse/storage/schema/state/delta/70/08_state_group_edges_unique.sql
1311${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/full.sql 1307${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/full.sql
1312${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/sequence.sql.postgres 1308${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/sequence.sql.postgres
1313${PYSITELIB}/synapse/storage/schema/state/full_schemas/72/full.sql.postgres 1309${PYSITELIB}/synapse/storage/schema/state/full_schemas/72/full.sql.postgres
1314${PYSITELIB}/synapse/storage/schema/state/full_schemas/72/full.sql.sqlite 1310${PYSITELIB}/synapse/storage/schema/state/full_schemas/72/full.sql.sqlite
1315${PYSITELIB}/synapse/storage/state.py 1311${PYSITELIB}/synapse/storage/state.py
1316${PYSITELIB}/synapse/storage/state.pyc 1312${PYSITELIB}/synapse/storage/state.pyc
1317${PYSITELIB}/synapse/storage/types.py 1313${PYSITELIB}/synapse/storage/types.py
1318${PYSITELIB}/synapse/storage/types.pyc 1314${PYSITELIB}/synapse/storage/types.pyc
1319${PYSITELIB}/synapse/storage/util/__init__.py 1315${PYSITELIB}/synapse/storage/util/__init__.py
1320${PYSITELIB}/synapse/storage/util/__init__.pyc 1316${PYSITELIB}/synapse/storage/util/__init__.pyc
1321${PYSITELIB}/synapse/storage/util/id_generators.py 1317${PYSITELIB}/synapse/storage/util/id_generators.py
1322${PYSITELIB}/synapse/storage/util/id_generators.pyc 1318${PYSITELIB}/synapse/storage/util/id_generators.pyc
1323${PYSITELIB}/synapse/storage/util/partial_state_events_tracker.py 1319${PYSITELIB}/synapse/storage/util/partial_state_events_tracker.py
1324${PYSITELIB}/synapse/storage/util/partial_state_events_tracker.pyc 1320${PYSITELIB}/synapse/storage/util/partial_state_events_tracker.pyc
1325${PYSITELIB}/synapse/storage/util/sequence.py 1321${PYSITELIB}/synapse/storage/util/sequence.py
1326${PYSITELIB}/synapse/storage/util/sequence.pyc 1322${PYSITELIB}/synapse/storage/util/sequence.pyc
1327${PYSITELIB}/synapse/streams/__init__.py 1323${PYSITELIB}/synapse/streams/__init__.py
1328${PYSITELIB}/synapse/streams/__init__.pyc 1324${PYSITELIB}/synapse/streams/__init__.pyc
1329${PYSITELIB}/synapse/streams/config.py 1325${PYSITELIB}/synapse/streams/config.py
1330${PYSITELIB}/synapse/streams/config.pyc 1326${PYSITELIB}/synapse/streams/config.pyc
1331${PYSITELIB}/synapse/streams/events.py 1327${PYSITELIB}/synapse/streams/events.py
1332${PYSITELIB}/synapse/streams/events.pyc 1328${PYSITELIB}/synapse/streams/events.pyc
1333${PYSITELIB}/synapse/synapse_rust.abi3.so 1329${PYSITELIB}/synapse/synapse_rust.abi3.so
1334${PYSITELIB}/synapse/types.py 1330${PYSITELIB}/synapse/types.py
1335${PYSITELIB}/synapse/types.pyc 1331${PYSITELIB}/synapse/types.pyc
1336${PYSITELIB}/synapse/util/__init__.py 1332${PYSITELIB}/synapse/util/__init__.py
1337${PYSITELIB}/synapse/util/__init__.pyc 1333${PYSITELIB}/synapse/util/__init__.pyc
1338${PYSITELIB}/synapse/util/async_helpers.py 1334${PYSITELIB}/synapse/util/async_helpers.py
1339${PYSITELIB}/synapse/util/async_helpers.pyc 1335${PYSITELIB}/synapse/util/async_helpers.pyc
1340${PYSITELIB}/synapse/util/batching_queue.py 1336${PYSITELIB}/synapse/util/batching_queue.py
1341${PYSITELIB}/synapse/util/batching_queue.pyc 1337${PYSITELIB}/synapse/util/batching_queue.pyc
1342${PYSITELIB}/synapse/util/caches/__init__.py 1338${PYSITELIB}/synapse/util/caches/__init__.py
1343${PYSITELIB}/synapse/util/caches/__init__.pyc 1339${PYSITELIB}/synapse/util/caches/__init__.pyc
1344${PYSITELIB}/synapse/util/caches/cached_call.py 1340${PYSITELIB}/synapse/util/caches/cached_call.py
1345${PYSITELIB}/synapse/util/caches/cached_call.pyc 1341${PYSITELIB}/synapse/util/caches/cached_call.pyc
1346${PYSITELIB}/synapse/util/caches/deferred_cache.py 1342${PYSITELIB}/synapse/util/caches/deferred_cache.py
1347${PYSITELIB}/synapse/util/caches/deferred_cache.pyc 1343${PYSITELIB}/synapse/util/caches/deferred_cache.pyc
1348${PYSITELIB}/synapse/util/caches/descriptors.py 1344${PYSITELIB}/synapse/util/caches/descriptors.py
1349${PYSITELIB}/synapse/util/caches/descriptors.pyc 1345${PYSITELIB}/synapse/util/caches/descriptors.pyc
1350${PYSITELIB}/synapse/util/caches/dictionary_cache.py 1346${PYSITELIB}/synapse/util/caches/dictionary_cache.py
1351${PYSITELIB}/synapse/util/caches/dictionary_cache.pyc 1347${PYSITELIB}/synapse/util/caches/dictionary_cache.pyc
1352${PYSITELIB}/synapse/util/caches/expiringcache.py 1348${PYSITELIB}/synapse/util/caches/expiringcache.py
1353${PYSITELIB}/synapse/util/caches/expiringcache.pyc 1349${PYSITELIB}/synapse/util/caches/expiringcache.pyc
1354${PYSITELIB}/synapse/util/caches/lrucache.py 1350${PYSITELIB}/synapse/util/caches/lrucache.py
1355${PYSITELIB}/synapse/util/caches/lrucache.pyc 1351${PYSITELIB}/synapse/util/caches/lrucache.pyc
1356${PYSITELIB}/synapse/util/caches/response_cache.py 1352${PYSITELIB}/synapse/util/caches/response_cache.py
1357${PYSITELIB}/synapse/util/caches/response_cache.pyc 1353${PYSITELIB}/synapse/util/caches/response_cache.pyc
1358${PYSITELIB}/synapse/util/caches/stream_change_cache.py 1354${PYSITELIB}/synapse/util/caches/stream_change_cache.py
1359${PYSITELIB}/synapse/util/caches/stream_change_cache.pyc 1355${PYSITELIB}/synapse/util/caches/stream_change_cache.pyc
1360${PYSITELIB}/synapse/util/caches/treecache.py 1356${PYSITELIB}/synapse/util/caches/treecache.py
1361${PYSITELIB}/synapse/util/caches/treecache.pyc 1357${PYSITELIB}/synapse/util/caches/treecache.pyc
1362${PYSITELIB}/synapse/util/caches/ttlcache.py 1358${PYSITELIB}/synapse/util/caches/ttlcache.py
1363${PYSITELIB}/synapse/util/caches/ttlcache.pyc 1359${PYSITELIB}/synapse/util/caches/ttlcache.pyc
1364${PYSITELIB}/synapse/util/cancellation.py 1360${PYSITELIB}/synapse/util/cancellation.py
1365${PYSITELIB}/synapse/util/cancellation.pyc 1361${PYSITELIB}/synapse/util/cancellation.pyc
1366${PYSITELIB}/synapse/util/check_dependencies.py 1362${PYSITELIB}/synapse/util/check_dependencies.py
1367${PYSITELIB}/synapse/util/check_dependencies.pyc 1363${PYSITELIB}/synapse/util/check_dependencies.pyc
1368${PYSITELIB}/synapse/util/daemonize.py 1364${PYSITELIB}/synapse/util/daemonize.py
1369${PYSITELIB}/synapse/util/daemonize.pyc 1365${PYSITELIB}/synapse/util/daemonize.pyc
1370${PYSITELIB}/synapse/util/distributor.py 1366${PYSITELIB}/synapse/util/distributor.py
1371${PYSITELIB}/synapse/util/distributor.pyc 1367${PYSITELIB}/synapse/util/distributor.pyc
1372${PYSITELIB}/synapse/util/file_consumer.py 1368${PYSITELIB}/synapse/util/file_consumer.py
1373${PYSITELIB}/synapse/util/file_consumer.pyc 1369${PYSITELIB}/synapse/util/file_consumer.pyc
1374${PYSITELIB}/synapse/util/frozenutils.py 1370${PYSITELIB}/synapse/util/frozenutils.py
1375${PYSITELIB}/synapse/util/frozenutils.pyc 1371${PYSITELIB}/synapse/util/frozenutils.pyc
1376${PYSITELIB}/synapse/util/gai_resolver.py 1372${PYSITELIB}/synapse/util/gai_resolver.py
1377${PYSITELIB}/synapse/util/gai_resolver.pyc 1373${PYSITELIB}/synapse/util/gai_resolver.pyc
1378${PYSITELIB}/synapse/util/hash.py 1374${PYSITELIB}/synapse/util/hash.py
1379${PYSITELIB}/synapse/util/hash.pyc 1375${PYSITELIB}/synapse/util/hash.pyc
1380${PYSITELIB}/synapse/util/httpresourcetree.py 1376${PYSITELIB}/synapse/util/httpresourcetree.py
1381${PYSITELIB}/synapse/util/httpresourcetree.pyc 1377${PYSITELIB}/synapse/util/httpresourcetree.pyc
1382${PYSITELIB}/synapse/util/iterutils.py 1378${PYSITELIB}/synapse/util/iterutils.py
1383${PYSITELIB}/synapse/util/iterutils.pyc 1379${PYSITELIB}/synapse/util/iterutils.pyc
1384${PYSITELIB}/synapse/util/linked_list.py 1380${PYSITELIB}/synapse/util/linked_list.py
1385${PYSITELIB}/synapse/util/linked_list.pyc 1381${PYSITELIB}/synapse/util/linked_list.pyc
1386${PYSITELIB}/synapse/util/logcontext.py 1382${PYSITELIB}/synapse/util/logcontext.py
1387${PYSITELIB}/synapse/util/logcontext.pyc 1383${PYSITELIB}/synapse/util/logcontext.pyc
1388${PYSITELIB}/synapse/util/logformatter.py 1384${PYSITELIB}/synapse/util/logformatter.py
1389${PYSITELIB}/synapse/util/logformatter.pyc 1385${PYSITELIB}/synapse/util/logformatter.pyc
1390${PYSITELIB}/synapse/util/macaroons.py 1386${PYSITELIB}/synapse/util/macaroons.py
1391${PYSITELIB}/synapse/util/macaroons.pyc 1387${PYSITELIB}/synapse/util/macaroons.pyc
1392${PYSITELIB}/synapse/util/manhole.py 1388${PYSITELIB}/synapse/util/manhole.py
1393${PYSITELIB}/synapse/util/manhole.pyc 1389${PYSITELIB}/synapse/util/manhole.pyc
1394${PYSITELIB}/synapse/util/metrics.py 1390${PYSITELIB}/synapse/util/metrics.py
1395${PYSITELIB}/synapse/util/metrics.pyc 1391${PYSITELIB}/synapse/util/metrics.pyc
1396${PYSITELIB}/synapse/util/module_loader.py 1392${PYSITELIB}/synapse/util/module_loader.py
1397${PYSITELIB}/synapse/util/module_loader.pyc 1393${PYSITELIB}/synapse/util/module_loader.pyc
1398${PYSITELIB}/synapse/util/msisdn.py 1394${PYSITELIB}/synapse/util/msisdn.py
1399${PYSITELIB}/synapse/util/msisdn.pyc 1395${PYSITELIB}/synapse/util/msisdn.pyc
1400${PYSITELIB}/synapse/util/patch_inline_callbacks.py 1396${PYSITELIB}/synapse/util/patch_inline_callbacks.py
1401${PYSITELIB}/synapse/util/patch_inline_callbacks.pyc 1397${PYSITELIB}/synapse/util/patch_inline_callbacks.pyc
1402${PYSITELIB}/synapse/util/ratelimitutils.py 1398${PYSITELIB}/synapse/util/ratelimitutils.py
1403${PYSITELIB}/synapse/util/ratelimitutils.pyc 1399${PYSITELIB}/synapse/util/ratelimitutils.pyc
1404${PYSITELIB}/synapse/util/retryutils.py 1400${PYSITELIB}/synapse/util/retryutils.py
1405${PYSITELIB}/synapse/util/retryutils.pyc 1401${PYSITELIB}/synapse/util/retryutils.pyc
1406${PYSITELIB}/synapse/util/rlimit.py 1402${PYSITELIB}/synapse/util/rlimit.py
1407${PYSITELIB}/synapse/util/rlimit.pyc 1403${PYSITELIB}/synapse/util/rlimit.pyc
1408${PYSITELIB}/synapse/util/rust.py 1404${PYSITELIB}/synapse/util/rust.py
1409${PYSITELIB}/synapse/util/rust.pyc 1405${PYSITELIB}/synapse/util/rust.pyc
1410${PYSITELIB}/synapse/util/stringutils.py 1406${PYSITELIB}/synapse/util/stringutils.py
1411${PYSITELIB}/synapse/util/stringutils.pyc 1407${PYSITELIB}/synapse/util/stringutils.pyc
1412${PYSITELIB}/synapse/util/templates.py 1408${PYSITELIB}/synapse/util/templates.py
1413${PYSITELIB}/synapse/util/templates.pyc 1409${PYSITELIB}/synapse/util/templates.pyc
1414${PYSITELIB}/synapse/util/threepids.py 1410${PYSITELIB}/synapse/util/threepids.py
1415${PYSITELIB}/synapse/util/threepids.pyc 1411${PYSITELIB}/synapse/util/threepids.pyc
1416${PYSITELIB}/synapse/util/wheel_timer.py 1412${PYSITELIB}/synapse/util/wheel_timer.py
1417${PYSITELIB}/synapse/util/wheel_timer.pyc 1413${PYSITELIB}/synapse/util/wheel_timer.pyc
1418${PYSITELIB}/synapse/visibility.py 1414${PYSITELIB}/synapse/visibility.py
1419${PYSITELIB}/synapse/visibility.pyc 1415${PYSITELIB}/synapse/visibility.pyc
1420share/doc/matrix-synapse/README.pkgsrc.NetBSD.txt 1416share/doc/matrix-synapse/README.pkgsrc.NetBSD.txt
1421share/doc/matrix-synapse/README.pkgsrc.txt 1417share/doc/matrix-synapse/README.pkgsrc.txt

cvs diff -r1.5 -r1.6 pkgsrc/chat/matrix-synapse/cargo-depends.mk (switch to unified diff)

--- pkgsrc/chat/matrix-synapse/cargo-depends.mk 2022/11/26 00:49:02 1.5
+++ pkgsrc/chat/matrix-synapse/cargo-depends.mk 2022/12/12 14:35:14 1.6
@@ -1,56 +1,56 @@ @@ -1,56 +1,56 @@
1# $NetBSD: cargo-depends.mk,v 1.5 2022/11/26 00:49:02 gdt Exp $ 1# $NetBSD: cargo-depends.mk,v 1.6 2022/12/12 14:35:14 gdt Exp $
2 2
3CARGO_CRATE_DEPENDS+= aho-corasick-0.7.19 3CARGO_CRATE_DEPENDS+= aho-corasick-0.7.19
4CARGO_CRATE_DEPENDS+= anyhow-1.0.66 4CARGO_CRATE_DEPENDS+= anyhow-1.0.66
5CARGO_CRATE_DEPENDS+= arc-swap-1.5.1 5CARGO_CRATE_DEPENDS+= arc-swap-1.5.1
6CARGO_CRATE_DEPENDS+= autocfg-1.1.0 6CARGO_CRATE_DEPENDS+= autocfg-1.1.0
7CARGO_CRATE_DEPENDS+= bitflags-1.3.2 7CARGO_CRATE_DEPENDS+= bitflags-1.3.2
8CARGO_CRATE_DEPENDS+= blake2-0.10.5 8CARGO_CRATE_DEPENDS+= blake2-0.10.5
9CARGO_CRATE_DEPENDS+= block-buffer-0.10.3 9CARGO_CRATE_DEPENDS+= block-buffer-0.10.3
10CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 10CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
11CARGO_CRATE_DEPENDS+= crypto-common-0.1.6 11CARGO_CRATE_DEPENDS+= crypto-common-0.1.6
12CARGO_CRATE_DEPENDS+= digest-0.10.5 12CARGO_CRATE_DEPENDS+= digest-0.10.5
13CARGO_CRATE_DEPENDS+= generic-array-0.14.6 13CARGO_CRATE_DEPENDS+= generic-array-0.14.6
14CARGO_CRATE_DEPENDS+= hex-0.4.3 14CARGO_CRATE_DEPENDS+= hex-0.4.3
15CARGO_CRATE_DEPENDS+= indoc-1.0.7 15CARGO_CRATE_DEPENDS+= indoc-1.0.7
16CARGO_CRATE_DEPENDS+= itoa-1.0.4 16CARGO_CRATE_DEPENDS+= itoa-1.0.4
17CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 17CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
18CARGO_CRATE_DEPENDS+= libc-0.2.135 18CARGO_CRATE_DEPENDS+= libc-0.2.135
19CARGO_CRATE_DEPENDS+= lock_api-0.4.9 19CARGO_CRATE_DEPENDS+= lock_api-0.4.9
20CARGO_CRATE_DEPENDS+= log-0.4.17 20CARGO_CRATE_DEPENDS+= log-0.4.17
21CARGO_CRATE_DEPENDS+= memchr-2.5.0 21CARGO_CRATE_DEPENDS+= memchr-2.5.0
22CARGO_CRATE_DEPENDS+= memoffset-0.6.5 22CARGO_CRATE_DEPENDS+= memoffset-0.6.5
23CARGO_CRATE_DEPENDS+= once_cell-1.15.0 23CARGO_CRATE_DEPENDS+= once_cell-1.15.0
24CARGO_CRATE_DEPENDS+= parking_lot-0.12.1 24CARGO_CRATE_DEPENDS+= parking_lot-0.12.1
25CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 25CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3
26CARGO_CRATE_DEPENDS+= proc-macro2-1.0.46 26CARGO_CRATE_DEPENDS+= proc-macro2-1.0.46
27CARGO_CRATE_DEPENDS+= pyo3-0.17.3 27CARGO_CRATE_DEPENDS+= pyo3-0.17.3
28CARGO_CRATE_DEPENDS+= pyo3-build-config-0.17.3 28CARGO_CRATE_DEPENDS+= pyo3-build-config-0.17.3
29CARGO_CRATE_DEPENDS+= pyo3-ffi-0.17.3 29CARGO_CRATE_DEPENDS+= pyo3-ffi-0.17.3
30CARGO_CRATE_DEPENDS+= pyo3-log-0.7.0 30CARGO_CRATE_DEPENDS+= pyo3-log-0.7.0
31CARGO_CRATE_DEPENDS+= pyo3-macros-0.17.3 31CARGO_CRATE_DEPENDS+= pyo3-macros-0.17.3
32CARGO_CRATE_DEPENDS+= pyo3-macros-backend-0.17.3 32CARGO_CRATE_DEPENDS+= pyo3-macros-backend-0.17.3
33CARGO_CRATE_DEPENDS+= pythonize-0.17.0 33CARGO_CRATE_DEPENDS+= pythonize-0.17.0
34CARGO_CRATE_DEPENDS+= quote-1.0.21 34CARGO_CRATE_DEPENDS+= quote-1.0.21
35CARGO_CRATE_DEPENDS+= redox_syscall-0.2.16 35CARGO_CRATE_DEPENDS+= redox_syscall-0.2.16
36CARGO_CRATE_DEPENDS+= regex-1.7.0 36CARGO_CRATE_DEPENDS+= regex-1.7.0
37CARGO_CRATE_DEPENDS+= regex-syntax-0.6.27 37CARGO_CRATE_DEPENDS+= regex-syntax-0.6.27
38CARGO_CRATE_DEPENDS+= ryu-1.0.11 38CARGO_CRATE_DEPENDS+= ryu-1.0.11
39CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 39CARGO_CRATE_DEPENDS+= scopeguard-1.1.0
40CARGO_CRATE_DEPENDS+= serde-1.0.147 40CARGO_CRATE_DEPENDS+= serde-1.0.148
41CARGO_CRATE_DEPENDS+= serde_derive-1.0.147 41CARGO_CRATE_DEPENDS+= serde_derive-1.0.148
42CARGO_CRATE_DEPENDS+= serde_json-1.0.87 42CARGO_CRATE_DEPENDS+= serde_json-1.0.89
43CARGO_CRATE_DEPENDS+= smallvec-1.10.0 43CARGO_CRATE_DEPENDS+= smallvec-1.10.0
44CARGO_CRATE_DEPENDS+= subtle-2.4.1 44CARGO_CRATE_DEPENDS+= subtle-2.4.1
45CARGO_CRATE_DEPENDS+= syn-1.0.102 45CARGO_CRATE_DEPENDS+= syn-1.0.104
46CARGO_CRATE_DEPENDS+= target-lexicon-0.12.4 46CARGO_CRATE_DEPENDS+= target-lexicon-0.12.4
47CARGO_CRATE_DEPENDS+= typenum-1.15.0 47CARGO_CRATE_DEPENDS+= typenum-1.15.0
48CARGO_CRATE_DEPENDS+= unicode-ident-1.0.5 48CARGO_CRATE_DEPENDS+= unicode-ident-1.0.5
49CARGO_CRATE_DEPENDS+= unindent-0.1.10 49CARGO_CRATE_DEPENDS+= unindent-0.1.10
50CARGO_CRATE_DEPENDS+= version_check-0.9.4 50CARGO_CRATE_DEPENDS+= version_check-0.9.4
51CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 51CARGO_CRATE_DEPENDS+= windows-sys-0.36.1
52CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 52CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1
53CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 53CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1
54CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 54CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1
55CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 55CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1
56CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 56CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1

cvs diff -r1.50 -r1.51 pkgsrc/chat/matrix-synapse/distinfo (switch to unified diff)

--- pkgsrc/chat/matrix-synapse/distinfo 2022/11/26 00:49:02 1.50
+++ pkgsrc/chat/matrix-synapse/distinfo 2022/12/12 14:35:14 1.51
@@ -1,169 +1,169 @@ @@ -1,169 +1,169 @@
1$NetBSD: distinfo,v 1.50 2022/11/26 00:49:02 gdt Exp $ 1$NetBSD: distinfo,v 1.51 2022/12/12 14:35:14 gdt Exp $
2 2
3BLAKE2s (aho-corasick-0.7.19.crate) = b13c5789625903a58cfdb854bca6eb074329fde83ffb2581686f105d52d31996 3BLAKE2s (aho-corasick-0.7.19.crate) = b13c5789625903a58cfdb854bca6eb074329fde83ffb2581686f105d52d31996
4SHA512 (aho-corasick-0.7.19.crate) = 0d63d29079650bde4e8a9f8529716b9d8c42db076a1d74715116240c2628173f1e86fb29c08a25ad07a0148e48789ab20de0c186a8b3dfb193cbfeb0d76ae78c 4SHA512 (aho-corasick-0.7.19.crate) = 0d63d29079650bde4e8a9f8529716b9d8c42db076a1d74715116240c2628173f1e86fb29c08a25ad07a0148e48789ab20de0c186a8b3dfb193cbfeb0d76ae78c
5Size (aho-corasick-0.7.19.crate) = 113070 bytes 5Size (aho-corasick-0.7.19.crate) = 113070 bytes
6BLAKE2s (anyhow-1.0.66.crate) = 8f80332ec72132612603d853a1e995ad30c019fa19ecee858f6a117bf134a72d 6BLAKE2s (anyhow-1.0.66.crate) = 8f80332ec72132612603d853a1e995ad30c019fa19ecee858f6a117bf134a72d
7SHA512 (anyhow-1.0.66.crate) = 7b4078906df2805d491dc2f29c4eec85a9f43078c0dcd9c05261c2706ed655953b693c4f59fda62547681b29cda9ac7a0789f1359bb18110403cfe34e9fb0dc3 7SHA512 (anyhow-1.0.66.crate) = 7b4078906df2805d491dc2f29c4eec85a9f43078c0dcd9c05261c2706ed655953b693c4f59fda62547681b29cda9ac7a0789f1359bb18110403cfe34e9fb0dc3
8Size (anyhow-1.0.66.crate) = 43770 bytes 8Size (anyhow-1.0.66.crate) = 43770 bytes
9BLAKE2s (arc-swap-1.5.1.crate) = ae85262e8fa11faea978acbbbfd65351c2519cd73be05fbb2bcdf7527927e4fc 9BLAKE2s (arc-swap-1.5.1.crate) = ae85262e8fa11faea978acbbbfd65351c2519cd73be05fbb2bcdf7527927e4fc
10SHA512 (arc-swap-1.5.1.crate) = 8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074 10SHA512 (arc-swap-1.5.1.crate) = 8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
11Size (arc-swap-1.5.1.crate) = 66157 bytes 11Size (arc-swap-1.5.1.crate) = 66157 bytes
12BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 12BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060
13SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f 13SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
14Size (autocfg-1.1.0.crate) = 13272 bytes 14Size (autocfg-1.1.0.crate) = 13272 bytes
15BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 15BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415
16SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 16SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
17Size (bitflags-1.3.2.crate) = 23021 bytes 17Size (bitflags-1.3.2.crate) = 23021 bytes
18BLAKE2s (blake2-0.10.5.crate) = da1295025bb80f5b010e47c7d39184bf21358144ff921295488d1c1689cd39cb 18BLAKE2s (blake2-0.10.5.crate) = da1295025bb80f5b010e47c7d39184bf21358144ff921295488d1c1689cd39cb
19SHA512 (blake2-0.10.5.crate) = 51aeb30092774935f09a86d6d10943c52305d41dddc4082075fccd992506439ade012ead39fddcce1dff3cfa6e7546273b109d2056ee2202ceb2d80ce55a1bf4 19SHA512 (blake2-0.10.5.crate) = 51aeb30092774935f09a86d6d10943c52305d41dddc4082075fccd992506439ade012ead39fddcce1dff3cfa6e7546273b109d2056ee2202ceb2d80ce55a1bf4
20Size (blake2-0.10.5.crate) = 46855 bytes 20Size (blake2-0.10.5.crate) = 46855 bytes
21BLAKE2s (block-buffer-0.10.3.crate) = 3c4a4d171f7955ea54c9bd7ffb696831e74b41ac3565931fc2157da1496c7e3d 21BLAKE2s (block-buffer-0.10.3.crate) = 3c4a4d171f7955ea54c9bd7ffb696831e74b41ac3565931fc2157da1496c7e3d
22SHA512 (block-buffer-0.10.3.crate) = e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f 22SHA512 (block-buffer-0.10.3.crate) = e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f
23Size (block-buffer-0.10.3.crate) = 10465 bytes 23Size (block-buffer-0.10.3.crate) = 10465 bytes
24BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb 24BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb
25SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff 25SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
26Size (cfg-if-1.0.0.crate) = 7934 bytes 26Size (cfg-if-1.0.0.crate) = 7934 bytes
27BLAKE2s (crypto-common-0.1.6.crate) = 855d36a49ecab87b6f8a58c85a0360ab113d0615fa206f5e1bf200caa2fcbfd5 27BLAKE2s (crypto-common-0.1.6.crate) = 855d36a49ecab87b6f8a58c85a0360ab113d0615fa206f5e1bf200caa2fcbfd5
28SHA512 (crypto-common-0.1.6.crate) = 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f 28SHA512 (crypto-common-0.1.6.crate) = 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
29Size (crypto-common-0.1.6.crate) = 8760 bytes 29Size (crypto-common-0.1.6.crate) = 8760 bytes
30BLAKE2s (digest-0.10.5.crate) = e3698d30aaa23330eae8cdd1608355bb90fc759f3011170c099aec830d26aaed 30BLAKE2s (digest-0.10.5.crate) = e3698d30aaa23330eae8cdd1608355bb90fc759f3011170c099aec830d26aaed
31SHA512 (digest-0.10.5.crate) = 3542fc0322a8b10dbc229ae83475a0df5f9beee4f879eacab1fda53a7b61136df2961265472ae66d896681bd17f8a68148b25827733bd782c6bae05d2f307951 31SHA512 (digest-0.10.5.crate) = 3542fc0322a8b10dbc229ae83475a0df5f9beee4f879eacab1fda53a7b61136df2961265472ae66d896681bd17f8a68148b25827733bd782c6bae05d2f307951
32Size (digest-0.10.5.crate) = 19503 bytes 32Size (digest-0.10.5.crate) = 19503 bytes
33BLAKE2s (generic-array-0.14.6.crate) = cfeb6337fedcee5b776d17505ade14558677b003d273ecbe9b3703a42bbd3585 33BLAKE2s (generic-array-0.14.6.crate) = cfeb6337fedcee5b776d17505ade14558677b003d273ecbe9b3703a42bbd3585
34SHA512 (generic-array-0.14.6.crate) = 254e6fb6658f083f26e022916795c9ebfac241b9df2d811aac8316b17e1375e1c5aa54d72f1bf6c2627a88484a7df4b14eca231c90578e9aa3d9997047fa0f20 34SHA512 (generic-array-0.14.6.crate) = 254e6fb6658f083f26e022916795c9ebfac241b9df2d811aac8316b17e1375e1c5aa54d72f1bf6c2627a88484a7df4b14eca231c90578e9aa3d9997047fa0f20
35Size (generic-array-0.14.6.crate) = 15889 bytes 35Size (generic-array-0.14.6.crate) = 15889 bytes
36BLAKE2s (hex-0.4.3.crate) = 299902a1da9d88101e5b8b06dde30b77e8f7a802285aae519981ada5959383f8 36BLAKE2s (hex-0.4.3.crate) = 299902a1da9d88101e5b8b06dde30b77e8f7a802285aae519981ada5959383f8
37SHA512 (hex-0.4.3.crate) = fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 37SHA512 (hex-0.4.3.crate) = fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6
38Size (hex-0.4.3.crate) = 13299 bytes 38Size (hex-0.4.3.crate) = 13299 bytes
39BLAKE2s (indoc-1.0.7.crate) = e5b36c9471b5542dc47b717c224ebbdc6423d8c2fc6f6f78ec6c06a05c0da891 39BLAKE2s (indoc-1.0.7.crate) = e5b36c9471b5542dc47b717c224ebbdc6423d8c2fc6f6f78ec6c06a05c0da891
40SHA512 (indoc-1.0.7.crate) = b60e534953d600bc2de3d6951f9da67ca3ab3c78fdce3e9c5f91e544ca848aef0c22c35a26fe7a39c07bd916a79fdf496269fecfa5491a58e178f37b2965b348 40SHA512 (indoc-1.0.7.crate) = b60e534953d600bc2de3d6951f9da67ca3ab3c78fdce3e9c5f91e544ca848aef0c22c35a26fe7a39c07bd916a79fdf496269fecfa5491a58e178f37b2965b348
41Size (indoc-1.0.7.crate) = 13716 bytes 41Size (indoc-1.0.7.crate) = 13716 bytes
42BLAKE2s (itoa-1.0.4.crate) = ab0312a13f0334af924aa09b538df57ac2728adc94f86f1f23a853737d00098b 42BLAKE2s (itoa-1.0.4.crate) = ab0312a13f0334af924aa09b538df57ac2728adc94f86f1f23a853737d00098b
43SHA512 (itoa-1.0.4.crate) = a70bb6fbdbcab27fbb5a84041bcbad8e0c8fda58d55ca7ac757f7be5cd373101be40df99e9acd6ae49e637e40de037c6bc59560f96c9adeccb2b2e0bf6531e42 43SHA512 (itoa-1.0.4.crate) = a70bb6fbdbcab27fbb5a84041bcbad8e0c8fda58d55ca7ac757f7be5cd373101be40df99e9acd6ae49e637e40de037c6bc59560f96c9adeccb2b2e0bf6531e42
44Size (itoa-1.0.4.crate) = 10601 bytes 44Size (itoa-1.0.4.crate) = 10601 bytes
45BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 45BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1
46SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 46SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
47Size (lazy_static-1.4.0.crate) = 10443 bytes 47Size (lazy_static-1.4.0.crate) = 10443 bytes
48BLAKE2s (libc-0.2.135.crate) = 6f08595a8f92d03cdee171d634a56e146974ad8da47fa21dc805f326c4522fe1 48BLAKE2s (libc-0.2.135.crate) = 6f08595a8f92d03cdee171d634a56e146974ad8da47fa21dc805f326c4522fe1
49SHA512 (libc-0.2.135.crate) = dc8e8fc918c5184de6ae7414b523b06ae91cde252e837e863f8477e9722ccb206a0b27762ac204830e8d09071413029c03802a3ed93bff274c33b2a4055e7806 49SHA512 (libc-0.2.135.crate) = dc8e8fc918c5184de6ae7414b523b06ae91cde252e837e863f8477e9722ccb206a0b27762ac204830e8d09071413029c03802a3ed93bff274c33b2a4055e7806
50Size (libc-0.2.135.crate) = 604591 bytes 50Size (libc-0.2.135.crate) = 604591 bytes
51BLAKE2s (lock_api-0.4.9.crate) = 9f025296f88561802dc51dd84b4fceeaf7365c404db7e4b404d194cfd825a0f8 51BLAKE2s (lock_api-0.4.9.crate) = 9f025296f88561802dc51dd84b4fceeaf7365c404db7e4b404d194cfd825a0f8
52SHA512 (lock_api-0.4.9.crate) = 9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990 52SHA512 (lock_api-0.4.9.crate) = 9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990
53Size (lock_api-0.4.9.crate) = 25685 bytes 53Size (lock_api-0.4.9.crate) = 25685 bytes
54BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 54BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214
55SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 55SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2
56Size (log-0.4.17.crate) = 38028 bytes 56Size (log-0.4.17.crate) = 38028 bytes
57BLAKE2s (matrix-synapse-1.72.0.tar.gz) = 49521a2565c17f7991932a73c6825c22094f7235809c4191d07c4c555f9ddae4 57BLAKE2s (matrix-synapse-1.73.0.tar.gz) = 60cee2bec5dbd48e83dcd21c1b5adca5376ed6a86f855fdf4f1089e0f85b27df
58SHA512 (matrix-synapse-1.72.0.tar.gz) = 594da58366fa4ce6eefe2228c84fe1c2b9ecdfb5b80aa5e081c860760129b825454b7c3f10a9282d3054af0185e924746ff659c2e53f229de008f696238285a5 58SHA512 (matrix-synapse-1.73.0.tar.gz) = 0735db32316a0feebfdbdeb12c896880d0466656a734113faa07164d29767a1f9b1bf2540324bc30485cb32edc7fcf9650cbb5ba042a4331767c128167442ba6
59Size (matrix-synapse-1.72.0.tar.gz) = 8090757 bytes 59Size (matrix-synapse-1.73.0.tar.gz) = 8103527 bytes
60BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 60BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38
61SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa 61SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
62Size (memchr-2.5.0.crate) = 65812 bytes 62Size (memchr-2.5.0.crate) = 65812 bytes
63BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 63BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1
64SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f 64SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f
65Size (memoffset-0.6.5.crate) = 7686 bytes 65Size (memoffset-0.6.5.crate) = 7686 bytes
66BLAKE2s (once_cell-1.15.0.crate) = bb7a35ae1252f0ceeb7f7c8ff715940c986430728d4891dcf369ef493c93bed6 66BLAKE2s (once_cell-1.15.0.crate) = bb7a35ae1252f0ceeb7f7c8ff715940c986430728d4891dcf369ef493c93bed6
67SHA512 (once_cell-1.15.0.crate) = 934a7c3631e9ca4fa78d9577b6672ca0b2f926a8d6c3be9542b906c5968033446f98f76ae6f368a1a5b92ab9064c31a57d74ab6d2097108029a7ea951541ff7e 67SHA512 (once_cell-1.15.0.crate) = 934a7c3631e9ca4fa78d9577b6672ca0b2f926a8d6c3be9542b906c5968033446f98f76ae6f368a1a5b92ab9064c31a57d74ab6d2097108029a7ea951541ff7e
68Size (once_cell-1.15.0.crate) = 31460 bytes 68Size (once_cell-1.15.0.crate) = 31460 bytes
69BLAKE2s (parking_lot-0.12.1.crate) = 6968a4adcbd417d1ae7674819c446c19488b7056b77259e31747d5ebad3298be 69BLAKE2s (parking_lot-0.12.1.crate) = 6968a4adcbd417d1ae7674819c446c19488b7056b77259e31747d5ebad3298be
70SHA512 (parking_lot-0.12.1.crate) = 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c 70SHA512 (parking_lot-0.12.1.crate) = 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c
71Size (parking_lot-0.12.1.crate) = 40967 bytes 71Size (parking_lot-0.12.1.crate) = 40967 bytes
72BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 72BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056
73SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df 73SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df
74Size (parking_lot_core-0.9.3.crate) = 32256 bytes 74Size (parking_lot_core-0.9.3.crate) = 32256 bytes
75BLAKE2s (proc-macro2-1.0.46.crate) = 91793124793018a55f26fa74beb286ff7b1a69725d698ec3761693556b549af1 75BLAKE2s (proc-macro2-1.0.46.crate) = 91793124793018a55f26fa74beb286ff7b1a69725d698ec3761693556b549af1
76SHA512 (proc-macro2-1.0.46.crate) = 1c2ae8dc4bebeeaa4af02f8edce18b3d159109a1639d8e9f26be2b7023ade9d09824ee0f2a60ae034967d982158196826fdb989d23a4b3bc81188a9a63e18cb9 76SHA512 (proc-macro2-1.0.46.crate) = 1c2ae8dc4bebeeaa4af02f8edce18b3d159109a1639d8e9f26be2b7023ade9d09824ee0f2a60ae034967d982158196826fdb989d23a4b3bc81188a9a63e18cb9
77Size (proc-macro2-1.0.46.crate) = 41954 bytes 77Size (proc-macro2-1.0.46.crate) = 41954 bytes
78BLAKE2s (pyo3-0.17.3.crate) = 1b902c88c6e78c76d8445000183e5aae73bac31d8e0afa834a6b0c6586726809 78BLAKE2s (pyo3-0.17.3.crate) = 1b902c88c6e78c76d8445000183e5aae73bac31d8e0afa834a6b0c6586726809
79SHA512 (pyo3-0.17.3.crate) = 5c83ea76202edce13c370d023562a9009382e36fdf3fcd7c4dea844ab8e5e048db4cc79a9c0ea98fb7017a83da16924ba0981ad98bd83e75e2fac434738e9740 79SHA512 (pyo3-0.17.3.crate) = 5c83ea76202edce13c370d023562a9009382e36fdf3fcd7c4dea844ab8e5e048db4cc79a9c0ea98fb7017a83da16924ba0981ad98bd83e75e2fac434738e9740
80Size (pyo3-0.17.3.crate) = 408939 bytes 80Size (pyo3-0.17.3.crate) = 408939 bytes
81BLAKE2s (pyo3-build-config-0.17.3.crate) = fd65f970b2cc8b8ba4c0f50fb4843f9282feba55c9ec9b033ea3be11e64a8f22 81BLAKE2s (pyo3-build-config-0.17.3.crate) = fd65f970b2cc8b8ba4c0f50fb4843f9282feba55c9ec9b033ea3be11e64a8f22
82SHA512 (pyo3-build-config-0.17.3.crate) = 92652ffdfb3f6c3c8a1c2f97f5e2ed19175ba6bad5cd0f0c113b569369193aa18d95adc780bbdb8202d815a1ec0b6aeaf40d93d64faab42f4e8b452c806906a2 82SHA512 (pyo3-build-config-0.17.3.crate) = 92652ffdfb3f6c3c8a1c2f97f5e2ed19175ba6bad5cd0f0c113b569369193aa18d95adc780bbdb8202d815a1ec0b6aeaf40d93d64faab42f4e8b452c806906a2
83Size (pyo3-build-config-0.17.3.crate) = 29230 bytes 83Size (pyo3-build-config-0.17.3.crate) = 29230 bytes
84BLAKE2s (pyo3-ffi-0.17.3.crate) = c379b7c6c5bebb9cb63fdd92700a00045877e3979ea40555b0431c0dcf54f4d7 84BLAKE2s (pyo3-ffi-0.17.3.crate) = c379b7c6c5bebb9cb63fdd92700a00045877e3979ea40555b0431c0dcf54f4d7
85SHA512 (pyo3-ffi-0.17.3.crate) = c08481d1530207fee544a5dde14253415e5451c1c013b86ac1f0e9bcb3c1df7866764cd11bad523105b6821725560329b89ff689b3aa2f0698cdab148d0fc12e 85SHA512 (pyo3-ffi-0.17.3.crate) = c08481d1530207fee544a5dde14253415e5451c1c013b86ac1f0e9bcb3c1df7866764cd11bad523105b6821725560329b89ff689b3aa2f0698cdab148d0fc12e
86Size (pyo3-ffi-0.17.3.crate) = 62854 bytes 86Size (pyo3-ffi-0.17.3.crate) = 62854 bytes
87BLAKE2s (pyo3-log-0.7.0.crate) = 44920cbeda4195a07452402bbeacf188a5a70bb404e6f72a88ece849ab0f3446 87BLAKE2s (pyo3-log-0.7.0.crate) = 44920cbeda4195a07452402bbeacf188a5a70bb404e6f72a88ece849ab0f3446
88SHA512 (pyo3-log-0.7.0.crate) = a9170e53a8f745a3f8c271acb629461b902d403e76b47c218660d1e9ab17fa67e44c250b60c15c11c35e68c18135c357c7a6797a91018d42b660b5331e4ee507 88SHA512 (pyo3-log-0.7.0.crate) = a9170e53a8f745a3f8c271acb629461b902d403e76b47c218660d1e9ab17fa67e44c250b60c15c11c35e68c18135c357c7a6797a91018d42b660b5331e4ee507
89Size (pyo3-log-0.7.0.crate) = 13774 bytes 89Size (pyo3-log-0.7.0.crate) = 13774 bytes
90BLAKE2s (pyo3-macros-0.17.3.crate) = 7cacd825b50a94ddc1c2698fa095fd868e9e8fab54b5edf12ddb024a15c00d09 90BLAKE2s (pyo3-macros-0.17.3.crate) = 7cacd825b50a94ddc1c2698fa095fd868e9e8fab54b5edf12ddb024a15c00d09
91SHA512 (pyo3-macros-0.17.3.crate) = f99d38ea69b1d46599d203908d12eb3fe4869a48b21b3eaba0c9c8e52b9f2b3c5ea72505dcb9b3330450dd724eeba859eef724fe9624ebbd8bd3cbcff7372df1 91SHA512 (pyo3-macros-0.17.3.crate) = f99d38ea69b1d46599d203908d12eb3fe4869a48b21b3eaba0c9c8e52b9f2b3c5ea72505dcb9b3330450dd724eeba859eef724fe9624ebbd8bd3cbcff7372df1
92Size (pyo3-macros-0.17.3.crate) = 7257 bytes 92Size (pyo3-macros-0.17.3.crate) = 7257 bytes
93BLAKE2s (pyo3-macros-backend-0.17.3.crate) = 70350d483c144bbd73b4956c8d05baf0407031c4938af906b5271f3fcd7422ce 93BLAKE2s (pyo3-macros-backend-0.17.3.crate) = 70350d483c144bbd73b4956c8d05baf0407031c4938af906b5271f3fcd7422ce
94SHA512 (pyo3-macros-backend-0.17.3.crate) = b4dbddc3ac7ae542560459376127cabdbb4de83c04d70a4efe0976fa94e6ce94a7a62723f689a8fbb1d795fc235b1ac3611f8b4985ae2af0db4a9dc08de48927 94SHA512 (pyo3-macros-backend-0.17.3.crate) = b4dbddc3ac7ae542560459376127cabdbb4de83c04d70a4efe0976fa94e6ce94a7a62723f689a8fbb1d795fc235b1ac3611f8b4985ae2af0db4a9dc08de48927
95Size (pyo3-macros-backend-0.17.3.crate) = 49992 bytes 95Size (pyo3-macros-backend-0.17.3.crate) = 49992 bytes
96BLAKE2s (pythonize-0.17.0.crate) = 94873e6e8b61575a9ed131b88a40ef165dbb5b47e298473155112c230381a85c 96BLAKE2s (pythonize-0.17.0.crate) = 94873e6e8b61575a9ed131b88a40ef165dbb5b47e298473155112c230381a85c
97SHA512 (pythonize-0.17.0.crate) = a9a46d27b8aa9e5bd7bb0b114b7457275131d90e20acd07110fbc18b3af3b9aa0683b9306fb645645f3801b64c0c479998665f3e4fcec0ed8e5b5947008b76bc 97SHA512 (pythonize-0.17.0.crate) = a9a46d27b8aa9e5bd7bb0b114b7457275131d90e20acd07110fbc18b3af3b9aa0683b9306fb645645f3801b64c0c479998665f3e4fcec0ed8e5b5947008b76bc
98Size (pythonize-0.17.0.crate) = 10949 bytes 98Size (pythonize-0.17.0.crate) = 10949 bytes
99BLAKE2s (quote-1.0.21.crate) = 35d526b76a740996fdcd393d2d077d4929f971b5f341498682b878c7cac7ebc0 99BLAKE2s (quote-1.0.21.crate) = 35d526b76a740996fdcd393d2d077d4929f971b5f341498682b878c7cac7ebc0
100SHA512 (quote-1.0.21.crate) = 0728eb4df7e1f7c4d32ab08c901c2c969db8eb46b03bcec3e4956a4f6b360939d32abc6b6ebd7a31058e8e9b69c3d995a24cb484f93656f05b4ee963be1c74fc 100SHA512 (quote-1.0.21.crate) = 0728eb4df7e1f7c4d32ab08c901c2c969db8eb46b03bcec3e4956a4f6b360939d32abc6b6ebd7a31058e8e9b69c3d995a24cb484f93656f05b4ee963be1c74fc
101Size (quote-1.0.21.crate) = 28030 bytes 101Size (quote-1.0.21.crate) = 28030 bytes
102BLAKE2s (redox_syscall-0.2.16.crate) = 5d05ce546323fbcedb872cf55da0403e1ae5c6fc354eb2adf263bf7d671971b8 102BLAKE2s (redox_syscall-0.2.16.crate) = 5d05ce546323fbcedb872cf55da0403e1ae5c6fc354eb2adf263bf7d671971b8
103SHA512 (redox_syscall-0.2.16.crate) = 63b5d876baaf99f5cf737679bc6ac7a9e3d8a41aa93f5c59416ce7e3841e2513bff678773553cfe62fb452707f82acc384ea63aec932a31bf94679cd1caddd27 103SHA512 (redox_syscall-0.2.16.crate) = 63b5d876baaf99f5cf737679bc6ac7a9e3d8a41aa93f5c59416ce7e3841e2513bff678773553cfe62fb452707f82acc384ea63aec932a31bf94679cd1caddd27
104Size (redox_syscall-0.2.16.crate) = 24012 bytes 104Size (redox_syscall-0.2.16.crate) = 24012 bytes
105BLAKE2s (regex-1.7.0.crate) = 0f6f6571b988a598d86db223a99d498f22ca75e63db0db99799164294292ff69 105BLAKE2s (regex-1.7.0.crate) = 0f6f6571b988a598d86db223a99d498f22ca75e63db0db99799164294292ff69
106SHA512 (regex-1.7.0.crate) = 974c15a593d86c33e0bb34f7a67957fe96dec07b3752f2b6b968d657845f5d2342a5ee9ec1359109c43e4f46c9b2b2b678d59f7b752455a0ab1435c1fa56ca3c 106SHA512 (regex-1.7.0.crate) = 974c15a593d86c33e0bb34f7a67957fe96dec07b3752f2b6b968d657845f5d2342a5ee9ec1359109c43e4f46c9b2b2b678d59f7b752455a0ab1435c1fa56ca3c
107Size (regex-1.7.0.crate) = 239421 bytes 107Size (regex-1.7.0.crate) = 239421 bytes
108BLAKE2s (regex-syntax-0.6.27.crate) = 93164b4d8d87ca3e2c0453a8c905fa5f635b51cf165aac2ac8e5c2c4fa74aeef 108BLAKE2s (regex-syntax-0.6.27.crate) = 93164b4d8d87ca3e2c0453a8c905fa5f635b51cf165aac2ac8e5c2c4fa74aeef
109SHA512 (regex-syntax-0.6.27.crate) = 5cc705a5dda08cbdb4dbcf3fa98763cadcda13d9c3ba407b35f3e88d77935efc2704bb40b3fb5aad7dfbad0df43bcb4c4cad9732defb954e2228a0739f7c37c6 109SHA512 (regex-syntax-0.6.27.crate) = 5cc705a5dda08cbdb4dbcf3fa98763cadcda13d9c3ba407b35f3e88d77935efc2704bb40b3fb5aad7dfbad0df43bcb4c4cad9732defb954e2228a0739f7c37c6
110Size (regex-syntax-0.6.27.crate) = 297300 bytes 110Size (regex-syntax-0.6.27.crate) = 297300 bytes
111BLAKE2s (ryu-1.0.11.crate) = c841c8e79156cd93f854becdd930c83978f5d2c0caef4844a04a900020b6fc89 111BLAKE2s (ryu-1.0.11.crate) = c841c8e79156cd93f854becdd930c83978f5d2c0caef4844a04a900020b6fc89
112SHA512 (ryu-1.0.11.crate) = dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408 112SHA512 (ryu-1.0.11.crate) = dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408
113Size (ryu-1.0.11.crate) = 47007 bytes 113Size (ryu-1.0.11.crate) = 47007 bytes
114BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e 114BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e
115SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d 115SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d
116Size (scopeguard-1.1.0.crate) = 11470 bytes 116Size (scopeguard-1.1.0.crate) = 11470 bytes
117BLAKE2s (serde-1.0.147.crate) = 0d1e68a65a87e2f11520ce29b446289c1382d0cdd1138dd4fe77531e22e94f02 117BLAKE2s (serde-1.0.148.crate) = f8d8e01545832544496092ab1b895b287d3be939f684fc5fbfcf03ed947ff0c2
118SHA512 (serde-1.0.147.crate) = d993bd86c61bba602faf7286ff21d36c5d8c83176c5bbb203cb284a3f89dbc8a1ca893a09eb2657f9e98ccb5c5287f44aac06d2e60db96e78d99ee40bd1fe1b0 118SHA512 (serde-1.0.148.crate) = 89005c9372042bc509115604112997ddbc8df60cb6e033b2f83bb303844e1472ad538f5a8120fdd8fb6e9177614e5b16d4ed6ffea722d162eb801e5a564c7455
119Size (serde-1.0.147.crate) = 76697 bytes 119Size (serde-1.0.148.crate) = 76637 bytes
120BLAKE2s (serde_derive-1.0.147.crate) = 2c0f0f616403d6d716e44b5945edce17d714775c34667f0c11e318a97eaa1fd0 120BLAKE2s (serde_derive-1.0.148.crate) = dee5fbe8fa4b08639b05cdcff880938b4e3b4e6ae97f252ba416c0faa12a70fb
121SHA512 (serde_derive-1.0.147.crate) = 434d65dc0d78c7c1c3f8832221389dc4b0c5d74d605ce1d2d660c2df9a92f5e5d0c6d543763e1462c58d6ea18001c823ca594e3dac92a47d8fe48319a5c52e59 121SHA512 (serde_derive-1.0.148.crate) = c011e252ed1fa7578a51241a6147ddfdd462f3e1171666c193895691a295f72766cc48e325f14d389a128a8c146ef16454a7f257a52abae45e83fe5f23dffa12
122Size (serde_derive-1.0.147.crate) = 54861 bytes 122Size (serde_derive-1.0.148.crate) = 55562 bytes
123BLAKE2s (serde_json-1.0.87.crate) = d65fc8cb44fcc64160de7d5fdba7ce938b5b054d3df50805b7172222d66ed5d4 123BLAKE2s (serde_json-1.0.89.crate) = ba78b0c7b8f67aee50eec959077a1ab8ff389deff2c7c99d3a0f52e05179b9e6
124SHA512 (serde_json-1.0.87.crate) = 77b90340aaaa0fb477b33e6628ed2ea0fb53cff1e2b5724a3474e24b2bfc9bff077633d9581e41dd96b2a0e167549e992d238bb09c627fb5680996b39583c4cc 124SHA512 (serde_json-1.0.89.crate) = 4bafa5693977e129f5787f2ff10f914e2a7740bf7e631bcdf51b27d0d9e5517873184b56649914371e1881107e7ed0a8fedf487617db334d4a7a4bf95c6c16a3
125Size (serde_json-1.0.87.crate) = 144383 bytes 125Size (serde_json-1.0.89.crate) = 144638 bytes
126BLAKE2s (smallvec-1.10.0.crate) = 41329e6ed51a5092aa320d548b7b5f9f343f67bd54472d6fbc30a39ad5128860 126BLAKE2s (smallvec-1.10.0.crate) = 41329e6ed51a5092aa320d548b7b5f9f343f67bd54472d6fbc30a39ad5128860
127SHA512 (smallvec-1.10.0.crate) = a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae 127SHA512 (smallvec-1.10.0.crate) = a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae
128Size (smallvec-1.10.0.crate) = 31564 bytes 128Size (smallvec-1.10.0.crate) = 31564 bytes
129BLAKE2s (subtle-2.4.1.crate) = e8706acb82af8e762dd273696394d3cd582d29db6ba06c4cf6df410374df3aaa 129BLAKE2s (subtle-2.4.1.crate) = e8706acb82af8e762dd273696394d3cd582d29db6ba06c4cf6df410374df3aaa
130SHA512 (subtle-2.4.1.crate) = 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a 130SHA512 (subtle-2.4.1.crate) = 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a
131Size (subtle-2.4.1.crate) = 12630 bytes 131Size (subtle-2.4.1.crate) = 12630 bytes
132BLAKE2s (syn-1.0.102.crate) = 7cb38c23b1ac82e85ba155d9ac853d41b62d8237a16efd3f1c909062d33b5e1d 132BLAKE2s (syn-1.0.104.crate) = 2f9bbe7a67dd23264e0acb7822334f5196828799bc801f37b064e63ed1ea5030
133SHA512 (syn-1.0.102.crate) = c9a2b2cf216c3d821decd488ebb49743f2f43940a879856e3a15d2352843c405e6f164c11225e904d18b32a5cd2bd7fcdfa74df40ec5567faeedffe5f523989c 133SHA512 (syn-1.0.104.crate) = 8feabd8e6b1b5eb15077d7c92f0b3269e848d33b1f233b3df343b6d445ed332fb23e0222911a13edfd82cee969d25c43434268cd7a20ce1c0a608a1bbe327b29
134Size (syn-1.0.102.crate) = 235699 bytes 134Size (syn-1.0.104.crate) = 236683 bytes
135BLAKE2s (target-lexicon-0.12.4.crate) = 8b8256e5c435c0e94dfb302a8d10425e9f755b6425636530de8fc38ecd10da27 135BLAKE2s (target-lexicon-0.12.4.crate) = 8b8256e5c435c0e94dfb302a8d10425e9f755b6425636530de8fc38ecd10da27
136SHA512 (target-lexicon-0.12.4.crate) = 194fe1946ad8d9fdb383bf8a65374e24d216382c1ed5379dabc98d58842512624c32838b8d6d0658d866f6559d37f1343a30c5809e8914dd85790399252b3e06 136SHA512 (target-lexicon-0.12.4.crate) = 194fe1946ad8d9fdb383bf8a65374e24d216382c1ed5379dabc98d58842512624c32838b8d6d0658d866f6559d37f1343a30c5809e8914dd85790399252b3e06
137Size (target-lexicon-0.12.4.crate) = 23020 bytes 137Size (target-lexicon-0.12.4.crate) = 23020 bytes
138BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 138BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1
139SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 139SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288
140Size (typenum-1.15.0.crate) = 40741 bytes 140Size (typenum-1.15.0.crate) = 40741 bytes
141BLAKE2s (unicode-ident-1.0.5.crate) = f6ef43eb4434b40a5cdc6df4d7706a63544a01ea7a54d96083cbf0442442dcfc 141BLAKE2s (unicode-ident-1.0.5.crate) = f6ef43eb4434b40a5cdc6df4d7706a63544a01ea7a54d96083cbf0442442dcfc
142SHA512 (unicode-ident-1.0.5.crate) = d355370daac356d900cd4c0a792d6c0eff114524c4bffce4d7e74469fe2117883ee00bf0e27d950b72e88739473f2045d5f83440a0aedfede97b4d9163b64a6c 142SHA512 (unicode-ident-1.0.5.crate) = d355370daac356d900cd4c0a792d6c0eff114524c4bffce4d7e74469fe2117883ee00bf0e27d950b72e88739473f2045d5f83440a0aedfede97b4d9163b64a6c
143Size (unicode-ident-1.0.5.crate) = 35455 bytes 143Size (unicode-ident-1.0.5.crate) = 35455 bytes
144BLAKE2s (unindent-0.1.10.crate) = ec58ba0d6a29501178ea60868698df5fe3ace103eb524da6fbfbfa46a651371b 144BLAKE2s (unindent-0.1.10.crate) = ec58ba0d6a29501178ea60868698df5fe3ace103eb524da6fbfbfa46a651371b
145SHA512 (unindent-0.1.10.crate) = 46ff1a2c042972af2fe5958677b2fa5adf3b9edbb168bd66cc93baf9d1b128f583d9502b83f174b35866343b57a57c8a91a465eab267dddae919af24095bf6bd 145SHA512 (unindent-0.1.10.crate) = 46ff1a2c042972af2fe5958677b2fa5adf3b9edbb168bd66cc93baf9d1b128f583d9502b83f174b35866343b57a57c8a91a465eab267dddae919af24095bf6bd
146Size (unindent-0.1.10.crate) = 7703 bytes 146Size (unindent-0.1.10.crate) = 7703 bytes
147BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 147BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0
148SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 148SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8
149Size (version_check-0.9.4.crate) = 14895 bytes 149Size (version_check-0.9.4.crate) = 14895 bytes
150BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 150BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8
151SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 151SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001
152Size (windows-sys-0.36.1.crate) = 3347053 bytes 152Size (windows-sys-0.36.1.crate) = 3347053 bytes
153BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 153BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08
154SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf 154SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf
155Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes 155Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes
156BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 156BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869
157SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 157SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5
158Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes 158Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes
159BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 159BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63
160SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 160SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737
161Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes 161Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes
162BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a 162BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a
163SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 163SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865
164Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes 164Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes
165BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d 165BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d
166SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 166SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631
167Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes 167Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes
168SHA1 (patch-pyproject.toml) = 17b353454d7f414b1734e92151f757ee98c98983 168SHA1 (patch-pyproject.toml) = 17b353454d7f414b1734e92151f757ee98c98983
169SHA1 (patch-synapse_handlers_room.py) = 1bb7740b5a8385f5d0ca9c1e8c38d41a8e594473 169SHA1 (patch-synapse_handlers_room.py) = 1bb7740b5a8385f5d0ca9c1e8c38d41a8e594473