0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-24 12:58:21 +02:00
construct/modules
2019-07-08 06:03:20 -07:00
..
app ircd:Ⓜ️:app: Add configuration access interface for appservice. 2019-03-15 16:19:05 -07:00
client modules/client/sync: Refactor longpoll handler. 2019-07-08 06:03:20 -07:00
federation modules/federation/invite2: Put back the event_id that synapse stripped; various fixes. 2019-07-06 01:25:28 -07:00
identity modules: Start and identity service stub area. 2019-02-18 10:28:09 -08:00
js
key modules/key/server: Move static ed25519 test to s_keys from here. 2019-05-01 13:12:27 -07:00
media modules/media/magick: Add a job loghead(). 2019-07-06 05:44:10 -07:00
conf.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
console.cc ircd:Ⓜ️:user: Add interface to im.vector.riot.breadcrumb_rooms. 2019-07-08 06:03:20 -07:00
index.cc modules/index: Add magic extension fallback for .wasm application/wasm. 2019-06-29 00:22:35 -07:00
m_command.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
m_control.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -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 modules/m_direct: Modify the user's account_data for m.direct. 2019-04-22 14:30:55 -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_events.cc ircd::fmt: Fix specifier escaping. 2019-06-01 02:31:03 -07:00
m_feds.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
m_fetch.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_fetch.h modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
m_ignored_user_list.cc ircd:Ⓜ️:user: Add framework around m.ignored_user_list; w/ console cmd. 2019-03-14 17:27:45 -07:00
m_keys.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -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 modules/m_presence: Upgrade presence spam log to DWARNING since apparently post-1.0 era now. 2019-06-18 00:22:16 -07:00
m_receipt.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_room_aliases.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_room_canonical_alias.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_room_create.cc modules: Use the apropos matrix logger for various log messages. 2018-12-22 17:44:18 -08:00
m_room_history_visibility.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -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 modules/client/rooms/invite: Move the foreign invite hook here; do namespace modernizations. 2019-05-31 14:21:41 -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:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_room_server_acl.cc ircd:Ⓜ️:fetch: Remove ambiguating event_id() util. 2019-07-05 23:45:00 -07:00
m_rooms.cc ircd: Fix cast-conversion based reference-constructions. 2019-06-22 17:36:42 -06:00
m_typing.cc modules: Implement 13.29 room server access control list checks. 2019-05-26 20:41:13 -07:00
m_user.cc ircd:Ⓜ️:user: Add interface to im.vector.riot.breadcrumb_rooms. 2019-07-08 06:03:20 -07:00
m_vm.cc modules/m_vm: Wrap individual hook calls. 2019-07-05 23:45:00 -07:00
Makefile.am modules/client/sync/rooms: Add c2s r0.5.0 rooms.join.summary object. 2019-07-06 17:35:55 -07:00
net_dns.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -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 modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
net_listener.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
README.md Trim outdated README docs in ircd/ modules/. 2019-06-26 22:56:31 -07:00
stats.cc modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
webhook.cc modules/webhook: Minor use literal hasher for case statements. 2019-07-08 06:03:20 -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. This is not automatic and the mere inclusion of files/directories in modules/ does not automatically expose them over HTTP.

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.

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. Nothing else is required.