0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 08:58:20 +02:00
construct/modules
2019-08-04 17:56:31 -07:00
..
app ircd:Ⓜ️:app: Add configuration access interface for appservice. 2019-03-15 16:19:05 -07:00
client modules/client/sync/rooms/state: Skip member events in some cases by configuration. 2019-08-03 22:38:42 -07:00
federation ircd:Ⓜ️ Move MEMBERSHIP_MAX_SIZE into room. 2019-07-25 14:29:07 -07:00
identity modules: Start and identity service stub area. 2019-02-18 10:28:09 -08:00
js
key modules/key/query: Minor cleanup. 2019-07-30 16:02:49 -07:00
media modules/media: Fix log facility name. 2019-08-04 15:10:13 -07:00
conf.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
console.cc modules/console: Fix total cycle regression due to API change. 2019-08-04 16:02:52 -07:00
m_breadcrumb_rooms.cc ircd:Ⓜ️ Fix missing module accoutrements. 2019-07-26 17:36:21 -07:00
m_command.cc modules/m_command: Add ping room cmd; minor cleanup. 2019-07-24 12:31:45 -07:00
m_control.cc modules/m_control: Remove legacy temporary output massaging. (#101) 2019-08-02 15:04:28 -07:00
m_device.cc modules: Disambiguations for clang. 2019-06-24 01:33:41 -07:00
m_device_list_update.cc modules: Stub m.device_list_update edu handler; json schema. 2019-02-20 13:36:29 -08:00
m_direct.cc Improve exception handling around several hook handlers. 2019-07-26 15:15:58 -07:00
m_direct_to_device.cc modules/m_direct_to_device: Tweak logic for local message handling; handle exception per msg. 2019-02-22 15:40:53 -08:00
m_event_append.cc modules/m_event_append: Improve logged depth number. 2019-08-04 00:49:10 -07:00
m_events.cc ircd::fmt: Fix specifier escaping. 2019-06-01 02:31:03 -07:00
m_feds.cc ircd:Ⓜ️:feds: Add a closure_cached_errors option. 2019-07-23 22:46:48 -07:00
m_fetch.cc modules/m_fetch: Increase buffer size. 2019-08-04 16:04:02 -07:00
m_fetch.h ircd:Ⓜ️:fetch: Whittle down the current interface; remove libircd linkages. 2019-07-26 15:51:15 -07:00
m_ignored_user_list.cc ircd:Ⓜ️:user: Simplify user::room_tags impl w/ modern linkage. 2019-07-13 18:15:27 -07:00
m_init_bootstrap.cc ircd:Ⓜ️ Move bootstrap to module. 2019-07-14 16:07:44 -07:00
m_keys.cc modules/client/rooms/join: Fetch keys concurrently in bootstrap auth_chain eval. 2019-07-23 14:41:53 -07:00
m_listen.cc modules: Rename net_listener back to m_listen. 2019-07-18 15:09:04 -07:00
m_node.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
m_noop.cc modules/m_noop: Update header / comment. 2019-01-25 14:53:59 -08:00
m_presence.cc ircd:Ⓜ️ Shorten matrix log facility names. 2019-07-31 19:43:06 -07:00
m_receipt.cc ircd:Ⓜ️ Shorten matrix log facility names. 2019-07-31 19:43:06 -07:00
m_room_aliases.cc modules/m_room_aliases: Consolidate state_key creation; case desensitize. 2019-08-02 22:01:00 -07:00
m_room_bootstrap.cc ircd:Ⓜ️ Shorten matrix log facility names. 2019-07-31 19:43:06 -07:00
m_room_canonical_alias.cc modules/m_room_canonical_alias: Improve infologging. 2019-07-19 20:18:09 -07:00
m_room_create.cc modules/m_room_create: Minor cleanup. 2019-07-20 18:42:15 -07:00
m_room_history_visibility.cc ircd:Ⓜ️ Move MEMBERSHIP_MAX_SIZE into room. 2019-07-25 14:29:07 -07:00
m_room_join_rules.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_room_member.cc Improve exception handling around several hook handlers. 2019-07-26 15:15:58 -07:00
m_room_message.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_room_power_levels.cc ircd:Ⓜ️:event::auth: Transpose several rules; various reorg. 2019-07-25 20:02:29 -07:00
m_room_redaction.cc ircd:Ⓜ️:event::auth: Transpose several rules; various reorg. 2019-07-25 20:02:29 -07:00
m_room_server_acl.cc ircd: Rename gmatch/gequals. 2019-07-11 15:51:09 -07:00
m_room_third_party_invite.cc ircd:Ⓜ️:event::auth: Transpose several rules; various reorg. 2019-07-25 20:02:29 -07:00
m_room_timeline.cc ircd:Ⓜ️:room::timeline: Improve iteration. 2019-07-22 19:10:19 -07:00
m_rooms.cc ircd: Fix cast-conversion based reference-constructions. 2019-06-22 17:36:42 -06:00
m_typing.cc ircd:Ⓜ️ Shorten matrix log facility names. 2019-07-31 19:43:06 -07:00
m_user.cc modules/m_user: Simplify linkage. #83 2019-07-15 11:06:01 -07:00
m_user_events.cc ircd:Ⓜ️ Move user::events definitions to module. 2019-07-17 15:05:34 -07:00
m_user_highlight.cc modules: Split user::highlight module. 2019-07-15 11:06:01 -07:00
m_user_profile.cc ircd:Ⓜ️ Split m::user::profile from client handler. 2019-07-14 19:35:28 -07:00
m_user_rooms.cc ircd:Ⓜ️ Move user::events definitions to module. 2019-07-17 15:05:34 -07:00
m_vm.cc Improve exception handling around several hook handlers. 2019-07-26 15:15:58 -07:00
magick.cc modules/magick: Call InitializeMagick() first; remove DestroyMagickResources() 2019-07-30 19:18:46 -07:00
Makefile.am modules: Rename webhook/index to more consistent web_ prefix. 2019-08-03 15:00:47 -07:00
net_dns.cc modules/net_dns: More catch block. 2019-07-09 02:33:27 -07:00
net_dns.h modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
net_dns_resolver.cc ircd::net::dns::resolver: Improve error reporting on send_query(). 2019-08-04 17:56:31 -07:00
README.md modules: Add example to readme. 2019-08-02 18:12:34 -07:00
stats.cc modules/stats: Rename metrics to stats. 2019-08-03 15:00:47 -07:00
web_hook.cc modules: Rename webhook/index to more consistent web_ prefix. 2019-08-03 15:00:47 -07:00
web_root.cc modules/web_root: Relax trailing slash requirement in conf item string. 2019-08-03 15:45:49 -07:00
well_known.cc modules: Add .well-known handler to serve the m::self::servername string for now. 2019-03-28 13:13:35 -07:00

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.