0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 09:15:19 +02:00
construct/include/ircd/mods
2019-07-17 15:05:34 -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 a DT_NEEDED iterator. 2019-06-04 03:18:03 -07:00
mapi.h modules: Disperse modules to eliminate the s_ prefix-space. 2019-06-27 00:41:57 -07:00
mods.h ircd::mods: Add platform-dependent ldso interface. 2019-05-28 15:39:57 -07:00
module.h
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.