mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️ Recombine modules/m_room with ircd/m_room for now.
This commit is contained in:
parent
134bcc1bfb
commit
688340a8a2
4 changed files with 903 additions and 1347 deletions
|
@ -88,7 +88,7 @@ IRCD_MAPI_VERSION
|
|||
constexpr const ircd::mapi::serial_t
|
||||
IRCD_MAPI_SERIAL
|
||||
{
|
||||
1
|
||||
2
|
||||
};
|
||||
|
||||
/// Module Header
|
||||
|
|
1091
ircd/m_room.cc
1091
ircd/m_room.cc
File diff suppressed because it is too large
Load diff
|
@ -123,7 +123,6 @@ m_device_list_update_la_SOURCES = m_device_list_update.cc
|
|||
m_ignored_user_list_la_SOURCES = m_ignored_user_list.cc
|
||||
m_state_la_SOURCES = m_state.cc
|
||||
m_rooms_la_SOURCES = m_rooms.cc
|
||||
m_room_la_SOURCES = m_room.cc
|
||||
m_room_create_la_SOURCES = m_room_create.cc
|
||||
m_room_member_la_SOURCES = m_room_member.cc
|
||||
m_room_join_rules_la_SOURCES = m_room_join_rules.cc
|
||||
|
@ -146,7 +145,6 @@ m_module_LTLIBRARIES = \
|
|||
m_ignored_user_list.la \
|
||||
m_state.la \
|
||||
m_rooms.la \
|
||||
m_room.la \
|
||||
m_room_create.la \
|
||||
m_room_member.la \
|
||||
m_room_join_rules.la \
|
||||
|
|
1155
modules/m_room.cc
1155
modules/m_room.cc
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue