0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 21:48:55 +02:00

ircd:Ⓜ️ Reorder modules again.

This commit is contained in:
Jason Volk 2019-10-03 19:12:10 -07:00
parent 61d050024f
commit b8f37894bc
2 changed files with 10 additions and 6 deletions

View file

@ -216,6 +216,7 @@ ircd::m::homeserver::~homeserver()
noexcept
{
signoff(*this);
vm.reset();
while(!modules.empty())
modules.pop_back();

View file

@ -36,16 +36,20 @@ 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",
"key_query",
"key_server",
"identity_pubkey",
"identity_v1",
"m_noop",
"m_breadcrumb_rooms",
"m_command",
@ -73,6 +77,7 @@ ircd::m::matrix::module_names
"m_room_third_party_invite",
"m_user_highlight_auth",
"m_vm_fetch",
"m_listen",
"federation_backfill_ids",
"federation_backfill",
@ -149,8 +154,6 @@ ircd::m::matrix::module_names
"client_thirdparty_protocols",
"client_versions",
"client_capabilities",
"m_listen",
};
/// This is a list of modules that are considered "optional" and any loading