0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-10 04:28:35 +02:00
construct/include/ircd/mods
2020-03-08 18:55:33 -07:00
..
import.h ircd::mods: Attempt to unconfuse backtraces. 2019-07-17 15:05:34 -07:00
import_shared.h
ldso.h ircd::mods::ldso: Add loaded check using the dlfcn method. 2020-03-08 18:55:33 -07:00
mapi.h
mods.h
module.h ircd::mods: Add comparison operator suite for module instance. 2019-10-01 17:56:01 -07:00
paths.h
README.md
sym_ptr.h ircd::mods: Attempt to unconfuse backtraces. 2019-07-17 15:05:34 -07:00
symbols.h

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.