1
- @comment $NetBSD: PLIST,v 1.41 2023/04/09 17:55:13 js Exp $
1
+ @comment $NetBSD: PLIST,v 1.42 2023/06/25 22:54:34 js Exp $
2
2
bin/export_signing_key
3
3
bin/generate_config
4
4
bin/generate_log_config
@@ -31,6 +31,8 @@ ${PYSITELIB}/synapse/_scripts/generate_log_config.py
31
31
${PYSITELIB}/synapse/_scripts/generate_log_config.pyc
32
32
${PYSITELIB}/synapse/_scripts/generate_signing_key.py
33
33
${PYSITELIB}/synapse/_scripts/generate_signing_key.pyc
34
+ ${PYSITELIB}/synapse/_scripts/generate_workers_map.py
35
+ ${PYSITELIB}/synapse/_scripts/generate_workers_map.pyc
34
36
${PYSITELIB}/synapse/_scripts/hash_password.py
35
37
${PYSITELIB}/synapse/_scripts/hash_password.pyc
36
38
${PYSITELIB}/synapse/_scripts/move_remote_media_to_new_store.py
@@ -47,8 +49,14 @@ ${PYSITELIB}/synapse/_scripts/update_synapse_database.py
47
49
${PYSITELIB}/synapse/_scripts/update_synapse_database.pyc
48
50
${PYSITELIB}/synapse/api/__init__.py
49
51
${PYSITELIB}/synapse/api/__init__.pyc
50
- ${PYSITELIB}/synapse/api/auth.py
51
- ${PYSITELIB}/synapse/api/auth.pyc
52
+ ${PYSITELIB}/synapse/api/auth/__init__.py
53
+ ${PYSITELIB}/synapse/api/auth/__init__.pyc
54
+ ${PYSITELIB}/synapse/api/auth/base.py
55
+ ${PYSITELIB}/synapse/api/auth/base.pyc
56
+ ${PYSITELIB}/synapse/api/auth/internal.py
57
+ ${PYSITELIB}/synapse/api/auth/internal.pyc
58
+ ${PYSITELIB}/synapse/api/auth/msc3861_delegated.py
59
+ ${PYSITELIB}/synapse/api/auth/msc3861_delegated.pyc
52
60
${PYSITELIB}/synapse/api/auth_blocking.py
53
61
${PYSITELIB}/synapse/api/auth_blocking.pyc
54
62
${PYSITELIB}/synapse/api/constants.py
@@ -216,10 +224,6 @@ ${PYSITELIB}/synapse/events/presence_router.py
216
224
${PYSITELIB}/synapse/events/presence_router.pyc
217
225
${PYSITELIB}/synapse/events/snapshot.py
218
226
${PYSITELIB}/synapse/events/snapshot.pyc
219
- ${PYSITELIB}/synapse/events/spamcheck.py
220
- ${PYSITELIB}/synapse/events/spamcheck.pyc
221
- ${PYSITELIB}/synapse/events/third_party_rules.py
222
- ${PYSITELIB}/synapse/events/third_party_rules.pyc
223
227
${PYSITELIB}/synapse/events/utils.py
224
228
${PYSITELIB}/synapse/events/utils.pyc
225
229
${PYSITELIB}/synapse/events/validator.py
@@ -294,6 +298,8 @@ ${PYSITELIB}/synapse/handlers/identity.py
294
298
${PYSITELIB}/synapse/handlers/identity.pyc
295
299
${PYSITELIB}/synapse/handlers/initial_sync.py
296
300
${PYSITELIB}/synapse/handlers/initial_sync.pyc
301
+ ${PYSITELIB}/synapse/handlers/jwt.py
302
+ ${PYSITELIB}/synapse/handlers/jwt.pyc
297
303
${PYSITELIB}/synapse/handlers/message.py
298
304
${PYSITELIB}/synapse/handlers/message.pyc
299
305
${PYSITELIB}/synapse/handlers/oidc.py
@@ -372,6 +378,8 @@ ${PYSITELIB}/synapse/http/matrixfederationclient.py
372
378
${PYSITELIB}/synapse/http/matrixfederationclient.pyc
373
379
${PYSITELIB}/synapse/http/proxyagent.py
374
380
${PYSITELIB}/synapse/http/proxyagent.pyc
381
+ ${PYSITELIB}/synapse/http/replicationagent.py
382
+ ${PYSITELIB}/synapse/http/replicationagent.pyc
375
383
${PYSITELIB}/synapse/http/request_metrics.py
376
384
${PYSITELIB}/synapse/http/request_metrics.pyc
377
385
${PYSITELIB}/synapse/http/server.py
@@ -440,6 +448,10 @@ ${PYSITELIB}/synapse/module_api/callbacks/__init__.py
440
448
${PYSITELIB}/synapse/module_api/callbacks/__init__.pyc
441
449
${PYSITELIB}/synapse/module_api/callbacks/account_validity_callbacks.py
442
450
${PYSITELIB}/synapse/module_api/callbacks/account_validity_callbacks.pyc
451
+ ${PYSITELIB}/synapse/module_api/callbacks/spamchecker_callbacks.py
452
+ ${PYSITELIB}/synapse/module_api/callbacks/spamchecker_callbacks.pyc
453
+ ${PYSITELIB}/synapse/module_api/callbacks/third_party_event_rules_callbacks.py
454
+ ${PYSITELIB}/synapse/module_api/callbacks/third_party_event_rules_callbacks.pyc
443
455
${PYSITELIB}/synapse/module_api/errors.py
444
456
${PYSITELIB}/synapse/module_api/errors.pyc
445
457
${PYSITELIB}/synapse/notifier.py
@@ -505,6 +517,8 @@ ${PYSITELIB}/synapse/replication/tcp/client.py
505
517
${PYSITELIB}/synapse/replication/tcp/client.pyc
506
518
${PYSITELIB}/synapse/replication/tcp/commands.py
507
519
${PYSITELIB}/synapse/replication/tcp/commands.pyc
520
+ ${PYSITELIB}/synapse/replication/tcp/context.py
521
+ ${PYSITELIB}/synapse/replication/tcp/context.pyc
508
522
${PYSITELIB}/synapse/replication/tcp/external_cache.py
509
523
${PYSITELIB}/synapse/replication/tcp/external_cache.pyc
510
524
${PYSITELIB}/synapse/replication/tcp/handler.py
@@ -585,6 +599,8 @@ ${PYSITELIB}/synapse/rest/admin/devices.py
585
599
${PYSITELIB}/synapse/rest/admin/devices.pyc
586
600
${PYSITELIB}/synapse/rest/admin/event_reports.py
587
601
${PYSITELIB}/synapse/rest/admin/event_reports.pyc
602
+ ${PYSITELIB}/synapse/rest/admin/experimental_features.py
603
+ ${PYSITELIB}/synapse/rest/admin/experimental_features.pyc
588
604
${PYSITELIB}/synapse/rest/admin/federation.py
589
605
${PYSITELIB}/synapse/rest/admin/federation.pyc
590
606
${PYSITELIB}/synapse/rest/admin/media.py
@@ -735,6 +751,8 @@ ${PYSITELIB}/synapse/rest/synapse/__init__.py
735
751
${PYSITELIB}/synapse/rest/synapse/__init__.pyc
736
752
${PYSITELIB}/synapse/rest/synapse/client/__init__.py
737
753
${PYSITELIB}/synapse/rest/synapse/client/__init__.pyc
754
+ ${PYSITELIB}/synapse/rest/synapse/client/jwks.py
755
+ ${PYSITELIB}/synapse/rest/synapse/client/jwks.pyc
738
756
${PYSITELIB}/synapse/rest/synapse/client/new_user_consent.py
739
757
${PYSITELIB}/synapse/rest/synapse/client/new_user_consent.pyc
740
758
${PYSITELIB}/synapse/rest/synapse/client/oidc/__init__.py
@@ -788,11 +806,6 @@ ${PYSITELIB}/synapse/static/client/login/js/jquery-3.4.1.min.js
788
806
${PYSITELIB}/synapse/static/client/login/js/login.js
789
807
${PYSITELIB}/synapse/static/client/login/spinner.gif
790
808
${PYSITELIB}/synapse/static/client/login/style.css
791
- ${PYSITELIB}/synapse/static/client/register/index.html
792
- ${PYSITELIB}/synapse/static/client/register/js/jquery-3.4.1.min.js
793
- ${PYSITELIB}/synapse/static/client/register/js/register.js
794
- ${PYSITELIB}/synapse/static/client/register/register_config.sample.js
795
- ${PYSITELIB}/synapse/static/client/register/style.css
796
809
${PYSITELIB}/synapse/static/index.html
797
810
${PYSITELIB}/synapse/storage/__init__.py
798
811
${PYSITELIB}/synapse/storage/__init__.pyc
@@ -808,6 +821,8 @@ ${PYSITELIB}/synapse/storage/controllers/purge_events.py
808
821
${PYSITELIB}/synapse/storage/controllers/purge_events.pyc
809
822
${PYSITELIB}/synapse/storage/controllers/state.py
810
823
${PYSITELIB}/synapse/storage/controllers/state.pyc
824
+ ${PYSITELIB}/synapse/storage/controllers/stats.py
825
+ ${PYSITELIB}/synapse/storage/controllers/stats.pyc
811
826
${PYSITELIB}/synapse/storage/database.py
812
827
${PYSITELIB}/synapse/storage/database.pyc
813
828
${PYSITELIB}/synapse/storage/databases/__init__.py
@@ -846,6 +861,8 @@ ${PYSITELIB}/synapse/storage/databases/main/events_forward_extremities.py
846
861
${PYSITELIB}/synapse/storage/databases/main/events_forward_extremities.pyc
847
862
${PYSITELIB}/synapse/storage/databases/main/events_worker.py
848
863
${PYSITELIB}/synapse/storage/databases/main/events_worker.pyc
864
+ ${PYSITELIB}/synapse/storage/databases/main/experimental_features.py
865
+ ${PYSITELIB}/synapse/storage/databases/main/experimental_features.pyc
849
866
${PYSITELIB}/synapse/storage/databases/main/filtering.py
850
867
${PYSITELIB}/synapse/storage/databases/main/filtering.pyc
851
868
${PYSITELIB}/synapse/storage/databases/main/keys.py
@@ -992,8 +1009,8 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/30/push_rule_stream.sql
992
1009
${PYSITELIB}/synapse/storage/schema/main/delta/30/threepid_guest_access_tokens.sql
993
1010
${PYSITELIB}/synapse/storage/schema/main/delta/31/invites.sql
994
1011
${PYSITELIB}/synapse/storage/schema/main/delta/31/local_media_repository_url_cache.sql
995
- ${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers .py
996
- ${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers .pyc
1012
+ ${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers_0 .py
1013
+ ${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers_0 .pyc
997
1014
${PYSITELIB}/synapse/storage/schema/main/delta/31/pushers_index.sql
998
1015
${PYSITELIB}/synapse/storage/schema/main/delta/31/search_update.py
999
1016
${PYSITELIB}/synapse/storage/schema/main/delta/31/search_update.pyc
@@ -1302,7 +1319,33 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/73/23_un_partial_stated_room_stre
1302
1319
${PYSITELIB}/synapse/storage/schema/main/delta/73/24_events_jump_to_date_index.sql
1303
1320
${PYSITELIB}/synapse/storage/schema/main/delta/73/25drop_presence.sql
1304
1321
${PYSITELIB}/synapse/storage/schema/main/delta/74/01_user_directory_stale_remote_users.sql
1322
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/02_set_device_id_for_pushers_bg_update.sql
1323
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/03_membership_tables_event_stream_ordering.sql.postgres
1324
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/03_membership_tables_event_stream_ordering.sql.sqlite
1325
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/03_room_membership_index.sql
1326
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/04_delete_e2e_backup_keys_for_deactivated_users.sql
1327
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/04_membership_tables_event_stream_ordering_triggers.py
1328
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/04_membership_tables_event_stream_ordering_triggers.pyc
1329
+ ${PYSITELIB}/synapse/storage/schema/main/delta/74/05_events_txn_id_device_id.sql
1305
1330
${PYSITELIB}/synapse/storage/schema/main/delta/74/90COMMENTS_destinations.sql.postgres
1331
+ ${PYSITELIB}/synapse/storage/schema/main/delta/76/01_add_profiles_full_user_id_column.sql
1332
+ ${PYSITELIB}/synapse/storage/schema/main/delta/76/02_add_user_filters_full_user_id_column.sql
1333
+ ${PYSITELIB}/synapse/storage/schema/main/delta/76/03_per_user_experimental_features.sql
1334
+ ${PYSITELIB}/synapse/storage/schema/main/delta/76/04_add_room_forgetter.sql
1335
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/01_add_profiles_not_valid_check.sql.postgres
1336
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/02_add_user_filters_not_valid_check.sql.postgres
1337
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/03bg_populate_full_user_id_profiles.sql
1338
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/04bg_populate_full_user_id_user_filters.sql
1339
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/05thread_notifications_backfill.sql
1340
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/06thread_notifications_not_null.sql.sqlite
1341
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/06thread_notifications_not_null_event_push_actions.sql.postgres
1342
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/06thread_notifications_not_null_event_push_actions_staging.sql.postgres
1343
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/06thread_notifications_not_null_event_push_summary.sql.postgres
1344
+ ${PYSITELIB}/synapse/storage/schema/main/delta/77/14bg_indices_event_stream_ordering.sql
1345
+ ${PYSITELIB}/synapse/storage/schema/main/delta/78/01_validate_and_update_profiles.py
1346
+ ${PYSITELIB}/synapse/storage/schema/main/delta/78/01_validate_and_update_profiles.pyc
1347
+ ${PYSITELIB}/synapse/storage/schema/main/delta/78/02_validate_and_update_user_filters.py
1348
+ ${PYSITELIB}/synapse/storage/schema/main/delta/78/02_validate_and_update_user_filters.pyc
1306
1349
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
1307
1350
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
1308
1351
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
0 commit comments