X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=2b16d43c07ef9fff852035782e3b9049a6ab839e;hb=5cccbe987f9003ec4c40dbdcce254fe04069b107;hp=121ae175d0d675c59dbd2684a025b4646e1b5569;hpb=4c048ffec673905d2c90dd079ea35f12bc0b23cd;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index 121ae175d0..2b16d43c07 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -254,3 +254,20 @@ StartApiRss: after the rss element is started StartApiAtom: after the element is started - $action: action object being shown +StartEnqueueNotice: about to add a notice to the queues (good place to add a new transport) +- $notice: the notice being added +- &$transports: modifiable list of transports (as strings) to queue for + +EndEnqueueNotice: after adding a notice to the queues +- $notice: the notice being added +- $transports: modifiable list of transports to use + +UnqueueHandleNotice: Handle a notice when no queue manager is available +- $notice: the notice to handle +- $queue: the "queue" that is being executed + +GetValidDaemons: Just before determining which daemons to run +- &$daemons: modifiable list of daemon scripts to run, filenames relative to scripts/ + +HandleQueuedNotice: Handle a queued notice at queue time (or immediately if no queue) +- &$notice: notice to handle