Ticket #16 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Plugin Selection

Reported by: tobias382 Owned by: tobias382
Priority: normal Component: core
Version: 1.5 Severity: normal
Keywords: Cc:

Description (last modified by tobias382) (diff)

The bot administrator should be able to manipulate configuration settings such that they can specify either that all or no plugins should be loaded, optionally excluding those that they explicitly specify in either case. This will minimize memory usage and optimize performance since fewer plugin instances will need to have event handlers called for each incoming event.

Configuration Setting Example
plugins = (all|none [except plugin1,plugin2,etc])

Change History

Changed 5 years ago by tobias382

  • description modified (diff)

Changed 5 years ago by tobias382

  • status changed from new to closed
  • resolution set to fixed

(In [18]) Fixes #16 * Modified Bot to support selective plugin loading * Fixed Autojoin plugin to only work if configuration setting has non-empty

value

Note: See TracTickets for help on using tickets.