-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This core plugin has at least 3 ways it can call event handlers from plugins:
connection.hooker.hook(connection, info)which is labelled as "old system"connection.handler.event(event)which is labelled as "new events/hook system"connection.core["Coreexecutor"].main(connection, info, info.plugin_name)which is labelled as new or old- but plugins are run in threads and it appears to be the only place where that is so
This mess needs to be cleaned up and we should use one system for everything.
Metadata
Metadata
Assignees
Labels
No labels