0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-20 03:21:54 +01:00
construct/modules
Jason Volk 9e5a670b95 modules/console: Move crt to net listen crt.
modules/console: Move typing to user typing.

modules/console: Remove cruft.
2019-09-07 13:50:25 -07:00
..
app
client ircd:Ⓜ️🧾 Reorg/rename interface; simplify impl; add options argument. 2019-09-06 11:57:02 -07:00
federation ircd:Ⓜ️:vm::fetch: Remove/reorg stale fetch related options. 2019-09-05 18:10:44 -07:00
identity
js
key
media ircd:Ⓜ️:room: Rename room::messages to room::events. 2019-08-30 14:43:19 -07:00
conf.cc modules/conf: Prefetch on init. 2019-08-24 19:41:57 -07:00
console.cc modules/console: Move crt to net listen crt. 2019-09-07 13:50:25 -07:00
m_breadcrumb_rooms.cc
m_command.cc ircd:Ⓜ️🧾 Implement matrix-org/matrix-doc#2285 Hidden read receipts. 2019-09-06 12:18:29 -07:00
m_control.cc
m_device.cc
m_device_list_update.cc
m_direct.cc
m_direct_to_device.cc
m_event.cc ircd:Ⓜ️:room::events: Rename missing to horizon; reimplement missing. 2019-08-30 23:43:34 -07:00
m_event_append.cc
m_events.cc ircd:Ⓜ️:events::type: Add has()/has_prefix() to interface. 2019-08-20 21:23:18 -07:00
m_feds.cc
m_fetch.cc ircd:Ⓜ️:fetch: Clear request on retry; elaborate comparator; minor cleanup. 2019-09-03 22:14:53 -07:00
m_ignored_user_list.cc
m_init_backfill.cc ircd:Ⓜ️:init::backfill: Concurrent initial backfill workers. 2019-09-06 16:31:41 -07:00
m_init_bootstrap.cc
m_keys.cc modules/m_keys: Fix feds::keys result interpretation. 2019-09-05 21:36:16 -07:00
m_listen.cc
m_node.cc
m_noop.cc
m_presence.cc
m_receipt.cc ircd:Ⓜ️🧾 Implement matrix-org/matrix-doc#2285 Hidden read receipts. 2019-09-06 12:18:29 -07:00
m_room.cc ircd:Ⓜ️:room: Start a spec faithful display_name(room) diagnostic. 2019-08-25 16:05:10 -07:00
m_room_aliases.cc
m_room_auth.cc ircd:Ⓜ️:room::auth: Propagate interruption. 2019-08-22 07:03:59 -07:00
m_room_bootstrap.cc modules/m_room_bootstrap: Re-broadcast join event after more servers discovered. 2019-09-05 21:36:16 -07:00
m_room_canonical_alias.cc
m_room_create.cc modules: Split m::createroom related from client/. 2019-08-25 19:44:00 -07:00
m_room_events.cc ircd:Ⓜ️:room::events: Increase default. 2019-09-06 15:03:29 -07:00
m_room_head.cc ircd:Ⓜ️:room: Rename room::messages to room::events. 2019-08-30 14:43:19 -07:00
m_room_history_visibility.cc
m_room_join.cc modules/m_room_join: Remove duplicate join event check until content checked. 2019-09-05 23:25:19 -07:00
m_room_join_rules.cc
m_room_leave.cc modules: Split m::leave(room) impl from client/rooms. 2019-08-25 19:44:00 -07:00
m_room_member.cc
m_room_message.cc
m_room_name.cc modules: Start an m.room.name module w/ length check conforms hook. 2019-08-25 14:28:20 -07:00
m_room_power_levels.cc
m_room_redaction.cc modules/m_room_redaction: Query for sender match rather than event hostpart. 2019-08-31 00:23:45 -07:00
m_room_server_acl.cc
m_room_third_party_invite.cc
m_room_timeline.cc ircd:Ⓜ️:room: Rename room::messages to room::events. 2019-08-30 14:43:19 -07:00
m_rooms.cc ircd:Ⓜ️:rooms: Add options for user_id / room_alias related. 2019-09-05 21:36:16 -07:00
m_rooms_summary.cc
m_typing.cc ircd:Ⓜ️:typing: Add user control over sending and receiving typing events per room. 2019-08-28 16:48:36 -07:00
m_user.cc
m_user_account_data.cc modules: Split out client/user related interface impls. 2019-08-25 19:44:00 -07:00
m_user_events.cc ircd:Ⓜ️:room: Rename room::messages to room::events. 2019-08-30 14:43:19 -07:00
m_user_filter.cc
m_user_highlight.cc ircd:Ⓜ️:room: Rename room::messages to room::events. 2019-08-30 14:43:19 -07:00
m_user_mitsein.cc
m_user_profile.cc
m_user_room_account_data.cc modules: Split out client/user related interface impls. 2019-08-25 19:44:00 -07:00
m_user_room_tags.cc modules: Split out client/user related interface impls. 2019-08-25 19:44:00 -07:00
m_user_rooms.cc
m_user_servers.cc
m_users.cc
m_vm.cc modules/m_vm: Condition room_id validity (for alternative targets). 2019-08-23 21:12:16 -07:00
m_vm_fetch.cc modules/m_vm_fetch: Preliminary state acquire hook. 2019-09-06 14:33:35 -07:00
magick.cc modules/magick: Document and improve #89 solution. 2019-08-25 13:54:05 -07:00
Makefile.am ircd:Ⓜ️:room: Move m::room::events non-member tools to module; rename/reorg count(). 2019-08-30 16:21:50 -07:00
net_dns.cc modules/net_dns: Ensure placement new pos is a copy of the pointer before inc. 2019-09-07 13:22:36 -07:00
net_dns.h
net_dns_resolver.cc ircd::net::dns::resolver: Disable interrupt on shutdown; obtain mutex. 2019-08-25 17:33:06 -07:00
README.md
stats.cc
web_hook.cc
web_root.cc
well_known.cc

