X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=6cc1a7fe1c1102b01b79fd15f17357f936104168;hb=52952d13c0b926b568d537d837aa36fcfcd9afa0;hp=d6d80046745f7f6d75b290bd5b82434581fdf725;hpb=8b20399932ea3466a6019295be761249da70c52c;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index d6d8004674..6cc1a7fe1c 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -762,6 +762,24 @@ StartShowContentLicense: Showing the default license for content EndShowContentLicense: Showing the default license for content - $action: the current action +GetImTransports: Get IM transports that are available +- &$transports: append your transport to this array like so: $transports[transportName]=array('display'=>display) + +NormalizeImScreenname: Normalize an IM screenname +- $transport: transport the screenname is on +- &$screenname: screenname to be normalized + +ValidateImScreenname: Validate an IM screenname +- $transport: transport the screenname is on +- $screenname: screenname to be validated +- $valid: is the screenname valid? + +SendImConfirmationCode: Send a confirmation code to confirm a user owns an IM screenname +- $transport: transport the screenname exists on +- $screenname: screenname being confirmed +- $code: confirmation code for confirmation URL +- $user: user requesting the confirmation + StartUserRegister: When a new user is being registered - &$profile: new profile data (no ID) - &$user: new user account (no ID or URI) @@ -1090,3 +1108,10 @@ EndGroupActionsList: End the list of actions on a group profile page (before