-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules: Rename mod_handlers and split up mod_events.
* Rename mod_handlers to mod_menu_handlers, to be more descriptive. * Split up mod_events into mod_node_callbacks and mod_ip_blocker. Previously all the event-based callbacks were in a single module (mod_events), but over time, unrelated logic was added in. This will allow users to not load mod_ip_blocker if they don't want it, without affecting mod_node_callbacks, which is actually somewhat essential to normal node operation. As part of this, mod_events.conf is renamed to mod_ip_blocker.conf. These changes are not backwards-compatible, and users may need to: * Rename mod_events.conf to mod_ip_blocker.conf * Explicitly load mod_node_callbacks, mod_ip_blocker, and mod_menu_handlers if autoload=no in modules.conf.
- Loading branch information
1 parent
56007db
commit b8534de
Showing
8 changed files
with
444 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.