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-30 00:01:36 -07:00
..
app ircd:Ⓜ️:app: Add configuration access interface for appservice. 2019-03-15 16:19:05 -07:00
client modules/client/rooms/read_markers: Ignore duplicate m.fully_read submissions from cliot. 2019-08-29 02:17:48 -07:00
federation modules/federation/make_leave: Send room_version in response top level. (#18) 2019-08-18 05:59:55 -07:00
identity modules: Start and identity service stub area. 2019-02-18 10:28:09 -08:00
js ircd::m/modules: Update various client listeners w/ callback. 2018-07-06 18:40:15 -07:00
key modules/key/server: Fix assertion from 7420bf1156. (Fixes #129) 2019-08-17 11:58:46 -07:00
media ircd:Ⓜ️:media: Start a weak central interface; move core utils into namespace. 2019-08-22 01:53:28 -07:00
conf.cc modules/conf: Prefetch on init. 2019-08-24 19:41:57 -07:00
console.cc modules/console: Add recent gaps diagnostic to room top; reduce other output. 2019-08-29 22:27:07 -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: Improve tag matching and output in \read command. 2019-08-28 18:07:09 -07:00
m_control.cc modules: Use m.notice msgtype for html responses. 2019-08-13 07:15:39 -07:00
m_device.cc ircd:Ⓜ️:room::state: Simplify/consolidate iteration interface. 2019-08-16 02:19:49 -07:00
m_device_list_update.cc modules: Fix various hookfn instance constness. 2019-08-09 21:27:41 -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: Tweak logic for local message handling; handle exception per msg. 2019-02-22 15:40:53 -08:00
m_event.cc modules/m_event: Tweak flags. 2019-08-23 16:27:32 -07:00
m_event_append.cc modules/m_event_append: Assertions that event being appended has fundamental fields. 2019-08-09 21:27:41 -07:00
m_events.cc ircd:Ⓜ️:events::type: Add has()/has_prefix() to interface. 2019-08-20 21:23:18 -07:00
m_feds.cc ircd:Ⓜ️:feds: Add an exclude_myself option. 2019-08-14 01:52:32 -07:00
m_fetch.cc ircd:Ⓜ️:fetch: Fix lower_bound() result equality check; comparison operations. 2019-08-30 00:01:36 -07:00
m_ignored_user_list.cc modules: Fix various hookfn instance constness. 2019-08-09 21:27:41 -07:00
m_init_backfill.cc ircd:Ⓜ️:init::backfill: Add hinting to fetch and vmopts; add success infolog msg. 2019-08-29 22:22:28 -07:00
m_init_bootstrap.cc ircd:Ⓜ️:room: Reorg / slim the class member function interface. 2019-08-14 01:09:34 -07:00
m_keys.cc ircd:Ⓜ️:keys::cache: Add has() to interface. 2019-08-27 16:26:58 -07:00
m_listen.cc modules: Fix various hookfn instance constness. 2019-08-09 21:27:41 -07:00
m_node.cc ircd:Ⓜ️ Eliminate the !nodes room related. 2019-08-12 01:39:16 -07:00
m_noop.cc modules/m_noop: Update header / comment. 2019-01-25 14:53:59 -08:00
m_presence.cc modules/m_presence: Move federation send hook here; complete functionality. 2019-08-17 02:59:13 -07:00
m_receipt.cc modules/m_receipt: Minor rename. 2019-08-23 14:54:37 -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 ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07:00
m_room_auth.cc ircd:Ⓜ️:room::auth: Propagate interruption. 2019-08-22 07:03:59 -07:00
m_room_bootstrap.cc ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07: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: Split m::createroom related from client/. 2019-08-25 19:44:00 -07:00
m_room_head.cc ircd:Ⓜ️:room::head: Simplify interface; move to module. 2019-08-18 03:09:34 -07:00
m_room_history_visibility.cc ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07:00
m_room_join.cc modules: Split m::join impl out of client/rooms. 2019-08-25 19:43:57 -07:00
m_room_join_rules.cc modules/m_room_join_rules: Fix circular dep w/ specific import. (#109) 2019-08-18 05:34:59 -07:00
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 ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07:00
m_room_message.cc ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -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:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07:00
m_room_redaction.cc ircd:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -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:Ⓜ️ Move event::auth to room::auth; move to module. 2019-08-18 03:09:34 -07:00
m_room_timeline.cc ircd:Ⓜ️:room::timeline: Improve iteration. 2019-07-22 19:10:19 -07:00
m_rooms.cc ircd:Ⓜ️:events: Split and reorganize API sections into specific namespaces. 2019-08-20 21:23:18 -07:00
m_rooms_summary.cc ircd:Ⓜ️:rooms: Refactor interface; split rooms::summary; split module. 2019-08-12 23:55:07 -07:00
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 modules/m_user: Eliminate the !users room from m::create(user). 2019-08-12 01:39:16 -07:00
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:Ⓜ️ Move user::events definitions to module. 2019-07-17 15:05:34 -07:00
m_user_filter.cc ircd:Ⓜ️:user::filter: Move remaining to module. 2019-08-16 22:18:30 -07:00
m_user_highlight.cc ircd:Ⓜ️:user::highlight: Add for_each() to interface; simplify stack (#87). 2019-08-12 04:10:28 -07:00
m_user_mitsein.cc ircd:Ⓜ️:user::mitsein: Simplify interface. 2019-08-17 02:59:13 -07:00
m_user_profile.cc modules: Fix various hookfn instance constness. 2019-08-09 21:27:41 -07:00
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 ircd:Ⓜ️:user: Move rooms::origins to user::servers interface. 2019-08-17 02:59:13 -07:00
m_user_servers.cc ircd:Ⓜ️:user: Move rooms::origins to user::servers interface. 2019-08-17 02:59:13 -07:00
m_users.cc ircd:Ⓜ️:events: Split and reorganize API sections into specific namespaces. 2019-08-20 21:23:18 -07:00
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: Use m::fetch interface for auth chain. 2019-08-29 22:14:07 -07:00
magick.cc modules/magick: Document and improve #89 solution. 2019-08-25 13:54:05 -07:00
Makefile.am ircd:Ⓜ️:fetch: Add future result interface; refactor eval out of flow. (fixes #103) (closes #131) 2019-08-26 16:17:09 -07:00
net_dns.cc modules/net_dns: Prevent duplicate error name in exception. 2019-08-26 11:36:20 -07:00
net_dns.h modules/net_dns: Improve module init/fini; add cache completion waiter. 2019-08-16 02:19:49 -07:00
net_dns_resolver.cc ircd::net::dns::resolver: Disable interrupt on shutdown; obtain mutex. 2019-08-25 17:33:06 -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/web_hook: Support organization/member_invited action. 2019-08-19 15:29:40 -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.