0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️ Fix/tweak module list.

This commit is contained in:
Jason Volk 2019-10-03 12:15:41 -07:00
parent 723997fd2e
commit 096d46e198
2 changed files with 13 additions and 13 deletions

View file

@ -28,7 +28,7 @@ AM_LDFLAGS = \
-Wl,--no-undefined-version \
-Wl,--allow-shlib-undefined \
-Wl,--unresolved-symbols=ignore-in-shared-libs \
-Wl,-z,now \
-Wl,-z,lazy \
-L$(top_srcdir)/ircd \
$(PLATFORM_LDFLAGS) \
@EXTRA_LDFLAGS@ \

View file

@ -35,6 +35,17 @@ IRCD_MODULE_EXPORT_DATA
decltype(ircd::m::matrix::module_names)
ircd::m::matrix::module_names
{
//"net_dns",
"key_query",
"key_server",
"identity_pubkey",
"identity_v1",
"media_media",
"well_known",
"web_root",
"web_hook",
"stats",
"m_noop",
"m_breadcrumb_rooms",
"m_command",
@ -61,13 +72,7 @@ ircd::m::matrix::module_names
"m_room_server_acl",
"m_room_third_party_invite",
"m_user_highlight_auth",
"net_dns",
"key_query",
"key_server",
"identity_pubkey",
"identity_v1",
"media_media",
"m_vm_fetch",
"federation_backfill_ids",
"federation_backfill",
@ -145,11 +150,6 @@ ircd::m::matrix::module_names
"client_versions",
"client_capabilities",
"well_known",
"web_root",
"web_hook",
"stats",
"m_vm_fetch",
"m_listen",
};