0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 09:53:45 +02:00
construct/modules
2023-03-09 10:51:54 -08:00
..
admin modules/admin: Fix failure to compose deps (bb0e226760). 2023-03-03 12:49:58 -08:00
client modules/client/sync/rooms: Add conf items to toggle each polylog sync class. 2023-03-07 19:03:11 -08:00
federation modules/federation/query: url::decode the field query string param. 2023-03-07 15:49:01 -08:00
identity modules: Re-type matrix resource handlers under m::resource. 2019-09-29 14:00:02 -07:00
js
key modules/key/query: Remove inert condition; always relay pubkey material. 2021-02-09 22:42:55 -08:00
media modules/media: Fix missing url decoding of mxc path params. 2023-02-22 16:04:12 -08:00
widget modules/widget: Stub GET ui/v1 w/ some params. 2020-10-16 03:48:57 -07:00
console.cc modules/console: Add key id argument w/ multiline diagnostic to key cmd. 2023-03-07 15:52:27 -08:00
llvm.cc ircd: Define all IRCD_USE_ as integers for constexprs. 2022-06-23 09:36:44 -07:00
m_breadcrumbs.cc ircd:Ⓜ️ Rename breadcrumb_rooms to breadcrumbs; related. 2020-08-23 02:32:54 -07:00
m_bridge.cc modules/m_bridge: Hook configuration updates to start/stop workers automatically. 2023-02-15 09:42:59 -08:00
m_bridge_register.cc modules/m_bridge_register: Check if existing config is identical to skip overwrite. 2023-02-15 16:44:23 -08:00
m_command.cc modules/m_command: Add command to summarize message text of replied event. 2022-08-17 13:05:39 -07:00
m_control.cc ircd::json: Remove redundant typedef; simplify. 2022-06-19 20:14:22 -07:00
m_device.cc matrix: Add m::homeserver; preliminary virtual origin networks. 2019-10-01 17:56:01 -07:00
m_device_list_update.cc ircd:Ⓜ️:device: Reclassify interface at m::user::devices. 2020-04-01 19:52:31 -07:00
m_direct.cc modules: Fix various hookfn instance constness. 2019-08-09 21:27:41 -07:00
m_direct_to_device.cc modules/m_direct_to_device: Move infolog message to debuglog. 2020-10-28 03:31:55 -07:00
m_ignored_user_list.cc modules: Distill all API's from modules up to matrix lib. 2019-09-27 19:35:26 -07:00
m_listen.cc ircd::net::acceptor: Remove backreference to wrapper object. 2023-03-09 10:51:54 -08:00
m_noop.cc
m_presence.cc modules/m_presence: Add per-user rate conf item; add branch to synapse spam infra. 2020-09-28 03:48:06 -07:00
m_profile.cc modules: Split user profile related API from hooks; into module. 2019-09-27 19:35:26 -07:00
m_push.cc Replace various #if 0 with if constexpr for regression visibility. 2023-02-09 11:41:11 -08:00
m_pusher.cc Rename common instance variables of window_buffer for clarity. 2022-06-17 21:11:53 -07:00
m_receipt.cc modules/m_receipt: Stop propagation of some errors in handler loop. 2022-09-22 13:30:42 -07:00
m_relation.cc modules/m_relation: Fix fetch handler event_id query error. 2020-11-29 23:16:56 -08:00
m_room_aliases.cc modules/m_room_aliases: Don't publish a room in the directory on local alias change 2023-03-05 12:05:13 -08:00
m_room_canonical_alias.cc modules: Fix various hookfn instance constness. 2019-08-09 21:27:41 -07:00
m_room_create.cc modules/m_room_create: Condition to suppress variable level log msg. 2020-03-16 21:27:11 -07:00
m_room_history_visibility.cc modules: Distill all API's from modules up to matrix lib. 2019-09-27 19:35:26 -07:00
m_room_join_rules.cc modules/m_room_join_rules: Refactor effect hook to remove public->invite rooms from directory. 2023-02-17 13:06:35 -08:00
m_room_member.cc modules/m_room_member: Add configurable to delist public room after last local user leaves. 2023-02-17 14:33:32 -08:00
m_room_message.cc modules/m_room_message: Stub media-specific effects hook. 2022-08-15 12:38:21 -07:00
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 ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
m_room_redaction.cc ircd:Ⓜ️ Pass fetch result origin as node_id to evals. 2020-11-27 16:58:20 -08:00
m_room_server_acl.cc ircd:Ⓜ️:vm: Add #DENIED fault code. 2023-02-18 17:35:44 -08:00
m_room_third_party_invite.cc ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07:00
m_room_tombstone.cc modules/m_room_tombstone: Invalidate alias cache entries for effect. 2020-11-11 22:49:39 -08:00
m_signing_key_update.cc modules/m_signing_key_update: Ignore updates from unknown users w/o error. 2022-08-27 13:38:35 -07:00
Makefile.am modules: Stub federation/timestamp_to_event; stub client/rooms/timestamp_to_event. 2023-03-06 19:03:48 -08:00
net_dns_cache.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
README.md modules: Improve README bullets. 2020-01-11 23:31:53 -08:00
stats.cc modules/stats: Fix unbuffered output generating too many chunks. 2023-02-05 20:54:16 -08:00
web_hook.cc modules/web_hook: Update formatting for line-numbered pre tags. 2022-10-12 20:03:01 -07:00
web_root.cc modules/web_root: Return non-throwing 404 here. 2020-10-05 20:15:12 -07:00
well_known.cc matrix: Add m::homeserver; preliminary virtual origin networks. 2019-10-01 17:56:01 -07:00

Module Tree

This directory contains dynamically loadable functionality to libircd.

Approach

Unlike most of the module systems found in traditional C 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.

GLOBAL SYMBOLS

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.

WEAK UNDEFINED SYMBOLS

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 definitions are not available because they are in an unloaded module: a C++ exception is thrown directly from the callsite. We have built this action is built into the lookup mechanism of the runtime dynamic linker; none of this requires knowledge or effort from developers to use.

Layout

(TODO)

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.