IRCd Module Tree

This directory contains dynamically loadable functionality to libircd. Many of these modules provide essential application functionality, but are not always required to be directly linked and loaded into libircd proper. Most application- specific functionality (i.e "business logic") is contained in modules within this tree.

Layout

The modules/ directory tree is primarily shaped the same as the HTTP resource tree in which most of its modules register themselves in.

Note that the installation layout is not the same as the development source layout (i.e in git). Upon installation, the module tree is collapsed into a single directory and installed into $prefix/lib/modules/construct/$directory_$module.so; where directories are replaced by underscores in the final SONAME. this may be subject to improvement.

Approach

Unlike most of the module systems found in traditional free software projects, our approach is oriented around global symbol availability to the address space rather than explicit imports from self-contained modules. This direction is made viable by C++ and advances in the compiler and linker toolchains. The result is significantly simpler and more convenient for developers to work with.

  • Modules are loaded with RTLD_GLOBAL on both posix and windows platforms. Use of C++ namespaces, visibility attributes, STB_GNU_UNIQUE, etc are adequate to make this modernization.

  • All project code is built to silently weaken undefined symbols. This means a complicated interface declared in a header, like a class interface with public and private and static members -- typical in C++ -- can be included by itself into any part of the project without knowing where the definitions of that interface are until they are first used at runtime. If said definitions are not available because they are in an unloaded module, a C++ exception is thrown directly from the callsite.

Getting started

The header mods/mapi.h is specific to modules and included for modules in addition to the core ircd.h. Both of these are included automatically via the compiler's command-line and the developer does not have to #include either in the module.

  1. Every loadable module requires a static ircd::mapi::header with the explicit name of IRCD_MODULE. This is an object which will be sought by the module loader in libircd.
// Example of a trivial module

ircd::mapi::header
IRCD_MODULE
{
	"My Module", []
	{
		puts("hi\n");
	}
};

  1. Add an _la_SOURCES entry for your module in the appropriate place in Makefile.am.

  2. Add the module .la name to the appropriate LTLIBRARIES list in Makefile.am.

  3. At this time, most modules are listed explicitly in ircd/m.cc to provide a strict load and unload ordering based on dependency. Note that if the module is not m:: related there may be similar lists for other subsystems.