0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-23 10:58:37 +02:00
construct/include/ircd/mods
2019-02-11 13:59:18 -08:00
..
import.h ircd::mods: Checkpoint experimental invocation stack; add sym_ptr::get() ref. 2019-02-11 13:59:18 -08:00
import_shared.h
mapi.h ircd::mods: Improve path translation for symbols() suite; add comments. 2019-02-09 18:43:05 -08:00
mods.h ircd::mods: Rename and expose exports map; add/update console cmds. 2019-02-09 18:43:05 -08:00
module.h ircd::mods: Relax wrapper conversion to impl type. 2019-02-09 18:43:05 -08:00
paths.h ircd::mods: Improve path translation for symbols() suite; add comments. 2019-02-09 18:43:05 -08:00
README.md
sym_ptr.h ircd::mods: Checkpoint experimental invocation stack; add sym_ptr::get() ref. 2019-02-11 13:59:18 -08: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.