0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-06 02:28:38 +02:00
construct/include/ircd/mods
2019-02-07 22:16:19 -08:00
..
import.h ircd: Move m::import to mods::import where it is more appropriate. 2018-09-13 18:19:27 -07:00
import_shared.h ircd::mods: Interface modernization; various cleanup; reorg. 2018-03-25 14:32:24 -07:00
mapi.h ircd::mods: Deinline the mapi header ctor. 2019-01-25 14:53:13 -08:00
mods.h ircd::mods: Toward eliminating boost::filesystem exposure to this unit. 2019-02-07 22:16:19 -08:00
module.h ircd::mods: Fix reference cast initialization. 2018-03-26 02:28:02 -07:00
paths.h ircd::mods: Toward eliminating boost::filesystem exposure to this unit. 2019-02-07 22:16:19 -08: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: Minor cleanup; reuse calls in stack. 2018-11-14 00:16:19 -08:00
symbols.h ircd::mods: Interface modernization; various cleanup; reorg. 2018-03-25 14:32:24 -07: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.