0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 01:28:54 +02:00
construct/include/ircd/mods
2023-03-05 12:05:13 -08:00
..
import.h ircd::mods: Attempt to unconfuse backtraces. 2019-07-17 15:05:34 -07:00
import_shared.h ircd::mods: Interface modernization; various cleanup; reorg. 2018-03-25 14:32:24 -07:00
ldso.h ircd::mods::ldso: Improve interposition of exceptions for runtime behavior switching. 2022-06-22 11:04:18 -07:00
mapi.h ircd::mapi: Annotate noexcept; non-dynamic alloc; codegen reduction all modules. 2023-03-05 12:05:13 -08:00
mods.h ircd::mods: Add platform-dependent ldso interface. 2019-05-28 15:39:57 -07:00
module.h ircd::mods: Add comparison operator suite for module instance. 2019-10-01 17:56:01 -07:00
paths.h ircd::mods: Improve paths encapsulation; fix warning. (gcc-12) 2022-07-04 22:25:18 -07:00
README.md ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
sym_ptr.h ircd::mods: Attempt to unconfuse backtraces. 2019-07-17 15:05:34 -07:00
symbols.h ircd::mods: Improve path translation for symbols() suite; add comments. 2019-02-09 18:43:05 -08:00

Loadable Modules

In the spirit of IRCd we present this fundamental interface to load and update the functionality of the server at runtime without restarting and interrupting service to users.